Vnc

SCPI Commands

SYSTem:COMMunicate:NETWork:VNC:STATe
SYSTem:COMMunicate:NETWork:VNC:PORT
class VncCls[source]

Vnc commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_port() int[source]
# SCPI: SYSTem:COMMunicate:NETWork:VNC:PORT
value: int = driver.system.communicate.network.vnc.get_port()

Sets the VNC port address.

return:

port: No help available

get_state() bool[source]
# SCPI: SYSTem:COMMunicate:NETWork:VNC[:STATe]
value: bool = driver.system.communicate.network.vnc.get_state()

Activates the VNC interface for remote access.

return:

enable: No help available

set_port(port: int) None[source]
# SCPI: SYSTem:COMMunicate:NETWork:VNC:PORT
driver.system.communicate.network.vnc.set_port(port = 1)

Sets the VNC port address.

param port:

No help available

set_state(enable: bool) None[source]
# SCPI: SYSTem:COMMunicate:NETWork:VNC[:STATe]
driver.system.communicate.network.vnc.set_state(enable = False)

Activates the VNC interface for remote access.

param enable:

No help available