OffsetInd
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:OFFSetind
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RDISc:OFFSetind value: int = driver.source.bb.eutra.uplink.ue.sl.rdisc.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:RDISc:OFFSetind driver.source.bb.eutra.uplink.ue.sl.rdisc.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’)