RfsaDigitalEdgeStartTrigger.Configure Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Configures the device to wait for a digital edge Start trigger at the beginning of the acquisition.
You can use this trigger with the NI-TClk API.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public void Configure( RfsaDigitalEdgeStartTriggerSource source, RfsaTriggerEdge edge )
Public Sub Configure ( source As RfsaDigitalEdgeStartTriggerSource, edge As RfsaTriggerEdge )
Parameters
- source RfsaDigitalEdgeStartTriggerSource
- Specifies the source of the digital edge for the Start trigger.
- edge RfsaTriggerEdge
- Specifies the trigger edge to detect.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | The Configure(RfsaDigitalEdgeStartTriggerSource, RfsaTriggerEdge) method was accessed after the associated NIRfsa object was disposed. |