DAQTaskCommand.InitialValue Property
- 업데이트 날짜:2023-02-21
- 2분 (읽기 시간)
Gets or sets a value indicating whether the channel is initially enabled or disabled.
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 InitialValue As Boolean |
| C# |
|---|
public bool InitialValue { get; set; } |
| Visual C++ |
|---|
public: property bool InitialValue { bool get (); void set (bool value); } |