NI-DAQmx .NET Framework 4.5 API Reference

AdvanceTrigger.ConfigureSoftwareTrigger Method

  • Updated2023-02-21
  • 1 minute(s) read
AdvanceTrigger.ConfigureSoftwareTrigger Method
Configures a task to advance to the next entry in a scan list upon a software trigger.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public void ConfigureSoftwareTrigger()
Public Sub ConfigureSoftwareTrigger

Remarks

The NI-DAQmx driver does not determine if the requested settings are possible until the task is verified. ConfigureSoftwareTrigger does not throw an exception for parameter values that are not compatible with your hardware or other settings in your task. To determine if all of the settings for a Task are valid, you must verify the task by starting the task, either with Start or by reading from or writing to the task, or by calling Control(TaskAction) with Verify.

See Also

Log in to get a better experience