Tia<TbsIndexAlt>

RepCap Settings

# Range: Nr2 .. Nr3
rc = driver.configure.connection.pcc.tia.repcap_tbsIndexAlt_get()
driver.configure.connection.pcc.tia.repcap_tbsIndexAlt_set(repcap.TbsIndexAlt.Nr2)

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TIA<Nr>
class TiaCls[source]

Tia commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: TbsIndexAlt, default value after init: TbsIndexAlt.Nr2

get(tbsIndexAlt=TbsIndexAlt.Default) bool[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TIA<Nr>
value: bool = driver.configure.connection.pcc.tia.get(tbsIndexAlt = repcap.TbsIndexAlt.Default)

Enables or disables sending the ‘tbsIndexAlt<no>…’ parameter to the UE.

param tbsIndexAlt:

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

return:

enable: OFF | ON

set(enable: bool, tbsIndexAlt=TbsIndexAlt.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TIA<Nr>
driver.configure.connection.pcc.tia.set(enable = False, tbsIndexAlt = repcap.TbsIndexAlt.Default)

Enables or disables sending the ‘tbsIndexAlt<no>…’ parameter to the UE.

param enable:

OFF | ON

param tbsIndexAlt:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.tia.clone()