Noise

SCPI Command :

WAVeform:NOISe:BWIDth
class NoiseCls[source]

Noise commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_bandwidth() float[source]
# SCPI: WAVeform:NOISe:BWIDth
value: float = driver.waveform.noise.get_bandwidth()

Sets the bandwidth of the generated AWGN waveform.

return:

bwidth: float Range: 0 to 2e+09, Unit: Hz

set_bandwidth(bwidth: float) None[source]
# SCPI: WAVeform:NOISe:BWIDth
driver.waveform.noise.set_bandwidth(bwidth = 1.0)

Sets the bandwidth of the generated AWGN waveform.

param bwidth:

float Range: 0 to 2e+09, Unit: Hz