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