RfsgDigitalEdgeConfigurationListStepTrigger.Configure Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDigitalEdgeConfigurationListStepTriggerConfigure Method
Configures the Configuration List Step trigger for digital edge triggering.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void Configure( RfsgDigitalEdgeConfigurationListStepTriggerSource source, RfsgTriggerEdge edge )
Public Sub Configure ( source As RfsgDigitalEdgeConfigurationListStepTriggerSource, edge As RfsgTriggerEdge )
Parameters
- source
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeConfigurationListStepTriggerSource
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
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgTriggerEdge
Specifies the active edge for the digital edge Configuration List Step trigger. NI-RFSG sets Edge to this value.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Configure(RfsgDigitalEdgeConfigurationListStepTriggerSource, RfsgTriggerEdge) method was accessed after the associated NIRfsg object was disposed. |
Remarks
This method is valid only when TriggerType is set to DigitalEdge.