Gpib

SCPI Commands :

SYSTem:COMMunicate:GPIB:LTERminator
SYSTem:COMMunicate:GPIB:RESource
class GpibCls[source]

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

get_lterminator() IecTermMode[source]
# SCPI: SYSTem:COMMunicate:GPIB:LTERminator
value: enums.IecTermMode = driver.system.communicate.gpib.get_lterminator()

No command help available

return:

lterminator: No help available

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

No command help available

return:

resource: No help available

set_lterminator(lterminator: IecTermMode) None[source]
# SCPI: SYSTem:COMMunicate:GPIB:LTERminator
driver.system.communicate.gpib.set_lterminator(lterminator = enums.IecTermMode.EOI)

No command help available

param lterminator:

No help available

Cloning the Group

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

Subgroups