Link
SCPI Command :
[SENSe]:PMETer:FREQuency:LINK
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PmeterFreqLink[source]
# [SENSe]:PMETer:FREQuency:LINK value: enums.PmeterFreqLink = driver.applications.k18AmplifierEt.sense.pmeter.frequency.link.get()
Selects the frequency coupling for power sensor measurements.
- 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) None[source]
# [SENSe]:PMETer:FREQuency:LINK driver.applications.k18AmplifierEt.sense.pmeter.frequency.link.set(coupling = enums.PmeterFreqLink.CENTer)
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