Features.trigger polarity switch Property

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

The image is exposed at the rising edge of the trigger signal.

false

The image is exposed at the falling edge of the trigger signal.

See also: trigger enable switch, trigger mode strings

<< Features