Single

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:UL:SETA:PUSCh:TPC:SINGle
class SingleCls[source]

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

class SingleStruct[source]

Response structure. Fields:

  • No_Of_Steps: int: numeric Range: 1 to 35

  • Step_Direction: enums.UpDownDirection: UP | DOWN

get() SingleStruct[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:PUSCh:TPC:SINGle
value: SingleStruct = driver.configure.uplink.seta.pusch.tpc.single.get()

Defines a pattern for power control of the PUSCH with the TPC setup SINGle. The pattern consists of 1 to 35 up (+1 dB) or down (-1 dB) commands, followed by ‘constant power’ commands (0 dB) .

return:

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

set(no_of_steps: int, step_direction: UpDownDirection) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:UL:SETA:PUSCh:TPC:SINGle
driver.configure.uplink.seta.pusch.tpc.single.set(no_of_steps = 1, step_direction = enums.UpDownDirection.DOWN)

Defines a pattern for power control of the PUSCH with the TPC setup SINGle. The pattern consists of 1 to 35 up (+1 dB) or down (-1 dB) commands, followed by ‘constant power’ commands (0 dB) .

param no_of_steps:

numeric Range: 1 to 35

param step_direction:

UP | DOWN