Angle

SCPI Command :

CALCulate<n>:UNIT:ANGLe
class AngleCls[source]

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

get(window=Window.Default) RsFsw.enums.AngleUnit[source]
# SCPI: CALCulate<n>:UNIT:ANGLe
value: enums.AngleUnit = driver.applications.k70Vsa.calculate.unit.angle.get(window = repcap.Window.Default)

Selects the unit for angles (for PM display, <n> is irrelevant) . Is identical to method RsFsw.Calculate.Unit.Angle.set

param window

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

return

unit: DEG | RAD

set(unit: RsFsw.enums.AngleUnit, window=Window.Default) None[source]
# SCPI: CALCulate<n>:UNIT:ANGLe
driver.applications.k70Vsa.calculate.unit.angle.set(unit = enums.AngleUnit.DEG, window = repcap.Window.Default)

Selects the unit for angles (for PM display, <n> is irrelevant) . Is identical to method RsFsw.Calculate.Unit.Angle.set

param unit

DEG | RAD

param window

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