Trial

SCPI Commands :

SYSTem:OPTion:TRIal:LIST
SYSTem:OPTion:TRIal:[STATe]
class TrialCls[source]

Trial commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_list_py() List[str][source]
# SCPI: SYSTem:OPTion:TRIal:LIST
value: List[str] = driver.system.option.trial.get_list_py()

Queries the options included in the trial license. For a list of all available options and their description, refer to the data sheet.

return

trial_opt_list: string

get_state() bool[source]
# SCPI: SYSTem:OPTion:TRIal:[STATe]
value: bool = driver.system.option.trial.get_state()

Activates the trial license.

return

trial_opt_state: 1| ON| 0| OFF

set_state(trial_opt_state: bool) None[source]
# SCPI: SYSTem:OPTion:TRIal:[STATe]
driver.system.option.trial.set_state(trial_opt_state = False)

Activates the trial license.

param trial_opt_state

1| ON| 0| OFF