Impact Acquire SDK Python
|
Category that contains features to control the devices Logic Gate Control parameters. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.mvLogicGateControl object. | |
Properties | |
mvANDSource1Inverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvANDSource1Inverter_get, doc=) | |
A boolean property. | |
mvANDSource2Inverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvANDSource2Inverter_get, doc=) | |
A boolean property. | |
mvLogicGateANDSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSelector_get, doc=) | |
An enumerated integer property. | |
mvLogicGateANDSource1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSource1_get, doc=) | |
An enumerated integer property. | |
mvLogicGateANDSource2 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSource2_get, doc=) | |
An enumerated integer property. | |
mvLogicGateANDTermSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSelector_get, doc=) | |
An enumerated integer property. | |
mvLogicGateANDTermSrc0 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSrc0_get, doc=) | |
An enumerated integer property. | |
mvLogicGateANDTermSrc1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSrc1_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSelector_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORSource1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource1_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORSource2 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource2_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORSource3 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource3_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORSource4 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource4_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORTermSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSelector_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORTermSrc0 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSrc0_get, doc=) | |
An enumerated integer property. | |
mvLogicGateORTermSrc1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSrc1_get, doc=) | |
An enumerated integer property. | |
mvLogicGateSource = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSource_get, doc=) | |
An enumerated integer property. | |
mvLogicGateSourceInverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSourceInverter_get, doc=) | |
A boolean property. | |
mvLogicGateSourceSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSourceSelector_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 features to control the devices Logic Gate Control parameters.
A category that contains features to control the devices Logic Gate Control parameters.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.mvLogicGateControl 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 |
Reimplemented from ComponentCollection.
|
static |
A boolean property.
Inverts the first input signal of the AND gate selected by mvLogicGateANDSelector
Inverts the first input signal of the AND gate selected by mvLogicGateANDSelector
|
static |
A boolean property.
Inverts the second input signal of the AND gate selected by mvLogicGateANDSelector
Inverts the second input signal of the AND gate selected by mvLogicGateANDSelector
|
static |
An enumerated integer property.
Selects the AND gate to configure.
This enumeration selects the AND gate to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the first input signal of the AND gate selected by mvLogicGateANDSelector.
This enumeration can be used to select the first input signal of the AND gate selected by mvLogicGateANDSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the second input signal of the AND gate selected by mvLogicGateANDSelector.
This enumeration can be used to select the second input signal of the AND gate selected by mvLogicGateANDSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the AND-term of the AND-OR-matrix.
Selects the AND-term of the AND-OR-matrix.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the first input signal of the AND-term selected by mvLogicGateANDTermSelector.
Selects the first input signal of the AND-term selected by mvLogicGateANDTermSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the second input signal of the AND-term selected by mvLogicGateANDTermSelector.
Selects the second input signal of the AND-term selected by mvLogicGateANDTermSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the OR gate to configure.
This enumeration selects the OR gate to configure.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the first input signal of the OR gate selected by mvLogicGateORSelector.
This enumeration can be used to select the first input signal of the OR gate selected by mvLogicGateORSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the second input signal of the OR gate selected by mvLogicGateORSelector.
This enumeration can be used to select the second input signal of the OR gate selected by mvLogicGateORSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the third input signal of the OR gate selected by mvLogicGateORSelector.
This enumeration can be used to select the third input signal of the OR gate selected by mvLogicGateORSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the fourth input signal of the OR gate selected by mvLogicGateORSelector.
This enumeration can be used to select the fourth input signal of the OR gate selected by mvLogicGateORSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the OR-term of the AND-OR-matrix.
Selects the OR-term of the AND-OR-matrix.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the first input signal of the ORTerm selected by mvLogicGateORTermSelector.
Selects the first input signal of the ORTerm selected by mvLogicGateORTermSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the second input signal of the ORTerm selected by mvLogicGateORTermSelector.
Selects the second input signal of the ORTerm selected by mvLogicGateORTermSelector.
The following string values might be valid for this feature:
|
static |
An enumerated integer property.
Selects the input signal of the AND-OR-Matrix selected by mvLogicGateSourceSelector.
Selects the input signal of the AND-OR-Matrix selected by mvLogicGateSourceSelector.
The following string values might be valid for this feature:
|
static |
A boolean property.
Inverts the input signal.
Inverts the input signal.
|
static |
An enumerated integer property.
Selects the LogicGateSource of the AND-OR-Matrix.
Selects the LogicGateSource of the AND-OR-Matrix.
The following string values might be valid for this feature:
|
static |