Sms

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:SMS:KTLoop
class Sms[source]

Sms commands group definition. 20 total commands, 2 Sub-groups, 1 group commands

get_kt_loop()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:KTLoop
value: bool = driver.configure.sms.get_kt_loop()

Specifies whether the test loop is kept closed for an established RMC connection with test loop, when an SMS message is sent to the UE.

return

enable: OFF | ON

set_kt_loop(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:SMS:KTLoop
driver.configure.sms.set_kt_loop(enable = False)

Specifies whether the test loop is kept closed for an established RMC connection with test loop, when an SMS message is sent to the UE.

param enable

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.sms.clone()

Subgroups