Impact Acquire SDK Java
|
Category containing the Lighting control features. More...
Public Member Functions | |
synchronized void | delete () |
PropertyF | getLightBrightness () |
A floating point property. | |
PropertyI64 | getLightConnectionStatus () |
An enumerated integer property. | |
PropertyI64 | getLightControllerSelector () |
An enumerated integer property. | |
PropertyI64 | getLightControllerSource () |
An enumerated integer property. | |
PropertyF | getLightCurrentMeasured () |
A floating point property. | |
PropertyF | getLightCurrentRating () |
A floating point property. | |
PropertyF | getLightVoltageMeasured () |
A floating point property. | |
PropertyF | getLightVoltageRating () |
A floating point property. | |
LightControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.LightControl object. | |
LightControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.LightControl object. | |
Protected Member Functions | |
void | finalize () |
LightControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (LightControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category containing the Lighting control features.
A category containing the Lighting control features.
|
protected |
LightControl | ( | Device | pDev, |
String | settingName ) |
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 |
LightControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.LightControl 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 |
PropertyF getLightBrightness | ( | ) |
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.
PropertyI64 getLightConnectionStatus | ( | ) |
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:
PropertyI64 getLightControllerSelector | ( | ) |
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:
PropertyI64 getLightControllerSource | ( | ) |
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:
PropertyF getLightCurrentMeasured | ( | ) |
A floating point property.
The measured current applied to the lighting.
The measured current applied to the lighting.
PropertyF getLightCurrentRating | ( | ) |
A floating point property.
Set the current rating of the lighting output.
Set the current rating of the lighting output.
PropertyF getLightVoltageMeasured | ( | ) |
A floating point property.
The measured voltage applied to the lighting.
The measured voltage applied to the lighting.
PropertyF getLightVoltageRating | ( | ) |
A floating point property.
Set the voltage rating of the lighting output.
Set the voltage rating of the lighting output.
|
staticprotected |
|
protected |