subsetDimensions property

List<int>? get subsetDimensions

The array dimensions of the port subset, if applicable.

Returns the dimensional structure of the subset after applying array indexing and slicing operations. null if the result is a simple scalar logic signal.

Implementation

List<int>? get subsetDimensions => _elementWidthAndDimensions.dimensions;