Pchannel

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:RATE
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:SCINdex
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:MSCindex
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:BSCindex
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:PRMS
class Pchannel[source]

Pchannel commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_bsc_index()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:NETWork:PCHannel:BSCindex
value: int = driver.configure.network.pchannel.get_bsc_index()

Specifies the interval of the periodical broadcast messaging. The value zero indicates that periodic paging is disabled.

return

broad_slot_ci_ndex: Range: 0 to 7

get_msc_index()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:MSCindex
value: int = driver.configure.network.pchannel.get_msc_index()

Sets the paging channel max slot cycle index. It defines an upper limit on the slot cycle index allowed by the base station. The MS has an internally programmed preferred slot cycle index, which is sent in the mobile’s registration message. See also: ‘Slot Cycle Index’

return

max_slot_cyc_index: Range: 0 to 7

get_prms()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:PRMS
value: bool = driver.configure.network.pchannel.get_prms()

Specifies if non-registered mobile stations have to be paged.

return

page_regsitered_ms: OFF | ON OFF: the paging is sent to the registered and unregistered mobile stations ON: the paging is sent only to the registered mobile stations

get_rate()RsCmwCdma2kSig.enums.PagingChannelRate[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:RATE
value: enums.PagingChannelRate = driver.configure.network.pchannel.get_rate()

Sets the data rate of the forward paging channel.

return

paging_ch_rate: R4K8 | R9K6

get_sc_index()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:SCINdex
value: int = driver.configure.network.pchannel.get_sc_index()

Queries the current slot cycle index in use by both the MS and BS. See also: ‘Slot Cycle Index’

return

slot_cycle_index: Range: 0 to 7

set_bsc_index(broad_slot_ci_ndex: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<instance>:NETWork:PCHannel:BSCindex
driver.configure.network.pchannel.set_bsc_index(broad_slot_ci_ndex = 1)

Specifies the interval of the periodical broadcast messaging. The value zero indicates that periodic paging is disabled.

param broad_slot_ci_ndex

Range: 0 to 7

set_msc_index(max_slot_cyc_index: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:MSCindex
driver.configure.network.pchannel.set_msc_index(max_slot_cyc_index = 1)

Sets the paging channel max slot cycle index. It defines an upper limit on the slot cycle index allowed by the base station. The MS has an internally programmed preferred slot cycle index, which is sent in the mobile’s registration message. See also: ‘Slot Cycle Index’

param max_slot_cyc_index

Range: 0 to 7

set_prms(page_regsitered_ms: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:PRMS
driver.configure.network.pchannel.set_prms(page_regsitered_ms = False)

Specifies if non-registered mobile stations have to be paged.

param page_regsitered_ms

OFF | ON OFF: the paging is sent to the registered and unregistered mobile stations ON: the paging is sent only to the registered mobile stations

set_rate(paging_ch_rate: RsCmwCdma2kSig.enums.PagingChannelRate)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PCHannel:RATE
driver.configure.network.pchannel.set_rate(paging_ch_rate = enums.PagingChannelRate.R4K8)

Sets the data rate of the forward paging channel.

param paging_ch_rate

R4K8 | R9K6