Impact Acquire SDK Java
|
Category that contains the Logic Block control features. More...
Public Member Functions | |
synchronized void | delete () |
PropertyI64 | getLogicBlockFunction () |
An enumerated integer property. | |
PropertyI | getLogicBlockInputInverter () |
A boolean property. | |
PropertyI64 | getLogicBlockInputNumber () |
An integer property. | |
PropertyI64 | getLogicBlockInputSelector () |
An integer property. | |
PropertyI64 | getLogicBlockInputSource () |
An enumerated integer property. | |
PropertyI64 | getLogicBlockLUTIndex () |
An integer property. | |
PropertyI64 | getLogicBlockLUTSelector () |
An enumerated integer property. | |
PropertyI | getLogicBlockLUTValue () |
A boolean property. | |
PropertyI64 | getLogicBlockLUTValueAll () |
An integer property. | |
PropertyI64 | getLogicBlockSelector () |
An enumerated integer property. | |
LogicBlockControl (Device pDev) | |
Constructs a new mvIMPACT.acquire.LogicBlockControl object. | |
LogicBlockControl (Device pDev, String settingName) | |
Constructs a new mvIMPACT.acquire.LogicBlockControl object. | |
Protected Member Functions | |
void | finalize () |
LogicBlockControl (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | swigRelease (LogicBlockControl obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Category that contains the Logic Block control features.
A category that contains the Logic Block control features.
|
protected |
LogicBlockControl | ( | Device | pDev, |
String | settingName ) |
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 |
LogicBlockControl | ( | Device | pDev | ) |
Constructs a new mvIMPACT.acquire.LogicBlockControl object.
pDev | [in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object. 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 |
synchronized void delete | ( | ) |
|
protected |
PropertyI64 getLogicBlockFunction | ( | ) |
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:
PropertyI getLogicBlockInputInverter | ( | ) |
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.
PropertyI64 getLogicBlockInputNumber | ( | ) |
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.
PropertyI64 getLogicBlockInputSelector | ( | ) |
An integer property.
Selects the Logic Block's input to configure.
Selects the Logic Block's input to configure.
PropertyI64 getLogicBlockInputSource | ( | ) |
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:
PropertyI64 getLogicBlockLUTIndex | ( | ) |
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.
PropertyI64 getLogicBlockLUTSelector | ( | ) |
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:
PropertyI getLogicBlockLUTValue | ( | ) |
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.
PropertyI64 getLogicBlockLUTValueAll | ( | ) |
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).
PropertyI64 getLogicBlockSelector | ( | ) |
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:
|
staticprotected |
|
protected |