phoTechDeleteModePropDataTable
phoTechDeleteModePropDataTable(
d_techDB
t_waveguideDefName
)
=> t / nil
Description
(Virtuoso Photonics Option) Deletes the modeProp table for the specified waveguideDef from the given technology database.
Arguments
|
Database ID of the technology database in which the modeProp table is searched. |
|
Value Returned
Example
tech_wgd~>refs = list(tech_modeprop)
> (db:0x028ff592)
phoTechHasModePropDataTable(tech_wgd "SiN Waveguide")
> t
phoTechDeleteModePropDataTable(tech_wgd "SiN Waveguide") ;; non-local delete
> nil
phoTechDeleteModePropDataTable(tech_modeprop "SiN Waveguide")
> t
Related Topics
Return to top