Craster

SCPI Command :

CONFigure[:NR5G]:CRASter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() BandwidthChRaster[source]
# CONFigure[:NR5G]:CRASter
value: enums.BandwidthChRaster = driver.applications.k14Xnr5G.configure.nr5G.craster.get()

Selects the channel raster of a component carrier. Prerequisites for this command

  • Select an operating band that supports different channel raster (method RsFsw.applications.k14Xnr5G.configure.nr5G.oband.set() ) . For all other operating bands, the command works as a query only.

Returns:

bandwidth: C15 15 kHz channel rater C15 100 kHz channel rater

set(bandwidth: BandwidthChRaster) None[source]
# CONFigure[:NR5G]:CRASter
driver.applications.k14Xnr5G.configure.nr5G.craster.set(bandwidth = enums.BandwidthChRaster.C100)

Selects the channel raster of a component carrier. Prerequisites for this command

  • Select an operating band that supports different channel raster (method RsFsw.applications.k14Xnr5G.configure.nr5G.oband.set() ) . For all other operating bands, the command works as a query only.

Parameters:

bandwidth – C15 15 kHz channel rater C15 100 kHz channel rater