Rmapping

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:SRS:RMAPping
class RmappingCls[source]

Rmapping commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class RmappingStruct[source]

Response structure. Fields:

  • Number_Symbols: enums.NumberSymbols: Number of OFDM symbols per SRS transmission.

  • Start_Position: int: Start position of the SRS resource (0 = last symbol of slot) .

get() RmappingStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:RMAPping
value: RmappingStruct = driver.configure.nrSubMeas.srs.rmapping.get()

Defines the position of the SRS resource within a slot.

return:

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

set(number_symbols: NumberSymbols, start_position: int = None) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:RMAPping
driver.configure.nrSubMeas.srs.rmapping.set(number_symbols = enums.NumberSymbols.N1, start_position = 1)

Defines the position of the SRS resource within a slot.

param number_symbols:

Number of OFDM symbols per SRS transmission.

param start_position:

Start position of the SRS resource (0 = last symbol of slot) .