Participant

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:CONFerence:MAX:PARTicipant
class Participant[source]

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

get(ims=<Ims.Default: -1>)int[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:CONFerence:MAX:PARTicipant
value: int = driver.configure.data.control.ims.conference.max.participant.get(ims = repcap.Ims.Default)

Configures the maximum number of virtual subscribers allowed to participate in a conference call.

param ims

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

return

max_participant: The value 0 means that there is no limit. Range: 0 to 10

set(max_participant: int, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:CONFerence:MAX:PARTicipant
driver.configure.data.control.ims.conference.max.participant.set(max_participant = 1, ims = repcap.Ims.Default)

Configures the maximum number of virtual subscribers allowed to participate in a conference call.

param max_participant

The value 0 means that there is no limit. Range: 0 to 10

param ims

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