FdrBitmap
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:FDRBitmap
- class FdrBitmapCls[source]
FdrBitmap commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) str[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:FDRBitmap value: str = driver.configure.signaling.nradio.cell.ibwp.coreset.fdrBitmap.get(cell_name = 'abc')
Specifies the frequency domain resources for the CORESET 1, as a bitmap with 45 bits.
- param cell_name:
No help available
- return:
bitmap: No help available
- set(cell_name: str, bitmap: str) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:IBWP:COReset:FDRBitmap driver.configure.signaling.nradio.cell.ibwp.coreset.fdrBitmap.set(cell_name = 'abc', bitmap = 'abc')
Specifies the frequency domain resources for the CORESET 1, as a bitmap with 45 bits.
- param cell_name:
No help available
- param bitmap:
No help available