Hsscch<HSSCch>

RepCap Settings

# Range: No1 .. No4
rc = driver.configure.downlink.carrier.code.hsscch.repcap_hSSCch_get()
driver.configure.downlink.carrier.code.hsscch.repcap_hSSCch_set(repcap.HSSCch.No1)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:CODE:HSSCch<HSSCch>
class Hsscch[source]

Hsscch commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: HSSCch, default value after init: HSSCch.No1

get(hSSCch=<HSSCch.Default: -1>)int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:CODE:HSSCch<nr>
value: int = driver.configure.downlink.carrier.code.hsscch.get(hSSCch = repcap.HSSCch.Default)

Sets the channelization code number of an HS-SCCH channel.

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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

return

channel_code: Range: 0 to 127

set(channel_code: int, hSSCch=<HSSCch.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:CODE:HSSCch<nr>
driver.configure.downlink.carrier.code.hsscch.set(channel_code = 1, hSSCch = repcap.HSSCch.Default)

Sets the channelization code number of an HS-SCCH channel.

param channel_code

Range: 0 to 127

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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

Cloning the Group

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