Rmapping
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:RESource:RMAPping
- class RmappingCls[source]
Rmapping commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Start_Position: int: No parameter help available
No_Symbols: enums.NoSymbolsN: No parameter help available
Rep_Factor: enums.NoSymbolsN: Repetition factor
- get(cell_name: str, resource_no: int, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:RESource:RMAPping value: GetStruct = driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.resource.rmapping.get(cell_name = 'abc', resource_no = 1, bwParts = repcap.BwParts.Default)
Configures the resource mapping for SRS transmissions, for SRS resource <ResourceNo> for periodic SRS, for BWP <bb>.
- param cell_name:
No help available
- param resource_no:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, resource_no: int, start_position: int, no_symbols: NoSymbolsN = None, rep_factor: NoSymbolsN = None, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:RESource:RMAPping driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.resource.rmapping.set(cell_name = 'abc', resource_no = 1, start_position = 1, no_symbols = enums.NoSymbolsN.N1, rep_factor = enums.NoSymbolsN.N1, bwParts = repcap.BwParts.Default)
Configures the resource mapping for SRS transmissions, for SRS resource <ResourceNo> for periodic SRS, for BWP <bb>.
- param cell_name:
No help available
- param resource_no:
No help available
- param start_position:
No help available
- param no_symbols:
No help available
- param rep_factor:
Repetition factor
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)