A linear scan from 1 to 19 Volts.
(self)
| 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 | |
| 151 | class AmplitudeScannerShutterUi(Frontend): |
nothing calls this directly
no test coverage detected