OffsetInd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:OFFSetind
class OffsetIndCls[source]

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

get(userEquipment=UserEquipment.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:OFFSetind
value: int = driver.source.bb.eutra.uplink.ue.sl.sync.offsetInd.get(userEquipment = repcap.UserEquipment.Default)

Sets the parameter syncOffsetIndicator.

param userEquipment

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

return

offset_ind: integer Range: 0 to 159

set(offset_ind: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:OFFSetind
driver.source.bb.eutra.uplink.ue.sl.sync.offsetInd.set(offset_ind = 1, userEquipment = repcap.UserEquipment.Default)

Sets the parameter syncOffsetIndicator.

param offset_ind

integer Range: 0 to 159

param userEquipment

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