SCPI.CALCulate(Ch).SELected.OFFset.XAXis

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.OFFSet.XAXis = Param

Param = SCPI.CALCulate(Ch).SELected.OFFSet.XAXis

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).OFFSet.XAXis = Param

Param = SCPI.CALCulate(Ch).TRACe(Tr).OFFSet.XAXis

Description

This command sets/gets the X-axis frequency when the frequency offset feature is on, for the active trace of selected channel (Ch).

 

In revision A.9.60 and above, you can select the trace and set/get the X-axis frequency when the frequency offset feature is on for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Param

Description

Selects the X-axis frequency (frequency offset: on)

Data type

Character string type (String)

Range

Select from the following:

  • "BASE": Sets the normal frequency.

  • "STIMulus": Sets the frequency for the source port for the specified measurement parameter.

  • "RESPonse": Sets the frequency for the receiver port for the specified measurement parameter.

Preset value

"RESPonse"

Example of use

Dim Xaxis As String
SCPI.SENSe.OFFSet.STATe = True
SCPI.CALCulate(1).SELected.OFFSet.XAXis = "STIMulus"
Xaxis = SCPI.CALCulate(1).SELected.OFFSet.XAXis

Related objects

SCPI.SENSe(Ch).OFFSet.STATe

SCPI.CALCulate(Ch).SELected.MIXer.XAXis

Equivalent key

Sweep Setup > Frequency Offset > X-Axis > Base|Stimulus|Response

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:OFFSet:XAXis {BASE|STIMulus| RESPonse}

:CALCulate{[1]-160}[:SELected]:OFFSet:XAXis?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-16}:OFFSet:XAXis {BASE|STIMulus| RESPonse}

:CALCulate{[1]-160}:TRACe{[1]-16}:OFFSet:XAXis?

Query response

{BASE|STIMulus|RESPonse}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:OFFS:XAX RESP"
20 OUTPUT 717;":CALC1:OFFS:XAX?"
30 ENTER 717;A$