Initializes a new instance of the
SleepMode class and creates a
Transceiver State, or Sleep Mode, channel with the specified
Name and associated
triggerNode.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
Name As String, _
triggerNode As String _
) |
| Visual C++ |
|---|
public:
SleepMode(
String^ Name,
String^ triggerNode
) |
Parameters
- Name
- Type: System.String
The name of the sleep mode channel.
- triggerNode
- Type: System.String
The fully qualified path to the node that represents the SleepMode.TriggerChannel in the system definition. Sleep mode is enabled when the value of this channel is non-zero.