Tsef

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSEF
class TsefCls[source]

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

class TsefStruct[source]

Response structure. Fields:

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

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

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

Configures the inner loop power control test steps E and F.

return:

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

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

Configures the inner loop power control test steps E and F.

param length:

Number of TPC bits per test step

param statistics:

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