Usage

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:USAGe
class UsageCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) Schema[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:USAGe
value: enums.Schema = driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.usage.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects the usage of the SRS resource set for periodic SRS, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

schema: Codebook, non-codebook

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

Selects the usage of the SRS resource set for periodic SRS, for BWP <bb>.

param cell_name:

No help available

param schema:

Codebook, non-codebook

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)