*ShowCompliantOption()
Specifies if the implicit compliant option for a system can be viewed/edited in the interface.
Syntax
*ShowCompliantOption (0|1)
Arguments
- 0 1
- This argument indicates if the compliant option for a system is on or off.
- 0
- Compliant option cannot be viewed or edited
- 1
- Compliant option can be viewed and edited.
Example
*DefineSystem(sysdel_jack, b_wheel, p_wc)
*ShowCompliantOption(0)
...
*EndDefine
Context
Comments
A compliant option is created implicitly in every system.
The compliant option has two possible values, compliant and non-compliant.
Setting this option in a system sets the same value for the compliant option in all its subsystems.