Scale
SCPI Command :
MEASurement<*>:TRACk:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:TRACk:SCALe value: float = driver.measurement.track.scale.get(measIndex = repcap.MeasIndex.Default)
Sets or queries the vertical scale of the track diagram. If method
RsMxo.measurement.track.contiunous.set()is ON, use the command to query the current value. If methodRsMxo.measurement.track.contiunous.set()is OFF, the command sets the scale.- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
vertical_scale: 1E-26 to 1E+26
- set(vertical_scale: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:TRACk:SCALe driver.measurement.track.scale.set(vertical_scale = 1.0, measIndex = repcap.MeasIndex.Default)
Sets or queries the vertical scale of the track diagram. If method
RsMxo.measurement.track.contiunous.set()is ON, use the command to query the current value. If methodRsMxo.measurement.track.contiunous.set()is OFF, the command sets the scale.- Parameters:
vertical_scale – 1E-26 to 1E+26
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)