UeType

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UETYpe
class UeTypeCls[source]

UeType commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) UeType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UETYpe
value: enums.UeType = driver.configure.signaling.nradio.cell.ueType.get(cell_name = 'abc')

Select the type of your UE (normal UE or RedCap UE) in edit mode.

param cell_name:

No help available

return:

ue_type: No help available

set(cell_name: str, ue_type: UeType) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UETYpe
driver.configure.signaling.nradio.cell.ueType.set(cell_name = 'abc', ue_type = enums.UeType.NORMal)

Select the type of your UE (normal UE or RedCap UE) in edit mode.

param cell_name:

No help available

param ue_type:

No help available