Impact Acquire SDK Python
FullSettingsBase Class Reference

A base class that provides access to the most common settings for a device. More...

Inheritance diagram for FullSettingsBase:
[legend]

Public Member Functions

 __init__ (self, *args)
 

Properties

 basedOn = property(lib_mvIMPACT_acquire.FullSettingsBase_basedOn_get, doc=)
 A string property (read-only) containing the name of the setting this setting is based on.
 
 imageDestination = property(lib_mvIMPACT_acquire.FullSettingsBase_imageDestination_get, doc=)
 Properties to define the result images format.
 
 imageProcessing = property(lib_mvIMPACT_acquire.FullSettingsBase_imageProcessing_get, doc=)
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A base class that provides access to the most common settings for a device.

Use one of the classes derived from this class to get access to all the available settings.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented in SettingsBlueFOX.

Property Documentation

◆ basedOn

basedOn = property(lib_mvIMPACT_acquire.FullSettingsBase_basedOn_get, doc=)
static

A string property (read-only) containing the name of the setting this setting is based on.

◆ imageDestination

imageDestination = property(lib_mvIMPACT_acquire.FullSettingsBase_imageDestination_get, doc=)
static

Properties to define the result images format.

◆ imageProcessing

imageProcessing = property(lib_mvIMPACT_acquire.FullSettingsBase_imageProcessing_get, doc=)
static

◆ thisown

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