Instances¶
-
class
ipkiss3.all.
Instance
(reference, **kwargs)¶ basic netlist instance: one reference to a child cell
Placement (.place()) generates a SRef
Parameters: reference: NetlistView, required
name: ( str and ( Alphanumeric string or Contains _$<> ) ), optional, *None allowed*
Unique name of the instance within the scope of the View/Cell
owner: ( _View ), optional, *None allowed*
link to the owner of the instance.In most cases this is automatically added by the _generate_instances method
Other Parameters: terms: locked
-
place
(position=(0.0, 0.0), transformation=None, view_name='layout', **kwargs)¶ Returns a SRef layout element
-