Power

SCPI Commands :

[SOURce<HW>]:BB:POWer:PEAK
[SOURce<HW>]:BB:POWer:RMS
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_peak() float[source]
# [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) .

Returns:

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

get_rms() float[source]
# [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) .

Returns:

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