Subset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:CODebook:SUBSet
- class SubsetCls[source]
Subset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) CodebookSubset[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:CODebook:SUBSet value: enums.CodebookSubset = driver.configure.signaling.nradio.cell.bwp.pusch.tschema.codebook.subset.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the codebook subset for codebook-based transmission (signaled ‘codebookSubset’) , for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
subset: AUTO: signaled value selected via reported UE capabilities FPNC: signaled value ‘fullyAndPartialAndNonCoherent’ PNC: signaled value ‘partialAndNonCoherent’, currently not supported NC: signaled value ‘nonCoherent’
- set(cell_name: str, subset: CodebookSubset, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:PUSCh:TSCHema:CODebook:SUBSet driver.configure.signaling.nradio.cell.bwp.pusch.tschema.codebook.subset.set(cell_name = 'abc', subset = enums.CodebookSubset.AUTO, bwParts = repcap.BwParts.Default)
Selects the codebook subset for codebook-based transmission (signaled ‘codebookSubset’) , for BWP <bb>.
- param cell_name:
No help available
- param subset:
AUTO: signaled value selected via reported UE capabilities FPNC: signaled value ‘fullyAndPartialAndNonCoherent’ PNC: signaled value ‘partialAndNonCoherent’, currently not supported NC: signaled value ‘nonCoherent’
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)