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
Value Returned
|
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
Return to top