Frequency<NoisePoint>

RepCap Settings

# Range: Nr1 .. Nr5
rc = driver.source.noise.phasenoise.frequency.repcap_noisePoint_get()
driver.source.noise.phasenoise.frequency.repcap_noisePoint_set(repcap.NoisePoint.Nr1)

SCPI Command :

[SOURce<HW>]:NOISe:PHASenoise:FREQuency<CH>
class FrequencyCls[source]

Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: NoisePoint, default value after init: NoisePoint.Nr1

get(noisePoint=NoisePoint.Default) int[source]
# SCPI: [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>.

param noisePoint

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frequency’)

return

phasenoise_freq: integer Range: 10 to 10E6

set(phasenoise_freq: int, noisePoint=NoisePoint.Default) None[source]
# SCPI: [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>.

param phasenoise_freq

integer Range: 10 to 10E6

param noisePoint

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frequency’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.noise.phasenoise.frequency.clone()