RefLevel

SCPI Command :

CALCulate<n>:STATistics:SCALe:X:RLEVel
class RefLevelCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:STATistics:SCALe:X:RLEVel
value: float = driver.calculate.statistics.scale.x.refLevel.get(window = repcap.Window.Default)

Sets the reference level for statistical measurements. The effects are identical to method RsFsw.Display.Window.Subwindow. Trace.Y.Scale.RefLevel.set. Note that in case of statistical measurements the reference level applies to the x-axis.

param window

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

return

ref_level: The unit is variable. If a reference level offset is included, the range is adjusted by that offset. Range: -130 dBm to 30 dBm, Unit: dBm

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

Sets the reference level for statistical measurements. The effects are identical to method RsFsw.Display.Window.Subwindow. Trace.Y.Scale.RefLevel.set. Note that in case of statistical measurements the reference level applies to the x-axis.

param ref_level

The unit is variable. If a reference level offset is included, the range is adjusted by that offset. Range: -130 dBm to 30 dBm, Unit: dBm

param window

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