Link
SCPI Command :
[SENSe]:PMETer<p>:FREQuency:LINK
- class LinkCls[source]
Link commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(powerMeter=PowerMeter.Default) RsFsw.enums.PmeterFreqLink [source]
# SCPI: [SENSe]:PMETer<p>:FREQuency:LINK value: enums.PmeterFreqLink = driver.sense.pmeter.frequency.link.get(powerMeter = repcap.PowerMeter.Default)
Selects the frequency coupling for power sensor measurements.
- param powerMeter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)
- return
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: RsFsw.enums.PmeterFreqLink, powerMeter=PowerMeter.Default) None [source]
# SCPI: [SENSe]:PMETer<p>:FREQuency:LINK driver.sense.pmeter.frequency.link.set(coupling = enums.PmeterFreqLink.CENTer, powerMeter = repcap.PowerMeter.Default)
Selects the frequency coupling for power sensor measurements.
- param 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
- param powerMeter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pmeter’)