dso_hardcopy module

class dso_hardcopy.HardCopy(parent)

Bases: object

This module can use the hardcopy function on your DSO.

hard_copy(ifmt: str = 'PNG', ink_saver: str = 'OFF', wfmt: str = 'LSF', mode: str = 'IMAGe')

Hardcopy on your DSO.

Parameters:
  • ifmt (str, optional) – Image save file type PNG or BMP. Defaults to ‘PNG’.

  • ink_saver (str, optional) – Inksaver ON or OFF. Defaults to ‘OFF’.

  • wfmt (str, optional) – Waveform File Format, including LSF, DCSV and FCSV. Defaults to ‘LSF’

  • mode (str, optional) – IMAGe, WAVEform, SETUp or ALL. Defaults to ‘IMAGe’.