UcRate

SCPI Command :

CONFigure:EDMG:UCRate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SourceType[source]
# CONFigure:EDMG:UCRate
value: enums.SourceType = driver.applications.k9X11Ad.configure.edmg.ucRate.get()

Determines whether the chip rate according to standard is used or a non-standard measurement is performed with a user-defined chip rate.

Returns:

src: STANdard | CUSTom STANdard Data acquisition is set to the chip rate and sample rate specified in the IEEE 802.11 ay standard. CUSTom The chip rate can be defined freely to perform a non-standard measurement.

set(src: SourceType) None[source]
# CONFigure:EDMG:UCRate
driver.applications.k9X11Ad.configure.edmg.ucRate.set(src = enums.SourceType.CUSTom)

Determines whether the chip rate according to standard is used or a non-standard measurement is performed with a user-defined chip rate.

Parameters:

src – STANdard | CUSTom STANdard Data acquisition is set to the chip rate and sample rate specified in the IEEE 802.11 ay standard. CUSTom The chip rate can be defined freely to perform a non-standard measurement.