Configure(RfsgDigitalEdgeScriptTriggerSource, RfsgTriggerEdge)
- Updated2025-10-14
- 1 minute(s) read
Configures the specified Script trigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Configure(RfsgDigitalEdgeScriptTriggerSource source, RfsgTriggerEdge edge)
Remarks
The default value is RisingEdge.
Parameters
| Name | Type | Description |
|---|---|---|
| source | RfsgDigitalEdgeScriptTriggerSource | Specifies the source terminal for the digital edge Script trigger. NI-RFSG sets Source to this value. |
| edge | RfsgTriggerEdge | Specifies the active edge for the digital edge Script trigger. NI-RFSG sets Edge to this value. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Configure method was accessed after the associated NIRfsg object was disposed. |