phoDrawStraightWaveguideSymbol
phoDrawStraightWaveguideSymbol(d_cellViewId n_magnification?startPortNames_PortName?startPortDirections_direction?endPortNames_PortName?endPortDirections_direction?thermalTerm1Names_name?thermalTerm1Directions_direction?thermalTerm2Names_name?thermalTerm2Directions_direction) => t / nil
Description
(Virtuoso Photonics Option) Draws a straight waveguide symbol. You can add an optional thermal device to the display and ports of the symbol.
Arguments
|
Direction of the starting port. The default is |
|
|
Direction of the thermal device. The default is |
|
|
Direction of the thermal device. The default is |
|
Return Value
Example
cv = geGetEditCellView()
phoDrawStraightWaveguideSymbol(cv 1.0)

cv = geGetEditCellView()
phoDrawStraightWaveguideSymbol(cv 1.
?thermalTerm1Name "T1" ?thermalTerm2Name "T2")

Related Topics
Photonics Symbol Generator Functions
Return to top