Skip to main content

PsimSimulate_HyperSpice

Usage

psim.PsimSimulate_HyperSpice();

Python Help

py.help(psim.PsimSimulate_HyperSpice)

Python def

def PsimSimulate_HyperSpice(self, schFilePath_or_Obj, graphFilePath, **kwargs) -> PSIM_result:
res = None
try:
simview_flag = 0
NameValueList, simview_flag = PSIM.__private_kwargs_to_List(self, simview_flag, **kwargs)

res = PSIM.__private_Simulate2(self, 11, schFilePath_or_Obj, graphFilePath, simview_flag, NameValueList)

except Exception as e:
print(f"Error: {e}")
return res