PcChannel

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:CSTatus:PCCHannel:ENABle
CONFigure:EVDO:SIGNaling<Instance>:CSTatus:PCCHannel:CYCLe
class PcChannel[source]

PcChannel commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_cycle()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:PCCHannel:CYCLe
value: int = driver.configure.cstatus.pcChannel.get_cycle()

Queries the control channel cycle in which the AT makes a transition out of the dormant state to monitor the control channel.

return

cycle: Range: 0 to 32767 , Unit: (control channel cycles)

get_enable()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CSTatus:PCCHannel:ENABle
value: bool = driver.configure.cstatus.pcChannel.get_enable()

Queries the state of the ‘Preferred Control Channel Enable’ flag. The flag indicates whether the AT selects the preferred control channel cycle.

return

enable: OFF | ON