Power

SCPI Commands :

[SOURce<HW>]:BB:NR5G:OUTPut:POWer:MODE
[SOURce<HW>]:BB:NR5G:OUTPut:POWer:RSBW
Commands in total: 10
Subgroups: 8
Direct child commands: 2
get_mode() PowerModeAll[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:POWer:MODE
value: enums.PowerModeAll = driver.source.bb.nr5G.output.power.get_mode()

Sets how the first output is leveled.

Returns:

power_mode: AAS Average power in the active signal AVG Average RMS power ACTvsf Average power in the active subframes PSDConst The absolute power of a particular allocation is set by multiplying the configured power spectral density (PSD) with the bandwidth of the particular allocation. Burst The ‘Burst’ mode is a special case of the ‘Constant PSD’ mode in the sense that it computes automatically a reference bandwidth based on the chosen allocation.

get_rsbw() float[source]
# [SOURce<HW>]:BB:NR5G:OUTPut:POWer:RSBW
value: float = driver.source.bb.nr5G.output.power.get_rsbw()

Sets the reference bandwidth used by the leveling of the output signal at the first output.

Returns:

ref_system_bw: float Range: 15E3 to 400E6

Cloning the Group

# Create a copy of the original group, that exists independently
power_copy = driver.source.bb.nr5G.output.power.clone()

Subgroups