RfsaArmReferenceTrigger.SendSoftwareEdgeTrigger Method
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Sends a trigger to the device when you use a software version of Arm Reference trigger and the device is waiting for the trigger to be sent.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public void SendSoftwareEdgeTrigger()
Public Sub SendSoftwareEdgeTrigger
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SendSoftwareEdgeTrigger method was accessed after the associated NIRfsa object was disposed. |
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.