Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mptGetFlowNames

mptGetFlowNames(
)
=> l_flowName

Description

Lists all available flow names that have been defined. It includes pre-defined and custom flow names.

Arguments

None

Values Returned

l_flowName

List of flow names.

Example

mptGetFlowNames()
  Available MPT flows:
   FullyColoredAndLocked, PartiallyColored (pre-defined)
   custom (user-defined)
 ("FullyColoredAndLocked" "PartiallyColored" "custom")

Return to top
 ⠀
X