Impact Acquire SDK Python
|
Category for Test Control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.TestControl object. | |
Properties | |
testEventGenerate = property(lib_mvIMPACT_acquire.TestControl_testEventGenerate_get, doc=) | |
A method object. | |
testPayloadFormatMode = property(lib_mvIMPACT_acquire.TestControl_testPayloadFormatMode_get, doc=) | |
An enumerated integer property. | |
testPendingAck = property(lib_mvIMPACT_acquire.TestControl_testPendingAck_get, doc=) | |
An integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category for Test Control features.
A category for Test Control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.TestControl 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 method object.
Generates a Test Event.
Generates a Test Event.
|
static |
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:
|
static |
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.
|
static |