UcRate
SCPI Command :
CONFigure:EDMG:UCRate
- class UcRateCls[source]
UcRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SourceType [source]
# SCPI: 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.
- return
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: RsFsw.enums.SourceType) None [source]
# SCPI: 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.
- param 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.