Skip to content

Boundrange

mtbeek32 edited this page Jan 2, 2023 · 4 revisions

Unit functions boundrange

syntax

  • boundrange(unit)

definition

boundrange(unit) results in parameter with the size of the range of the unit argument.

The values unit of the resulting parameter is the unit argument

applies to

example

unit      domainB: nrofrows = 6;   parameter boundrange_domainB := boundrange(domainB);

result boundrange_domainB = 6

see also

Clone this wiki locally