sknrf.device.instrument.auxiliary.base module

class sknrf.device.instrument.auxiliary.base.NoAux(error_model, num_ports, config_filename='', **kwargs)

Bases: AbstractDevice

signal_list = []
transforms_list = []
display_order = []
connect_handles()

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

preset()

Preset device handles that have have unique connections.

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 f
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.