Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

16.5.4.8. set_sw_setting_property

Usage

set_sw_setting_property <setting-name> <property-name> <property-value>

Options

  • <setting-name>: Name of the setting to persist in the BSP settings file.
  • <property-name>: Name of the setting property to update.
  • <property-value>: Value of the setting property to update.

Description

Update a software components setting property. The setting must already be added using 'add_sw_setting2' command before calling this method.

Example

set_sw_setting_property MY_FAVORITE_SETTING default-value '42'