VeriStand .NET API Reference

Target.MaximumStreamedChannels Property

Gets or sets the maximum number of channels that the VeriStand Engine can stream to the host.

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 Property MaximumStreamedChannels As Integer
C#
public virtual int MaximumStreamedChannels { get; set; }
Visual C++
public:
virtual property int MaximumStreamedChannels {
	int get ();
	void set (int value);
}

Property Value

The maximum number of streamed channels.

See Also

Log in to get a better experience