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

phoTechHasModePropDataTable

phoTechHasModePropDataTable(
d_techDB
t_waveguideDefName
)
=> t / nil

Description

(Virtuoso Photonics Option) Checks whether the given technology database contains a modeProp table for the given waveguideDef.  

The search recurses into referenced databases. The database that stores the waveguideDef and the database that stores the modeProp table are not necessarily the same. Therefore, the given waveguideDef does not need to exist in technology database.

Arguments

d_techDB

ID of the technology database in which search is performed.

t_waveguideDefName

  

Name of the waveguideDef.

Value Returned

t

The modeProp table for the given waveguideDef name was found.

nil

The modeProp table for the given waveguideDef name was not found.

Example

tech_wgd~>refs = list(tech_modeprop)
=> (db:0x028ff592)
phoTechHasModePropDataTable(tech_modeprop "SiN Waveguide")
=> t
phoTechHasModePropDataTable(tech_wgd "SiN Waveguide")
=> t

Related Topics

Photonics Flow Functions


Return to top
 ⠀
X