Etfci

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:ERGCh:ETFCi:MODE
CONFigure:WCDMa:SIGNaling<Instance>:ERGCh:ETFCi:EXPected
CONFigure:WCDMa:SIGNaling<Instance>:ERGCh:ETFCi:INITial
CONFigure:WCDMa:SIGNaling<Instance>:ERGCh:ETFCi:MANual
CONFigure:WCDMa:SIGNaling<Instance>:ERGCh:ETFCi:AUTO
class Etfci[source]

Etfci commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_auto()List[int][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:AUTO
value: List[int] = driver.configure.ergch.etfci.get_auto()

Queries the n calculated E-TFCI values according to the AG configuration. Number of values n is set by method RsCmwWcdmaSig.Configure.Ergch.Etfci.expected

return

etfci: Range: 0 to 127

get_expected()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:EXPected
value: int = driver.configure.ergch.etfci.get_expected()

Specifies the number of valid E-TFCI values in the expected E-TFCI table, see also method RsCmwWcdmaSig.Configure.Ergch. Etfci.manual method RsCmwWcdmaSig.Configure.Ergch.Etfci.auto

return

no_expected: Range: 3 to 11

get_initial()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:INITial
value: int = driver.configure.ergch.etfci.get_initial()

Position of the initial operating point in the expected E-TFCI table. If the operating point of the UE is shifted outside the E-TFCI range, the initial operating point is readjusted. See also: method RsCmwWcdmaSig.Configure.Ergch.Etfci.manual and method RsCmwWcdmaSig.Configure.Ergch.Etfci.auto

return

index: Range: 2 to (No. of expected ETFCI) - 1

get_manual()List[int][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:MANual
value: List[int] = driver.configure.ergch.etfci.get_manual()

Specifies the n E-TFCI values set manually. Number of values n is set by method RsCmwWcdmaSig.Configure.Ergch.Etfci. expected

return

etfci: Range: 0 to 127

get_mode()RsCmwWcdmaSig.enums.AutoManualMode[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:MODE
value: enums.AutoManualMode = driver.configure.ergch.etfci.get_mode()

Specifies the mode of expected E-TFCI selection.

return

mode: AUTO | MANual Automatic according to AG pattern or manual

set_expected(no_expected: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:EXPected
driver.configure.ergch.etfci.set_expected(no_expected = 1)

Specifies the number of valid E-TFCI values in the expected E-TFCI table, see also method RsCmwWcdmaSig.Configure.Ergch. Etfci.manual method RsCmwWcdmaSig.Configure.Ergch.Etfci.auto

param no_expected

Range: 3 to 11

set_initial(index: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:INITial
driver.configure.ergch.etfci.set_initial(index = 1)

Position of the initial operating point in the expected E-TFCI table. If the operating point of the UE is shifted outside the E-TFCI range, the initial operating point is readjusted. See also: method RsCmwWcdmaSig.Configure.Ergch.Etfci.manual and method RsCmwWcdmaSig.Configure.Ergch.Etfci.auto

param index

Range: 2 to (No. of expected ETFCI) - 1

set_manual(etfci: List[int])None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:MANual
driver.configure.ergch.etfci.set_manual(etfci = [1, 2, 3])

Specifies the n E-TFCI values set manually. Number of values n is set by method RsCmwWcdmaSig.Configure.Ergch.Etfci. expected

param etfci

Range: 0 to 127

set_mode(mode: RsCmwWcdmaSig.enums.AutoManualMode)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:ERGCh:ETFCi:MODE
driver.configure.ergch.etfci.set_mode(mode = enums.AutoManualMode.AUTO)

Specifies the mode of expected E-TFCI selection.

param mode

AUTO | MANual Automatic according to AG pattern or manual