Skip to content

Scale and Reference

Proper scaling ensures your measurements are displayed at the optimal zoom level. The NanoVNA-H provides auto-scaling and manual control over scale per division and reference position.

The quickest way to adjust scaling is using auto scale:

  1. Tap the screen to open the menu
  2. Navigate to DISPLAY > SCALE
  3. Tap AUTO SCALE to automatically fit the current trace to the display
  1. Go to DISPLAY > SCALE > SCALE/DIV
  2. Enter the desired value using the keypad
  3. Tap the appropriate unit or ENTER to confirm

Common scale values by format:

FormatTypical ScaleNotes
LogMag10 dB/divStandard for return loss
LogMag1 dB/divFine detail for filter passband
Phase45 deg/divShows full 360 degree range
SWR1/divFor low SWR antennas
Smith1/divNormalized to Z0
DelayvariesDepends on DUT

The reference position determines where the reference value appears on screen:

  1. Go to DISPLAY > SCALE > REFERENCE POSITION
  2. Enter a position value (0-8, where 0 is bottom, 8 is top)
  3. Tap ENTER to confirm
PositionLocationCommon Use
0Bottom linePositive values above
4CenterPhase measurements
7 or 8Top areaReturn loss (negative dB)
  1. Go to DISPLAY > SCALE > REFERENCE VALUE
  2. Enter the reference value at the reference position
  3. Tap the appropriate unit to confirm

Electrical delay compensates for the phase shift introduced by cables and connectors between the calibration plane and the DUT. The firmware stores separate delay values for S11 and S21 channels, and applies the correction by rotating the complex measurement data at each frequency point.

At each sweep frequency, the firmware multiplies the measured S-parameter by a phase rotation:

corrected = measured × e^(-j × 2π × frequency × delay)

This removes the linear phase slope caused by cable length. The result is as if you measured directly at the DUT without the intervening cable.

  1. Go to DISPLAY > SCALE > E-DELAY
  2. Choose S11 or S21 channel
  3. Enter delay value in seconds (e.g., 1.5e-9 for 1.5 ns)

A quick way to set electrical delay:

  1. Connect the cable with an open or short at the far end
  2. Display phase trace (S11 Phase format)
  3. Adjust electrical delay until the phase trace is flat
  4. The correct delay value removes the cable’s phase slope
  • De-embedding test cables: Remove phase effects of cables between VNA and DUT
  • Viewing DUT phase response: See only the device’s contribution to phase shift
  • Time domain preparation: Shifting the reference plane before enabling transform
  • Antenna feed line compensation: View impedance at the antenna rather than at the radio
Terminal window
# Set electrical delay per channel (in seconds)
edelay s11 1.5e-9 # 1.5 ns for S11
edelay s21 2.3e-9 # 2.3 ns for S21
edelay s11 0 # Clear S11 delay
edelay s21 0 # Clear S21 delay
Terminal window
# Set scale per division for a trace
trace 0 scale 10 # Trace 0: 10 dB/div
trace 1 scale 45 # Trace 1: 45 degrees/div
# Set reference position (0-8)
trace 0 refpos 7 # Reference at position 7 (near top)
trace 2 refpos 4 # Reference at center
Format: SWR
Scale: 0.5 or 1 per division
Reference Position: 0 (bottom)
Reference Value: 1.0

This shows SWR from 1:1 at the bottom.

Format: LogMag
Scale: 10 dB/div
Reference Position: 8 (top)
Reference Value: 0 dB

Shows 0 dB at top, return loss increasing downward.

Format: LogMag
Scale: 1 dB/div
Reference Position: 8 (top)
Reference Value: 0 dB

Fine detail for passband ripple.

Format: Phase
Scale: 45 deg/div
Reference Position: 4 (center)
Reference Value: 0 degrees

Shows +/-180 degrees centered on screen.

Each trace has completely independent scale, reference position, and reference value. This means you can display:

  • Trace 0: S11 LogMag at 10 dB/div, reference at top
  • Trace 1: S21 LogMag at 5 dB/div, reference at top
  • Trace 2: S11 Smith at default scale
  • Trace 3: S11 Phase at 45 deg/div, reference at center

When you adjust scale via the menu, the change applies only to the currently selected trace. Check the trace indicator (colored number in the legend) to confirm which trace is active before changing scale.

If scale changes don’t seem to affect the trace you’re looking at, you likely have a different trace selected. Tap the trace indicator to cycle through active traces.

If your trace appears as a flat line, the scale is too coarse. Use AUTO SCALE to fit the data, then adjust from there.

The reference value sets what value appears at the reference position line — it does not shift the data. Setting reference value to -20 dB with reference position at 7 means the -20 dB gridline is near the top of the screen.