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

armSetCalc

armSetCalc(
s_name
g_value
)
=> g_value

Description

Sets the specified property of the Calculator resource to the specified value.

Arguments

s_name

Name of the Calculator resource.

g_value

Value to be set.

Value Returned

g_value

Value of the property of the Calculator resource.

Examples

The following example sets the number of stacks to be displayed in the Calculator to 10.

armSetCalc('numStack 10)
=> 10

Return to top
 ⠀
X