Visible to Intel only — GUID: dbd1653295186372
Ixiasoft
Visible to Intel only — GUID: dbd1653295186372
Ixiasoft
16.5.3.15. set_class_sw_setting_property
Usage
set_class_sw_setting_property <setting-name> <property> <value>Options
- <setting-name>: Name of the setting to persist in the BSP settings file associated with the driver class of this callback script
- <property>: Name of the setting property to update
- <value>: Value of the setting property to update
Description
Update a driver class software setting property. The setting must be added using the add_class_sw_setting command before calling this method. This command is only valid for a callback script. A callback script is set in the driver's *_sw.tcl file, using the command set_sw_property callback_source_file <filename> .
You can set the following setting properties:
- destination
- identifier
- value
- default_value
- description
- restrictions
- group