Sum

SCPI Commands :

[SOURce<HW>]:AWGN:POWer:SUM:PEP
[SOURce<HW>]:AWGN:POWer:SUM
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_pep() float[source]
# [SOURce<HW>]:AWGN:POWer:SUM:PEP
value: float = driver.source.awgn.power.sum.get_pep()

Queries the peak envelope power of the overall signal comprised of noise signal plus useful signal.

Returns:

pep: float Range: -145 to 20

get_value() float[source]
# [SOURce<HW>]:AWGN:POWer:SUM
value: float = driver.source.awgn.power.sum.get_value()

Queries the overall power of the noise/interferer signal plus useful signal

Returns:

sum: float Range: -145 to 20