RefLevel
SCPI Command :
CALCulate<n>:STATistics:SCALe:X:RLEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
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]
# 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.- Parameters:
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
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)