Ncsacq

SCPI Command :

SENSe:LTE:SIGNaling<instance>:UECapability:NCSacq:UTRan
class NcsacqCls[source]

Ncsacq commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get_utran() bool[source]
# SCPI: SENSe:LTE:SIGNaling<instance>:UECapability:NCSacq:UTRan
value: bool = driver.sense.ueCapability.ncsacq.get_utran()

Returns whether the UE supports system information acquisition for UMTS neighbor cells or not.

return:

supported: OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.ueCapability.ncsacq.clone()

Subgroups