UdPattern

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:UDPattern
class UdPatternCls[source]

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

class UdPatternStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Pattern_Length: int: numeric Number of values to be considered for the pattern Range: 1 to 20

  • Value_1: int: numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_2: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_3: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_4: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_5: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_6: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_7: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_8: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_9: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_10: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_11: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_12: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_13: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_14: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_15: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_16: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_17: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_18: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_19: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

  • Value_20: int: Optional setting parameter. numeric Range: -1 dB to 3 dB, Unit: dB

get(secondaryCompCarrier=SecondaryCompCarrier.Default) UdPatternStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:UDPattern
value: UdPatternStruct = driver.configure.uplink.scc.pusch.tpc.udPattern.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines a pattern for power control of the PUSCH with the TPC setup UDSingle or UDContinuous. The pattern consists of 1 to 20 TPC commands. To configure the pattern, specify the pattern length and a corresponding number of TPC commands. If you specify fewer TPC commands than required according to the pattern length, the previously defined values are used for the remaining commands. If you specify more TPC commands than required according to the pattern length, all values are set, but only the values corresponding to the pattern length are used.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

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

set(structure: UdPatternStruct, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SCC<Carrier>:PUSCh:TPC:UDPattern
structure = driver.configure.uplink.scc.pusch.tpc.udPattern.UdPatternStruct()
structure.Pattern_Length: int = 1
structure.Value_1: int = 1
structure.Value_2: int = 1
structure.Value_3: int = 1
structure.Value_4: int = 1
structure.Value_5: int = 1
structure.Value_6: int = 1
structure.Value_7: int = 1
structure.Value_8: int = 1
structure.Value_9: int = 1
structure.Value_10: int = 1
structure.Value_11: int = 1
structure.Value_12: int = 1
structure.Value_13: int = 1
structure.Value_14: int = 1
structure.Value_15: int = 1
structure.Value_16: int = 1
structure.Value_17: int = 1
structure.Value_18: int = 1
structure.Value_19: int = 1
structure.Value_20: int = 1
driver.configure.uplink.scc.pusch.tpc.udPattern.set(structure, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Defines a pattern for power control of the PUSCH with the TPC setup UDSingle or UDContinuous. The pattern consists of 1 to 20 TPC commands. To configure the pattern, specify the pattern length and a corresponding number of TPC commands. If you specify fewer TPC commands than required according to the pattern length, the previously defined values are used for the remaining commands. If you specify more TPC commands than required according to the pattern length, all values are set, but only the values corresponding to the pattern length are used.

param structure:

for set value, see the help for UdPatternStruct structure arguments.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)