VeriStand .NET API Reference

Table of Contents

SignalBasedFrame.DisableChannel Property

Gets a reference to the disable channel for the frame. A disable channel disables transmission of an outgoing frame when the value of the disable channel 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 Overridable ReadOnly Property DisableChannel As BaseNode
C#
public virtual BaseNode DisableChannel { get; }
Visual C++
public:
virtual property BaseNode^ DisableChannel {
	BaseNode^ get ();
}

Property Value

A BaseNode reference to the channel.

See Also

Log in to get a better experience