Bandwidth
SCPI Commands :
[SOURce<HW>]:NOISe:BWIDth:STATe
[SOURce<HW>]:NOISe:BANDwidth
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_state() bool[source]
# [SOURce<HW>]:NOISe:BWIDth:STATe value: bool = driver.source.noise.bandwidth.get_state()
No help available
- get_value() float[source]
# [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.
- Returns:
bwidth: float Range: 100E3 to 10E6
- set_state(state: bool) None[source]
# [SOURce<HW>]:NOISe:BWIDth:STATe driver.source.noise.bandwidth.set_state(state = False)
No help available
- set_value(bwidth: float) None[source]
# [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.
- Parameters:
bwidth – float Range: 100E3 to 10E6