TriggerInputPolarity Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets a value which determines the behavior of the trigger input.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public Property TriggerInputPolarity As SwitchTriggerInputPolarity |
C# |
---|
public SwitchTriggerInputPolarity TriggerInputPolarity { get; set; } |
Property Value
Type: NationalInstruments.ModularInstruments.NISwitch..::.SwitchTriggerInputPolarity The valid values for this property are defined in NISwitch.SwitchTriggerInputPolarity.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The TriggerInputPolarity was accessed after the associated NISwitch.NISwitch object was disposed. |