vfoSetParam
vfoSetParam(obj s_param value) =>value/ nil
Description
Sets the value of a CDF parameter to the given value and triggers the callback, if any. The callback is triggered recursively so that if the callback changes another parameter, that callback is also triggered, recursively.
Arguments
|
The object for which the CDF parameter value should be set. The object can be one of the following: |
|
Value Returned
|
The value of the given parameter. The value may or may not be the value specified in the function depending on what the callback did. |
|
Example
vfoSetParam(I1 "xContSpacing" 0.08) => 0.08
Return to top