Sbandwidth

SCPI Command :

CONFigure:CFReduction:SBANdwidth
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() float[source]
# CONFigure:CFReduction:SBANdwidth
value: float = driver.applications.k18AmplifierEt.configure.cfReduction.sbandwidth.get()

Sets and queries the signal bandwidth.

Returns:

time: numeric value Unit: Hz

set(time: float) None[source]
# CONFigure:CFReduction:SBANdwidth
driver.applications.k18AmplifierEt.configure.cfReduction.sbandwidth.set(time = 1.0)

Sets and queries the signal bandwidth.

Parameters:

time – numeric value Unit: Hz

Cloning the Group

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

Subgroups