Pusch

SCPI Command :

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

Structure for setting input parameters. Fields:

  • 1 Mapping_Type: enums.MappingType: No parameter help available

  • 2 No_Symbols: int: No parameter help available

  • 3 Start_Symbol: int: No parameter help available

  • 4 Auto: bool: No parameter help available

  • 5 No_Rbs: int: No parameter help available

  • 6 Start_Rb: int: No parameter help available

  • 7 Mod_Scheme: enums.ModulationScheme: No parameter help available

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

No help available

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 PuschStruct structure arguments.

set(structure: PuschStruct, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh
structure = driver.configure.nrSubMeas.cc.allocation.pusch.PuschStruct()
structure.Mapping_Type: enums.MappingType = enums.MappingType.A
structure.No_Symbols: int = 1
structure.Start_Symbol: int = 1
structure.Auto: bool = False
structure.No_Rbs: int = 1
structure.Start_Rb: int = 1
structure.Mod_Scheme: enums.ModulationScheme = enums.ModulationScheme.AUTO
driver.configure.nrSubMeas.cc.allocation.pusch.set(structure, carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

No help available

Parameters:
  • structure – for set value, see the help for PuschStruct structure arguments.

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
pusch_copy = driver.configure.nrSubMeas.cc.allocation.pusch.clone()

Subgroups