TaInd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TAINd
class TaIndCls[source]

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

get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TAINd
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.taInd.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the 11-bits timing advance indicator.

param userEquipment

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

param indexNull

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

return

timing_advance_in: integer Range: 0 to 2047

set(timing_advance_in: int, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TAINd
driver.source.bb.eutra.uplink.ue.sl.sci.taInd.set(timing_advance_in = 1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the 11-bits timing advance indicator.

param timing_advance_in

integer Range: 0 to 2047

param userEquipment

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

param indexNull

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