Features.trigger enable switch Property

Get the current external trigger setting, set the external trigger.
Usage:
[C#]
Feature.SetFeature("trigger enable switch", "true"); String Result = Feature.GetFeature("trigger enable switch");
Values Meaning
true

Enables the external trigger.

false

Disables the external trigger.

See also: trigger polarity switch, trigger mode strings

<< Features