Angle
SCPI Command :
UNIT:ANGLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AngleUnit[source]
# UNIT:ANGLe value: enums.AngleUnit = driver.applications.k9X11Ad.unit.angle.get()
Selects the unit for angles (for phase displays) .
- Returns:
unit: DEG | RAD
- set(unit: AngleUnit) None[source]
# UNIT:ANGLe driver.applications.k9X11Ad.unit.angle.set(unit = enums.AngleUnit.DEG)
Selects the unit for angles (for phase displays) .
- Parameters:
unit – DEG | RAD