Frequency
SCPI Command :
[SENSe]:PMETer:FREQuency
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# [SENSe]:PMETer:FREQuency value: float = driver.applications.k18AmplifierEt.sense.pmeter.frequency.get()
Defines the frequency of the power sensor.
- Returns:
frequency: The available value range is specified in the specifications document of the power sensor in use. Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:PMETer:FREQuency driver.applications.k18AmplifierEt.sense.pmeter.frequency.set(frequency = 1.0)
Defines the frequency of the power sensor.
- Parameters:
frequency – The available value range is specified in the specifications document of the power sensor in use. Unit: HZ
Cloning the Group
# Create a copy of the original group, that exists independently
frequency_copy = driver.applications.k18AmplifierEt.sense.pmeter.frequency.clone()
Subgroups