Impact Acquire SDK Python
|
A base class for sets of properties that can be modified by the user. More...
Public Member Functions | |
__init__ (self, *args, **kwargs) | |
hObj (self) | |
Returns a unique identifier for the component collection referenced by this object. | |
restoreDefault (self) | |
Restores the default for every component of this collection. | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A base class for sets of properties that can be modified by the user.
__init__ | ( | self, | |
* | args, | ||
** | kwargs ) |
Reimplemented in ImageRequestControl, BasicDeviceSettings, ImageDestination, RequestInfoConfiguration, ImageProcessing, Connector, BasicDeviceSettingsWithAOI, CameraSettingsBase, CameraSettingsVirtualDevice, CameraSettingsV4L2Device, CameraSettingsBlueDevice, CameraSettingsBlueFOX, CameraSettingsBlueCOUGAR, GenTLDriverConfigurator, mvDefectivePixelCorrectionControl, mvAutoFeatureControl, DepthControl, mvSerialInterfaceControl, mvLogicGateControl, mvCurrentControl, mvLensControl, mvFFCControl, mvFrameAverageControl, mvHDRControl, SystemModule, DeviceModule, DataStreamModule, BufferPart, TriggerControl, WhiteBalanceSettings, GainOffsetKneeChannelParameters, LUTParameters, MirrorParameters, SyncOutput, RTCtrProgramStep, PulseStartConfiguration, AutoControlParameters, HDRKneePoint, CameraSettingsFrameGrabber, CameraDescriptionBase, CameraDescriptionDigitalBase, CameraDescriptionSDI, CameraDescriptionDigitalBase2, CameraDescriptionCameraLink, CameraDescriptionDigital, CameraDescriptionStandardBase, CameraDescriptionStandard, CameraDescriptionNonStandard, InterfaceModule, Info, Statistics, SystemSettings, ImageMemoryManager, InfoBlueDevice, InfoBlueCOUGAR, InfoBlueFOX, I2CControl, MotorFocusControl, DigitalIOMeasurementControl, SystemBlueFOX, SystemV4L2, RTCtrProgram, HDRControl, and GenTLProducerConfiguration.
hObj | ( | self | ) |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT.acquire.ComponentList.
restoreDefault | ( | self | ) |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
static |