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

calSetBuffer

calSetBuffer(
t_bufferExpression
)
=> t / nil

Description

Sets the contents of the Buffer in Calculator.

Arguments

t_bufferExpression

Expression to be set in Buffer.

Value Returned

t

The expression is set in the Buffer.

nil

The expression cannot be set because of an error.

Examples

The following example sets the specified expression in the Calculator Buffer.

calSetBuffer("expr(x sin(x) linRg(2 4 0.5))")
=> t

The following example returns the expression that is currently set in the Calculator Buffer.

calGetBuffer()
=> "expr(x sin(x) linRg(2 4 0.5))"

Return to top
 ⠀
X