PsimSimulate_LTSpice
Usage
psim.PsimSimulate_LTSpice();
Python Help
py.help(psim.PsimSimulate_LTSpice)
Python def
def PsimSimulate_LTSpice(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, 12, schFilePath_or_Obj, graphFilePath, simview_flag, NameValueList)
except Exception as e:
print(f"Error: {e}")
return res