Frequency<NoisePoint>
SCPI Command :
[SOURce<HW>]:NOISe:PHASenoise:FREQuency<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr5 driver.source.noise.phasenoise.frequency.repcap_noisePoint_set(repcap.NoisePoint.Nr1)
- get(noisePoint=NoisePoint.Default) int[source]
# [SOURce<HW>]:NOISe:PHASenoise:FREQuency<CH> value: int = driver.source.noise.phasenoise.frequency.get(noisePoint = repcap.NoisePoint.Default)
Sets the frequency value of the points, where the points are designated by the suffix <ch>.
- Parameters:
noisePoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frequency’)
- Returns:
phasenoise_freq: integer Range: 10 to 10E6
- set(phasenoise_freq: int, noisePoint=NoisePoint.Default) None[source]
# [SOURce<HW>]:NOISe:PHASenoise:FREQuency<CH> driver.source.noise.phasenoise.frequency.set(phasenoise_freq = 1, noisePoint = repcap.NoisePoint.Default)
Sets the frequency value of the points, where the points are designated by the suffix <ch>.
- Parameters:
phasenoise_freq – integer Range: 10 to 10E6
noisePoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frequency’)
Cloning the Group
# Create a copy of the original group, that exists independently
frequency_copy = driver.source.noise.phasenoise.frequency.clone()