OffsetInd
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SYNC:OFFSetind
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) int[source]
# [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.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
offset_ind: integer Range: 0 to 159
- set(offset_ind: int, userEquipment=UserEquipment.Default) None[source]
# [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.
- Parameters:
offset_ind – integer Range: 0 to 159
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)