asiChangeSimOption
asiChangeSimOption(o_tool[?names_name] [?promptt_prompt] [?types_type] [?choicesl_choices] [?itemsPerRowx_itemsPerRow] [?valueg_value] [?ming_min] [?maxg_max] [?allowExprs_allowExpr] [?rowx_row] [?columnx_column] [?widthx_width] [?coordinatesl_coordinates] [?displayOrderx_displayOrder] [?labelTextt_labelText] [?privates_private] [?displays_display] [?editables_editable] [?appCBs_appCB] [?callbackt_callback] [?formApplyCBs_formApplyCB] [?changeCBst_changeCB] [?doubleClickCBst_doubleClickCB] [?numRowsx_numRows] [?multipleSelects_multipleSelect] [?invalidateFuncs_invalidateFunc] [?genericNames_genericName] [?sendMethods_sendMethod] ) =>o_envVar/nil
Description
Arguments
|
Optional argument that specifies the prompt (on the UI form) for the given option. |
|
|
Valid Values:
See the asiAddSimOption function for an example that uses the separator argument.
|
|
|
List of choices if s_type is |
|
|
Numbers of choices per row for Default Value: Total number of choices specified in l_choices |
|
|
Specifies the minimum value of an |
|
|
Specifies the maximum value of an |
|
|
Specifies whether g_value can contain expressions.
Valid Values: |
|
|
Row in the form where the field appears. This argument is valid only for ’twoD type forms. |
|
|
Column in the form where the field appears. The fields are created according to their required widths and are not meant to align with fields in other rows of the form. This argument is valid only for ’twoD type forms. |
|
|
Specifies the width of the field in relation to other fields on the form. Numbers that you enter for this argument are relative values whose values are determined by the amount of space available. For example, assume there are three fields for a row that is 400 pixels wide. If the first two fields have an x_width of 1, and the last field has an x_width of 2, then the widths for the fields are as follows: 100, 100, and 200 pixels. This argument is valid only for ’twoD type forms. |
|
|
List specifying the coordinates for the field on the UI form. (The format is the same as for the corresponding hi field.) This argument is valid only for ’custom type forms. |
|
|
Position (from the top) of the option in the form. Use x_displayOrder to reposition your options in an inherited form. By default, the options appear in the order defined; therefore, inherited options appear first. The value of x_displayOrder must be an integer that specifies the position you want relative to the top of the form. If more than one option has the same display order integer, the last option found (yours) takes precedence. The remaining options shift down on the form. This argument is valid only for 'oneD type forms. |
|
|
Optional argument that declares an option as private, which means the option is not visible to the user. Private options are not part of the UI and their values are not saved when a user saves the environment. You might use this argument for values that are constant for all users of the software. Valid Values:
|
|
|
Specifies an expression that determines whether the field is to be displayed on the UI form. This expression is evaluated when the form is first displayed and whenever a callback is executed on any field in the form. |
|
|
Specifies an expression that determines whether the field is to be editable on the UI form. This expression is evaluated when the form is first displayed and whenever a callback is executed on any field in the form. |
|
|
Specifies a callback function that is executed when the value of the option is changed. |
|
|
Specifies a callback function that is executed when a field is changed on the form while the form is displayed. (You can use this function to do error checking on the value entered by the designer.) |
|
|
Specifies a callback function that is executed when the designer clicks on Apply or OK on the form containing the associated field. |
|
|
Specifies a callback function that is executed when the value of a |
|
|
Specifies a callback function that is executed when a designer double clicks on a |
|
|
Boolean flag that specifies whether multiple items can be selected from the listBox type field.
Valid Values: |
|
|
Specifies a function that is executed when the value of the option is changed. This function invalidates a step in the flowchart. |
|
|
Specifies the name of the generic variable that the option represents. This argument applies to temperature options only.
Valid Values: |
|
|
Specifies how simulator options are sent to Cadence SPICE. (Use this argument only if your simulator is in the SPICE Socket.) |
|
Value Returned
Related Topics
asiChangeSimOptionFormProperties
Return to top