Ratio

SCPI Command :

WAVeform<*>:XYCurve:RATio
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveform=Waveform.Default) bool[source]
# WAVeform<*>:XYCurve:RATio
value: bool = driver.waveform.xyCurve.ratio.get(waveform = repcap.Waveform.Default)

If enabled, the x- and y-axes maintain a constant ratio in the diagram.

Parameters:

waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)

Returns:

cst_xy_ratio: OFF | ON

set(cst_xy_ratio: bool, waveform=Waveform.Default) None[source]
# WAVeform<*>:XYCurve:RATio
driver.waveform.xyCurve.ratio.set(cst_xy_ratio = False, waveform = repcap.Waveform.Default)

If enabled, the x- and y-axes maintain a constant ratio in the diagram.

Parameters:
  • cst_xy_ratio – OFF | ON

  • waveform – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Waveform’)