asiGetFlowchart
asiGetFlowchart(
{ o_tool | o_session }
)
=> o_flowchart
Description
Gets the flowchart object for a tool or session.
Arguments
Value Returned
Examples
Returns the flowchart object for the analog tool.
flowchart = asiGetFlowchart( asiGetTool(’analog) )
Return to top