PowerDownLatchingRelaysAfterDebounce Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value which indicates whether to power down latching relays after waiting for the relays to settle.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Syntax
Visual Basic (Declaration) |
---|
Public Property PowerDownLatchingRelaysAfterDebounce As Boolean |
C# |
---|
public bool PowerDownLatchingRelaysAfterDebounce { get; set; } |
Property Value
Type: System..::.Boolean trueTruetruetrue (True in Visual Basic) if a call to Wait For Debounce ensures that the relays are settled and the latching relays are powered down; otherwise, falseFalsefalsefalse (False in Visual Basic).
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The PowerDownLatchingRelaysAfterDebounce property was accessed after the associated NISwitch.NISwitch object was disposed. |