maeGetParameter
maeGetParameter(t_paramName[ ?typeNamet_typeName] [ ?typeValuet_typeValue] [ ?sessiont_sessionName]) =>t_value/ nil
Description
Returns value of the given parameter for the given test or corner.
Arguments
Value Returned
|
The value of the given parameter is returned for the given test or corner. |
||
|
The value of the given parameter is not returned for the given test or corner. |
||
Examples
Returns the value of the parameter I1/1 for the corner C0.
maeOpenSetup("solutions" "amptest" "maestro")
;; the above function loads the given cellview and returns the session object
=> "session0"
maeGetParameter("solutions/amptest/schematic/I0/l" ?typeName "corner" ?typevalue "C0")
=> 10n
Return to top