Difference between revisions of "Core.Signatures.DeviceSignatures"

From emotive
Jump to navigation Jump to search
Line 11: Line 11:
  
 
* [[Core.Visibilities|Visibility]]
 
* [[Core.Visibilities|Visibility]]
** Private (default)
+
** Private
** Package
+
** Package (Default)
 
** Public
 
** Public
  

Revision as of 04:16, 21 November 2016

Introductions

A DeviceSignature describes the measurement and control interface of a measurement device or probe. It comprises a set of (sub-) signatures for each device service that can be called by an ExecuteDeviceService action.

Properties

  • Name (required)
    Within the OTX document unique name
  • Specification
    Description of DeviceSignature
  • Device service parameter
    • Parameters of the device service, see Parameter Declaration. They are the opposite of the arguments of the ExecuteDeviceService activity.
  • Throws
    Declare an arbitrary-length list of measure exception types which this device service may potentially throw.