asiSelectAnalysisNet
asiSelectAnalysisNet(s_analysiss_field[t_prompt] ) => t / nil
Description
Lets the user select a net from the schematic to be used as input for the specified field for the specified analysis. If the user selects any other object, the system ignores the selection and beeps.
Arguments
Value Returned
Examples
Lets the user select a net from the schematic to use as input for the outputNode field for a noise analysis.
asiSelectAnalysisNet( 'noise 'outputNode)
Lets the user select a net from the schematic to use as input for the posNode field for an xf analysis.
asiSelectAnalysisNet( 'xf 'posNode)
Return to top