Angle
SCPI Command :
CALCulate<n>:UNIT:ANGLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) AngleUnit[source]
# CALCulate<n>:UNIT:ANGLe value: enums.AngleUnit = driver.applications.k9X11Ad.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()- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
unit: DEG | RAD
- set(unit: AngleUnit, window=Window.Default) None[source]
# CALCulate<n>:UNIT:ANGLe driver.applications.k9X11Ad.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()- Parameters:
unit – DEG | RAD
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)