RfsgConfigurationListStepTrigger.DigitalEdge Property
- Updated2024-05-08
- 1 minute(s) read
RfsgConfigurationListStepTriggerDigitalEdge Property
Gets the configuration parameters needed if the TriggerType property is set to DigitalEdge.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgDigitalEdgeConfigurationListStepTrigger DigitalEdge { get; }
Public ReadOnly Property DigitalEdge As RfsgDigitalEdgeConfigurationListStepTrigger Get
Property Value
Type: RfsgDigitalEdgeConfigurationListStepTriggerReturns an object of type RfsgDigitalEdgeConfigurationListStepTrigger.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DigitalEdge property was accessed after the associated NIRfsg object was disposed. |