Rmapping

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:RMAPping
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class RmappingStruct[source]

Response structure. Fields:

  • 1 Number_Symbols: enums.NumberSymbols: Number of SRS OFDM symbols.

  • 2 Start_Position: int: First OFDM symbol, counted from end of slot (0 = last symbol) .

get(resource=Resource.Default) RmappingStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:RMAPping
value: RmappingStruct = driver.configure.nrSubMeas.srs.sresource.rmapping.get(resource = repcap.Resource.Default)

Defines the SRS resource mapping (OFDM symbols within a slot) for SRS resource <r>.

Parameters:

resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)

Returns:

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

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

Defines the SRS resource mapping (OFDM symbols within a slot) for SRS resource <r>.

Parameters:
  • number_symbols – Number of SRS OFDM symbols.

  • start_position – First OFDM symbol, counted from end of slot (0 = last symbol) .

  • resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)