Impact Acquire SDK Python
|
Category for the Sequencer Control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.SequencerControl object. | |
Properties | |
sequencerConfigurationMode = property(lib_mvIMPACT_acquire.SequencerControl_sequencerConfigurationMode_get, doc=) | |
An enumerated integer property. | |
sequencerFeatureEnable = property(lib_mvIMPACT_acquire.SequencerControl_sequencerFeatureEnable_get, doc=) | |
A boolean property. | |
sequencerFeatureSelector = property(lib_mvIMPACT_acquire.SequencerControl_sequencerFeatureSelector_get, doc=) | |
An enumerated integer property. | |
sequencerMode = property(lib_mvIMPACT_acquire.SequencerControl_sequencerMode_get, doc=) | |
An enumerated integer property. | |
sequencerPathSelector = property(lib_mvIMPACT_acquire.SequencerControl_sequencerPathSelector_get, doc=) | |
An integer property. | |
sequencerSetActive = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetActive_get, doc=) | |
An integer property. | |
sequencerSetLoad = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetLoad_get, doc=) | |
A method object. | |
sequencerSetNext = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetNext_get, doc=) | |
An integer property. | |
sequencerSetSave = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetSave_get, doc=) | |
A method object. | |
sequencerSetSelector = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetSelector_get, doc=) | |
An integer property. | |
sequencerSetStart = property(lib_mvIMPACT_acquire.SequencerControl_sequencerSetStart_get, doc=) | |
An integer property. | |
sequencerTriggerActivation = property(lib_mvIMPACT_acquire.SequencerControl_sequencerTriggerActivation_get, doc=) | |
An enumerated integer property. | |
sequencerTriggerSource = property(lib_mvIMPACT_acquire.SequencerControl_sequencerTriggerSource_get, doc=) | |
An enumerated integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category for the Sequencer Control features.
A category for the Sequencer Control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.SequencerControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. |
settingName | [in] The name of the driver internal setting to access with this instance. A list of valid setting names can be obtained by a call to mvIMPACT.acquire.FunctionInterface.getAvailableSettings, new settings can be created with the function mvIMPACT.acquire.FunctionInterface.createSetting |
|
static |
An enumerated integer property.
Controls if the sequencer configuration mode is active.
Controls if the sequencer configuration mode is active.
The following string values might be valid for this feature:
|
static |
A boolean property.
Enables the selected feature and make it active in all the sequencer sets.
Enables the selected feature and make it active in all the sequencer sets.
|
static |
An enumerated integer property.
Selects which sequencer features to control.
Selects which sequencer features to control.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Controls if the sequencer mechanism is active.
Controls if the sequencer mechanism is active.
The following string values might be valid for this feature:
|
static |
An integer property.
Selects to which branching path further path settings applies.
Selects to which branching path further path settings applies.
|
static |
An integer property.
Contains the currently active sequencer set.
Contains the currently active sequencer set.
|
static |
A method object.
Loads the sequencer set selected by SequencerSetSelector in the device.
Loads the sequencer set selected by SequencerSetSelector in the device. Even if SequencerMode is off, this will change the device state to the configuration of the selected set.
|
static |
An integer property.
Specifies the next sequencer set.
Specifies the next sequencer set.
|
static |
A method object.
Saves the current device state to the sequencer set selected by the SequencerSetSelector.
Saves the current device state to the sequencer set selected by the SequencerSetSelector.
|
static |
An integer property.
Selects the sequencer set to which further feature settings applies.
Selects the sequencer set to which further feature settings applies.
|
static |
An integer property.
Sets the initial/start sequencer set, which is the first set used within a sequencer.
Sets the initial/start sequencer set, which is the first set used within a sequencer.
|
static |
An enumerated integer property.
Specifies the activation mode of the sequencer trigger.
Specifies the activation mode of the sequencer trigger.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Specifies the internal signal or physical input line to use as the sequencer trigger source.
Specifies the internal signal or physical input line to use as the sequencer trigger source.
The following string values might be valid for this feature:
|
static |