Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

loadPort

loadPort( 
p_port 
[?langMode g_langMode]
[?password g_password]
[?ignoreErrors g_ignoreErrors])
) 
=> t

Description

Loads a SKILL file from p_port.

Arguments

p_port

An input (SKILL) port.

?langMode g_langMode

Specifies the language mode to use regardless of the original file extension
Valid values:

'ils: Loads the file in SKILL++ mode

'il: Loads the file in SKILL mode

Default value: 'il

?password g_password

Password, if the file is encrypted

?ignoreErrors g_ignoreErrors

If specified, ignores errors during load

Value Returned

t

Always returns t.

Examples

loadPort( myPort ?langMode ‘ils )

Related Topics

load

loadi


Return to top
 ⠀
X