Etfci

SCPI Commands

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

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

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

Queries the n E-TFCI values calculated according to the absolute grant (AG) configuration. The number of values n equals AG pattern length, see method RsCmwWcdmaSig.Configure.Cell.Carrier.Hsupa.Eagch.Pattern.length

return

etfci: Range: 0 to 127

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

Specifies up to eight E-TFCI values used for E-AGCH measurement in manual mode.

return

etfci: Range: 0 to 127

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

Specifies the mode of expected E-TFCI selection.

return

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

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

Specifies up to eight E-TFCI values used for E-AGCH measurement in manual mode.

param etfci

Range: 0 to 127

set_mode(mode: RsCmwWcdmaSig.enums.AutoManualMode)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:EAGCh:ETFCi:MODE
driver.configure.eagch.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