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

phoDrawCWLaserSymbol

phoDrawCWLaserSymbol(
d_cellViewId
n_magnification
?startPortName s_PortName
?startPortDirection s_direction
)
=> t / nil

Description

(Virtuoso Photonics Option) Draws a laser symbol.

Arguments

d_cellViewId

Database ID of a cellview.

n_magnification

Database magnification value to set on the instance.

Default: 1.0

?startPortName s_PortName

Name of the start port. The default is "opt0".

?startPortDirection s_direction

Direction of the start port. The default is "inputOutput".

Return Value

t

Laser symbol is generated.

nil

Symbol is not generated.

Example

cv = geGetEditCellView()
phoDrawCWLaserSymbol(cv 1.0)

Related Topics

Photonics Symbol Generator Functions

Symbol Pcell Example


Return to top
 ⠀
X