From f280424dfe365d6d83b5d5c5be14377a8e46b062 Mon Sep 17 00:00:00 2001 From: Latif Date: Mon, 30 Sep 2024 14:12:32 -0600 Subject: [PATCH] updating documentation --- .../_autosummary/PyDSS.api.src.app.pydss.rst | 14 +++++++-- .../PyDSS.pyControllers.Controllers.rst | 3 +- docs/source/_autosummary/PyDSS.rst | 4 +-- ...lers.Controllers.DynamicVoltageSupport.rst | 29 ++++++++++++++++++ .../dynamic_voltage_support.rst | 3 +- .../images/New Bitmap Image.bmp | Bin .../{ => controllers}/images/baseline_uv.png | Bin .../images/baseline_uvov.png | Bin .../images/capacitive_support_false.png | Bin .../images/inductive_support_false.png | Bin .../{ => controllers}/images/iqh1_2_1.png | Bin .../{ => controllers}/images/iqh1_2_2.png | Bin .../{ => controllers}/images/kqv_10.png | Bin .../{ => controllers}/images/kvarmax_1_1.png | Bin .../{ => controllers}/images/kvarmax_1_2.png | Bin .../images/no_vrt_fidvr_1.png | Bin .../images/no_vrt_fidvr_2.png | Bin .../images/no_vrt_fidvr_3.png | Bin .../{ => controllers}/images/tinv_0_1.png | Bin .../{ => controllers}/images/trv_0_1.png | Bin .../{ => controllers}/images/voltages.png | Bin .../images/vrt_cat1_fidvr_1.png | Bin .../images/vrt_cat1_fidvr_2.png | Bin .../images/vrt_cat1_fidvr_3.png | Bin docs/source/controllers_overview.rst | 3 +- .../dynamics/Exports/fault/CapacitorsInfo.csv | 6 ++-- .../harmonics/Exports/qsts/CapacitorsInfo.csv | 2 +- .../Exports/static/CapacitorsInfo.csv | 2 +- .../Exports/scenario_1/FeederHeadInfo.json | 2 +- .../Exports/scenario_1/LoadsInfo.csv | 8 ++--- .../Exports/scenario_1/PVSystemsInfo.csv | 10 +++--- .../Exports/scenario_1/TransformersInfo.csv | 2 +- 32 files changed, 64 insertions(+), 24 deletions(-) create mode 100644 docs/source/_autosummary/pydss.pyControllers.Controllers.DynamicVoltageSupport.rst rename docs/source/{ => controllers}/dynamic_voltage_support.rst (99%) rename docs/source/{ => controllers}/images/New Bitmap Image.bmp (100%) rename docs/source/{ => controllers}/images/baseline_uv.png (100%) rename docs/source/{ => controllers}/images/baseline_uvov.png (100%) rename docs/source/{ => controllers}/images/capacitive_support_false.png (100%) rename docs/source/{ => controllers}/images/inductive_support_false.png (100%) rename docs/source/{ => controllers}/images/iqh1_2_1.png (100%) rename docs/source/{ => controllers}/images/iqh1_2_2.png (100%) rename docs/source/{ => controllers}/images/kqv_10.png (100%) rename docs/source/{ => controllers}/images/kvarmax_1_1.png (100%) rename docs/source/{ => controllers}/images/kvarmax_1_2.png (100%) rename docs/source/{ => controllers}/images/no_vrt_fidvr_1.png (100%) rename docs/source/{ => controllers}/images/no_vrt_fidvr_2.png (100%) rename docs/source/{ => controllers}/images/no_vrt_fidvr_3.png (100%) rename docs/source/{ => controllers}/images/tinv_0_1.png (100%) rename docs/source/{ => controllers}/images/trv_0_1.png (100%) rename docs/source/{ => controllers}/images/voltages.png (100%) rename docs/source/{ => controllers}/images/vrt_cat1_fidvr_1.png (100%) rename docs/source/{ => controllers}/images/vrt_cat1_fidvr_2.png (100%) rename docs/source/{ => controllers}/images/vrt_cat1_fidvr_3.png (100%) diff --git a/docs/source/_autosummary/PyDSS.api.src.app.pydss.rst b/docs/source/_autosummary/PyDSS.api.src.app.pydss.rst index 37e8a935..64e303da 100644 --- a/docs/source/_autosummary/PyDSS.api.src.app.pydss.rst +++ b/docs/source/_autosummary/PyDSS.api.src.app.pydss.rst @@ -1,13 +1,23 @@ -pydss.api.src.app.pydss +pydss.api.src.app.pydss ======================= .. automodule:: pydss.api.src.app.pydss + + + + + + + + + + .. rubric:: Classes .. autosummary:: - pydss + PyDSS diff --git a/docs/source/_autosummary/PyDSS.pyControllers.Controllers.rst b/docs/source/_autosummary/PyDSS.pyControllers.Controllers.rst index ae449a45..84aeb9b5 100644 --- a/docs/source/_autosummary/PyDSS.pyControllers.Controllers.rst +++ b/docs/source/_autosummary/PyDSS.pyControllers.Controllers.rst @@ -1,4 +1,4 @@ -pydss.pyControllers.Controllers +pydss.pyControllers.Controllers =============================== .. automodule:: pydss.pyControllers.Controllers @@ -27,6 +27,7 @@ pydss.pyControllers.Controllers :toctree: :recursive: + pydss.pyControllers.Controllers.DynamicVoltageSupport pydss.pyControllers.Controllers.FaultController pydss.pyControllers.Controllers.GenController pydss.pyControllers.Controllers.MotorStall diff --git a/docs/source/_autosummary/PyDSS.rst b/docs/source/_autosummary/PyDSS.rst index 89f53028..bce450ff 100644 --- a/docs/source/_autosummary/PyDSS.rst +++ b/docs/source/_autosummary/PyDSS.rst @@ -1,5 +1,4 @@ - -Pydss +pydss ===== .. automodule:: pydss @@ -60,7 +59,6 @@ Pydss pydss.pyContrReader pydss.pyControllers pydss.pyDSS - pydss.pyPlotReader pydss.pyPostprocessor pydss.pyResults pydss.pydss_fs_interface diff --git a/docs/source/_autosummary/pydss.pyControllers.Controllers.DynamicVoltageSupport.rst b/docs/source/_autosummary/pydss.pyControllers.Controllers.DynamicVoltageSupport.rst new file mode 100644 index 00000000..dd386554 --- /dev/null +++ b/docs/source/_autosummary/pydss.pyControllers.Controllers.DynamicVoltageSupport.rst @@ -0,0 +1,29 @@ +pydss.pyControllers.Controllers.DynamicVoltageSupport +===================================================== + +.. automodule:: pydss.pyControllers.Controllers.DynamicVoltageSupport + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + + DynamicVoltageSupport + + + + + + + + + diff --git a/docs/source/dynamic_voltage_support.rst b/docs/source/controllers/dynamic_voltage_support.rst similarity index 99% rename from docs/source/dynamic_voltage_support.rst rename to docs/source/controllers/dynamic_voltage_support.rst index f329e4d2..c7121f46 100644 --- a/docs/source/dynamic_voltage_support.rst +++ b/docs/source/controllers/dynamic_voltage_support.rst @@ -1,5 +1,6 @@ +********************************** Dynamic Voltage Support Controller -================================== +********************************** (DynamicVoltageSupport.py) The DynamicVoltageSupport (DVS) controller will control the DER to diff --git a/docs/source/images/New Bitmap Image.bmp b/docs/source/controllers/images/New Bitmap Image.bmp similarity index 100% rename from docs/source/images/New Bitmap Image.bmp rename to docs/source/controllers/images/New Bitmap Image.bmp diff --git a/docs/source/images/baseline_uv.png b/docs/source/controllers/images/baseline_uv.png similarity index 100% rename from docs/source/images/baseline_uv.png rename to docs/source/controllers/images/baseline_uv.png diff --git a/docs/source/images/baseline_uvov.png b/docs/source/controllers/images/baseline_uvov.png similarity index 100% rename from docs/source/images/baseline_uvov.png rename to docs/source/controllers/images/baseline_uvov.png diff --git a/docs/source/images/capacitive_support_false.png b/docs/source/controllers/images/capacitive_support_false.png similarity index 100% rename from docs/source/images/capacitive_support_false.png rename to docs/source/controllers/images/capacitive_support_false.png diff --git a/docs/source/images/inductive_support_false.png b/docs/source/controllers/images/inductive_support_false.png similarity index 100% rename from docs/source/images/inductive_support_false.png rename to docs/source/controllers/images/inductive_support_false.png diff --git a/docs/source/images/iqh1_2_1.png b/docs/source/controllers/images/iqh1_2_1.png similarity index 100% rename from docs/source/images/iqh1_2_1.png rename to docs/source/controllers/images/iqh1_2_1.png diff --git a/docs/source/images/iqh1_2_2.png b/docs/source/controllers/images/iqh1_2_2.png similarity index 100% rename from docs/source/images/iqh1_2_2.png rename to docs/source/controllers/images/iqh1_2_2.png diff --git a/docs/source/images/kqv_10.png b/docs/source/controllers/images/kqv_10.png similarity index 100% rename from docs/source/images/kqv_10.png rename to docs/source/controllers/images/kqv_10.png diff --git a/docs/source/images/kvarmax_1_1.png b/docs/source/controllers/images/kvarmax_1_1.png similarity index 100% rename from docs/source/images/kvarmax_1_1.png rename to docs/source/controllers/images/kvarmax_1_1.png diff --git a/docs/source/images/kvarmax_1_2.png b/docs/source/controllers/images/kvarmax_1_2.png similarity index 100% rename from docs/source/images/kvarmax_1_2.png rename to docs/source/controllers/images/kvarmax_1_2.png diff --git a/docs/source/images/no_vrt_fidvr_1.png b/docs/source/controllers/images/no_vrt_fidvr_1.png similarity index 100% rename from docs/source/images/no_vrt_fidvr_1.png rename to docs/source/controllers/images/no_vrt_fidvr_1.png diff --git a/docs/source/images/no_vrt_fidvr_2.png b/docs/source/controllers/images/no_vrt_fidvr_2.png similarity index 100% rename from docs/source/images/no_vrt_fidvr_2.png rename to docs/source/controllers/images/no_vrt_fidvr_2.png diff --git a/docs/source/images/no_vrt_fidvr_3.png b/docs/source/controllers/images/no_vrt_fidvr_3.png similarity index 100% rename from docs/source/images/no_vrt_fidvr_3.png rename to docs/source/controllers/images/no_vrt_fidvr_3.png diff --git a/docs/source/images/tinv_0_1.png b/docs/source/controllers/images/tinv_0_1.png similarity index 100% rename from docs/source/images/tinv_0_1.png rename to docs/source/controllers/images/tinv_0_1.png diff --git a/docs/source/images/trv_0_1.png b/docs/source/controllers/images/trv_0_1.png similarity index 100% rename from docs/source/images/trv_0_1.png rename to docs/source/controllers/images/trv_0_1.png diff --git a/docs/source/images/voltages.png b/docs/source/controllers/images/voltages.png similarity index 100% rename from docs/source/images/voltages.png rename to docs/source/controllers/images/voltages.png diff --git a/docs/source/images/vrt_cat1_fidvr_1.png b/docs/source/controllers/images/vrt_cat1_fidvr_1.png similarity index 100% rename from docs/source/images/vrt_cat1_fidvr_1.png rename to docs/source/controllers/images/vrt_cat1_fidvr_1.png diff --git a/docs/source/images/vrt_cat1_fidvr_2.png b/docs/source/controllers/images/vrt_cat1_fidvr_2.png similarity index 100% rename from docs/source/images/vrt_cat1_fidvr_2.png rename to docs/source/controllers/images/vrt_cat1_fidvr_2.png diff --git a/docs/source/images/vrt_cat1_fidvr_3.png b/docs/source/controllers/images/vrt_cat1_fidvr_3.png similarity index 100% rename from docs/source/images/vrt_cat1_fidvr_3.png rename to docs/source/controllers/images/vrt_cat1_fidvr_3.png diff --git a/docs/source/controllers_overview.rst b/docs/source/controllers_overview.rst index 9981a858..2c4a5fb6 100644 --- a/docs/source/controllers_overview.rst +++ b/docs/source/controllers_overview.rst @@ -17,4 +17,5 @@ Controller Documentation controllers/SocketController.rst controllers/StorageController.rst controllers/ThermostaticLoad.rst - controllers/xfmrController.rst \ No newline at end of file + controllers/xfmrController.rst + controllers/dynamic_voltage_support.rst \ No newline at end of file diff --git a/examples/dynamics/Exports/fault/CapacitorsInfo.csv b/examples/dynamics/Exports/fault/CapacitorsInfo.csv index 80fa4479..522f8b33 100644 --- a/examples/dynamics/Exports/fault/CapacitorsInfo.csv +++ b/examples/dynamics/Exports/fault/CapacitorsInfo.csv @@ -1,4 +1,4 @@ ,bus1,bus2,phases,kvar,kv,conn,cmatrix,cuf,R,XL,Harm,Numsteps,states,normamps,emergamps,faultrate,pctperm,repair,basefreq,enabled,like -Capacitor.c1,b1,b1.0.0.0,3,['600'],12.47,wye,"('0 |4.88117258506981E-310 7.77679460436692E-306 |7.76946392020825E-306 7.76946401854707E-306 7.76986216447027E-306',)",['10.235'],['0'],['0'],['0'],1,['1'],37.5023029706172,50.0030706274896,0.0005,100,3,60,Yes, -Capacitor.c2,b3,b3.0.0.0,3,['600'],12.47,wye,"('0 |4.15588105495473E-310 7.7767946321927E-306 |0 0 0',)",['10.235'],['0'],['0'],['0'],1,['1'],37.5023029706172,50.0030706274896,0.0005,100,3,60,Yes, -Capacitor.cg,bg,bg.0.0.0,3,['600'],0.48,wye,"('0 |5.91730334237707E-310 2.25615260570573E-308 |7.76987919930038E-306 0 7.77679210032365E-306',)",['6907.77'],['0'],['0'],['0'],1,['1'],974.278579257494,1299.03810567666,0.0005,100,3,60,Yes, +Capacitor.c1,b1,b1.0.0.0,3,['600'],12.47,wye,"('0 |4.88117258506981E-310 1.05821896968903E-305 |1.05855341594194E-305 1.05855341698541E-305 1.05855342014743E-305',)",['10.235'],['0'],['0'],['0'],1,['1'],37.5023029706172,50.0030706274896,0.0005,100,3,60,Yes, +Capacitor.c2,b3,b3.0.0.0,3,['600'],12.47,wye,"('0 |4.15588105495473E-310 1.05821897247161E-305 |0 0 0',)",['10.235'],['0'],['0'],['0'],1,['1'],37.5023029706172,50.0030706274896,0.0005,100,3,60,Yes, +Capacitor.cg,bg,bg.0.0.0,3,['600'],0.48,wye,"('0 |5.91730334237707E-310 2.25615260570573E-308 |1.05855428827215E-305 0 1.05821868688981E-305',)",['6907.77'],['0'],['0'],['0'],1,['1'],974.278579257494,1299.03810567666,0.0005,100,3,60,Yes, diff --git a/examples/harmonics/Exports/qsts/CapacitorsInfo.csv b/examples/harmonics/Exports/qsts/CapacitorsInfo.csv index 6b9512c5..82103ddd 100644 --- a/examples/harmonics/Exports/qsts/CapacitorsInfo.csv +++ b/examples/harmonics/Exports/qsts/CapacitorsInfo.csv @@ -1,5 +1,5 @@ ,bus1,bus2,phases,kvar,kv,conn,cmatrix,cuf,R,XL,Harm,Numsteps,states,normamps,emergamps,faultrate,pctperm,repair,basefreq,enabled,like -Capacitor.c83,83,83.0.0.0,3,['600'],4.16,wye,"('0 |6.0209164181078E-310 7.77679462460385E-306 |7.76986230612877E-306 7.76986223941015E-306 7.76946401380404E-306',)",['91.9673'],['0'],['0'],['0'],1,['1'],112.416759145095,149.889012193461,0.0005,100,3,60,Yes, +Capacitor.c83,83,83.0.0.0,3,['600'],4.16,wye,"('0 |6.0209164181078E-310 1.05821897171272E-305 |1.05855340395789E-305 1.05855341145187E-305 1.05855342255056E-305',)",['91.9673'],['0'],['0'],['0'],1,['1'],112.416759145095,149.889012193461,0.0005,100,3,60,Yes, Capacitor.c88a,88.1,88.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, Capacitor.c90b,90.2,90.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, Capacitor.c92c,92.3,92.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, diff --git a/examples/harmonics/Exports/static/CapacitorsInfo.csv b/examples/harmonics/Exports/static/CapacitorsInfo.csv index 7a9b6223..ba575a69 100644 --- a/examples/harmonics/Exports/static/CapacitorsInfo.csv +++ b/examples/harmonics/Exports/static/CapacitorsInfo.csv @@ -1,5 +1,5 @@ ,bus1,bus2,phases,kvar,kv,conn,cmatrix,cuf,R,XL,Harm,Numsteps,states,normamps,emergamps,faultrate,pctperm,repair,basefreq,enabled,like -Capacitor.c83,83,83.0.0.0,3,['600'],4.16,wye,"('0 |4.88117258506981E-310 7.77679460436692E-306 |7.76946392020825E-306 7.76946401854707E-306 7.76986216447027E-306',)",['91.9673'],['0'],['0'],['0'],1,['1'],112.416759145095,149.889012193461,0.0005,100,3,60,Yes, +Capacitor.c83,83,83.0.0.0,3,['600'],4.16,wye,"('0 |4.88117258506981E-310 1.05821896968903E-305 |1.05855341594194E-305 1.05855341698541E-305 1.05855342014743E-305',)",['91.9673'],['0'],['0'],['0'],1,['1'],112.416759145095,149.889012193461,0.0005,100,3,60,Yes, Capacitor.c88a,88.1,88.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, Capacitor.c90b,90.2,90.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, Capacitor.c92c,92.3,92.0.0.0,1,['50'],2.402,wye,"('0',)",['22.9876'],['0'],['0'],['0'],1,['1'],28.1015820149875,37.4687760199833,0.0005,100,3,60,Yes, diff --git a/examples/monte_carlo/Exports/scenario_1/FeederHeadInfo.json b/examples/monte_carlo/Exports/scenario_1/FeederHeadInfo.json index be1f550d..8d2d0808 100644 --- a/examples/monte_carlo/Exports/scenario_1/FeederHeadInfo.json +++ b/examples/monte_carlo/Exports/scenario_1/FeederHeadInfo.json @@ -1 +1 @@ -{"FeederHeadLine": "Line.sl_9", "FeederHeadLoading": 0.004027866122893067, "FeederHeadLoadKW": -0.23217998318599928, "FeederHeadLoadKVar": -0.02565294947761661, "ReversePowerFlow": false} \ No newline at end of file +{"FeederHeadLine": "Line.sl_9", "FeederHeadLoading": 0.0046604372733127595, "FeederHeadLoadKW": -0.26338670507973566, "FeederHeadLoadKVar": -0.02957694887643677, "ReversePowerFlow": false} \ No newline at end of file diff --git a/examples/monte_carlo/Exports/scenario_1/LoadsInfo.csv b/examples/monte_carlo/Exports/scenario_1/LoadsInfo.csv index 0ee2f451..25f73f3b 100644 --- a/examples/monte_carlo/Exports/scenario_1/LoadsInfo.csv +++ b/examples/monte_carlo/Exports/scenario_1/LoadsInfo.csv @@ -1,5 +1,5 @@ ,phases,bus1,kV,kW,pf,model,yearly,daily,duty,growth,conn,kvar,Rneut,Xneut,status,class,Vminpu,Vmaxpu,Vminnorm,Vminemerg,xfkVA,allocationfactor,kVA,%mean,%stddev,CVRwatts,CVRvars,kwh,kwhdays,Cfactor,CVRcurve,NumCust,ZIPV,%SeriesRL,RelWeight,Vlowpu,puXharm,XRharm,spectrum,basefreq,enabled,like -Load.mpx000635970,1,110_2.1,0.24,0.074918308348582,0.987278887205994,1,lp_mpx000635970,,,,wye,0.0120653541376679,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.0758836325980811,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, -Load.mpx000460267,1,111_2.1,0.24,0.500665533889781,0.985668177157945,1,lp_mpx000460267,,,,wye,0.0856881987126773,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.507945316174648,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, -Load.mpx000637601,1,112_2.1,0.24,0.0902463386860165,0.891350249023867,1,lp_mpx000637601,,,,wye,0.0458967093888884,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.101246775647224,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, -Load.mpx000594341,1,113_2.1,0.24,0.229702948078242,0.988083581678164,1,lp_mpx000594341,,,,wye,0.0357818734817596,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.232473195929553,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, +Load.mpx000635970,1,110_2.1,0.24,0.0239733750855231,0.987278887205994,1,lp_mpx000635970,,,,wye,0.00386083544407014,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.024282272614345,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, +Load.mpx000460267,1,111_2.1,0.24,0.461828151684661,0.985668177157945,1,lp_mpx000460267,,,,wye,0.0790412356233323,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.468543230254513,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, +Load.mpx000637601,1,112_2.1,0.24,0.154537295636797,0.891350249023867,1,lp_mpx000637601,,,,wye,0.0785932532095712,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.173374378709193,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, +Load.mpx000594341,1,113_2.1,0.24,0.270670588950865,0.988083581678164,1,lp_mpx000594341,,,,wye,0.0421635893230861,-1,0,Variable,1,0.95,1.05,0,0,0,0.5,0.273934911954672,50,10,1,2,0,30,4,,1,['0 0 0 0 0 0 0'],50,1,0.5,0,6,defaultload,60,Yes, diff --git a/examples/monte_carlo/Exports/scenario_1/PVSystemsInfo.csv b/examples/monte_carlo/Exports/scenario_1/PVSystemsInfo.csv index 979e225c..136e3dc5 100644 --- a/examples/monte_carlo/Exports/scenario_1/PVSystemsInfo.csv +++ b/examples/monte_carlo/Exports/scenario_1/PVSystemsInfo.csv @@ -1,6 +1,6 @@ ,phases,bus1,kv,irradiance,Pmpp,%Pmpp,Temperature,pf,conn,kvar,kVA,%Cutin,%Cutout,EffCurve,P-TCurve,%R,%X,model,Vminpu,Vmaxpu,Balanced,LimitCurrent,yearly,daily,duty,Tyearly,Tdaily,Tduty,class,UserModel,UserData,debugtrace,VarFollowInverter,DutyStart,WattPriority,PFPriority,%PminNoVars,%PminkvarMax,kvarMax,kvarMaxAbs,kVDC,Kp,PITol,SafeVoltage,SafeMode,DynamicEq,DynOut,ControlMode,AmpLimit,AmpLimitGain,spectrum,basefreq,enabled,like -PVSystem.pvgnem_mpx000635970,1,110-pv.1,0.24,1,20,100,25,0.974253044246276,wye,0,9.8337073686548,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000635970,,,,,,1,,,No,No,0,No,No,-1,-1,9.8337073686548,9.8337073686548,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, -PVSystem.pvgnem_mpx000460267,1,111-pv.1,0.24,1,8.5,100,25,0.953993609361775,wye,0,10.0150011434643,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000460267,,,,,,1,,,No,No,0,No,No,-1,-1,10.0150011434643,10.0150011434643,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, -PVSystem.pvgnem_mpx000594341,1,113-pv.1,0.24,1,4.6,100,25,0.961147005443298,wye,0,9.95090401399092,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000594341,,,,,,1,,,No,No,0,No,No,-1,-1,9.95090401399092,9.95090401399092,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, -PVSystem.pvgui_mpx000637601,1,112-pv.1,0.24,1.01069592198581,5.5,100,25,0.953522601120221,wye,0,10.044955049881,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000637601,,,,,,1,,,No,No,0,No,No,-1,-1,10.044955049881,10.044955049881,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, -PVSystem.pvgui_mpx000460267,1,111-pv.1,0.24,0.925303188892118,3.9,100,25,0.973874838129,wye,0,9.88235756969248,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000460267,,,,,,1,,,No,No,0,No,No,-1,-1,9.88235756969248,9.88235756969248,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, +PVSystem.pvgnem_mpx000635970,1,110-pv.1,0.24,1,20,100,25,0.973224829133526,wye,0,9.89560240896246,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000635970,,,,,,1,,,No,No,0,No,No,-1,-1,9.89560240896246,9.89560240896246,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, +PVSystem.pvgnem_mpx000460267,1,111-pv.1,0.24,1,8.5,100,25,0.970804892545319,wye,0,10.0337266291473,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000460267,,,,,,1,,,No,No,0,No,No,-1,-1,10.0337266291473,10.0337266291473,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, +PVSystem.pvgnem_mpx000594341,1,113-pv.1,0.24,1,4.6,100,25,0.950707858764007,wye,0,10.1936050846383,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000594341,,,,,,1,,,No,No,0,No,No,-1,-1,10.1936050846383,10.1936050846383,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, +PVSystem.pvgui_mpx000637601,1,112-pv.1,0.24,1.01069592198581,5.5,100,25,0.972387744569397,wye,0,10.0636043126237,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000637601,,,,,,1,,,No,No,0,No,No,-1,-1,10.0636043126237,10.0636043126237,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, +PVSystem.pvgui_mpx000460267,1,111-pv.1,0.24,0.925303188892118,3.9,100,25,0.970352187222238,wye,0,9.84803539564214,20,20,,,50,0,1,0.9,1.1,No,No,pv_mpx000460267,,,,,,1,,,No,No,0,No,No,-1,-1,9.84803539564214,9.84803539564214,8,0.01,0,80,No,,[],GFL,-1,0.8,,60,Yes, diff --git a/examples/monte_carlo/Exports/scenario_1/TransformersInfo.csv b/examples/monte_carlo/Exports/scenario_1/TransformersInfo.csv index df446669..547db112 100644 --- a/examples/monte_carlo/Exports/scenario_1/TransformersInfo.csv +++ b/examples/monte_carlo/Exports/scenario_1/TransformersInfo.csv @@ -1,2 +1,2 @@ ,phases,windings,wdg,bus,conn,kV,kVA,tap,%R,Rneut,Xneut,buses,conns,kVs,kVAs,taps,XHL,XHT,XLT,Xscarray,thermal,n,m,flrise,hsrise,%loadloss,%noloadloss,normhkVA,emerghkVA,sub,MaxTap,MinTap,NumTaps,subname,%imag,ppm_antifloat,%Rs,bank,XfmrCode,XRConst,X12,X13,X23,LeadLag,WdgCurrents,Core,RdcOhms,Seasons,Ratings,normamps,emergamps,faultrate,pctperm,repair,basefreq,enabled,like -Transformer.tsf,1,2,2,tsf.1,wye,0.24,37.5,1,0.38195,-1,0,"['sourcebus.1', 'tsf.1']","['wye', 'wye']","['7.2', '0.24']","['37.5', '37.5']","['1', '1']",2.1,35,30,['2.1'],2,0.8,0.8,65,15,0.7639,0.0851,41.25,50,No,1.1,0.9,32,,0,1,"['0.38195', '0.38195']",,,No,2.1,35,30,Lag,"0.03163328, (-6.3049), 0.8135723, (172.65), ",shell,0.0049867392,1,['1100'],5.72916666666667,6.94444444444444,0.007,0,0,60,Yes, +Transformer.tsf,1,2,2,tsf.1,wye,0.24,37.5,1,0.38195,-1,0,"['sourcebus.1', 'tsf.1']","['wye', 'wye']","['7.2', '0.24']","['37.5', '37.5']","['1', '1']",2.1,35,30,['2.1'],2,0.8,0.8,65,15,0.7639,0.0851,41.25,50,No,1.1,0.9,32,,0,1,"['0.38195', '0.38195']",,,No,2.1,35,30,Lag,"0.03589217, (-6.4072), 0.9413519, (172.68), ",shell,0.0049867392,1,['1100'],5.72916666666667,6.94444444444444,0.007,0,0,60,Yes,