Port

SCPI Command :

SYSTem:COMMunicate:SOCKet<inst>:PORT
class PortCls[source]

Port commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(socketInstance=SocketInstance.Default) int[source]
# SCPI: SYSTem:COMMunicate:SOCKet<inst>:PORT
value: int = driver.system.communicate.socket.port.get(socketInstance = repcap.SocketInstance.Default)

Sets the data port number for direct socket communication.

param socketInstance:

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

return:

port_number: No help available

set(port_number: int, socketInstance=SocketInstance.Default) None[source]
# SCPI: SYSTem:COMMunicate:SOCKet<inst>:PORT
driver.system.communicate.socket.port.set(port_number = 1, socketInstance = repcap.SocketInstance.Default)

Sets the data port number for direct socket communication.

param port_number:

No help available

param socketInstance:

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