Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

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

p_inf

The valid SKILL portId of the input capacitance sim.cap file. There is no default value.

Value Returned

t

The file is a valid net capacitance file.

nil

The operation was unsuccessful.

Examples

simCheckHeader( infile("./sim.cap") )

Related Topics

OSS Functions


Return to top
 ⠀
X