Mode

SCPI Command :

SYSTem:COMMunicate:SOCKet<inst>:MODE
class ModeCls[source]

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

get(socketInstance=SocketInstance.Default) SocketProtocol[source]
# SCPI: SYSTem:COMMunicate:SOCKet<inst>:MODE
value: enums.SocketProtocol = driver.system.communicate.socket.mode.get(socketInstance = repcap.SocketInstance.Default)

Sets the protocol operation mode for direct socket communication.

param socketInstance:

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

return:

protocol_mode: No help available

set(protocol_mode: SocketProtocol, socketInstance=SocketInstance.Default) None[source]
# SCPI: SYSTem:COMMunicate:SOCKet<inst>:MODE
driver.system.communicate.socket.mode.set(protocol_mode = enums.SocketProtocol.AGILent, socketInstance = repcap.SocketInstance.Default)

Sets the protocol operation mode for direct socket communication.

param protocol_mode:

No help available

param socketInstance:

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