Text

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:UPDate:RCS:CHAT:TEXT
class Text[source]

Text commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(ims=<Ims.Default: -1>)str[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:RCS:CHAT:TEXT
value: str = driver.configure.data.control.ims.update.rcs.chat.text.get(ims = repcap.Ims.Default)

Defines a message text to be sent to the DUT via an established chat session. Initiate the message transfer via method RsCmwDau.Configure.Data.Control.Ims.Update.Rcs.Chat.Perform.set.

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)

return

text: Message as string

set(text: str, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:UPDate:RCS:CHAT:TEXT
driver.configure.data.control.ims.update.rcs.chat.text.set(text = '1', ims = repcap.Ims.Default)

Defines a message text to be sent to the DUT via an established chat session. Initiate the message transfer via method RsCmwDau.Configure.Data.Control.Ims.Update.Rcs.Chat.Perform.set.

param text

Message as string

param ims

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Ims’)