Configure(RfsaDigitalEdgeReferenceTriggerSource, RfsaTriggerEdge, long)
- Updated2025-10-14
- 1 minute(s) read
Configures the device to wait for a digital edge Reference trigger to mark a reference point within the record. You can use this trigger with the NI-TClk API.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void Configure(RfsaDigitalEdgeReferenceTriggerSource source, RfsaTriggerEdge edge, long pretriggerSamples)
Parameters
| Name | Type | Description |
|---|---|---|
| source | RfsaDigitalEdgeReferenceTriggerSource | Specifies the source of the digital edge for the Reference trigger. |
| edge | RfsaTriggerEdge | Specifies the trigger edge to detect. |
| pretriggerSamples | long | Specifies the number of samples to store for each record that was acquired during the time period immediately before the trigger occurred. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Configure method was accessed after the associated NIRfsa object was disposed. |