Tdomain

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TdomainStruct[source]

Response structure. Fields:

  • 1 Mapping_Type: enums.MappingType: PUSCH mapping type

  • 2 No_Symbols: int: Number of allocated OFDM symbols in each uplink slot.

  • 3 Start_Symbol: int: Index of the first allocated symbol in each uplink slot. For mapping type A, only 0 is allowed.

get(carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) TdomainStruct[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
value: TdomainStruct = driver.configure.nrSubMeas.cc.allocation.pusch.tdomain.get(carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

Specifies settings related to the PUSCH allocation in the time domain, for carrier <no>, allocation <a>. The ranges for the symbols have dependencies, see ‘Slots and symbols for PUSCH and PUCCH’.

Parameters:
  • carrierComponent – optional repeated capability selector. Default value: Nr1

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

Returns:

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

set(mapping_type: MappingType, no_symbols: int, start_symbol: int, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
driver.configure.nrSubMeas.cc.allocation.pusch.tdomain.set(mapping_type = enums.MappingType.A, no_symbols = 1, start_symbol = 1, carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

Specifies settings related to the PUSCH allocation in the time domain, for carrier <no>, allocation <a>. The ranges for the symbols have dependencies, see ‘Slots and symbols for PUSCH and PUCCH’.

Parameters:
  • mapping_type – PUSCH mapping type

  • no_symbols – Number of allocated OFDM symbols in each uplink slot.

  • start_symbol – Index of the first allocated symbol in each uplink slot. For mapping type A, only 0 is allowed.

  • carrierComponent – optional repeated capability selector. Default value: Nr1

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