Usage

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:USAGe
class UsageCls[source]

Usage commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) Schema[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:USAGe
value: enums.Schema = driver.configure.signaling.nradio.cell.srs.cnCodebook.usage.get(cell_name = 'abc')

Selects the usage of the SRS resource set for periodic SRS, for the initial BWP.

param cell_name:

No help available

return:

schema: Codebook, non-codebook

set(cell_name: str, schema: Schema) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:USAGe
driver.configure.signaling.nradio.cell.srs.cnCodebook.usage.set(cell_name = 'abc', schema = enums.Schema.CODebook)

Selects the usage of the SRS resource set for periodic SRS, for the initial BWP.

param cell_name:

No help available

param schema:

Codebook, non-codebook