Frequency

SCPI Command :

[SENSe]:PMETer:FREQuency
class FrequencyCls[source]

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

get() float[source]
# SCPI: [SENSe]:PMETer:FREQuency
value: float = driver.applications.k18AmplifierEt.sense.pmeter.frequency.get()

Defines the frequency of the power sensor.

return

frequency: The available value range is specified in the specifications document of the power sensor in use. Unit: HZ

set(frequency: float) None[source]
# SCPI: [SENSe]:PMETer:FREQuency
driver.applications.k18AmplifierEt.sense.pmeter.frequency.set(frequency = 1.0)

Defines the frequency of the power sensor.

param frequency

The available value range is specified in the specifications document of the power sensor in use. Unit: HZ

Cloning the Group

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

Subgroups