Gpib

SCPI Command:

SYSTem:COMMunicate:GPIB:VRESource
class GpibCls[source]

Gpib commands group definition. 3 total commands, 1 Subgroups, 1 group commands

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

Queries the VISA resource string of the GPIB interface.

return:

visa_resource: VISA resource string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.system.communicate.gpib.clone()

Subgroups