Eagch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CARRier<Carrier>:HSUPa:EAGCh:UEID
class Eagch[source]

Eagch commands group definition. 7 total commands, 1 Sub-groups, 1 group commands

class UeIdStruct[source]

Structure for reading output parameters. Fields:

  • Primary: float: Range: #H0 to #HFFFF

  • Secondary: float: Range: #H0 to #HFFFF

get_ue_id()UeIdStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:UEID
value: UeIdStruct = driver.configure.cell.carrier.hsupa.eagch.get_ue_id()

Specifies the primary [and secondary] E-RNTI of the UE.

return

structure: for return value, see the help for UeIdStruct structure arguments.

Global Repeated Capabilities: repcap.Carrier

set_ue_id(value: RsCmwWcdmaSig.Implementations.Configure_.Cell_.Carrier_.Hsupa_.Eagch.Eagch.UeIdStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CARRier<carrier>:HSUPa:EAGCh:UEID
driver.configure.cell.carrier.hsupa.eagch.set_ue_id(value = UeIdStruct())

Specifies the primary [and secondary] E-RNTI of the UE.

param value

see the help for UeIdStruct structure arguments.

Global Repeated Capabilities: repcap.Carrier

Cloning the Group

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

Subgroups