maeCopyRelxSetup
maeCopyRelxSetup(t_relxSourceName[?relxDestNamet_relxDestName] [?runt_runName] [?sessiont_session] ) =>t/nil
Description
Creates a copy of a reliability setup and saves this copy with the specified name.
Arguments
Value Returned
Examples
The following example creates a copy of reliability setup relA and saves this copy with the name relB in the active setup of the current maestro session.
maeCopyRelxSetup("relA" ?relxDestName "relB")
=> t
The following example creates a copy of reliability setup relA and saves this copy in the active setup of the current maestro session. The copy of the reliability setup relA is saved with the name relA:1.
maeCopyRelxSetup("relA")
=> t
The following example creates a copy of reliability setup aging_10Years and saves this copy with the name aging_5Years in Run.0 in the current maestro session.
maeCopyRelxSetup("aging_10Years" ?relxDestName "aging_5Years" ?run "Run.0")
=> t
Note that the reliability setup aging_10Years must exist in Run.0.
Return to top