Single
SCPI Command :
[SENSe]:FREQuency:SINGle
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:FREQuency:SINGle value: float = driver.applications.k30NoiseFigure.sense.frequency.single.get()
Defines the frequency for single frequency measurements.
- Returns:
frequency: The minimum and maximum frequency depend on the hardware. Refer to the datasheet for details. Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:FREQuency:SINGle driver.applications.k30NoiseFigure.sense.frequency.single.set(frequency = 1.0)
Defines the frequency for single frequency measurements.
- Parameters:
frequency – The minimum and maximum frequency depend on the hardware. Refer to the datasheet for details. Unit: HZ
Cloning the Group
# Create a copy of the original group, that exists independently
single_copy = driver.applications.k30NoiseFigure.sense.frequency.single.clone()
Subgroups