Single

SCPI Command :

[SENSe]:FREQuency:SINGle
class SingleCls[source]

Single commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:FREQuency:SINGle
value: float = driver.applications.k30NoiseFigure.sense.frequency.single.get()

Defines the frequency for single frequency measurements.

return

frequency: The minimum and maximum frequency depend on the hardware. Refer to the datasheet for details. Unit: HZ

set(frequency: float) None[source]
# SCPI: [SENSe]:FREQuency:SINGle
driver.applications.k30NoiseFigure.sense.frequency.single.set(frequency = 1.0)

Defines the frequency for single frequency measurements.

param frequency

The minimum and maximum frequency depend on the hardware. Refer to the datasheet for details. Unit: HZ

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.frequency.single.clone()

Subgroups