Impact Acquire SDK Python
|
Category that contains the Logic Block control features. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.LogicBlockControl object. | |
Properties | |
logicBlockFunction = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockFunction_get, doc=) | |
An enumerated integer property. | |
logicBlockInputInverter = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockInputInverter_get, doc=) | |
A boolean property. | |
logicBlockInputNumber = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockInputNumber_get, doc=) | |
An integer property. | |
logicBlockInputSelector = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockInputSelector_get, doc=) | |
An integer property. | |
logicBlockInputSource = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockInputSource_get, doc=) | |
An enumerated integer property. | |
logicBlockLUTIndex = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockLUTIndex_get, doc=) | |
An integer property. | |
logicBlockLUTSelector = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockLUTSelector_get, doc=) | |
An enumerated integer property. | |
logicBlockLUTValue = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockLUTValue_get, doc=) | |
A boolean property. | |
logicBlockLUTValueAll = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockLUTValueAll_get, doc=) | |
An integer property. | |
logicBlockSelector = property(lib_mvIMPACT_acquire.LogicBlockControl_logicBlockSelector_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 Logic Block control features.
A category that contains the Logic Block control features.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.LogicBlockControl 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 |
An enumerated integer property.
Selects the combinational logic Function of the Logic Block to configure.
Selects the combinational logic Function of the Logic Block to configure.
The following string values might be valid for this feature:
|
static |
A boolean property.
Selects if the selected Logic Block Input source signal is inverted.
Selects if the selected Logic Block Input source signal is inverted. This feature is not available when the LogicBlockInputSource is set to True or False.
|
static |
An integer property.
Specifies the number of active signal inputs of the Logic Block.
Specifies the number of active signal inputs of the Logic Block.
|
static |
An integer property.
Selects the Logic Block's input to configure.
Selects the Logic Block's input to configure.
|
static |
An enumerated integer property.
Selects the source signal for the input into the Logic Block.
Selects the source signal for the input into the Logic Block. True or False indicates the input is forced constant.
The following string values might be valid for this feature:
|
static |
An integer property.
Controls the index of the truth table to access in the selected LUT.
Controls the index of the truth table to access in the selected LUT.
|
static |
An enumerated integer property.
Selects which of the two LUTs to configure when the selected Logic Block is a Latched dual LUTs (i.e: LogicalBlockFunction = LatchedLUT).
Selects which of the two LUTs to configure when the selected Logic Block is a Latched dual LUTs (i.e: LogicalBlockFunction = LatchedLUT).
The following string values might be valid for this feature:
|
static |
A boolean property.
Read or Write the Value associated with the entry at index LogicBlockLUTIndex of the selected LUT.
Read or Write the Value associated with the entry at index LogicBlockLUTIndex of the selected LUT.
|
static |
An integer property.
Sets the values of all the output bits of the selected LUT in one access ignoring LogicBlockLUTIndex.
Sets the values of all the output bits of the selected LUT in one access ignoring LogicBlockLUTIndex. LogicBlockLUTValueAll value can be any binary number and each bit correspond to the output value for the corresponding index (i.e. Bit 0 = LUT Index 0 output binary value).
|
static |
An enumerated integer property.
Specifies the Logic Block to configure.
Specifies the Logic Block to configure.
The following string values might be valid for this feature:
|
static |