DigitalFilterEnable Property
- Updated2023-02-21
- 3 minute(s) read
Gets or sets a value which indicates whether to apply the pulse width to the SwitchScan.TriggerInput. Set the property to trueTruetruetrue (True in Visual Basic) to prevent the switch module from being triggered by pulses that are less than 150 ns on PXI trigger lines 0-7.
When this property is set to falseFalsefalsefalse (False in Visual Basic), noise on the PXI trigger lines might trigger the switch module. If the device triggering the switch module can send pulses greater than 150 ns, do not disable this property.
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 DigitalFilterEnable As Boolean |
C# |
---|
public bool DigitalFilterEnable { get; set; } |
Property Value
Type: System..::.Boolean trueTruetruetrue (True in Visual Basic) to prevent the switch module from being triggered by pulses that are less than 150 ns on PXI trigger lines 0-7; otherwise, falseFalsefalsefalse (False in Visual Basic) for noise on the PXI trigger lines might trigger the switch module. If the device triggering the switch module can send pulses greater than 150 ns, do not disable this property.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DigitalFilterEnable was accessed after the associated NISwitch.NISwitch object was disposed. |