phoTechGetModePropDataTableParamValues
phoTechGetModePropDataTableParamValues(d_techDB t_waveguideDefName S_param) =>l_values/ nil
Description
(Virtuoso Photonics Option) Returns the list of values specified in the modeProp table for the given parameter.
Arguments
|
Valid values are |
|
Value Returned
|
A list of numeric values (n_value) that are valid for all parameters other than |
|
Example
phoTechGetModePropDataTableParamValues(tech "SiN Waveguide" 'width)
=> (0.0 3e-05 6e-05)
phoTechGetModePropDataTableParamValues(tech "SiN Waveguide" 'mode)
=> ("TE" "TM")
Related Topics
Return to top