|
| description = property (getDescription, None, None, None) |
| A string property (read-only) which holds the name of the trigger being configured.
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| triggerActivation = property(lib_mvIMPACT_acquire.TriggerControl_triggerActivation_get, doc=) |
| An enumerated 64 bit integer property that defines the start condition for the selected trigger.
|
|
| triggerDelayAbs_us = property(lib_mvIMPACT_acquire.TriggerControl_triggerDelayAbs_us_get, doc=) |
| Specifies the absolute delay in microseconds (us) to apply after the trigger reception before effectively activating it.
|
|
| triggerDelayLines = property(lib_mvIMPACT_acquire.TriggerControl_triggerDelayLines_get, doc=) |
| Specifies the absolute delay in lines to apply after the trigger reception before effectively activating it.
|
|
| triggerDivider = property(lib_mvIMPACT_acquire.TriggerControl_triggerDivider_get, doc=) |
| An integer property used to divide the number of incoming trigger pulses by an integer factor.
|
|
| triggerMode = property(lib_mvIMPACT_acquire.TriggerControl_triggerMode_get, doc=) |
| Defines if the selected trigger is active.
|
|
| triggerOverlap = property(lib_mvIMPACT_acquire.TriggerControl_triggerOverlap_get, doc=) |
| Specifies the type trigger overlap permitted with the previous frame.
|
|
| triggerSource = property(lib_mvIMPACT_acquire.TriggerControl_triggerSource_get, doc=) |
| Defines the signal that will cause the trigger event.
|
|
A class to configure the behaviour of trigger signals.
Features in this class will open up a more flexible way to configure certain trigger events for devices then the previous features('triggerInterface', 'triggerSource' and 'triggerMode' used.
- Note
- Not ever device will support every property listed in this class for every trigger mode. Always call mvIMPACT.acquire.Component.isValid to check whether a feature is available or not before using it. Otherwise an exception will be generated.