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