RfsgDigitalEdgeStartTrigger.Configure Method
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Configures the digital edge Start trigger.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public void Configure( RfsgDigitalEdgeStartTriggerSource source, RfsgTriggerEdge edge )
Public Sub Configure ( source As RfsgDigitalEdgeStartTriggerSource, edge As RfsgTriggerEdge )
Parameters
- source RfsgDigitalEdgeStartTriggerSource
- Specifies the source terminal for the digital edge Start trigger. NI-RFSG sets Source to this value.
- edge RfsgTriggerEdge
-
Specifies the active edge for the Start trigger. NI-RFSG sets Edge to this value.
The default value is RisingEdge.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(RfsgDigitalEdgeStartTriggerSource, RfsgTriggerEdge) method was accessed after the associated NIRfsg object was disposed. |