Impact Acquire SDK Python
|
Category containing the Lighting control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.LightControl object. | |
Properties | |
lightBrightness = property(lib_mvIMPACT_acquire.LightControl_lightBrightness_get, doc=) | |
A floating point property. | |
lightConnectionStatus = property(lib_mvIMPACT_acquire.LightControl_lightConnectionStatus_get, doc=) | |
An enumerated integer property. | |
lightControllerSelector = property(lib_mvIMPACT_acquire.LightControl_lightControllerSelector_get, doc=) | |
An enumerated integer property. | |
lightControllerSource = property(lib_mvIMPACT_acquire.LightControl_lightControllerSource_get, doc=) | |
An enumerated integer property. | |
lightCurrentMeasured = property(lib_mvIMPACT_acquire.LightControl_lightCurrentMeasured_get, doc=) | |
A floating point property. | |
lightCurrentRating = property(lib_mvIMPACT_acquire.LightControl_lightCurrentRating_get, doc=) | |
A floating point property. | |
lightVoltageMeasured = property(lib_mvIMPACT_acquire.LightControl_lightVoltageMeasured_get, doc=) | |
A floating point property. | |
lightVoltageRating = property(lib_mvIMPACT_acquire.LightControl_lightVoltageRating_get, doc=) | |
A floating point property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category containing the Lighting control features.
A category containing the Lighting control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.LightControl 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 floating point property.
Set the brightness of the lighting output in percent.
Set the brightness of the lighting output in percent. Can be greater than 100% for short overdrive period.
|
static |
An enumerated integer property.
Status of a light connected to the controller's output Line.
Status of a light connected to the controller's output Line.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the Light Controller to configure.
Selects the Light Controller to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the input source signal of the Light Controller.
Selects the input source signal of the Light Controller.
The following string values might be valid for this feature:
|
static |
A floating point property.
The measured current applied to the lighting.
The measured current applied to the lighting.
|
static |
A floating point property.
Set the current rating of the lighting output.
Set the current rating of the lighting output.
|
static |
A floating point property.
The measured voltage applied to the lighting.
The measured voltage applied to the lighting.
|
static |
A floating point property.
Set the voltage rating of the lighting output.
Set the voltage rating of the lighting output.
|
static |