Impact Acquire SDK Python
|
Category that contains the Software Signal Control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.SoftwareSignalControl object. | |
Properties | |
softwareSignalPulse = property(lib_mvIMPACT_acquire.SoftwareSignalControl_softwareSignalPulse_get, doc=) | |
A method object. | |
softwareSignalSelector = property(lib_mvIMPACT_acquire.SoftwareSignalControl_softwareSignalSelector_get, doc=) | |
An enumerated integer property. | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
Category that contains the Software Signal Control features.
A category that contains the Software Signal Control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.SoftwareSignalControl 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 pulse signal that can be used as a software trigger.
Generates a pulse signal that can be used as a software trigger. This command can be used to trigger other modules that accept a SoftwareSignal as trigger source.
|
static |
An enumerated integer property.
Selects which Software Signal features to control.
Selects which Software Signal features to control.
The following string values might be valid for this feature:
|
static |