OTX Reference
|
|
Execute a service provided by a measurement device More...
Classes | |
class | DeviceServiceArguments |
Contains a list of in- and output arguments for the to-be-executed device service's parameters. More... | |
Public Attributes | |
DeviceServiceArguments | arguments |
Maps the parameters to variables or expressions. More... | |
OtxLink | device |
This attribute identifies the measurement device to execute the service on. The link shall point to the corresponding DeviceSignature for that device. More... | |
System.Boolean | executeAsync |
A window (screen) can be modal or modeless opened. "Modal" means that the execution of the sequence will only continue after the closing of the window. "Modeless" means that the process will continue after the opening of the window. The window can be closed via the close-screen activity. More... | |
OtxName | service |
Identifies the service which shall be executed. The service nameshall be defined within the corresponding service declaration within the DeviceSignature. More... | |
System.Boolean | suppressInvalidMeasurementException |
Two or more of the implementing procedures are valid. The AmbiguousCallException was thrown because throwExceptionOnAmbiguousCall="true". More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Execute a service provided by a measurement device
The ExecuteDeviceService action executes a service provided by a measurement device. The action connects to physical devices from where it retrieves measurements.
DeviceServiceArguments OpenTestSystem.Otx.Extensions.Measure.Actions.ExecuteDeviceService.arguments |
Maps the parameters to variables or expressions.
OtxLink OpenTestSystem.Otx.Extensions.Measure.Actions.ExecuteDeviceService.device |
This attribute identifies the measurement device to execute the service on. The link shall point to the corresponding DeviceSignature for that device.
System.Boolean OpenTestSystem.Otx.Extensions.Measure.Actions.ExecuteDeviceService.executeAsync |
A window (screen) can be modal or modeless opened. "Modal" means that the execution of the sequence will only continue after the closing of the window. "Modeless" means that the process will continue after the opening of the window. The window can be closed via the close-screen activity.
OtxName OpenTestSystem.Otx.Extensions.Measure.Actions.ExecuteDeviceService.service |
Identifies the service which shall be executed. The service nameshall be defined within the corresponding service declaration within the DeviceSignature.
System.Boolean OpenTestSystem.Otx.Extensions.Measure.Actions.ExecuteDeviceService.suppressInvalidMeasurementException |
Two or more of the implementing procedures are valid. The AmbiguousCallException was thrown because throwExceptionOnAmbiguousCall="true".