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

maeGetReferenceHistories

maeGetReferenceHistories( 
x_hsdb
) 
=> l_referenceHistoryNames

Description

Returns a list of names of the reference histories used in the active setup or the given history.

Arguments

x_hsdb

Setup database handle to the active setup or history.

Value Returned

l_referenceHistoryNames

List of the names of reference histories.

Examples

Returns the reference histories set in the active setup.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
=> 1001
maeGetReferenceHistories(data_sdb) => (22552 ("Interactive.1" "Interactive.4") )

Returns the reference histories set in the active setup.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
=> 1001
h=axlGetHistoryEntry(data_sdb "Interactive.2")
=> 2140
maeGetReferenceHistories(h)
=> (2148
    ("Nominal_initial" "Interactive.0")
)

Related Topics

axlCreateSession

axlGetMainSetupDB


Return to top
 ⠀
X