Skip to content

Parameter arrays must have constant numeric dimensions #70

@DagBruck

Description

@DagBruck

Parameters (Section 6.2) can have array data. The dimensions of such an array if given by the Dimension element(s) of TParameter.
Those elements are of type ssc:GDimensions.

The problem is that GDimensions supports both fixed, literal size (using the size attribute), and an indirect size by pointing to a connector (using the sizeConnector attribute). I would argue that in the the context of a TParameter, only the literal size is well-defined.

Proposal: clarify that array dimensions may only use the size attribute. Suggested place: the table that describes the Dimension elements at the very end of Section 6.2, just before 6.2.1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions