MCPcopy Create free account
hub / github.com/LabPy/lantz / default_scan

Method default_scan

examples/backend_frontend/myapps.py:145–148  ·  view source on GitHub ↗

A linear scan from 1 to 19 Volts.

(self)

Source from the content-addressed store, hash-verified

143 return list(self.scan_amplitude(amplitudes))
144
145 def default_scan(self):
146 """A linear scan from 1 to 19 Volts.
147 """
148 return list(self.scan_amplitude(Q_(list(range(1, 20)), 'volt')))
149
150
151class AmplitudeScannerShutterUi(Frontend):

Callers

nothing calls this directly

Calls 1

scan_amplitudeMethod · 0.95

Tested by

no test coverage detected