IlpControl

SCPI Commands :

CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:MLENgth
CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSSegment
CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:AEXecution
class IlpControlCls[source]

IlpControl commands group definition. 5 total commands, 2 Subgroups, 3 group commands

get_aexecution() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:AEXecution
value: bool = driver.configure.wcdmaMeas.tpc.ilpControl.get_aexecution()

No command help available

return:

enable: No help available

get_mlength() int[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:MLENgth
value: int = driver.configure.wcdmaMeas.tpc.ilpControl.get_mlength()

Query the number of slots measured in Inner Loop Power Control mode. The value depends on the selected TPC setup and the test step settings. It can only be determined while the Inner Loop Power Control mode is active. In other modes INV is returned.

return:

meas_length: No help available

get_ts_segment() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSSegment
value: bool = driver.configure.wcdmaMeas.tpc.ilpControl.get_ts_segment()

Enables or disables segmentation for test steps E, F, G and H.

return:

enable: No help available

set_aexecution(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:AEXecution
driver.configure.wcdmaMeas.tpc.ilpControl.set_aexecution(enable = False)

No command help available

param enable:

No help available

set_ts_segment(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:ILPControl:TSSegment
driver.configure.wcdmaMeas.tpc.ilpControl.set_ts_segment(enable = False)

Enables or disables segmentation for test steps E, F, G and H.

param enable:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.tpc.ilpControl.clone()

Subgroups