Noise
SCPI Commands :
[SOURce<HW>]:AWGN:POWer:NOISe:TOTal
[SOURce<HW>]:AWGN:POWer:NOISe
- class NoiseCls[source]
Noise commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_total() float [source]
# SCPI: [SOURce<HW>]:AWGN:POWer:NOISe:TOTal value: float = driver.source.awgn.power.noise.get_total()
Queries the noise level in the total bandwidth.
- return
total: float Range: -145 to 20
- get_value() float [source]
# SCPI: [SOURce<HW>]:AWGN:POWer:NOISe value: float = driver.source.awgn.power.noise.get_value()
Sets the power of the noise signal in the system respectively total bandwidth.
- return
noise: float
- set_value(noise: float) None [source]
# SCPI: [SOURce<HW>]:AWGN:POWer:NOISe driver.source.awgn.power.noise.set_value(noise = 1.0)
Sets the power of the noise signal in the system respectively total bandwidth.
- param noise
float