Phasenoise
SCPI Command :
[SOURce<HW>]:NOISe:PHASenoise:[STATe]
- Commands in total: 6Subgroups: 3Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:NOISe:PHASenoise:[STATe] value: bool = driver.source.noise.phasenoise.get_state()
Enables or disables the phase noise generator.
- Returns:
phasenoise_state: 1 | ON | 0| OFF
- set_state(phasenoise_state: bool) None[source]
# [SOURce<HW>]:NOISe:PHASenoise:[STATe] driver.source.noise.phasenoise.set_state(phasenoise_state = False)
Enables or disables the phase noise generator.
- Parameters:
phasenoise_state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
phasenoise_copy = driver.source.noise.phasenoise.clone()
Subgroups