set_auto_measurement#
method
- RTO.set_auto_measurement(measurement: int = 1, source: str = 'C1W1', meastype: str = 'MAX') None[source]#
Convenience function for setting default measurements.
Use if you haven’t configured any of your own measurements.
- Parameters:
- measurementint
The oscope supports storing up to 8 measurements. Default is 1.
- sourcestr
The source to setup the measurement on. See page 1377 of the User Manual for valid sources. Common ones are of the format “C<m>W<n>”, where <m> is the channel and <n> is the waveform (e.g., “C1W1”, which is the default).
- meastypestr
The measurement type to associate with the measurement. See page 1381 of the User Manual for valid measurement types. Common ones are ‘HIGH’, ‘LOW’, ‘AMPLitude’, ‘MAXimum’, ‘MINimum’, ‘MEAN’. Default is ‘MAX’.