DAQTaskAI.ChannelNames Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets a value that indicates how the names of AI channels appear in log files that this task creates.
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 Property ChannelNames As ChannelNames |
| C# |
|---|
public ChannelNames ChannelNames { get; set; } |
| Visual C++ |
|---|
public: property ChannelNames ChannelNames { ChannelNames get (); void set (ChannelNames value); } |