Event

SCPI Command :

SYSTem:COMMunicate:INTernal[:COMPleted]:EVENt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:COMMunicate:INTernal[:COMPleted]:EVENt
value: str = driver.system.communicate.internal.completed.event.get()

No help available

set(app_name: str) None[source]
# SYSTem:COMMunicate:INTernal[:COMPleted]:EVENt
driver.system.communicate.internal.completed.event.set(app_name = 'abc')

No help available