Power

SCPI Commands :

[SOURce<HW>]:BB:POWer:PEAK
[SOURce<HW>]:BB:POWer:RMS
class PowerCls[source]

Power commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_peak() float[source]
# SCPI: [SOURce<HW>]:BB:POWer:PEAK
value: float = driver.source.bb.power.get_peak()

Queries the peak level of the baseband signal relative to full scale of 0.5 V (in terms of dB full scale) .

return

peak: float Range: -145 to 30, Unit: dBfs

get_rms() float[source]
# SCPI: [SOURce<HW>]:BB:POWer:RMS
value: float = driver.source.bb.power.get_rms()

Queries the RMS level of the baseband signal relative to full scale of 0.5V (in terms of dB full scale) .

return

rms: float Range: -145 to 30, Unit: dBfs