Skip to main content
Skip table of contents

DATAPixx3

class datapixx.DATAPixx3

Bases: DpxDevice, DualLinkOut, VideoFeatures

Class Definition for the DATAPixx3 Device.

The bases defined below are the core subsystems attached to a DATAPixx3 devices. A DATAPixx3 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 DATAPixx3
>>> my_device = DATAPixx3()
>>> 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.

adc

Handle f or the control of Analog In signal. See Analog In.

dac

Handle for the control of Analog Out signal. See Analog Out.

audio

Handle for the audio controls. See Audio Out.

micro

Handle for the microphone controls. See Audio In.

din

Handle for the control of Digital In signal. See Digital Inputs.

dout

Handle for the control of Digital Out signal. See Digital Out.

subsytems

A list of the available subsystems related to your physical device.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.