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

caliModeToggle

caliModeToggle(
)
=> t / nil

Description

Toggles Algebraic or RPN-specific buttons on the Calculator based on the currently set Calculator mode. Calculator works in two modes—RPN Mode and Algebraic Mode.

These modes provide different sets of operations for building and evaluating expressions. Default mode is RPN Mode.

Arguments

None

Value Returned

t

The command runs successfully.

nil

Indicates an error.

Examples

The following example toggles Calculator mode.

caliModeToggle()
=> t

Return to top
 ⠀
X