Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlRemoveSetupState

axlRemoveSetupState( 
t_sessionName
t_stateName
) 
=> t / nil 

Description

Removes the specified setup state for the given session.

Arguments

t_sessionName

Name of the session.

t_stateName

Name of the state.

Value Returned

t

The specified setup state is removed for the given session.

nil

The specified setup state is not removed.

Examples

Removes the state1 state that is saved for session session1.

session = (axlGetWindowSession)
"session1"
(axlSetupStates session)
("state1")
(axlRemoveSetupState session "state1") => t

Return to top
 ⠀
X