Re: pinductor of anologlib or inductor of PDK in schematic s
pinductor (and pdiode, presistor, pcapacitor) have spectre, hspiceD, spice views, which are for generating the description of the device for the simulator.
the symbol view can be used in schematics, but in principle should not.
it is meant to give a graphical representation of the device in the view that the DRC/EXT tool creates from the layout of your circuit.
Example,
create a diff amplifier called OTA, make a schematic view (containing the schematic, the two diff pair device and a current sink device).
Create a symbol view of the diff amplifier OTA, showing input and output pins, and having a triangular drawing to represent the schematic.
Now create a layout of the OTA, drawing the devices, this is the layout view.
OTA has then 3 views => symbol , schematic and layout
If you run the DRC/EXTRACT tool and ask for circuit extraction with parasitics you'll see a new view for the OTA, called extracted (or something similar, depending on the tool that you choose to use).
OTA has then 4 views => symbol, schematic, layout and extracted
The extracted view canbe netlisted and simulated, just like the schematic view.
The p-devices will be created inside the extracted view of OTA.
If you open the extracted view of OTA the p-devices are visible, because they have a symbol view. The symbol view is the graphical drawing of the device.
is this clear now ?