Source code for place.plugins.sr850_amp.sr850_print_plot

"""Print and plot commands"""
from .sr850_driver import SR850Driver

[docs]class SR850PrintPlot(SR850Driver): """Print and plot commands"""
[docs] def prsc(self): self._set('PRSC')
[docs] def pall(self): self._set('PALL')
[docs] def ptrc(self): self._set('PTRC')
[docs] def pcur(self): self._set('PCUR')