Range

SCPI Command :

CALCulate<n>:STATistics:SCALe:X:RANGe
class RangeCls[source]

Range commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: 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.

param window

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

return

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

set(range_py: float, window=Window.Default) None[source]
# SCPI: 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.

param range_py

Range: 1 dB to 200 dB, Unit: dB

param window

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