GhDisable
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:GHDisable
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userEquipment=UserEquipment.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:GHDisable value: bool = driver.source.bb.eutra.uplink.ue.niot.ghDisable.get(userEquipment = repcap.UserEquipment.Default)
Disables NDRS group hopping for the selected UE.
- Parameters:
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- Returns:
nbiot_dis_gh: 1 | ON | 0| OFF
- set(nbiot_dis_gh: bool, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:GHDisable driver.source.bb.eutra.uplink.ue.niot.ghDisable.set(nbiot_dis_gh = False, userEquipment = repcap.UserEquipment.Default)
Disables NDRS group hopping for the selected UE.
- Parameters:
nbiot_dis_gh – 1 | ON | 0| OFF
userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)