PoNack
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:PONAck
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:PONAck value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.poNack.get(mobileStation = repcap.MobileStation.Default)
(Up to Release 7) Sets the channel power part of the NACK in dB.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
po_nack: float Range: -10 to 10
- set(po_nack: float, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:PONAck driver.source.bb.w3Gpp.mstation.dpcch.hs.poNack.set(po_nack = 1.0, mobileStation = repcap.MobileStation.Default)
(Up to Release 7) Sets the channel power part of the NACK in dB.
- Parameters:
po_nack – float Range: -10 to 10
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)