VeriStand .NET API Reference

DAQDevice.PortWidth Property

Gets or sets the total number of lines per port.

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 PortWidth As UShort
C#
public virtual ushort PortWidth { get; set; }
Visual C++
public:
virtual property unsigned short PortWidth {
	unsigned short get ();
	void set (unsigned short value);
}

Property Value

The port width.

See Also

Log in to get a better experience