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
Value Returned
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
Return to top