SYMBOL INDEX (35 symbols across 6 files) FILE: software/max2871.py class MAX2871 (line 4) | class MAX2871(): method __init__ (line 5) | def __init__(self): method freq_to_regs (line 38) | def freq_to_regs(self, fout, fpd, m=4095, fb=1, apwr=0, rfa_en=1): method find_reg (line 223) | def find_reg(self, reg): method write_value (line 230) | def write_value(self, **kw): FILE: software/monitor_rx.py function init_vna (line 11) | def init_vna(): function update (line 68) | def update(): FILE: software/monitor_sparam.py function init_vna (line 11) | def init_vna(): function update (line 63) | def update(): FILE: software/oneport/calibrate.py function tline_input (line 7) | def tline_input(zl, z0, t, f): function gamma (line 14) | def gamma(zl, z0): function make_open (line 17) | def make_open(freqs, c0, c1, c2, c3, offset_t, offset_z0): function make_short (line 32) | def make_short(freqs, l0, l1, l2, l3, offset_t, offset_z0): function make_load (line 47) | def make_load(freqs, r0, l0, l1, l2, l3, offset_t, offset_z0): FILE: software/sparam.py function iq_to_sparam (line 9) | def iq_to_sparam(iqs, freqs, ports, sw_correction=True): function sw_terms (line 44) | def sw_terms(iqs, freqs): FILE: software/vna.py class VNA (line 10) | class VNA(): method __init__ (line 11) | def __init__(self): method array_to_int (line 23) | def array_to_int(self, a, reverse=False): method read_samples (line 33) | def read_samples(self): method read_iq (line 68) | def read_iq(self): method write_att (line 119) | def write_att(self, att): method write_switches (line 138) | def write_switches(self, tx_filter, port, rx_sw, rx_sw_force=False): method write_io (line 187) | def write_io(self, pwdn, mixer_enable, led, adc_oe, adc_shdn): method write_tag (line 192) | def write_tag(self, tag): method write_pll (line 195) | def write_pll(self, pll): method write_sample_time (line 203) | def write_sample_time(self, samples): method write_echo (line 210) | def write_echo(self, word): method read_echo (line 213) | def read_echo(self): method set_tx_mux (line 220) | def set_tx_mux(self, mux, sample_input='adc'): method write_pll_reg (line 250) | def write_pll_reg(self, pll, reg): method write_pll_io (line 263) | def write_pll_io(self, lo_ce, source_ce, lo_rf, source_rf): method dither_en (line 267) | def dither_en(self, enable): method to_device (line 271) | def to_device(self, cmd, packet): method program_sources (line 282) | def program_sources(self, source_freq, if_freq=2e6):