FrSpan

SCPI Command :

CONFigure:FRSPan
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# CONFigure:FRSPan
value: float = driver.applications.k18AmplifierEt.configure.frSpan.get()

Sets or queries the frequency response span for FSW-K18F result displays.

Returns:

time: Range: 1 Hz to 100 GHz, Unit: HZ

set(time: float) None[source]
# CONFigure:FRSPan
driver.applications.k18AmplifierEt.configure.frSpan.set(time = 1.0)

Sets or queries the frequency response span for FSW-K18F result displays.

Parameters:

time – Range: 1 Hz to 100 GHz, Unit: HZ

Cloning the Group

# Create a copy of the original group, that exists independently
frSpan_copy = driver.applications.k18AmplifierEt.configure.frSpan.clone()

Subgroups