TcpAlive

SCPI Commands

CONFigure:DATA:CONTrol:IMS<Ims>:TCPalive
class TcpAlive[source]

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

get(ims=<Ims.Default: -1>)bool[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:TCPalive
value: bool = driver.configure.data.control.ims.tcpAlive.get(ims = repcap.Ims.Default)

Selects whether the IMS server sends TCP keep-alive messages or not.

param ims

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

return

tcp_keep: OFF | ON

set(tcp_keep: bool, ims=<Ims.Default: -1>)None[source]
# SCPI: CONFigure:DATA:CONTrol:IMS<Suffix>:TCPalive
driver.configure.data.control.ims.tcpAlive.set(tcp_keep = False, ims = repcap.Ims.Default)

Selects whether the IMS server sends TCP keep-alive messages or not.

param tcp_keep

OFF | ON

param ims

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