Impact Acquire SDK .NET
|
Category that contains features to control the devices Logic Gate Control parameters. More...
Public Member Functions | |
IEnumerable< T > | getEnumerable< T > () |
Returns an enumerator of a certain type that iterates through the collection. | |
IEnumerator< int > | GetEnumerator () |
Returns an enumerator that iterates through the collection. | |
mvLogicGateControl (mv.impact.acquire.Device device) | |
Constructs a new mv.impact.acquire.GenICam.mvLogicGateControl object. | |
mvLogicGateControl (mv.impact.acquire.Device device, System.String settingName) | |
Constructs a new mv.impact.acquire.GenICam.mvLogicGateControl object. | |
void | restoreDefault () |
Restores the default for every component of this collection. | |
Public Attributes | |
readonly mv.impact.acquire.PropertyIBoolean | mvANDSource1Inverter = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Inverts the first input signal of the AND gate selected by mvLogicGateANDSelector. | |
readonly mv.impact.acquire.PropertyIBoolean | mvANDSource2Inverter = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Inverts the second input signal of the AND gate selected by mvLogicGateANDSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the AND gate to configure. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDSource1 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the first input signal of the AND gate selected by mvLogicGateANDSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDSource2 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the second input signal of the AND gate selected by mvLogicGateANDSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDTermSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the AND-term of the AND-OR-matrix. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDTermSrc0 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the first input signal of the AND-term selected by mvLogicGateANDTermSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateANDTermSrc1 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the second input signal of the AND-term selected by mvLogicGateANDTermSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the OR gate to configure. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORSource1 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the first input signal of the OR gate selected by mvLogicGateORSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORSource2 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the second input signal of the OR gate selected by mvLogicGateORSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORSource3 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the third input signal of the OR gate selected by mvLogicGateORSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORSource4 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the fourth input signal of the OR gate selected by mvLogicGateORSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORTermSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the OR-term of the AND-OR-matrix. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORTermSrc0 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the first input signal of the ORTerm selected by mvLogicGateORTermSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateORTermSrc1 = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the second input signal of the ORTerm selected by mvLogicGateORTermSelector. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateSource = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the input signal of the AND-OR-Matrix selected by mvLogicGateSourceSelector. | |
readonly mv.impact.acquire.PropertyIBoolean | mvLogicGateSourceInverter = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Inverts the input signal. | |
readonly mv.impact.acquire.PropertyI64 | mvLogicGateSourceSelector = new mv.impact.acquire.PropertyI64() |
An enumerated integer property. Selects the LogicGateSource of the AND-OR-Matrix. | |
Properties | |
IEnumerable< Component > | componentEnumerable [get] |
Returns an enumerator that iterates through the collection. | |
IEnumerable< ComponentList > | componentListEnumerable [get] |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection. | |
int | hObj [get] |
Returns a unique identifier for the component collection referenced by this object. | |
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.
|
inline |
Constructs a new mv.impact.acquire.GenICam.mvLogicGateControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
|
inline |
Constructs a new mv.impact.acquire.GenICam.mvLogicGateControl object.
[in] | device | A pointer to a mv.impact.acquire.Device object obtained from a mv.impact.acquire.DeviceManager object. |
[in] | settingName | 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 mv.impact.acquire.FunctionInterface.availableSettings, new settings can be created with the function mv.impact.acquire.FunctionInterface.createSetting |
|
inlineinherited |
Returns an enumerator of a certain type that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Returns an enumerator that iterates through the collection.
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
inlineinherited |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
readonly mv.impact.acquire.PropertyIBoolean mvANDSource1Inverter = new mv.impact.acquire.PropertyIBoolean() |
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
readonly mv.impact.acquire.PropertyIBoolean mvANDSource2Inverter = new mv.impact.acquire.PropertyIBoolean() |
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
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDSelector = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDSource1 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDSource2 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDTermSelector = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDTermSrc0 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateANDTermSrc1 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORSelector = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORSource1 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORSource2 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORSource3 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORSource4 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORTermSelector = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORTermSrc0 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateORTermSrc1 = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyI64 mvLogicGateSource = new mv.impact.acquire.PropertyI64() |
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:
readonly mv.impact.acquire.PropertyIBoolean mvLogicGateSourceInverter = new mv.impact.acquire.PropertyIBoolean() |
A boolean property. Inverts the input signal.
Inverts the input signal.
readonly mv.impact.acquire.PropertyI64 mvLogicGateSourceSelector = new mv.impact.acquire.PropertyI64() |
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:
|
getinherited |
Returns an enumerator that iterates through the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns an enumerator that iterates through all the mv.impact.acquire.ComponentList elements in the collection.
This interface will allow to e.g. write code like this:
See the framework's documentation about the System.Collections.IEnumerable interface for more information.
|
getinherited |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mv.impact.acquire.ComponentList.