The symbol is using $-parameter.
For example, symbols in use from $DP1 to $DP10,
but if you enter only the values from $DP1 to 5, a warning appears that there is no value from $DP6 to 10.
-> Parameter incorrect, did not find the $-parameter,<-
Since there are many symbols, it is difficult to enter all blank values. Is there a workaround for this in scripts?
WARNING that occurs when the $ parameter value is not entered
- SMT_SOL
- Posts:23
- Joined: Fri Feb 07, 2020 2:04 am
WARNING that occurs when the $ parameter value is not entered
- mkerk
- Posts:75
- Joined: Wed Oct 20, 2010 12:25 pm
Re: WARNING that occurs when the $ parameter value is not entered
Hi,
all $-parameters must have a valid value (an empty string a $-parameters is also OK ) , otherwise you the error message "Parameter incorrect ..." will be written to the logViewer.
You can in your symbol, define default values for the $-parameters and check if these are valid in the script of the references. default values can be set in the GEDI, when adding the reference in the panel ( via the standard or an own created configuration panels for this reference), or in runtime when opening the panel-reference using for example RootPanelOn, ChildPanelON, addSymbols...
BR,
Mousser.
all $-parameters must have a valid value (an empty string a $-parameters is also OK ) , otherwise you the error message "Parameter incorrect ..." will be written to the logViewer.
You can in your symbol, define default values for the $-parameters and check if these are valid in the script of the references. default values can be set in the GEDI, when adding the reference in the panel ( via the standard or an own created configuration panels for this reference), or in runtime when opening the panel-reference using for example RootPanelOn, ChildPanelON, addSymbols...
BR,
Mousser.