Rohde&Scharz ZVA40
Examples
>>> from skrf.vi.vna import ZVA40
>>> v = ZVA40()
>>> dut = v.network
Attributes
| continuous | set/get continuous sweep mode on/off [boolean] |
| error | returns list errors stored on vna |
| fdata | formated s-parameter data [a numpy array] |
| frequency | a frequency object, representing the current frequency axis |
| one_port | a network representing the current active trace |
| s11 | this is just for legacy support, there is no gurantee this |
| sdata | unformated s-parameter data [a numpy array] |
Methods
| __init__ | |
| add_trace | |
| initiate | initiate a sweep on current channel (low level timing) |
| set_active_trace | |
| sweep | initiate a sweep on current channel. if vna is in continous |
| update_trace_list | |
| upload_cal_data | for explanation of this code see the |
| wait | wait for preceding command to finish before executing subsequent |
| write | dummy doc |