RawDataBasedFrame.EnableTransmissionTrigger Method
- Updated2023-02-21
- 2 minute(s) read
Enables checking the value of a DisableChannel to enable or disable transmission of the outgoing frame.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub EnableTransmissionTrigger ( _ DisableChannel As BaseNode _ ) |
| C# |
|---|
public void EnableTransmissionTrigger( BaseNode DisableChannel ) |
| Visual C++ |
|---|
public: void EnableTransmissionTrigger( BaseNode^ DisableChannel ) |
Parameters
- DisableChannel
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to use to disable transmission. Transmission is disabled when the value of this channel is non-zero. Transmission is re-enabled when the channel becomes zero again.
Remarks
This method is only valid for outgoing frames.