asiMapOutputName
asiMapOutputName(
t_dir
s_type
t_name
[ ?formatflag s_formatflag ]
)
=> l_nameList
Description
Maps the given schematic name of the given type using the netlist directory. The result is a list of mapped strings.
Arguments
|
t_dir
|
Netlist directory.
|
|
s_type
|
Type of object. Valid types are 'net, 'instance and 'terminal.
|
|
t_name
|
Schematic name.
|
|
?formatflag s_formatflag
|
|
|
Performs name mapping of transient simulation data available in SST2 format.
Set the value to "t" if this function is used in context of transient simulation data analysis and the transient simulation data is available in SST2 format.
|
Value Returned
|
l_nameList
|
List of mapped names.
|
|
nil
|
Unsuccessful operation.
|
Examples
asiMapOutputName( "netlistDir" 'net "/net13" )
Another example of the usage of this routine can be found in the example section of asiFormatInitCond.
Return to top