Impact Acquire SDK Java
|
Category for the Sequencer Control features. More...
Protected Member Functions | |
void | finalize () |
SequencerControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (SequencerControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category for the Sequencer Control features.
A category for the Sequencer Control features.
|
protected |
SequencerControl | ( | Device | pDev, |
String | settingName ) |
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 |
SequencerControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.SequencerControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. 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 |
synchronized void delete | ( | ) |
|
protected |
PropertyI64 getSequencerConfigurationMode | ( | ) |
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:
PropertyI getSequencerFeatureEnable | ( | ) |
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.
PropertyI64 getSequencerFeatureSelector | ( | ) |
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:
PropertyI64 getSequencerMode | ( | ) |
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:
PropertyI64 getSequencerPathSelector | ( | ) |
An integer property.
Selects to which branching path further path settings applies.
Selects to which branching path further path settings applies.
PropertyI64 getSequencerSetActive | ( | ) |
An integer property.
Contains the currently active sequencer set.
Contains the currently active sequencer set.
Method getSequencerSetLoad | ( | ) |
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.
PropertyI64 getSequencerSetNext | ( | ) |
An integer property.
Specifies the next sequencer set.
Specifies the next sequencer set.
Method getSequencerSetSave | ( | ) |
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.
PropertyI64 getSequencerSetSelector | ( | ) |
An integer property.
Selects the sequencer set to which further feature settings applies.
Selects the sequencer set to which further feature settings applies.
PropertyI64 getSequencerSetStart | ( | ) |
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.
PropertyI64 getSequencerTriggerActivation | ( | ) |
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:
PropertyI64 getSequencerTriggerSource | ( | ) |
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:
|
staticprotected |
|
protected |