Enable

SCPI Command :

SYSTem:COMMunicate:GPIB<inst>[:SELF]:ENABle
class EnableCls[source]

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

get(gpibInstance=GpibInstance.Default) bool[source]
# SCPI: SYSTem:COMMunicate:GPIB<inst>[:SELF]:ENABle
value: bool = driver.system.communicate.gpib.self.enable.get(gpibInstance = repcap.GpibInstance.Default)

Enables or disables the GPIB interface.

param gpibInstance:

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

return:

enable: No help available

set(enable: bool, gpibInstance=GpibInstance.Default) None[source]
# SCPI: SYSTem:COMMunicate:GPIB<inst>[:SELF]:ENABle
driver.system.communicate.gpib.self.enable.set(enable = False, gpibInstance = repcap.GpibInstance.Default)

Enables or disables the GPIB interface.

param enable:

No help available

param gpibInstance:

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