FrSpan
SCPI Command :
CONFigure:FRSPan
- class FrSpanCls[source]
FrSpan commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:FRSPan value: float = driver.applications.k18AmplifierEt.configure.frSpan.get()
Sets or queries the the frequency response span for FSW-K18F result displays.
- return
time: Range: 1 Hz to 100 GHz, Unit: HZ
- set(time: float) None [source]
# SCPI: CONFigure:FRSPan driver.applications.k18AmplifierEt.configure.frSpan.set(time = 1.0)
Sets or queries the the frequency response span for FSW-K18F result displays.
- param time
Range: 1 Hz to 100 GHz, Unit: HZ
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.frSpan.clone()
Subgroups