Subset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TSCHema:CODebook:SUBSet
- class SubsetCls[source]
Subset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) CodebookSubset[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TSCHema:CODebook:SUBSet value: enums.CodebookSubset = driver.configure.signaling.nradio.cell.pusch.tschema.codebook.subset.get(cell_name = 'abc')
Selects the codebook subset for codebook-based transmission (signaled ‘codebookSubset’) , for the initial BWP.
- param cell_name:
No help available
- 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) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:TSCHema:CODebook:SUBSet driver.configure.signaling.nradio.cell.pusch.tschema.codebook.subset.set(cell_name = 'abc', subset = enums.CodebookSubset.AUTO)
Selects the codebook subset for codebook-based transmission (signaled ‘codebookSubset’) , for the initial BWP.
- 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’