UeId

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:HSSCch<HSSCch>:UEID
class UeId[source]

UeId commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

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

Sets the UE identity for an HS-SCCH channel. In the current software version, only one UE ID is configured for the HS-SCCH set of one carrier. Changing the value for one channel changes also the values of the other channels.

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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

return

ue_id: Range: 0 (#H0) to 65535 (#HFFFF)

set(ue_id: float, hSSCch=<HSSCch.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:HSSCch<nr>:UEID
driver.configure.downlink.carrier.hsscch.ueId.set(ue_id = 1.0, hSSCch = repcap.HSSCch.Default)

Sets the UE identity for an HS-SCCH channel. In the current software version, only one UE ID is configured for the HS-SCCH set of one carrier. Changing the value for one channel changes also the values of the other channels.

param ue_id

Range: 0 (#H0) to 65535 (#HFFFF)

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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