sknrf.device.dut.video.base module

class sknrf.device.dut.video.base.NoVideo(error_model, dut, config_filename='', index=0, **kwargs)

Bases: AbstractDevice

device_id = 512
signal_list = ['video']
transforms_list = []
display_order = ['on', 'dut', 'index', 'trigger_delay']
connect_handles()

Connect to the devices handles and store references in the handles dictionary.

preset()

Preset device handles that have have unique connections.

property dut
property num_harmonics

int: The total number of harmonics available to the device driver.

property harmonics

ndarray: The actual harmonic indicies that are controlled by the device driver.

property freq

ndarray: The subsection of Settings.freq available to the device driver.

property time

ndarray: The subsection of Settings.time available to the device driver.