Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbSetWidthSpacingPatternRepeatMode

dbSetWidthSpacingPatternRepeatMode(
d_wspId
t_allowedRepeatMode
t_defaultRepeatMode
)
=> t / nil

Description

(ICADVM20.1 Only) Sets a valid combination of allowed and default repeat modes for the specified width spacing pattern.

Arguments

d_wspId

ID of a width spacing pattern.

t_allowedRepeatMode

  

Name of the allowed repeat mode.
Valid values: any, none, steppedOnly, flippedOnly

t_defaultRepeatMode

  

Name of the default repeat mode.
Valid values: noRepeat, stepped, flippedStartsWithOdd, flippedStartsWithEven

Value Returned

t

A valid combination of allowed and default repeat modes was set successfully on the specified width spacing pattern.

nil

Returned in case of failure.

Example

Sets the combination of allowed repeat mode as flippedOnly and default repeat mode as flippedStartsWithOdd for the width spacing pattern wspId.

dbSetWidthSpacingPatternRepeatMode(wspId "flippedOnly" "flippedStartsWithOdd ")

Return to top
 ⠀
X