Impact Acquire SDK .NET
|
Category for Test Control features. More...
Public Member Functions | |
TestControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.TestControl object. | |
TestControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.TestControl object. | |
Public Attributes | |
readonly mv.impact.acquire.Method | testEventGenerate = new mv.impact.acquire.Method() |
A method object. Generates a Test Event. | |
readonly mv.impact.acquire.PropertyI64 | testPayloadFormatMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming. | |
readonly mv.impact.acquire.PropertyI64 | testPendingAck = new mv.impact.acquire.PropertyI64() |
An integer property. Tests the device's pending acknowledge feature. | |
Category for Test Control features.
A category for Test Control features.
|
inline |
Constructs a new mv.impact.acquire.GenICam.TestControl 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.TestControl 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.Method testEventGenerate = new mv.impact.acquire.Method() |
A method object. Generates a Test Event.
Generates a Test Event.
readonly mv.impact.acquire.PropertyI64 testPayloadFormatMode = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming.
This feature allows setting a device in test mode and to output a specific payload format for validation of data streaming. This feature is intended solely for test purposes. The data can be real acquired data or any test pattern.
The following string values might be valid for this feature:
readonly mv.impact.acquire.PropertyI64 testPendingAck = new mv.impact.acquire.PropertyI64() |
An integer property. Tests the device's pending acknowledge feature.
Tests the device's pending acknowledge feature. When this feature is written, the device waits a time period corresponding to the value of TestPendingAck before acknowledging the write.