Impact Acquire SDK Python
|
Contains features to control motorized lenses Contains features to control motorized lenses. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.mvLensControl object. | |
Properties | |
mvDriveBackward = property(lib_mvIMPACT_acquire.mvLensControl_mvDriveBackward_get, doc=) | |
A method object. | |
mvDriveDuration = property(lib_mvIMPACT_acquire.mvLensControl_mvDriveDuration_get, doc=) | |
An integer property. | |
mvDriveForward = property(lib_mvIMPACT_acquire.mvLensControl_mvDriveForward_get, doc=) | |
A method object. | |
mvDriveLevel = property(lib_mvIMPACT_acquire.mvLensControl_mvDriveLevel_get, doc=) | |
An integer property. | |
mvDriveSelector = property(lib_mvIMPACT_acquire.mvLensControl_mvDriveSelector_get, doc=) | |
An enumerated integer property. | |
mvIrisMode = property(lib_mvIMPACT_acquire.mvLensControl_mvIrisMode_get, doc=) | |
An enumerated integer property. | |
mvIrisSignalLevelMax = property(lib_mvIMPACT_acquire.mvLensControl_mvIrisSignalLevelMax_get, doc=) | |
An integer property. | |
mvIrisSignalLevelMin = property(lib_mvIMPACT_acquire.mvLensControl_mvIrisSignalLevelMin_get, doc=) | |
An integer property. | |
mvIrisType = property(lib_mvIMPACT_acquire.mvLensControl_mvIrisType_get, doc=) | |
An enumerated integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Contains features to control motorized lenses Contains features to control motorized lenses.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.mvLensControl 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 |
Reimplemented from ComponentCollection.
|
static |
A method object.
Generates a pulse defined by 'mvDriveDuration' and 'mvDriveLevel' to move the selected motor in backward direction.
Generates a pulse defined by 'mvDriveDuration' and 'mvDriveLevel' to move the selected motor in backward direction.
|
static |
An integer property.
Sets the duration of the drive command in us.
Sets the duration of the drive command in us.
|
static |
A method object.
Generates a pulse defined by 'mvDriveDuration' and 'mvDriveLevel' to move the selected motor in forward direction.
Generates a pulse defined by 'mvDriveDuration' and 'mvDriveLevel' to move the selected motor in forward direction.
|
static |
An integer property.
Sets the voltage level of the drive command in mV.
Sets the voltage level of the drive command in mV.
|
static |
An enumerated integer property.
Selects the lens drive that should be adjusted.
Selects the lens drive that should be adjusted.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Sets the iris operating mode.
Sets the iris operating mode.
The following string values might be valid for this feature:
|
static |
An integer property.
Sets the maximum iris signal level in mV.
Sets the maximum iris signal level in mV.
|
static |
An integer property.
Sets the minimum iris signal level in mV.
Sets the minimum iris signal level in mV.
|
static |
An enumerated integer property.
Sets the iris type.
Sets the iris type.
The following string values might be valid for this feature:
|
static |