Frequency<NoisePoint>

RepCap Settings

# Range: Nr1 .. Nr5
rc = driver.test.bb.generator.frequency.repcap_noisePoint_get()
driver.test.bb.generator.frequency.repcap_noisePoint_set(repcap.NoisePoint.Nr1)

SCPI Command :

TEST:BB:GENerator: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) float[source]
# SCPI: TEST:BB:GENerator:FREQuency<CH>
value: float = driver.test.bb.generator.frequency.get(noisePoint = repcap.NoisePoint.Default)

Sets the frequency of the test sine or constant I/Q test signal.

param noisePoint

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

return

frequency: float Range: -250E6 to 250E6

set(frequency: float, noisePoint=NoisePoint.Default) None[source]
# SCPI: TEST:BB:GENerator:FREQuency<CH>
driver.test.bb.generator.frequency.set(frequency = 1.0, noisePoint = repcap.NoisePoint.Default)

Sets the frequency of the test sine or constant I/Q test signal.

param frequency

float Range: -250E6 to 250E6

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.test.bb.generator.frequency.clone()