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

maeForceRdbStatus

maeForceRdbStatus(
t_sessionName
t_historyName
?pointID x_pointID
?designPointID x_designPointID
?cornerName t_cornerName
?toStatus t_toStatus
)
=> t / nil

Description

Forcefully sets the status of results for a history or a selected point in a history.

Arguments

t_sessionName

Name of the maestro session.

t_historyName

Name of the history.

?pointID x_pointID

ID of the point for which you need to change the status. If not specified, all points are selected.

?designPointID x_designpointID

ID of the design point for which you need to change the status. If not specified, all design points are selected.

?cornerName t_cornerName

Name of the corner. If not specified, all corners are selected.

?toStatus t_toStatus

Status to be forcefully set. The list of possible values that can be specified by this argument can be customized by using the forceRdbStatusTo environment variable.

The default value is done.

Value Returned

t

The status is changed.

nil

The status is not changed due to an error.

Examples

Sets the result status for corner C1 in design point with ID 1 to done forcefully.

when(session = axlGetWindowSession( hiGetCurrentWindow())
maeForceRdbStatus(session "Interactive.1" ?designPointID 1 ?cornerName "C1")
)
=> t

Return to top
 ⠀
X