ipkiss3.all.Probe¶
-
class
ipkiss3.all.
Probe
(*args, **kwargs)¶ Component that can be placed in a circuit (attached to an existing port) to ‘measure’ the light. Can be used in both time and frequency-domain simulations.
See also the tutorial on implementing circuit models in IPKISS.
Parameters: port_domain: optional
Port domain (i3.OpticalDomain/i3.ElectricalDomain)
cell_instances: _PCellInstanceDict, optional
name: optional
The unique name of the pcell
-
CircuitModel
¶ alias of
Probe.CircuitModel
-
Netlist
¶ alias of
Probe.Netlist
-