Noise

SCPI Command :

PULSe:MOP:NOISe:BWIDth
class NoiseCls[source]

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

get_bandwidth() float[source]
# SCPI: PULSe:MOP:NOISe:BWIDth
value: float = driver.pulse.mop.noise.get_bandwidth()

Sets the bandwidth.

return:

bwidth: float Range: 1 to 1e+09, Unit: Hz

set_bandwidth(bwidth: float) None[source]
# SCPI: PULSe:MOP:NOISe:BWIDth
driver.pulse.mop.noise.set_bandwidth(bwidth = 1.0)

Sets the bandwidth.

param bwidth:

float Range: 1 to 1e+09, Unit: Hz