PassThroughParameter
class PassThroughParameter
Input and output variable that is part of a controller interface and serves as a formal pass-through parameter.
Abstract
Input and output variable that is part of a controller interface and serves as a formal pass-through parameter.
class PassThroughParameter extends Variable
How to use
Formal transfer parameters can be defined in the controller interface:
In the instance attributes, the PassThroughParameters are linked to global variables. Thus it is possible to pass different parameters depending on the instance.