SignalBasedFrame.DisableTransmission Method
- Updated2023-02-21
- 2 minute(s) read
Disables transmission of the outgoing frame when the value of DisableChannel is non-zero.
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 DisableTransmission ( _ DisableChannel As BaseNode _ ) |
| C# |
|---|
public void DisableTransmission( BaseNode DisableChannel ) |
| Visual C++ |
|---|
public: void DisableTransmission( BaseNode^ DisableChannel ) |
Parameters
- DisableChannel
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to check for a non-zero value.
Remarks
This method is only valid for outgoing frames.