Selection

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:TRANsport:SELection
class Selection[source]

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

get(ims=<Ims.Default: -1>)RsCmwDau.enums.TransportSel[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:TRANsport:SELection
value: enums.TransportSel = driver.configure.data.control.ims.transport.selection.get(ims = repcap.Ims.Default)

Configures whether TCP or UDP is used by the internal IMS server.

param ims

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

return

transport_selection: DEFault | TCP | UDP | CUSTom DEFault: Fixed threshold as defined in RFC 3261 TCP: Only TCP is used UDP: Only UDP is used CUSTom: UDP for short messages, TCP for long messages, threshold configurable via method RsCmwDau.Configure.Data.Control.Ims.Threshold.Value.set

set(transport_selection: RsCmwDau.enums.TransportSel, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:TRANsport:SELection
driver.configure.data.control.ims.transport.selection.set(transport_selection = enums.TransportSel.CUSTom, ims = repcap.Ims.Default)

Configures whether TCP or UDP is used by the internal IMS server.

param transport_selection

DEFault | TCP | UDP | CUSTom DEFault: Fixed threshold as defined in RFC 3261 TCP: Only TCP is used UDP: Only UDP is used CUSTom: UDP for short messages, TCP for long messages, threshold configurable via method RsCmwDau.Configure.Data.Control.Ims.Threshold.Value.set

param ims

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