SendSoftwareEdgeTrigger()
- Updated2025-10-14
- 1 minute(s) read
Sends a trigger to the device when you use a software version of Reference trigger and the device is waiting for the trigger to be sent. You can also use this method to override a hardware trigger.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void SendSoftwareEdgeTrigger()
Remarks
This method returns an error in the following situations:
You configure an invalid trigger.
You set the AcquisitionType to Spectrum
You have not previously called the Initiate method.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SendSoftwareEdgeTrigger method was accessed after the associated NIRfsa object was disposed. |