:FILE<fnum>:VIEW<vnum>:PLOT<pnum>:SCALe <xmin>,<xmax>,<ymin>,<ymax>

(Read-Write) Sets or gets the plot scale with x and y range.

The four parameters can have a number plus a unit:

Possible x-axis units: HZ, KHZ, MHZ, GHZ, PS, NS, US, MS, S, MM, CM.

Possible y-axis units: MV, V, DB, MU, U, DEG, KDEG, NS, OHMS, OHMS/M, H/M, PF/M, MS/M, NP/M, RAD/M.

 

Parameters

 

<fnum>

Index of the selected file.

<vnum>

Index of the selected view.

<pnum>

Index of the selected plot.

<xmin>

Minimum value of the x axis.

<xmax>

Maximum value of the x axis.

<ymin>

Minimum value of the y axis.

<ymax>

Maximum value of the y axis.

Examples

:FILE1:VIEW1:PLOT1:SCALe 0,5,-50,50

:FILE1:VIEW1:PLOT1:SCALe 0 MHz,5 GHz,-50 dB,50 dB

Query Syntax

:FILE<fnum>:VIEW<vnum>:PLOT<pnum>:SCALe?

Return Type

Comma separated numbers for x and y range

Default

Not Applicable