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

axlGetHistoryGroupChildrenEntry

axlGetHistoryGroupChildrenEntry( 
x_childrenHandle 
t_name
) 
=> x_history / 0

Description

Finds a history entry in a group run by name and returns the handle to it.

Arguments

x_childrenHandle

Setup database handle to the children of a group run.

t_name

Name of the history entry

Value Returned

x_history

The handle to a history entry is returned.

0

The handle to a history entry is not returned.

Examples

Finds the specified history entry and returns the handle to it.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetHistoryGroup( data_sdb "Group.0" )
=> 1169
axlGetHistoryGroupChildren( 1169 )
=>(1172 ("Group.0.Run.0" "Group.0.Run.1" "Group.0.Run.2"))
axlGetHistoryGroupChildrenEntry( 1172 "Group.0.Run.0" )
=> 1173

Related Topics

axlCreateSession

axlSetMainSetupDB

axlGetActiveSetup


Return to top
 ⠀
X