Impact Acquire SDK Python
mvLogicGateControl Class Reference

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

Inheritance diagram for mvLogicGateControl:
[legend]

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")
 

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

◆ __init__()

__init__ ( self,
* args )

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

Reimplemented from ComponentCollection.

Property Documentation

◆ mvANDSource1Inverter

mvANDSource1Inverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvANDSource1Inverter_get, doc=)
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

◆ mvANDSource2Inverter

mvANDSource2Inverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvANDSource2Inverter_get, doc=)
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

◆ mvLogicGateANDSelector

mvLogicGateANDSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSelector_get, doc=)
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:

  • 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.

◆ mvLogicGateANDSource1

mvLogicGateANDSource1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSource1_get, doc=)
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:

  • 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.

◆ mvLogicGateANDSource2

mvLogicGateANDSource2 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDSource2_get, doc=)
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:

  • 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.

◆ mvLogicGateANDTermSelector

mvLogicGateANDTermSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSelector_get, doc=)
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:

  • 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.

◆ mvLogicGateANDTermSrc0

mvLogicGateANDTermSrc0 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSrc0_get, doc=)
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:

  • 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.

◆ mvLogicGateANDTermSrc1

mvLogicGateANDTermSrc1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateANDTermSrc1_get, doc=)
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:

  • 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.

◆ mvLogicGateORSelector

mvLogicGateORSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSelector_get, doc=)
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:

  • 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.

◆ mvLogicGateORSource1

mvLogicGateORSource1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource1_get, doc=)
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:

  • 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.

◆ mvLogicGateORSource2

mvLogicGateORSource2 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource2_get, doc=)
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:

  • 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.

◆ mvLogicGateORSource3

mvLogicGateORSource3 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource3_get, doc=)
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:

  • 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.

◆ mvLogicGateORSource4

mvLogicGateORSource4 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORSource4_get, doc=)
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:

  • 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.

◆ mvLogicGateORTermSelector

mvLogicGateORTermSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSelector_get, doc=)
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:

  • 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.

◆ mvLogicGateORTermSrc0

mvLogicGateORTermSrc0 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSrc0_get, doc=)
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:

  • 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.

◆ mvLogicGateORTermSrc1

mvLogicGateORTermSrc1 = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateORTermSrc1_get, doc=)
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:

  • 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.

◆ mvLogicGateSource

mvLogicGateSource = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSource_get, doc=)
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:

  • 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.

◆ mvLogicGateSourceInverter

mvLogicGateSourceInverter = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSourceInverter_get, doc=)
static

A boolean property.

Inverts the input signal.

Inverts the input signal.

◆ mvLogicGateSourceSelector

mvLogicGateSourceSelector = property(lib_mvIMPACT_acquire.mvLogicGateControl_mvLogicGateSourceSelector_get, doc=)
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:

  • 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.

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static