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

ccpRemoveTrigger

ccpRemoveTrigger(
t_copyPhaseStr
s_triggerFunction
)
=> t / nil

Description

Removes the registered copy trigger function from the copy phase you specify.

Arguments

t_copyPhaseStr

One of the following strings, representing the phase of the copy operation in which the trigger function was registered:

  • "ccpPostExpandTrigger"
  • "ccpPreTransferTrigger"
  • "ccpPostTransferTrigger"
  • "ccpPreUpdateTrigger"
  • "ccpPostCopyTrigger"

s_triggerFunction

The registered trigger function, specified as a symbol.

Value Returned

t

The copy trigger was removed from the phase you specified.

nil

The copy trigger could not be removed.

Related Topics

ccpRegTrigger


Return to top
 ⠀
X