Carrier

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:SCODe
class Carrier[source]

Carrier commands group definition. 28 total commands, 3 Sub-groups, 1 group commands

get_scode()float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:SCODe
value: float = driver.configure.cell.carrier.get_scode()

Specifies index i for calculation of the primary scrambling code number by multiplication with 16. For details, see ‘Scrambling Codes’.

return

code: Range: #H0 to #H1FF

Global Repeated Capabilities: repcap.Carrier

set_scode(code: float)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:SCODe
driver.configure.cell.carrier.set_scode(code = 1.0)

Specifies index i for calculation of the primary scrambling code number by multiplication with 16. For details, see ‘Scrambling Codes’.

param code

Range: #H0 to #H1FF

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cell.carrier.clone()

Subgroups