Frequency<NoisePoint>
SCPI Command :
TEST:BB:GENerator:FREQuency<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr5 driver.test.bb.generator.frequency.repcap_noisePoint_set(repcap.NoisePoint.Nr1)
- get(noisePoint=NoisePoint.Default) float[source]
# 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.
- Parameters:
noisePoint – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frequency’)
- Returns:
frequency: float Range: -250E6 to 250E6
- set(frequency: float, noisePoint=NoisePoint.Default) None[source]
# 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.
- Parameters:
frequency – float Range: -250E6 to 250E6
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.test.bb.generator.frequency.clone()