Vxi

SCPI Command:

SYSTem:COMMunicate:VXI:VRESource
SYSTem:COMMunicate:VXI:GTR
class VxiCls[source]

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

get_gtr() bool[source]
# SCPI: SYSTem:COMMunicate:VXI:GTR
value: bool = driver.system.communicate.vxi.get_gtr()

No command help available

return:

bool_switchremote: No help available

get_vresource() str[source]
# SCPI: SYSTem:COMMunicate:VXI:VRESource
value: str = driver.system.communicate.vxi.get_vresource()

Queries the VISA resource string for the VXI-11 protocol.

return:

visa_resource: VISA resource string

set_gtr(bool_switchremote: bool) None[source]
# SCPI: SYSTem:COMMunicate:VXI:GTR
driver.system.communicate.vxi.set_gtr(bool_switchremote = False)

No command help available

param bool_switchremote:

No help available