Dhib

SCPI Commands :

CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:MLENgth
CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:PATTern
CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:AEXecution
class DhibCls[source]

Dhib commands group definition. 3 total commands, 0 Subgroups, 3 group commands

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

No command help available

return:

enable: No help available

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

Defines the number of slots to be measured in DC HSDPA In-Band Emission mode.

return:

meas_length: No help available

get_pattern() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:PATTern
value: float = driver.configure.wcdmaMeas.tpc.dhib.get_pattern()

Specifies the pattern and in the same time also the carrier to be tested. Select the pattern 00… for the tested carrier and 11… for the other carrier.

return:

pattern: UD: C1: 11… C2: 00… DU: C1: 00… C2: 11…

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

No command help available

param enable:

No help available

set_mlength(meas_length: int) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:MLENgth
driver.configure.wcdmaMeas.tpc.dhib.set_mlength(meas_length = 1)

Defines the number of slots to be measured in DC HSDPA In-Band Emission mode.

param meas_length:

No help available

set_pattern(pattern: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:PATTern
driver.configure.wcdmaMeas.tpc.dhib.set_pattern(pattern = 1.0)

Specifies the pattern and in the same time also the carrier to be tested. Select the pattern 00… for the tested carrier and 11… for the other carrier.

param pattern:

UD: C1: 11… C2: 00… DU: C1: 00… C2: 11…