Rmatching
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:RMATching
- class RmatchingCls[source]
Rmatching commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:RMATching value: bool = driver.configure.signaling.nradio.cell.ibwp.coreset.rmatching.get(cell_name = 'abc')
Enables or disables the usage of the CORESET 1 as a PDSCH rate-matching pattern.
- param cell_name:
No help available
- return:
pdsch_enable: No help available
- set(cell_name: str, pdsch_enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:RMATching driver.configure.signaling.nradio.cell.ibwp.coreset.rmatching.set(cell_name = 'abc', pdsch_enable = False)
Enables or disables the usage of the CORESET 1 as a PDSCH rate-matching pattern.
- param cell_name:
No help available
- param pdsch_enable:
No help available