ScSupport<SecondCode>

RepCap Settings

# Range: Sc1 .. Sc4
rc = driver.configure.cell.cpc.hlOperation.scSupport.repcap_secondCode_get()
driver.configure.cell.cpc.hlOperation.scSupport.repcap_secondCode_set(repcap.SecondCode.Sc1)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:HLOPeration:SCSupport<SecondCode>
class ScSupport[source]

ScSupport commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: SecondCode, default value after init: SecondCode.Sc1

get(secondCode=<SecondCode.Default: -1>)List[bool][source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:SCSupport<index>
value: List[bool] = driver.configure.cell.cpc.hlOperation.scSupport.get(secondCode = repcap.SecondCode.Default)

Predefines the support of HS-PDSCH second code for HS-SCCH less operation.

param secondCode

optional repeated capability selector. Default value: Sc1 (settable in the interface ‘ScSupport’)

return

enable: OFF | ON

set(enable: List[bool], secondCode=<SecondCode.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:HLOPeration:SCSupport<index>
driver.configure.cell.cpc.hlOperation.scSupport.set(enable = [True, False, True], secondCode = repcap.SecondCode.Default)

Predefines the support of HS-PDSCH second code for HS-SCCH less operation.

param enable

OFF | ON

param secondCode

optional repeated capability selector. Default value: Sc1 (settable in the interface ‘ScSupport’)

Cloning the Group

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