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

relxHideAgeCalculationApproachField

relxHideAgeCalculationApproachField(
r_formObject
)
=> t

Description

Hides the Age Calculation Approach field from the Modeling tab in the Reliability Options form.

Arguments

r_formObject

The form object: relxOptionForm.

Value Returned

t

The Age Calculation Approach field is hidden.

Examples

To hide the Age Calculation Approach field from the Modeling tab in the Reliability Options form, add the following SKILL code in the .cdsinit file:

(defun relxCustomizeDisplayOrEnableStatus (relxOptionForm)
        relxHideAgeCalculationApproachField(relxOptionForm)
    )

Return to top
 ⠀
X