Impact Acquire SDK .NET
|
Category containing the Lighting control features. More...
Public Member Functions | |
LightControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.LightControl object. | |
LightControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.LightControl object. | |
Public Attributes | |
readonly mv.impact.acquire.PropertyF | lightBrightness = new mv.impact.acquire.PropertyF() |
A floating point property. Set the brightness of the lighting output in percent. | |
readonly mv.impact.acquire.PropertyI64 | lightConnectionStatus = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Status of a light connected to the controller's output Line. | |
readonly mv.impact.acquire.PropertyI64 | lightControllerSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the Light Controller to configure. | |
readonly mv.impact.acquire.PropertyI64 | lightControllerSource = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the input source signal of the Light Controller. | |
readonly mv.impact.acquire.PropertyF | lightCurrentMeasured = new mv.impact.acquire.PropertyF() |
A floating point property. The measured current applied to the lighting. | |
readonly mv.impact.acquire.PropertyF | lightCurrentRating = new mv.impact.acquire.PropertyF() |
A floating point property. Set the current rating of the lighting output. | |
readonly mv.impact.acquire.PropertyF | lightVoltageMeasured = new mv.impact.acquire.PropertyF() |
A floating point property. The measured voltage applied to the lighting. | |
readonly mv.impact.acquire.PropertyF | lightVoltageRating = new mv.impact.acquire.PropertyF() |
A floating point property. Set the voltage rating of the lighting output. | |
Category containing the Lighting control features.
A category containing the Lighting control features.
|
inline |
Constructs a new mv.impact.acquire.GenICam.LightControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Constructs a new mv.impact.acquire.GenICam.LightControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
[in] | settingName | 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 mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting |
readonly mv.impact.acquire.PropertyF lightBrightness = new mv.impact.acquire.PropertyF() |
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.
readonly mv.impact.acquire.PropertyI64 lightConnectionStatus = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 lightControllerSelector = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 lightControllerSource = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyF lightCurrentMeasured = new mv.impact.acquire.PropertyF() |
A floating point property. The measured current applied to the lighting.
The measured current applied to the lighting.
readonly mv.impact.acquire.PropertyF lightCurrentRating = new mv.impact.acquire.PropertyF() |
A floating point property. Set the current rating of the lighting output.
Set the current rating of the lighting output.
readonly mv.impact.acquire.PropertyF lightVoltageMeasured = new mv.impact.acquire.PropertyF() |
A floating point property. The measured voltage applied to the lighting.
The measured voltage applied to the lighting.
readonly mv.impact.acquire.PropertyF lightVoltageRating = new mv.impact.acquire.PropertyF() |
A floating point property. Set the voltage rating of the lighting output.
Set the voltage rating of the lighting output.