Gtr

SCPI Command :

SYSTem:COMMunicate:VXI<inst>:GTR
class GtrCls[source]

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

get(vxiInstance=VxiInstance.Default) bool[source]
# SCPI: SYSTem:COMMunicate:VXI<inst>:GTR
value: bool = driver.system.communicate.vxi.gtr.get(vxiInstance = repcap.VxiInstance.Default)

Enables or disables the VXI-11 interface.

param vxiInstance:

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

return:

bool_switchremote: No help available

set(bool_switchremote: bool, vxiInstance=VxiInstance.Default) None[source]
# SCPI: SYSTem:COMMunicate:VXI<inst>:GTR
driver.system.communicate.vxi.gtr.set(bool_switchremote = False, vxiInstance = repcap.VxiInstance.Default)

Enables or disables the VXI-11 interface.

param bool_switchremote:

No help available

param vxiInstance:

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