awvSetOptionValue
awvSetOptionValue(S_name g_value) =>g_value/nil
Description
Sets a Waveform window option.
The option takes effect for any Waveform Windows or subwindows that are opened after the option is set.
Arguments
Value Returned
Examples
The following example sets value of the mode option to smith.
awvSetOptionValue("mode" "smith")
=> "smith"
Related Topics
Return to top