FhFlag

SCPI Command :

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

Sets the DCI field frequency hopping flag. If enabled, frequency hopping is used for the PSSCH transmission.

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:

sl_freq_hopping: 1 | ON | 0| OFF

set(sl_freq_hopping: bool, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:FHFLag
driver.source.bb.eutra.uplink.ue.sl.sci.fhFlag.set(sl_freq_hopping = False, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the DCI field frequency hopping flag. If enabled, frequency hopping is used for the PSSCH transmission.

Parameters:
  • sl_freq_hopping – 1 | ON | 0| OFF

  • 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’)