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
Value Returned
|
The modeProp table for the given waveguideDef name was found. |
|
|
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
Return to top