GhDisable
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:NIOT:GHDisable
- class GhDisableCls[source]
GhDisable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) bool [source]
# SCPI: [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.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
nbiot_dis_gh: 1| ON| 0| OFF
- set(nbiot_dis_gh: bool, userEquipment=UserEquipment.Default) None [source]
# SCPI: [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.
- param nbiot_dis_gh
1| ON| 0| OFF
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)