Link
SCPI Command :
[SENSe]:FREQuency:CENTer:STEP:LINK
- class LinkCls[source]
Link commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() RsFsw.enums.FrequencyCouplingLinkA [source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:LINK value: enums.FrequencyCouplingLinkA = driver.applications.k10Xlte.sense.frequency.center.step.link.get()
Couples and decouples the center frequency step size to the span or the resolution bandwidth.
- return
coupling_type: SPAN | RBW | OFF SPAN Couples the step size to the span. Available for measurements in the frequency domain. (for RF spectrum result display) RBW Couples the step size to the resolution bandwidth. Available for measurements in the time domain. (for all result displays except RF spectrum) OFF Decouples the step size.
- set(coupling_type: RsFsw.enums.FrequencyCouplingLinkA) None [source]
# SCPI: [SENSe]:FREQuency:CENTer:STEP:LINK driver.applications.k10Xlte.sense.frequency.center.step.link.set(coupling_type = enums.FrequencyCouplingLinkA.OFF)
Couples and decouples the center frequency step size to the span or the resolution bandwidth.
- param coupling_type
SPAN | RBW | OFF SPAN Couples the step size to the span. Available for measurements in the frequency domain. (for RF spectrum result display) RBW Couples the step size to the resolution bandwidth. Available for measurements in the time domain. (for all result displays except RF spectrum) OFF Decouples the step size.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k10Xlte.sense.frequency.center.step.link.clone()
Subgroups