relxSetReliabilityOptionFormProperties
relxSetReliabilityOptionFormProperties(t_toolName[?titlet_title] [?widthd_width] [?heightd_height] [?columnsd_columns] [?helps_help] [?typet_type] [?groupTypet_groupType] [?pageListl_pageList] ) =>o_formObj/ nil
Description
Sets the various properties of the Reliability form.
Arguments
|
Type of the form. Indicates if the form covers one page or multiple pages. |
|
|
Group type to be used in a multiple page form. |
|
Value Returned
Examples
Consider the example given below, in which you create an ADE L session using Spectre and run this function using the following argument values:
relxSetReliabilityOptionFormProperties (
tool
?title "Reliability"
?width 600
?height 80
?type 'multiPage
?groupType 'tabs
?pageList list(list("Page1" 'custom) list("Page2" 'custom))
)
Return to top