Participant

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:RCS:GRPChat:PARTicipant:DELete
class Participant[source]

Participant commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

delete(participant: str, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:RCS:GRPChat:PARTicipant:DELete
driver.configure.data.control.ims.rcs.grpChat.participant.delete(participant = '1', ims = repcap.Ims.Default)

Removes an entry from the list of participants for group chats.

param participant

String to be removed

param ims

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.ims.rcs.grpChat.participant.clone()

Subgroups