SendSoftwareTrigger()
- Updated2026-01-20
- 1 minute(s) read
Sends a software trigger to the switch specified in the NI-SWITCH session. When the TriggerInput is set to SoftwareTrigger through either the ConfigureTrigger function or the TriggerInput attribute, the scan does not proceed from a semicolon (wait for trigger) until SendSoftwareTrigger is called.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public void SendSoftwareTrigger()
Exceptions
| Type | Description |
|---|---|
| Ivi.Driver.TriggerNotSoftwareException | A Send Software Trigger method could not send a software trigger. |
| System.ObjectDisposedException | The SendSoftwareTrigger method was accessed after the associated NISwitch object was disposed. |