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

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

d_techDB

Database ID of the technology database in which the modeProp table is searched.

t_waveguideDefName

  

Name of the waveguideDef.

Value Returned

t

The modeProp table was found and deleted.

nil

The modeProp table was not found.

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

Photonics Flow Functions


Return to top
 ⠀
X