RfsgDigitalEdgeStartTrigger.Configure Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDigitalEdgeStartTriggerConfigure Method
Configures the digital edge Start trigger.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void Configure( RfsgDigitalEdgeStartTriggerSource source, RfsgTriggerEdge edge )
Public Sub Configure ( source As RfsgDigitalEdgeStartTriggerSource, edge As RfsgTriggerEdge )
Parameters
- source
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeStartTriggerSource
Specifies the source terminal for the digital edge Start trigger. NI-RFSG sets Source to this value. - edge
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgTriggerEdge
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. |