simCheckHeader
simCheckHeader(
p_inf
)
=> t / nil
Description
Checks the header stamp of the net capacitance file pointer,sim.cap. The header stamp must be the first word on the first line of the sim.cap file, and it must be equal to Net_Capacitance_File. Use the infile function to open the sim.cap file before calling this function.
Arguments
|
The valid SKILL |
Value Returned
Examples
simCheckHeader( infile("./sim.cap") )
Related Topics
Return to top