Tsgh

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSGH
class TsghCls[source]

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

class TsghStruct[source]

Response structure. Fields:

  • Length: int: Number of TPC bits per test step

  • Statistics: int: Number of slots at the end of test step G (H) , where the minimum (maximum) output power results are measured.

get() TsghStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSGH
value: TsghStruct = driver.configure.wcdmaMeas.tpc.ilpControl.tsgh.get()

Configures the inner loop power control test steps G and H. For Signal Path = Network, usemethod RsCMPX_WcdmaMeas. Configure.WcdmaMeas.Tpc.IlpControl.Tsgh.set.

return:

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

set(length: int, statistics: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSGH
driver.configure.wcdmaMeas.tpc.ilpControl.tsgh.set(length = 1, statistics = 1)

Configures the inner loop power control test steps G and H. For Signal Path = Network, usemethod RsCMPX_WcdmaMeas. Configure.WcdmaMeas.Tpc.IlpControl.Tsgh.set.

param length:

Number of TPC bits per test step

param statistics:

Number of slots at the end of test step G (H) , where the minimum (maximum) output power results are measured.