:CALC<Ch>:CORR:OFFS:PHAS

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the phase offset.

Variable

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.

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:PAR:SEL

Equivalent Softkey

Scale > Phase Offset

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.CORRECTION.OFFSET.PHASE

SCPI.CALCULATE(Ch).TRACE(Tr).CORRECTION.OFFSET.PHASE