Hbit
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:HBIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:HBIT value: bool = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.hbit.get(mobileStation = repcap.MobileStation.Default)
The command activates the happy bit.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
hbit: ON | OFF
- set(hbit: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:HBIT driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.hbit.set(hbit = False, mobileStation = repcap.MobileStation.Default)
The command activates the happy bit.
- Parameters:
hbit – ON | OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)