# ********************************************* # Importing needed Libraries from Python # ********************************************* #import cympy #import cympy.rm #import cympy.db # # ********************************************* # PATH FOR DEFINITIONS # ********************************************* #model_filename = 'C:\\Users\\pwrlab07\\PycharmProjects\\PGEPython\\INPUT\\Mulino_PythonTest_CYME_Analysis_Test.sxst' model_filename = 'C:\\Users\\pwrlab07\\PycharmProjects\\PGEPython\\INPUT\\Cedar Hills Connections.sxst' int_demandprofiles=[[],[],[],[],[]] int_demandprofiles[0]="C:\\Users\\pwrlab07\\Downloads\\DemandProfile0.csv" int_demandprofiles[1]="C:\\Users\\pwrlab07\\Downloads\\DemandProfile1.csv" int_demandprofiles[2]="C:\\Users\\pwrlab07\\Downloads\\DemandProfile2.csv" int_demandprofiles[3]="C:\\Users\\pwrlab07\\Downloads\\DemandProfile3.csv" int_demandprofiles[4]="C:\\Users\\pwrlab07\\Downloads\\DemandProfile4.csv"