TimGap

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TIMGap
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TIMGap
value: int = driver.source.bb.eutra.uplink.ue.sl.sci.timGap.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the field time gap between initial transmission and the retransmission.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)

Returns:

time_gap: integer Sets the time gap Sfgap, where Sfgap = 0 indicates single transmission. Range: 0 to 15

set(time_gap: int, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TIMGap
driver.source.bb.eutra.uplink.ue.sl.sci.timGap.set(time_gap = 1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the field time gap between initial transmission and the retransmission.

Parameters:
  • time_gap – integer Sets the time gap Sfgap, where Sfgap = 0 indicates single transmission. Range: 0 to 15

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)