Bandwidth
SCPI Commands :
[SOURce<HW>]:NOISe:BWIDth:STATe
[SOURce<HW>]:NOISe:BANDwidth
- class BandwidthCls[source]
Bandwidth commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:NOISe:BWIDth:STATe value: bool = driver.source.noise.bandwidth.get_state()
No command help available
- return
state: No help available
- get_value() float [source]
# SCPI: [SOURce<HW>]:NOISe:BANDwidth value: float = driver.source.noise.bandwidth.get_value()
Sets the noise level in the system bandwidth when bandwidth limitation is enabled.
- return
bwidth: float Range: 100E3 to 10E6
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:NOISe:BWIDth:STATe driver.source.noise.bandwidth.set_state(state = False)
No command help available
- param state
No help available
- set_value(bwidth: float) None [source]
# SCPI: [SOURce<HW>]:NOISe:BANDwidth driver.source.noise.bandwidth.set_value(bwidth = 1.0)
Sets the noise level in the system bandwidth when bandwidth limitation is enabled.
- param bwidth
float Range: 100E3 to 10E6