asiGetSimulatorSrcList
asiGetSimulatorSrcList(o_session) =>l_result
Description
Customizes the values in the Function drop-down list of the Setup Analog Stimuli form.
Arguments
Value Returned
|
List of values in the Function drop-down list of the Setup Analog Stimuli form. |
Examples
defmethod ( asiGetSimulatorSrcList ( (session xyz_session) )
'("dc" "pulse" "sin" "exp")
)
Return to top