Pch

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:CHANnel
CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:LEVel
CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:RATE
class Pch[source]

Pch commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_channel()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:CHANnel
value: int = driver.configure.layer.pch.get_channel()

Specifies the Walsh code of PCH.

return

channel: Range: 1 to 7

get_level()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:LEVel
value: float = driver.configure.layer.pch.get_level()

Queries the level of paging channel (PCH) relative to the ‘CDMA Power’.

return

level: Range: -20 dB to -1 dB, Unit: dB

get_rate()RsCmwCdma2kSig.enums.PagingChannelRate[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:RATE
value: enums.PagingChannelRate = driver.configure.layer.pch.get_rate()

Queries the rate of paging channel (PCH) .

return

rate: R4K8 | R9K6 4800 bit/s, 9600 bit/s Unit: bit/s

set_channel(channel: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:LAYer:PCH:CHANnel
driver.configure.layer.pch.set_channel(channel = 1)

Specifies the Walsh code of PCH.

param channel

Range: 1 to 7