Trial
SCPI Commands :
SYSTem:OPTion:TRIal:LIST
SYSTem:OPTion:TRIal:[STATe]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_list_py() List[str][source]
# 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.
- Returns:
trial_opt_list: string
- get_state() bool[source]
# SYSTem:OPTion:TRIal:[STATe] value: bool = driver.system.option.trial.get_state()
Activates the trial license.
- Returns:
trial_opt_state: 1 | ON | 0| OFF
- set_state(trial_opt_state: bool) None[source]
# SYSTem:OPTion:TRIal:[STATe] driver.system.option.trial.set_state(trial_opt_state = False)
Activates the trial license.
- Parameters:
trial_opt_state – 1 | ON | 0| OFF