DATAPixx
- class
datapixx.DATAPixx Bases:
DpxDevice,VgaOut,VideoFeatures,ThreeDFeaturesClass Definition for the DATAPixx Device.
The bases defined below are the core subsystems attached to a DATAPixx devices. A DATAPixx 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 DATAPixx >>> my_device = DATAPixx() >>> my_device.adc.function() # adc is the subsystem in this example. >>> my_device.BaseFunction() # A base function from one of the class' bases.nameName of the device.
adcHandle for the control of Analog In signal. See Analog In.
dacHandle for the control of Analog Out signal. See Analog Out.
audioHandle for the audio controls. See Audio Out.
microHandle for the microphone controls. See Audio In.
dinHandle for the control of Digital In signal. See Digital Inputs.
doutHandle for the control of Digital Out signal. See Digital Out.
subsytemsA list of the available subsystems related to your physical device.