PSP data processing
Module for PSP compact model data processing.
- DMT.psp.psp_data_processor.deemb_to_internal_DC(df: DataFrame, mc: McPsp, t_dev: float, model)[source]
Deembeds the internal transistor but only DC. Use this to get the correct voltages for the internal currents
- Parameters:
- df
DMT.DataFrame
() Measured DC currents of a MOSFET
- mc
DMT.MCard
() A PSP Modelcard that will be used to determine the voltage drops towards the transistor.
- t_dev
float
Ambient measurement temperature
- model
verilogae
module
- df
- Returns:
- df_deemb
DMT.DataFrame
() The df with the internal voltages and currents
- df_deemb