Pdu
SCPI Command :
CATalog:SIGNaling:TOPology:FGS:UE:PDU
- class PduCls[source]
Pdu commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(ue_id: str = None) List[int][source]
# SCPI: CATalog:SIGNaling:TOPology:FGS:UE:PDU value: List[int] = driver.catalog.signaling.topology.fgs.ue.pdu.get(ue_id = 'abc')
Queries a list of all established PDU sessions.
- param ue_id:
For future use. Enter any value.
- return:
pdu_session_id: Comma-separated list of PDU session IDs.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.catalog.signaling.topology.fgs.ue.pdu.clone()
Subgroups