Vnc

SCPI Commands

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

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

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

Sets or queries the VNC port number.

return

arg_0: No help available

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

Enables or disables VNC state.

return

arg_0: No help available

set_port(arg_0: int) None[source]
# SCPI: SYSTem:VNC:PORT
driver.system.vnc.set_port(arg_0 = 1)

Sets or queries the VNC port number.

param arg_0

No help available

set_state(arg_0: bool) None[source]
# SCPI: SYSTem:VNC:STATe
driver.system.vnc.set_state(arg_0 = False)

Enables or disables VNC state.

param arg_0
  • 1: Enable VNC.

  • 0: Disable VNC.