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 Dhib[source]

Dhib commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

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

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘In-band Emission’ mode.

return

enable: OFF | ON

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

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

return

meas_length: numeric Range: 1 to 20, Unit: slots

get_pattern()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:PATTern
value: float = driver.configure.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: numeric | UD | DU 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.tpc.dhib.set_aexecution(enable = False)

Enables or disables automatic execution of the TPC setup for combined signal path measurements in ‘In-band Emission’ mode.

param enable

OFF | ON

set_mlength(meas_length: int)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:MLENgth
driver.configure.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

numeric Range: 1 to 20, Unit: slots

set_pattern(pattern: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:DHIB:PATTern
driver.configure.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

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