OTX Reference  
OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations Class Reference

Contains a list of parameters of different types More...

Public Attributes

ScreenInOutParameterDeclaration inoutParam
 Declares an bidirectional input/output parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More...
 
ScreenInParameterDeclaration inParam
 Declares an input parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More...
 
ScreenOutParameterDeclaration outParam
 Declares an output parameter of the screen which shall be linked to an OTX variable (by executing an OpenScreen action at runtime) More...
 
ScreenTermParameterDeclaration termParam
 Declares an input parameter for a screen whose value shall be computed once out of a term given in a corresponding term argument of an OpenScreen action. More...
 

Detailed Description

Contains a list of parameters of different types

They describe which input- and output-values a certain screen needs or provides.The parameters of a specific screen signature are the counterparts of the arguments of a ScreenOpen action.

Member Data Documentation

◆ inoutParam

ScreenInOutParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.inoutParam

Declares an bidirectional input/output parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)

◆ inParam

ScreenInParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.inParam

Declares an input parameter which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)

◆ outParam

ScreenOutParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.outParam

Declares an output parameter of the screen which shall be linked to an OTX variable (by executing an OpenScreen action at runtime)

◆ termParam

ScreenTermParameterDeclaration OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenParameterDeclarations.termParam

Declares an input parameter for a screen whose value shall be computed once out of a term given in a corresponding term argument of an OpenScreen action.