Range

SCPI Command :

CALCulate<n>:STATistics:SCALe:X:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:STATistics:SCALe:X:RANGe
value: float = driver.calculate.statistics.scale.x.range.get(window = repcap.Window.Default)

Defines the display range of the x-axis for statistical measurements. The effects are identical to method RsFsw.display.window.subwindow.trace.y.scale.set() .

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

range_py: Range: 1 dB to 200 dB, Unit: dB

set(range_py: float, window=Window.Default) None[source]
# CALCulate<n>:STATistics:SCALe:X:RANGe
driver.calculate.statistics.scale.x.range.set(range_py = 1.0, window = repcap.Window.Default)

Defines the display range of the x-axis for statistical measurements. The effects are identical to method RsFsw.display.window.subwindow.trace.y.scale.set() .

Parameters:
  • range_py – Range: 1 dB to 200 dB, Unit: dB

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)