sknrf.device.instrument.rfztuner.ads.ads module

class sknrf.device.instrument.rfztuner.ads.ads.ADSCW(error_model, port, config_filename='', simulator_type='Envelope.HB', simulator_name='Envelope')

Bases: NoRFZTuner

firmware_map = {'Keysight ADS': '2012.08'}
display_order = ['on', 'initialized', 'freq', 'z_set', 'z', 'gamma_set', 'gamma', 'num_harmonics', 'harmonics']
connect_handles()

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

preset()

Preset device handles that have have unique connections.

property freq

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

trigger()

Trigger for measurement synchronization.

measure()

Record measurement data.

class sknrf.device.instrument.rfztuner.ads.ads.ADSModulated(error_model, port, config_filename='', simulator_type='Envelope.HB', simulator_name='Envelope')

Bases: NoRFZTunerModulated

firmware_map = {'Keysight ADS': '2012.08'}
display_order = ['on', 'initialized', 'freq', 'z_set', 'z', 'gamma_set', 'gamma', 'delay', 'pulse_width', 'period', 'iq_files', 'num_harmonics', 'harmonics']
connect_handles()

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

preset()

Preset device handles that have have unique connections.

property freq

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

trigger()

Trigger for measurement synchronization.

measure()

Record measurement data.