class datapixx.DATAPixx2
Bases: DpxDevice, DualLinkOut, VideoFeatures
Class Definition for the DATAPixx2 Device.
The bases defined below are the core subsystems attached to a DATAPixx2 devices. A DATAPixx2 device also has very specific subsystems which are used through handles. See the example bellow for more details.
If you have a Lite version of the device, some of these handles will not be available. The usage of the handles is as follows:
Python
>>> from pypixxlib.datapixx import DATAPixx2
>>> my_device = DATAPixx2()
>>> my_device.adc.function() # adc is the subsystem in this example.
>>> my_device.BaseFunction() # A base function from one of the class' bases.
name
Name of the device.
subsytems
A list of the available subsystems related to your physical device.