Rmapping

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SRS: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: No parameter help available

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:RMAPping
value: GetStruct = driver.configure.signaling.nradio.cell.srs.rmapping.get(cell_name = 'abc')

No command help available

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, start_position: int, no_symbols: NoSymbolsN = None, rep_factor: NoSymbolsN = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:RMAPping
driver.configure.signaling.nradio.cell.srs.rmapping.set(cell_name = 'abc', start_position = 1, no_symbols = enums.NoSymbolsN.N1, rep_factor = enums.NoSymbolsN.N1)

No command help available

param cell_name:

No help available

param start_position:

No help available

param no_symbols:

No help available

param rep_factor:

No help available