Command/Query
:CALCulate<Ch>[:SELected]:UNIT:ANGLe {DEG|RAD}
:CALCulate<Ch>[:SELected]:UNIT:ANGLe?
This command sets/gets Phase Unit for the selected channel. All traces in a channel has the same setting.
Parameter |
Selection Option |
Description |
Phase Unit |
Data Type |
Character string type (String) |
Range |
DEG|RAD |
Preset Value |
DEG |
{DEG|RAD}<newline><^END>
Dim Var as String
Var= "DEG"
Ana.WriteString ":CALC1:UNIT:ANGL " & Var, True
Ana.WriteString ":CALC1:UNIT:ANGL?", True
Var=Ana.ReadString
Format > Phase Unit
SCPI.CALCULATE(Ch).SELECTED.UNIT.ANGLE