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

axlGetHistoryGroup

axlGetHistoryGroup( 
x_hsdb 
t_histgrpName 
) 
=> x_history / nil 

Description

Returns a handle to the specified history group in the setup database.

Arguments

x_hsdb

Setup database handle

t_histgrpName

History group name

Value Returned

x_history

The handle to history group is returned.

nil

The handle to history group is not returned.

Examples

Returns the handle to the history group ImproveYield.1 in the setup database.

axlGetHistoryGroup(1048 "ImproveYield.1")
=> 2096

Return to top
 ⠀
X