VeriStand .NET API Reference

SignalBasedFrame.DisableTransmission Method

Disables transmission of the outgoing frame when the value of DisableChannel is non-zero.

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 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.

See Also

Log in to get a better experience