Unit

SCPI Command :

CALCulate<n>:STATistics:SCALe:Y:UNIT
class UnitCls[source]

Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) RsFsw.enums.ScaleYaxisUnit[source]
# SCPI: CALCulate<n>:STATistics:SCALe:Y:UNIT
value: enums.ScaleYaxisUnit = driver.calculate.statistics.scale.y.unit.get(window = repcap.Window.Default)

Selects the unit of the y-axis.

param window

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

return

unit: PCT | ABS

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

Selects the unit of the y-axis.

param unit

PCT | ABS

param window

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