RfsgDigitalLevelScriptTrigger.Configure Method
- Updated2025-02-03
- 1 minute(s) read
Rfsg
Configures the specified Script trigger for digital level triggering.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public void Configure( RfsgDigitalLevelScriptTriggerSource source, RfsgTriggerLevel level )
Public Sub Configure ( source As RfsgDigitalLevelScriptTriggerSource, level As RfsgTriggerLevel )
Parameters
- 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
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(RfsgDigitalLevelScriptTriggerSource, RfsgTriggerLevel) method was accessed after the associated NIRfsg object was disposed. |