VeriStand .NET API Reference

DAQDigitalOutput.PortNumber Property

Gets or sets the port to which the channel belongs.

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 PortNumber As UInteger
C#
public virtual uint PortNumber { get; set; }
Visual C++
public:
virtual property unsigned int PortNumber {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The port number.

See Also

Log in to get a better experience