Eutran

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:CID:EUTRan
class EutranCls[source]

Eutran commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(secondaryCompCarrier=SecondaryCompCarrier.Default) str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:CID:EUTRan
value: str = driver.configure.cell.scc.cid.eutran.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the E-UTRAN cell identifier (28-digit binary number) . If you use carrier aggregation, configure different values for the component carriers.

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)

return:

cid: binary Range: #B0 to #B1111111111111111111111111111

set(cid: str, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:SCC<Carrier>:CID:EUTRan
driver.configure.cell.scc.cid.eutran.set(cid = rawAbc, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the E-UTRAN cell identifier (28-digit binary number) . If you use carrier aggregation, configure different values for the component carriers.

param cid:

binary Range: #B0 to #B1111111111111111111111111111

param secondaryCompCarrier:

optional repeated capability selector. Default value: CC1 (settable in the interface ‘Scc’)