Params

SCPI Command :

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

Defines parameters that are provided with the application for execution, for example arguments for a custom script.

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

Defines parameters that are provided with the application for execution, for example arguments for a custom script.