Agilent 4294A Precision Impedance Analyzer
- class pymeasure.instruments.agilent.Agilent4294A(adapter, name='Agilent 4294A Precision Impedance Analyzer', read_termination='\n', write_termination='\n', timeout=5000, **kwargs)
Bases:
SCPIMixin,InstrumentRepresents the Agilent 4294A Precision Impedance Analyzer
- property active_trace: Any
Control the active trace
- get_data(path=None)
Get the measurement data from the instrument after completion.
- Parameters:
path – Path for optional data export to CSV. (default:
None)- Returns:
Pandas Dataframe
- property measurement_type: Any
Control the measurement type. See MEASUREMENT_TYPES
- property num_points: Any
Control the number of points measured at each sweep
- save_graphics(path='')
Save graphics on the screen to a file on the local computer. Adapted from: https://www.keysight.com/se/en/lib/software-detail/programming-examples/4294a-data-transfer-program-excel-vba-1645196.html
- property start_frequency: Any
Control the start frequency in Hz
- property stop_frequency: Any
Control the stop frequency in Hz
- property title: Any
Control the title of the active trace