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

dbSetFluidShape

dbSetFluidShape(
d_shapeId 
t_fluidName
)
=> t / nil

Description

Sets the given name for the specified shape to mark it as a fluid shape. This function can be used only in a sub-master layout view, for example, during Pcell generation.

Arguments

d_shapeId

Database ID of a shape to be marked as a fluid shape

t_fluidName

The name to mark the specified shape as a fluid shape.

Return Value

t

Specified name is set for the specified shape to mark it as a fluid shape.

nil

The operation failed.

Examples

Sets the name fluidShape2 on the shape rect2 to mark it as a fluid shape.

dbSetFluidShape(rect2 "fluidShape2")cv

Related Topics

Fluid Shape Functions


Return to top
 ⠀
X