Property (Read-Write)
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
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.
Parameter |
Param |
Description |
Selects the X-axis frequency (frequency offset: on) |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"RESPonse" |
Dim Xaxis As String
SCPI.SENSe.OFFSet.STATe = True
SCPI.CALCulate(1).SELected.OFFSet.XAXis = "STIMulus"
Xaxis = SCPI.CALCulate(1).SELected.OFFSet.XAXis
SCPI.CALCulate(Ch).SELected.MIXer.XAXis
Sweep Setup > Frequency Offset > X-Axis > Base|Stimulus|Response
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?
{BASE|STIMulus|RESPonse}<newline><^END>
10 OUTPUT 717;":CALC1:OFFS:XAX RESP"
20 OUTPUT 717;":CALC1:OFFS:XAX?"
30 ENTER 717;A$