Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

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

S_name

Name of the Waveform window option.

The option name can be a string or a symbol.

g_value

Value to be set for the specified option.

Value Returned

g_value

Returns the new value of the option.

nil

Indicates an error.

Examples

The following example sets value of the mode option to smith.

awvSetOptionValue("mode" "smith")
=> "smith"

Related Topics

Waveform Window Options

awvSetOptionDefault


Return to top
 ⠀
X