Value

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:THReshold:VALue
class Value[source]

Value 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>:THReshold:VALue
value: int = driver.configure.data.control.ims.threshold.value.get(ims = repcap.Ims.Default)

Configures a threshold for the usage of UDP (below threshold) and TCP (above threshold) . The setting is only relevant for method RsCmwDau.Configure.Data.Control.Ims.Transport.Selection.set CUSTom.

param ims

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

return

threshold_value: Number of characters per SIP message Range: 1 to 65535

set(threshold_value: int, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:THReshold:VALue
driver.configure.data.control.ims.threshold.value.set(threshold_value = 1, ims = repcap.Ims.Default)

Configures a threshold for the usage of UDP (below threshold) and TCP (above threshold) . The setting is only relevant for method RsCmwDau.Configure.Data.Control.Ims.Transport.Selection.set CUSTom.

param threshold_value

Number of characters per SIP message Range: 1 to 65535

param ims

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