Angle

SCPI Commands

UNIT:ANGLe
class AngleCls[source]

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

get() AngleUnit[source]
# SCPI: UNIT:ANGLe
value: enums.AngleUnit = driver.unit.angle.get()

This command selects the unit for angles (for PM display, <n> is irrelevant) . This command is identical to method RsFswp. Calculate.Unit.Angle.set

return

unit: DEG | RAD

set(unit: AngleUnit) None[source]
# SCPI: UNIT:ANGLe
driver.unit.angle.set(unit = enums.AngleUnit.DEG)

This command selects the unit for angles (for PM display, <n> is irrelevant) . This command is identical to method RsFswp. Calculate.Unit.Angle.set

param unit

DEG | RAD