Configure(RfsgDigitalEdgeConfigurationListStepTriggerSource, RfsgTriggerEdge)
- Updated2025-10-14
- 1 minute(s) read
Configures the Configuration List Step trigger for digital edge triggering.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void Configure(RfsgDigitalEdgeConfigurationListStepTriggerSource source, RfsgTriggerEdge edge)
Remarks
This method is valid only when TriggerType is set to DigitalEdge.
Parameters
| Name | Type | Description |
|---|---|---|
| source | RfsgDigitalEdgeConfigurationListStepTriggerSource | Specifies the trigger source terminal for the digital edge Configuration List Step trigger. NI-RFSG sets Source to this value. Refer to this property for possible values. |
| edge | RfsgTriggerEdge | Specifies the active edge for the digital edge Configuration List Step 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. |