Noise
SCPI Command :
[SOURce<HW>]:NOISe:DISTribution
- Commands in total: 18Subgroups: 4Direct child commands: 1
- get_distribution() NoisDistrib[source]
# [SOURce<HW>]:NOISe:DISTribution value: enums.NoisDistrib = driver.source.noise.get_distribution()
Sets the distribution of the noise power density.
- Returns:
distribution: GAUSs | EQUal
- set_distribution(distribution: NoisDistrib) None[source]
# [SOURce<HW>]:NOISe:DISTribution driver.source.noise.set_distribution(distribution = enums.NoisDistrib.EQUal)
Sets the distribution of the noise power density.
- Parameters:
distribution – GAUSs | EQUal
Cloning the Group
# Create a copy of the original group, that exists independently
noise_copy = driver.source.noise.clone()
Subgroups