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

awvSetOptionDefault

awvSetOptionDefault(
S_name
)
=> t / nil

Description

Restores a Waveform window option to its default value. The option takes effect for any Waveform Windows or subwindows that are opened after the option is set.

Arguments

S_name

Name of the option to restore.

The option name can be a string or a symbol.

Value Returned

t

The specified option is restored to its default value.

nil

The specified option cannot be restored to its default value because of an error.

Examples

The following example sets the mode option back to its default value, which is composite.

awvSetOptionDefault("mode")
=> t

Related Topics

Waveform Window Options

awvSetOptionValue


Return to top
 ⠀
X