DATA
DATA(t_netName t_analysis[t_dataDir] ) =>o_data/ nil
Description
This is a basic data access function. It returns data for the specified node and analysis.
Arguments
Value Returned
Examples
Returns the data for the specified node and analysis.
DATA("net1" "tran-tran")
=> srrWave:49610776
plot(DATA("net1" "ac-ac"))
=> t (plot window comes up)
Return to top