Unit

SCPI Command :

CALCulate<n>:STATistics:SCALe:Y:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) ScaleYaxisUnit[source]
# CALCulate<n>:STATistics:SCALe:Y:UNIT
value: enums.ScaleYaxisUnit = driver.applications.k70Vsa.calculate.statistics.scale.y.unit.get(window = repcap.Window.Default)

Selects the unit of the y-axis.

Parameters:

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

Returns:

unit: PCT | ABS

set(unit: ScaleYaxisUnit, window=Window.Default) None[source]
# CALCulate<n>:STATistics:SCALe:Y:UNIT
driver.applications.k70Vsa.calculate.statistics.scale.y.unit.set(unit = enums.ScaleYaxisUnit.ABS, window = repcap.Window.Default)

Selects the unit of the y-axis.

Parameters:
  • unit – PCT | ABS

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