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

axlGetCornerNameForCurrentPointInRun

axlGetCornerNameForCurrentPointInRun(
)
=> t_cornerName

Description

Returns the name of the corner for the current point being simulated. This function is useful for customized processing or debugging in the OCEAN script-based measures.

Arguments

None

Value Returned

t_cornerName

Name of the corner for the current point being simulated. For nominal corner, the text " " is returned.

Examples

Returns the name of the corner for the current point being simulated.

axlGetCornerNameForCurrentPointInRun()
=> "cor_77"

Here, cor_77 is the current corner being run.

Related Topics

Loading an OCEAN or a MATLAB Measurement


Return to top
 ⠀
X