Impact Acquire SDK Python
|
Category that includes the LUT control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.LUTControl object. | |
Properties | |
LUTEnable = property(lib_mvIMPACT_acquire.LUTControl_LUTEnable_get, doc=) | |
A boolean property. | |
LUTIndex = property(lib_mvIMPACT_acquire.LUTControl_LUTIndex_get, doc=) | |
An integer property. | |
LUTSelector = property(lib_mvIMPACT_acquire.LUTControl_LUTSelector_get, doc=) | |
An enumerated integer property. | |
LUTValue = property(lib_mvIMPACT_acquire.LUTControl_LUTValue_get, doc=) | |
An integer property. | |
LUTValueAll = property(lib_mvIMPACT_acquire.LUTControl_LUTValueAll_get, doc=) | |
A string property. | |
mvLUTInputData = property(lib_mvIMPACT_acquire.LUTControl_mvLUTInputData_get, doc=) | |
An enumerated integer property. | |
mvLUTMapping = property(lib_mvIMPACT_acquire.LUTControl_mvLUTMapping_get, doc=) | |
An enumerated integer property. | |
mvLUTType = property(lib_mvIMPACT_acquire.LUTControl_mvLUTType_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 that includes the LUT control features.
A category that includes the LUT control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.LUTControl 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 |
A boolean property.
Activates the selected LUT.
Activates the selected LUT.
|
static |
An integer property.
Control the index (offset) of the coefficient to access in the selected LUT.
Control the index (offset) of the coefficient to access in the selected LUT.
|
static |
An enumerated integer property.
Selects which LUT to control.
Selects which LUT to control.
The following string values might be valid for this feature:
|
static |
An integer property.
Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.
Returns the Value at entry LUTIndex of the LUT selected by LUTSelector.
|
static |
A string property.
Accesses all the LUT coefficients in a single access without using individual LUTIndex.
Accesses all the LUT coefficients in a single access without using individual LUTIndex.
|
static |
An enumerated integer property.
Describes the data the LUT is operating on
Describes the data the LUT is operating on
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Describes mapping of the LUT
Describes the mapping of the LUT
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Describes the type of LUT used.
Describes the type of LUT used.
The following string values might be valid for this feature:
|
static |