Frequency

SCPI Command :

[SENSe]:PMETer<p>:FREQuency
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(powerMeter=PowerMeter.Default) float[source]
# [SENSe]:PMETer<p>:FREQuency
value: float = driver.applications.k10Xlte.sense.pmeter.frequency.get(powerMeter = repcap.PowerMeter.Default)

Defines the frequency of the power sensor.

Parameters:

powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)

Returns:

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

set(frequency: float, powerMeter=PowerMeter.Default) None[source]
# [SENSe]:PMETer<p>:FREQuency
driver.applications.k10Xlte.sense.pmeter.frequency.set(frequency = 1.0, powerMeter = repcap.PowerMeter.Default)

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

  • powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)

Cloning the Group

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

Subgroups