Offset

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:OFFSet
class OffsetCls[source]

Offset 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:V2X:OFFSet
value: int = driver.source.bb.eutra.uplink.ue.sl.v2X.offset.get(userEquipment = repcap.UserEquipment.Default)

Sets the offset from the SFN=0 after that the SL control region starts.

param userEquipment

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

return

offset_indicator: integer Range: 0 to 319

set(offset_indicator: int, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:OFFSet
driver.source.bb.eutra.uplink.ue.sl.v2X.offset.set(offset_indicator = 1, userEquipment = repcap.UserEquipment.Default)

Sets the offset from the SFN=0 after that the SL control region starts.

param offset_indicator

integer Range: 0 to 319

param userEquipment

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