DAQAnalogInput.Channel Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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); } |