Impact Acquire SDK Java
mvLogicGateControl Class Reference

Category that contains features to control the devices Logic Gate Control parameters. More...

Inheritance diagram for mvLogicGateControl:
[legend]

Public Member Functions

synchronized void delete ()
 
PropertyI getMvANDSource1Inverter ()
 A boolean property.
 
PropertyI getMvANDSource2Inverter ()
 A boolean property.
 
PropertyI64 getMvLogicGateANDSelector ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateANDSource1 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateANDSource2 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateANDTermSelector ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateANDTermSrc0 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateANDTermSrc1 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORSelector ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORSource1 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORSource2 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORSource3 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORSource4 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORTermSelector ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORTermSrc0 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateORTermSrc1 ()
 An enumerated integer property.
 
PropertyI64 getMvLogicGateSource ()
 An enumerated integer property.
 
PropertyI getMvLogicGateSourceInverter ()
 A boolean property.
 
PropertyI64 getMvLogicGateSourceSelector ()
 An enumerated integer property.
 
int hObj ()
 Returns a unique identifier for the component collection referenced by this object.
 
 mvLogicGateControl (Device pDev)
 Constructs a new mvIMPACT.acquire.mvLogicGateControl object.
 
 mvLogicGateControl (Device pDev, String settingName)
 Constructs a new mvIMPACT.acquire.mvLogicGateControl object.
 
ComponentCollection restoreDefault ()
 Restores the default for every component of this collection.
 

Protected Member Functions

void finalize ()
 
 mvLogicGateControl (long cPtr, boolean cMemoryOwn)
 

Static Protected Member Functions

static long swigRelease (ComponentCollection obj)
 
static long swigRelease (mvLogicGateControl obj)
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ mvLogicGateControl() [1/3]

mvLogicGateControl ( long cPtr,
boolean cMemoryOwn )
protected

◆ mvLogicGateControl() [2/3]

mvLogicGateControl ( Device pDev,
String settingName )

Constructs a new mvIMPACT.acquire.mvLogicGateControl object.

Parameters
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

◆ mvLogicGateControl() [3/3]

Constructs a new mvIMPACT.acquire.mvLogicGateControl object.

Parameters
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

Member Function Documentation

◆ delete()

synchronized void delete ( )

Reimplemented from ComponentCollection.

◆ finalize()

void finalize ( )
protected

Reimplemented from ComponentCollection.

◆ getMvANDSource1Inverter()

PropertyI getMvANDSource1Inverter ( )

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

◆ getMvANDSource2Inverter()

PropertyI getMvANDSource2Inverter ( )

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

◆ getMvLogicGateANDSelector()

PropertyI64 getMvLogicGateANDSelector ( )

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:

  • mvLogicGateAND1 (Display string: 'mv Logic Gate AND 1')
  • mvLogicGateAND2 (Display string: 'mv Logic Gate AND 2')
  • mvLogicGateAND3 (Display string: 'mv Logic Gate AND 3')
  • mvLogicGateAND4 (Display string: 'mv Logic Gate AND 4')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateANDSource1()

PropertyI64 getMvLogicGateANDSource1 ( )

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:

  • Off (Display string: 'Off')
  • Line4 (Display string: 'Line 4')
  • Line5 (Display string: 'Line 5')
  • Line6 (Display string: 'Line 6')
  • Line7 (Display string: 'Line 7')
  • Line12 (Display string: 'Line 12')
  • Line13 (Display string: 'Line 13')
  • Line14 (Display string: 'Line 14')
  • Line15 (Display string: 'Line 15')
  • ExposureActive (Display string: 'Exposure Active')
  • mvExposureSensor2Active (Display string: 'mv Exposure Sensor 2 Active')
  • UserOutput0 (Display string: 'User Output 0')
  • UserOutput1 (Display string: 'User Output 1')
  • UserOutput2 (Display string: 'User Output 2')
  • UserOutput3 (Display string: 'User Output 3')
  • UserOutput4 (Display string: 'User Output 4')
  • UserOutput5 (Display string: 'User Output 5')
  • UserOutput6 (Display string: 'User Output 6')
  • UserOutput7 (Display string: 'User Output 7')
  • Timer1Active (Display string: 'Timer 1 Active')
  • Timer2Active (Display string: 'Timer 2 Active')
  • Timer3Active (Display string: 'Timer 3 Active')
  • Counter1Active (Display string: 'Counter 1 Active')
  • Counter2Active (Display string: 'Counter 2 Active')
  • Counter3Active (Display string: 'Counter 3 Active')
  • Counter4Active (Display string: 'Counter 4 Active')
  • Counter5Active (Display string: 'Counter 5 Active')
  • Counter6Active (Display string: 'Counter 6 Active')
  • Counter7Active (Display string: 'Counter 7 Active')
  • Counter8Active (Display string: 'Counter 8 Active')
  • AcquisitionActive (Display string: 'Acquisition Active')
  • FrameActive (Display string: 'Frame Active')
  • LineActive (Display string: 'Line Active')
  • FrameTriggerWait (Display string: 'Frame Trigger Wait')
  • mvTemperatureOutOfRange (Display string: 'mv Temperature Out Of Range')
  • mvExposureActive (Display string: 'mv Exposure Active')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateANDSource2()

PropertyI64 getMvLogicGateANDSource2 ( )

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:

  • Off (Display string: 'Off')
  • Line4 (Display string: 'Line 4')
  • Line5 (Display string: 'Line 5')
  • Line6 (Display string: 'Line 6')
  • Line7 (Display string: 'Line 7')
  • Line12 (Display string: 'Line 12')
  • Line13 (Display string: 'Line 13')
  • Line14 (Display string: 'Line 14')
  • Line15 (Display string: 'Line 15')
  • ExposureActive (Display string: 'Exposure Active')
  • mvExposureSensor2Active (Display string: 'mv Exposure Sensor 2 Active')
  • UserOutput0 (Display string: 'User Output 0')
  • UserOutput1 (Display string: 'User Output 1')
  • UserOutput2 (Display string: 'User Output 2')
  • UserOutput3 (Display string: 'User Output 3')
  • UserOutput4 (Display string: 'User Output 4')
  • UserOutput5 (Display string: 'User Output 5')
  • UserOutput6 (Display string: 'User Output 6')
  • UserOutput7 (Display string: 'User Output 7')
  • Timer1Active (Display string: 'Timer 1 Active')
  • Timer2Active (Display string: 'Timer 2 Active')
  • Timer3Active (Display string: 'Timer 3 Active')
  • Counter1Active (Display string: 'Counter 1 Active')
  • Counter2Active (Display string: 'Counter 2 Active')
  • Counter3Active (Display string: 'Counter 3 Active')
  • Counter4Active (Display string: 'Counter 4 Active')
  • Counter5Active (Display string: 'Counter 5 Active')
  • Counter6Active (Display string: 'Counter 6 Active')
  • Counter7Active (Display string: 'Counter 7 Active')
  • Counter8Active (Display string: 'Counter 8 Active')
  • AcquisitionActive (Display string: 'Acquisition Active')
  • FrameActive (Display string: 'Frame Active')
  • LineActive (Display string: 'Line Active')
  • FrameTriggerWait (Display string: 'Frame Trigger Wait')
  • mvTemperatureOutOfRange (Display string: 'mv Temperature Out Of Range')
  • mvExposureActive (Display string: 'mv Exposure Active')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateANDTermSelector()

PropertyI64 getMvLogicGateANDTermSelector ( )

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:

  • mvLogicGateANDTerm0 (Display string: 'mv Logic Gate AND Term 0')
  • mvLogicGateANDTerm1 (Display string: 'mv Logic Gate AND Term 1')
  • mvLogicGateANDTerm2 (Display string: 'mv Logic Gate AND Term 2')
  • mvLogicGateANDTerm3 (Display string: 'mv Logic Gate AND Term 3')
  • mvLogicGateANDTerm4 (Display string: 'mv Logic Gate AND Term 4')
  • mvLogicGateANDTerm5 (Display string: 'mv Logic Gate AND Term 5')
  • mvLogicGateANDTerm6 (Display string: 'mv Logic Gate AND Term 6')
  • mvLogicGateANDTerm7 (Display string: 'mv Logic Gate AND Term 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateANDTermSrc0()

PropertyI64 getMvLogicGateANDTermSrc0 ( )

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:

  • Off (Display string: 'Off')
  • mvLogicGateSource0 (Display string: 'mv Logic Gate Source 0')
  • mvLogicGateSource1 (Display string: 'mv Logic Gate Source 1')
  • mvLogicGateSource2 (Display string: 'mv Logic Gate Source 2')
  • mvLogicGateSource3 (Display string: 'mv Logic Gate Source 3')
  • mvLogicGateSource4 (Display string: 'mv Logic Gate Source 4')
  • mvLogicGateSource5 (Display string: 'mv Logic Gate Source 5')
  • mvLogicGateSource6 (Display string: 'mv Logic Gate Source 6')
  • mvLogicGateSource7 (Display string: 'mv Logic Gate Source 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateANDTermSrc1()

PropertyI64 getMvLogicGateANDTermSrc1 ( )

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:

  • Off (Display string: 'Off')
  • mvLogicGateSource0 (Display string: 'mv Logic Gate Source 0')
  • mvLogicGateSource1 (Display string: 'mv Logic Gate Source 1')
  • mvLogicGateSource2 (Display string: 'mv Logic Gate Source 2')
  • mvLogicGateSource3 (Display string: 'mv Logic Gate Source 3')
  • mvLogicGateSource4 (Display string: 'mv Logic Gate Source 4')
  • mvLogicGateSource5 (Display string: 'mv Logic Gate Source 5')
  • mvLogicGateSource6 (Display string: 'mv Logic Gate Source 6')
  • mvLogicGateSource7 (Display string: 'mv Logic Gate Source 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORSelector()

PropertyI64 getMvLogicGateORSelector ( )

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:

  • mvLogicGateOR1 (Display string: 'mv Logic Gate OR 1')
  • mvLogicGateOR2 (Display string: 'mv Logic Gate OR 2')
  • mvLogicGateOR3 (Display string: 'mv Logic Gate OR 3')
  • mvLogicGateOR4 (Display string: 'mv Logic Gate OR 4')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORSource1()

PropertyI64 getMvLogicGateORSource1 ( )

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:

  • mvLogicGateAND1Output (Display string: 'mv Logic Gate AND 1 Output')
  • mvLogicGateAND2Output (Display string: 'mv Logic Gate AND 2 Output')
  • mvLogicGateAND3Output (Display string: 'mv Logic Gate AND 3 Output')
  • mvLogicGateAND4Output (Display string: 'mv Logic Gate AND 4 Output')
  • Off (Display string: 'Off')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORSource2()

PropertyI64 getMvLogicGateORSource2 ( )

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:

  • mvLogicGateAND1Output (Display string: 'mv Logic Gate AND 1 Output')
  • mvLogicGateAND2Output (Display string: 'mv Logic Gate AND 2 Output')
  • mvLogicGateAND3Output (Display string: 'mv Logic Gate AND 3 Output')
  • mvLogicGateAND4Output (Display string: 'mv Logic Gate AND 4 Output')
  • Off (Display string: 'Off')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORSource3()

PropertyI64 getMvLogicGateORSource3 ( )

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:

  • mvLogicGateAND1Output (Display string: 'mv Logic Gate AND 1 Output')
  • mvLogicGateAND2Output (Display string: 'mv Logic Gate AND 2 Output')
  • mvLogicGateAND3Output (Display string: 'mv Logic Gate AND 3 Output')
  • mvLogicGateAND4Output (Display string: 'mv Logic Gate AND 4 Output')
  • Off (Display string: 'Off')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORSource4()

PropertyI64 getMvLogicGateORSource4 ( )

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:

  • mvLogicGateAND1Output (Display string: 'mv Logic Gate AND 1 Output')
  • mvLogicGateAND2Output (Display string: 'mv Logic Gate AND 2 Output')
  • mvLogicGateAND3Output (Display string: 'mv Logic Gate AND 3 Output')
  • mvLogicGateAND4Output (Display string: 'mv Logic Gate AND 4 Output')
  • Off (Display string: 'Off')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORTermSelector()

PropertyI64 getMvLogicGateORTermSelector ( )

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:

  • mvLogicGateORTerm0 (Display string: 'mv Logic Gate OR Term 0')
  • mvLogicGateORTerm1 (Display string: 'mv Logic Gate OR Term 1')
  • mvLogicGateORTerm2 (Display string: 'mv Logic Gate OR Term 2')
  • mvLogicGateORTerm3 (Display string: 'mv Logic Gate OR Term 3')
  • mvLogicGateORTerm4 (Display string: 'mv Logic Gate OR Term 4')
  • mvLogicGateORTerm5 (Display string: 'mv Logic Gate OR Term 5')
  • mvLogicGateORTerm6 (Display string: 'mv Logic Gate OR Term 6')
  • mvLogicGateORTerm7 (Display string: 'mv Logic Gate OR Term 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORTermSrc0()

PropertyI64 getMvLogicGateORTermSrc0 ( )

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:

  • Off (Display string: 'Off')
  • mvLogicGateANDTerm0 (Display string: 'mv Logic Gate AND Term 0')
  • mvLogicGateANDTerm1 (Display string: 'mv Logic Gate AND Term 1')
  • mvLogicGateANDTerm2 (Display string: 'mv Logic Gate AND Term 2')
  • mvLogicGateANDTerm3 (Display string: 'mv Logic Gate AND Term 3')
  • mvLogicGateANDTerm4 (Display string: 'mv Logic Gate AND Term 4')
  • mvLogicGateANDTerm5 (Display string: 'mv Logic Gate AND Term 5')
  • mvLogicGateANDTerm6 (Display string: 'mv Logic Gate AND Term 6')
  • mvLogicGateANDTerm7 (Display string: 'mv Logic Gate AND Term 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateORTermSrc1()

PropertyI64 getMvLogicGateORTermSrc1 ( )

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:

  • Off (Display string: 'Off')
  • mvLogicGateANDTerm0 (Display string: 'mv Logic Gate AND Term 0')
  • mvLogicGateANDTerm1 (Display string: 'mv Logic Gate AND Term 1')
  • mvLogicGateANDTerm2 (Display string: 'mv Logic Gate AND Term 2')
  • mvLogicGateANDTerm3 (Display string: 'mv Logic Gate AND Term 3')
  • mvLogicGateANDTerm4 (Display string: 'mv Logic Gate AND Term 4')
  • mvLogicGateANDTerm5 (Display string: 'mv Logic Gate AND Term 5')
  • mvLogicGateANDTerm6 (Display string: 'mv Logic Gate AND Term 6')
  • mvLogicGateANDTerm7 (Display string: 'mv Logic Gate AND Term 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateSource()

PropertyI64 getMvLogicGateSource ( )

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:

  • Off (Display string: 'Off')
  • Line4 (Display string: 'Line 4')
  • Line5 (Display string: 'Line 5')
  • Line6 (Display string: 'Line 6')
  • Line7 (Display string: 'Line 7')
  • ExposureActive (Display string: 'Exposure Active')
  • mvExposureSensor2Active (Display string: 'mv Exposure Sensor 2 Active')
  • UserOutput0 (Display string: 'User Output 0')
  • UserOutput1 (Display string: 'User Output 1')
  • UserOutput2 (Display string: 'User Output 2')
  • UserOutput3 (Display string: 'User Output 3')
  • UserOutput4 (Display string: 'User Output 4')
  • UserOutput5 (Display string: 'User Output 5')
  • UserOutput6 (Display string: 'User Output 6')
  • UserOutput7 (Display string: 'User Output 7')
  • Timer1Active (Display string: 'Timer 1 Active')
  • Timer2Active (Display string: 'Timer 2 Active')
  • Timer3Active (Display string: 'Timer 3 Active')
  • Counter1Active (Display string: 'Counter 1 Active')
  • Counter2Active (Display string: 'Counter 2 Active')
  • Counter3Active (Display string: 'Counter 3 Active')
  • Counter4Active (Display string: 'Counter 4 Active')
  • Counter5Active (Display string: 'Counter 5 Active')
  • Counter6Active (Display string: 'Counter 6 Active')
  • Counter7Active (Display string: 'Counter 7 Active')
  • Counter8Active (Display string: 'Counter 8 Active')
  • AcquisitionActive (Display string: 'Acquisition Active')
  • FrameActive (Display string: 'Frame Active')
  • LineActive (Display string: 'Line Active')
  • FrameTriggerWait (Display string: 'Frame Trigger Wait')
  • mvTemperatureOutOfRange (Display string: 'mv Temperature Out Of Range')
  • mvExposureActive (Display string: 'mv Exposure Active')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ getMvLogicGateSourceInverter()

PropertyI getMvLogicGateSourceInverter ( )

A boolean property.

Inverts the input signal.

Inverts the input signal.

◆ getMvLogicGateSourceSelector()

PropertyI64 getMvLogicGateSourceSelector ( )

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:

  • mvLogicGateSource0 (Display string: 'mv Logic Gate Source 0')
  • mvLogicGateSource1 (Display string: 'mv Logic Gate Source 1')
  • mvLogicGateSource2 (Display string: 'mv Logic Gate Source 2')
  • mvLogicGateSource3 (Display string: 'mv Logic Gate Source 3')
  • mvLogicGateSource4 (Display string: 'mv Logic Gate Source 4')
  • mvLogicGateSource5 (Display string: 'mv Logic Gate Source 5')
  • mvLogicGateSource6 (Display string: 'mv Logic Gate Source 6')
  • mvLogicGateSource7 (Display string: 'mv Logic Gate Source 7')
Note
Depending on the device some of these values might not be supported and especially when working with third party devices there might be custom values which are not listed here. To get a complete and reliable list of supported values at runtime an application should therefore call mvIMPACT.acquire.PropertyI.getTranslationDictStrings() or one of the other functions dealing with translation dictionaries for enumerated properties.

◆ hObj()

int hObj ( )
inherited

Returns a unique identifier for the component collection referenced by this object.

This handle will always reference an object of type mvIMPACT.acquire.ComponentList.

Returns
A unique identifier for the component referenced by this object.

◆ restoreDefault()

ComponentCollection restoreDefault ( )
inherited

Restores the default for every component of this collection.

Calling this function will restore the default value for every component belonging to this collection.

Note
The caller must have the right to modify the component. Otherwise an exception will be thrown.
Returns
A const reference to the component.

◆ swigRelease() [1/2]

static long swigRelease ( ComponentCollection obj)
staticprotectedinherited

◆ swigRelease() [2/2]

static long swigRelease ( mvLogicGateControl obj)
staticprotected

Member Data Documentation

◆ swigCMemOwn

transient boolean swigCMemOwn
protectedinherited