Code

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:SCPich
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:PCCPch
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:SCCPch
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:PICH
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:AICH
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:DPCH
CONFigure:WCDMa:SIGNaling<Instance>:DL:CODE:FDPCh
class Code[source]

Code commands group definition. 7 total commands, 0 Sub-groups, 7 group commands

get_aich()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:AICH
value: int = driver.configure.downlink.code.get_aich()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

get_dpch()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:DPCH
value: int = driver.configure.downlink.code.get_dpch()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

get_fdpch()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:FDPCh
value: int = driver.configure.downlink.code.get_fdpch()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

get_pccpch()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:PCCPch
value: int = driver.configure.downlink.code.get_pccpch()

Queries the channelization code number of the P-CCPCH.

return

channel_code: The returned value is fixed. Range: 1

get_pich()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:PICH
value: int = driver.configure.downlink.code.get_pich()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

get_sccpch()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:SCCPch
value: int = driver.configure.downlink.code.get_sccpch()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

get_scpich()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:SCPich
value: int = driver.configure.downlink.code.get_scpich()

Set the channelization code number of the channel indicated by the last mnemonic.

return

channel_code: Range: See table below

set_aich(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:AICH
driver.configure.downlink.code.set_aich(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below

set_dpch(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:DPCH
driver.configure.downlink.code.set_dpch(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below

set_fdpch(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:FDPCh
driver.configure.downlink.code.set_fdpch(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below

set_pich(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:PICH
driver.configure.downlink.code.set_pich(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below

set_sccpch(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:SCCPch
driver.configure.downlink.code.set_sccpch(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below

set_scpich(channel_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CODE:SCPich
driver.configure.downlink.code.set_scpich(channel_code = 1)

Set the channelization code number of the channel indicated by the last mnemonic.

param channel_code

Range: See table below