Properties
Access control is achieved through properties.
- property
A property is a state (
disabled,mandatory,frozen,hidden…) of a family or a variable. These properties change the usual behavior of a variable or family.
The properties can be defined permanently or according to the result of a calculation.
There are two main properties.
Disabled variable
A disabled variable is a variable that will not be accessible to any of the actors (integrator and operator).
This property is generally used dynamically to remove access to the variable depending on the context.
A picture is worth a thousand words: