*SysNumAvoidRange()
Specifies a range of numbers that may not be used by MotionView when assigning system numbers.
Syntax
*SysNumAvoidRange(begin, end)
Arguments
- begin
- The first system number in a range that can't be used.
- end
- The final system number in a range that can't be used.
Example
*SysNumAvoidRange(20, 30)
Context
Comments
Beginning at 1, MotionView incrementally assigns numbers to all systems in a system or model. These numbers are used to construct solver ID numbers.
If a *SysNumAvoidRange() statement is present in a system or model, none of the system numbers generated by MotionView will lie in the range defined by begin and end (begin and end included). The begin and end ranges must be integers.