Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deToggleAssistantVisibility

deToggleAssistantVisibility( 
t_assistantName
[ w_sessionWindow ]
) 
=> t / nil

Description

Toggles the visibility of the given assistant in the given session window.

Arguments

t_assistantName

The given assistant name.

w_sessionWindow

The given window. If none is specified, the current session window is taken into consideration.

Value Returned

t

The visibility of the given assistant toggles successfully.

nil

The visibility of the given assistant does not toggle.

Example

deToggleAssistantVisibility("World View")

Return to top
 ⠀
X