Link
SCPI Command :
[SENSe]:PMETer<p>:FREQuency:LINK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(powerMeter=PowerMeter.Default) PmeterFreqLink[source]
# [SENSe]:PMETer<p>:FREQuency:LINK value: enums.PmeterFreqLink = driver.applications.k10Xlte.sense.pmeter.frequency.link.get(powerMeter = repcap.PowerMeter.Default)
Selects the frequency coupling for power sensor measurements.
- Parameters:
powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)
- Returns:
coupling: CENTer Couples the frequency to the center frequency of the analyzer MARKer1 Couples the frequency to the position of marker 1 OFF Switches the frequency coupling off
- set(coupling: PmeterFreqLink, powerMeter=PowerMeter.Default) None[source]
# [SENSe]:PMETer<p>:FREQuency:LINK driver.applications.k10Xlte.sense.pmeter.frequency.link.set(coupling = enums.PmeterFreqLink.CENTer, powerMeter = repcap.PowerMeter.Default)
Selects the frequency coupling for power sensor measurements.
- Parameters:
coupling – CENTer Couples the frequency to the center frequency of the analyzer MARKer1 Couples the frequency to the position of marker 1 OFF Switches the frequency coupling off
powerMeter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)