DAQAnalogOutput.Channel Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the channel number.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Overridable Property Channel As UInteger |
C# |
---|
public virtual uint Channel { get; set; } |
Visual C++ |
---|
public: virtual property unsigned int Channel { unsigned int get (); void set (unsigned int value); } |