OffsetInd

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:OFFSetind
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDATa:OFFSetind
value: int = driver.source.bb.eutra.uplink.ue.sl.rdata.offsetInd.get(userEquipment = repcap.UserEquipment.Default)

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

Parameters:

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

Returns:

offset_indicator: integer Range: 0 to 10239

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

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

Parameters:
  • offset_indicator – integer Range: 0 to 10239

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