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

Declares an output parameter of the screen More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenOutParameterDeclaration:
Inheritance graph

Public Attributes

System.String category
 Assign the parameters to a specific group. The following values ​​are recommended by the standard. However, any other values ​​may be used. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Declarations.Declaration
DeclarationRealisation realisation
 Cardinality [0..1]
For declarations at specification stage, having a name for the declaration is sufficient. For realisation stage, the declaration needs a data type assignment. The optional realisation element is used for exactly this task – it contains a dataType sub element. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.UniversalTypes.NamedAndSpecified
ExtensibleData[] extendedData
 Declares general data for NamedAndSpecified which can be extented by new general data defined in new OTX extensions using the standardised extension mechanism. For example it can be used to specify specification relevant content in a better structured way. More...
 
OtxId id
 Unique identifier of an element More...
 
MetaData metaData
 Additional tool-specific data More...
 
OtxName name
 Name of an element More...
 
NamedAndSpecifiedSpecification[] specification
 Descriptive specification More...
 

Detailed Description

Declares an output parameter of the screen

This represents the counterpart to the <outArg> type of the OpenScreen action. It declares an output parameter of the screen which shall be linked to an OTX variable(by executing an OpenScreen action at runtime). If the user changes the value on the screen via the corresponding input widget, the new value shall be reflected in the linked variable.

Member Data Documentation

◆ category

System.String OpenTestSystem.Otx.Extensions.HMI.Declarations.ScreenOutParameterDeclaration.category

Assign the parameters to a specific group. The following values ​​are recommended by the standard. However, any other values ​​may be used.

  • TITLE - parameter is displayed as the title
  • MESSAGE - parameter is represented as a Communication
  • GRAPH - parameter is represented as a graph
  • WARNING - parameter is displayed as a warning
  • BUTTON - parameter is represented as a button
  • CHECKBOX - parameter is represented as a checkbox
  • INPUT - parameter is represented as input mask
  • CHOICE - parameter will be rendered as a choice (applies to otx:List and otx:Map only)