Sum
SCPI Commands :
[SOURce<HW>]:AWGN:POWer:SUM:PEP
[SOURce<HW>]:AWGN:POWer:SUM
- class SumCls[source]
Sum commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_pep() float [source]
# SCPI: [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.
- return
pep: float Range: -145 to 20
- get_value() float [source]
# SCPI: [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
- return
sum: float Range: -145 to 20