Configure(RfsaDigitalEdgeStartTriggerSource, RfsaTriggerEdge)
- Updated2025-10-14
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void Configure(RfsaDigitalEdgeStartTriggerSource source, RfsaTriggerEdge edge)
Parameters
| Name | Type | Description |
|---|---|---|
| source | RfsaDigitalEdgeStartTriggerSource | Specifies the source of the digital edge for the Start trigger. |
| edge | RfsaTriggerEdge | Specifies the trigger edge to detect. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Configure method was accessed after the associated NIRfsa object was disposed. |