Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

envSetToolDefaultToCurrVal

envSetToolDefaultToCurrVal(
t_tool[.Partition]
)
=> t / nil

Description

Sets the default value of all the environment variables to the current value of the variables.

Arguments

t_tool[.Partition]

The name of the tool and the partition (if any). A partition is a way of grouping related sets of variables associated with a tool.

You can specify t_tool[.partition] in the following ways:

  • tool: Resets all the variables at the top level of the tool and in all the partitions.
  • tool.:Resets only the variables at the top level of the tool; does not reset the variables in the partitions.
  • tool.partition: Resets only the variables in the specified partition.

Values Returned

t

The variables were reset.

nil

The variables could not be reset.

Related Topics

Cdsenv Editor Functions


Return to top
 ⠀
X