Impact Acquire SDK Python
|
Category that contains the quadrature Encoder Control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.EncoderControl object. | |
Properties | |
encoderDivider = property(lib_mvIMPACT_acquire.EncoderControl_encoderDivider_get, doc=) | |
An integer property. | |
encoderMode = property(lib_mvIMPACT_acquire.EncoderControl_encoderMode_get, doc=) | |
An enumerated integer property. | |
encoderOutputMode = property(lib_mvIMPACT_acquire.EncoderControl_encoderOutputMode_get, doc=) | |
An enumerated integer property. | |
encoderReset = property(lib_mvIMPACT_acquire.EncoderControl_encoderReset_get, doc=) | |
A method object. | |
encoderResetActivation = property(lib_mvIMPACT_acquire.EncoderControl_encoderResetActivation_get, doc=) | |
An enumerated integer property. | |
encoderResetSource = property(lib_mvIMPACT_acquire.EncoderControl_encoderResetSource_get, doc=) | |
An enumerated integer property. | |
encoderResolution = property(lib_mvIMPACT_acquire.EncoderControl_encoderResolution_get, doc=) | |
A floating point property. | |
encoderSelector = property(lib_mvIMPACT_acquire.EncoderControl_encoderSelector_get, doc=) | |
An enumerated integer property. | |
encoderSourceA = property(lib_mvIMPACT_acquire.EncoderControl_encoderSourceA_get, doc=) | |
An enumerated integer property. | |
encoderSourceB = property(lib_mvIMPACT_acquire.EncoderControl_encoderSourceB_get, doc=) | |
An enumerated integer property. | |
encoderStatus = property(lib_mvIMPACT_acquire.EncoderControl_encoderStatus_get, doc=) | |
An enumerated integer property. | |
encoderTimeout = property(lib_mvIMPACT_acquire.EncoderControl_encoderTimeout_get, doc=) | |
A floating point property. | |
encoderValue = property(lib_mvIMPACT_acquire.EncoderControl_encoderValue_get, doc=) | |
An integer property. | |
encoderValueAtReset = property(lib_mvIMPACT_acquire.EncoderControl_encoderValueAtReset_get, doc=) | |
An integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category that contains the quadrature Encoder Control features.
A category that contains the quadrature Encoder Control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.EncoderControl 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 integer property.
Sets how many Encoder increments/decrements are needed to generate an Encoder output pulse signal.
Sets how many Encoder increments/decrements are needed to generate an Encoder output pulse signal.
|
static |
An enumerated integer property.
Selects if the count of encoder uses FourPhase mode with jitter filtering or the HighResolution mode without jitter filtering.
Selects if the count of encoder uses FourPhase mode with jitter filtering or the HighResolution mode without jitter filtering.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the conditions for the Encoder interface to generate a valid Encoder output signal.
Selects the conditions for the Encoder interface to generate a valid Encoder output signal.
The following string values might be valid for this feature:
The following figure explains the different encoderOutputModes
|
static |
A method object.
Does a software reset of the selected Encoder and starts it.
Does a software reset of the selected Encoder and starts it. The Encoder starts counting events immediately after the reset. EncoderReset can be used to reset the Encoder independently from the EncoderResetSource.
|
static |
An enumerated integer property.
Selects the Activation mode of the Encoder Reset Source signal.
Selects the Activation mode of the Encoder Reset Source signal.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the signals that will be the source to reset the Encoder.
Selects the signals that will be the source to reset the Encoder.
The following string values might be valid for this feature:
|
static |
A floating point property.
Defines the resolution of one encoder step.
Defines the resolution of one encoder step.
|
static |
An enumerated integer property.
Selects which Encoder to configure.
Selects which Encoder to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the signal which will be the source of the A input of the Encoder.
Selects the signal which will be the source of the A input of the Encoder.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the signal which will be the source of the B input of the Encoder.
Selects the signal which will be the source of the B input of the Encoder.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Returns the motion status of the encoder.
Returns the motion status of the encoder.
The following string values might be valid for this feature:
|
static |
A floating point property.
Sets the maximum time interval between encoder counter increments before the status turns to static.
Sets the maximum time interval between encoder counter increments before the status turns to static.
|
static |
An integer property.
Reads or writes the current value of the position counter of the selected Encoder.
Reads or writes the current value of the position counter of the selected Encoder.
|
static |
An integer property.
Reads the value of the of the position counter of the selected Encoder when it was reset by a signal or by an explicit EncoderReset command.
Reads the value of the of the position counter of the selected Encoder when it was reset by a signal or by an explicit EncoderReset command.
|
static |