Impact Acquire SDK Python

Category that contains the source control features. More...

Inheritance diagram for SourceControl:
[legend]

Public Member Functions

 __init__ (self, *args)
 Constructs a new mvIMPACT.acquire.SourceControl object.
 

Properties

 sourceCount = property(lib_mvIMPACT_acquire.SourceControl_sourceCount_get, doc=)
 An integer property.
 
 sourceIDValue = property(lib_mvIMPACT_acquire.SourceControl_sourceIDValue_get, doc=)
 An integer property.
 
 sourceSelector = property(lib_mvIMPACT_acquire.SourceControl_sourceSelector_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 the source control features.

A category that contains the source control features.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Constructs a new mvIMPACT.acquire.SourceControl 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

Property Documentation

◆ sourceCount

sourceCount = property(lib_mvIMPACT_acquire.SourceControl_sourceCount_get, doc=)
static

An integer property.

Controls or returns the number of sources supported by the device.

Controls or returns the number of sources supported by the device.

◆ sourceIDValue

sourceIDValue = property(lib_mvIMPACT_acquire.SourceControl_sourceIDValue_get, doc=)
static

An integer property.

Returns a unique Identifier value that correspond to the selected Source.

Returns a unique Identifier value that correspond to the selected Source.

◆ sourceSelector

sourceSelector = property(lib_mvIMPACT_acquire.SourceControl_sourceSelector_get, doc=)
static

An enumerated integer property.

Selects the source to control.

Selects the source to control.

The following string values might be valid for this feature:

  • All (Display string: 'All'): Selects all the data sources.
  • Device-specific (Display string: 'Device-specific')
  • Source0 (Display string: 'Source 0'): Selects the data source 0.
  • Source1 (Display string: 'Source 1'): Selects the data source 1.
  • Source2 (Display string: 'Source 2'): Selects the data source 2.
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