Thanks Roger I extract the secondary and primary voltages of each transformer using DSSCircuit.AllBusVoltsPu and their busnames . For example, the secondary voltages= DSSCircuit.AllBusVoltsPu(ismember( DSSCircuit.AllNodeNames,{AllXfmrInfo.bus2})); where AllXfmrInfo = getTransformerInfo(DSSCircObj); I either read them in p.u. or convert the voltages to 240V base. I think it could be a per unit rounding error. I changed one of the Set voltagebases from [0.415] To [ 0.4156922] . While this has resulted...
Thanks Roger I extract the secondary and primary voltages of each transformer using their busnames and according to DSSCircuit.AllBusVoltsPu. For example, for the secondary voltages: DSSCircuit.AllBusVoltsPu(ismember( DSSCircuit.AllNodeNames,{AllXfmrInfo.bus2})); where AllXfmrInfo = getTransformerInfo(DSSCircObj); I either read them in p.u. or convert the voltages to 240V base. I think it could be a per unit rounding error. I changed one of the Set voltagebases from [0.415] To [ 0.4156922] . While...
The primary side voltage for 70% of service transformers is lower than the secondary voltage even though there is no PV injection or reverse power flow. A sample profile for 3 days is shown below. EPRI's 'ckt5' with 1379 loads was used in this opendss simulation. The given loadshapes were changed to mimic yearlong profiles at 1 minute intervals (instead of hourly). The OpendDSS COM module was used to run the simulation from MATLAB with the following: Set mode = year. I read the corresponding transformer...
?The primary side voltage for 70% of service transformers is lower than the secondary voltage even though there is no PV injection or reverse power flow. A sample profile for 3 days is shown below. EPRI's 'ckt5' with 1379 was used in this opendss simulation. The given loadshapes were changed to mimic yearlong profiles at 1 minute intervals (instead of hourly). The OpendDSS COM module was used to run the simulation from MATLAB with the following: Set mode = year. I'm read the corresponding transformer...
Is there a way for me to visualize my circuit (with all the lines, transformers,...
Just to clarify, the ability to import CYME models to OpenDSS (and maybe vice versa)...
Just to clarify, the ability to import CYME models to OpenDSS (and maybe vice versa)...
in the second line what does Sourcebus, busbar.1.2.3.4 mean? im unable to understand...