Scpich

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:SCPich:PHASe
CONFigure:WCDMa:SIGNaling<Instance>:DL:ENHanced:SCPich:SSCode
class Scpich[source]

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

get_phase()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:SCPich:PHASe
value: int = driver.configure.downlink.enhanced.scpich.get_phase()

Defines the phase of the S-CPICH in degrees, relative to the P-CPICH phase.

return

phase: Range: -315 deg to 0 deg, Unit: deg

get_sscode()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:SCPich:SSCode
value: int or bool = driver.configure.downlink.enhanced.scpich.get_sscode()

Defines index k used for calculation of a secondary scrambling code number for the S-CPICH (see also ‘Scrambling Codes’) . If the secondary scrambling code is deactivated, the primary scrambling code is used (see method RsCmwWcdmaSig.Configure. Cell.Carrier.scode) .

return

sec_scramb_code: Range: 1 to 15 Additional parameters: OFF | ON (disables | enables the secondary scrambling code)

set_phase(phase: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:SCPich:PHASe
driver.configure.downlink.enhanced.scpich.set_phase(phase = 1)

Defines the phase of the S-CPICH in degrees, relative to the P-CPICH phase.

param phase

Range: -315 deg to 0 deg, Unit: deg

set_sscode(sec_scramb_code: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:ENHanced:SCPich:SSCode
driver.configure.downlink.enhanced.scpich.set_sscode(sec_scramb_code = 1)

Defines index k used for calculation of a secondary scrambling code number for the S-CPICH (see also ‘Scrambling Codes’) . If the secondary scrambling code is deactivated, the primary scrambling code is used (see method RsCmwWcdmaSig.Configure. Cell.Carrier.scode) .

param sec_scramb_code

Range: 1 to 15 Additional parameters: OFF | ON (disables | enables the secondary scrambling code)