OffsetInd
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:RCTRl: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:RCTRl:OFFSetind value: int = driver.source.bb.eutra.uplink.ue.sl.rctrl.offsetInd.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:RCTRl:OFFSetind driver.source.bb.eutra.uplink.ue.sl.rctrl.offsetInd.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’)