Noise
SCPI Commands :
[SOURce<HW>]:AWGN:POWer:NOISe:TOTal
[SOURce<HW>]:AWGN:POWer:NOISe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_total() float[source]
# [SOURce<HW>]:AWGN:POWer:NOISe:TOTal value: float = driver.source.awgn.power.noise.get_total()
Queries the noise level in the total bandwidth.
- Returns:
total: float Range: -145 to 20
- get_value() float[source]
# [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.
- Returns:
noise: float
- set_value(noise: float) None[source]
# [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.
- Parameters:
noise – float