Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techSetWidthSpacingPatternRepeatMode

techSetWidthSpacingPatternRepeatMode(
d_wspId 
t_allowedRepeatMode 
t_defaultRepeatMode
) 
=> t / nil

Description

(Virtuoso Advanced Node for Layout Only) Sets the allowed and default repeat modes for a width spacing pattern.

Arguments

d_wspId

Specifies the ID of the width spacing pattern.

t_allowedRepeatMode

Specifies the allowed repeat pattern mode.

Valid values: any, none, steppedOnly, and flippedOnly

t_defaultRepeatMode

Specifies the default repeat pattern mode.

Valid values: stepped, flippedStartsWithOdd, and flippedStartsWithEven

Value Returned

t

The specified allowed and default repeat modes were set.

nil

Returned in case of failure.

Example

techSetWidthSpacingPatternRepeatMode(wspId "steppedOnly" "stepped")

Sets the allowed repeat mode to steppedOnly and the default repeat mode to stepped.


Return to top
 ⠀
X