device.spectral_dsa800 module¶
- class device.spectral_dsa800.SpectralAnalyser_DSA800(ip_address, **kwargs)[source]¶
Bases:
VisaHardwareBaseSpectral analyser (resonance experiment).
Model name: RIGOL DSA800
Communication:
LAN, using VISA protocol and SCPI commands
- SAVE_DIR = PosixPath('/home/runner/saved_data')¶
- property active_trace¶
- property data¶
Trace data of active trace in format (frequency[Hz], amplitude[dBm]).
- set_amplitaxis(scale=None, offset=None)[source]¶
Vertical amplitude axes - scale and offset. Set one or both.
- Parameters:
scale (float) – amplitude ??? [dBm]
offset (float) – amplitude ??? [dBm]
- set_freqaxis(low, high)[source]¶
Horizontal frequency axis.
- Parameters:
low (float) – lowest frequency [Hz]
high (float) – highest frequency [Hz]