Mode

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:MODE
class ModeCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) Choice[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:MODE
value: enums.Choice = driver.configure.signaling.nradio.cell.bwp.pusch.tschema.mode.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Selects the PUSCH transmission scheme, signaled as ‘txConfig’, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

choice: SINGle: single antenna port, ‘txConfig’ not signaled CODebook: codebook-based transmission NCODebook: currently not supported

set(cell_name: str, choice: Choice, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:MODE
driver.configure.signaling.nradio.cell.bwp.pusch.tschema.mode.set(cell_name = 'abc', choice = enums.Choice.CODebook, bwParts = repcap.BwParts.Default)

Selects the PUSCH transmission scheme, signaled as ‘txConfig’, for BWP <bb>.

param cell_name:

No help available

param choice:

SINGle: single antenna port, ‘txConfig’ not signaled CODebook: codebook-based transmission NCODebook: currently not supported

param bwParts:

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