class propixx.PROPixxCTRL
Bases: DpxDevice, DualLinkOut, VideoFeatures
Class Definition for the PROPixx Controller Device.
If you want to use these functions, you must connect your PROPixx controller device with a USB cable. If you want to use the PROPixx, see PROPixx.
Python
>>> from pypixxlib.propixx import PROPixxCTRL
>>> my_device = PROPixxCTRL()
>>> 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.