Power

SCPI Commands :

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

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

get_cfactor() float[source]
# SCPI: [SOURce<HW>]:BBIN:POWer:CFACtor
value: float = driver.source.bbin.power.get_cfactor()

Sets the crest factor of the external baseband signal.

return

cfactor: float Range: 0 to 30, Unit: dB

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

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

return

peak: float Range: -60 to 3.02, Unit: dBfs

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

Queries the RMS level of the external digital baseband signal.

return

rms: float Range: -100 to 10

set_cfactor(cfactor: float) None[source]
# SCPI: [SOURce<HW>]:BBIN:POWer:CFACtor
driver.source.bbin.power.set_cfactor(cfactor = 1.0)

Sets the crest factor of the external baseband signal.

param cfactor

float Range: 0 to 30, Unit: dB

set_peak(peak: float) None[source]
# SCPI: [SOURce<HW>]:BBIN:POWer:PEAK
driver.source.bbin.power.set_peak(peak = 1.0)

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

param peak

float Range: -60 to 3.02, Unit: dBfs