Cpc

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:SFORmat
class Cpc[source]

Cpc commands group definition. 22 total commands, 6 Sub-groups, 1 group commands

get_sformat()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:SFORmat
value: int = driver.configure.cell.cpc.get_sformat()

Configures HS-SCCH less operation to reduce the HS-SCCH overhead and UE battery consumption.

return

slot_format: Uplink DPCCH slot format Range: 1 | 4

set_sformat(slot_format: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:SFORmat
driver.configure.cell.cpc.set_sformat(slot_format = 1)

Configures HS-SCCH less operation to reduce the HS-SCCH overhead and UE battery consumption.

param slot_format

Uplink DPCCH slot format Range: 1 | 4

Cloning the Group

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

Subgroups