Command/Query
:CALCulate<Ch>[:SELected]:CORRection:OFFSet:PHASe <Value>
:CALCulate<Ch>[:SELected]:CORRection:OFFSet:PHASe?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:CORRection:OFFSet:PHASe <Value>
:CALCulate<Ch>:TRACe<Tr>:CORRection:OFFSet:PHASe?
This command sets/gets the phase offset.
Parameter |
Value |
Description |
Phase offset |
Data Type |
Numeric type (Real) |
Range |
-360 to 360 |
Preset Value |
0 |
Unit |
° (degree) |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
{numeric}<newline><^END>
Dim Var as Double
Var= 100
Ena.WriteString ":CALC1:CORR:OFFS:PHAS " & Str(Var), True
Ena.WriteString ":CALC1:CORR:OFFS:PHAS?", True
Var=Ena.ReadNumber
Scale > Phase Offset
SCPI.CALCULATE(Ch).SELECTED.CORRECTION.OFFSET.PHASE
SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.OFFSET.PHASE