Directory

SCPI Command :

SYSTem:PLUGin:APPStarter:DIRectory
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:PLUGin:APPStarter:DIRectory
value: str = driver.system.plugin.appStarter.directory.get()

Defines the working directory used by the selected application.

set(working_dir: str) None[source]
# SYSTem:PLUGin:APPStarter:DIRectory
driver.system.plugin.appStarter.directory.set(working_dir = 'abc')

Defines the working directory used by the selected application.