FhFlag
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:FHFLag
- class FhFlagCls[source]
FhFlag commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) bool [source]
# SCPI: [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.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)
- return
sl_freq_hopping: 1| ON| 0| OFF
- set(sl_freq_hopping: bool, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [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.
- param sl_freq_hopping
1| ON| 0| OFF
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)