First time here? Check out the Help page!
1 | initial version |
(PV Meter vs. PV Variable - sampling the same values each timestep. Meter does not accumulate within its hour sampling period)
2 | No.2 Revision |
(PV PV Meter vs. PV Variable - sampling the same values each timestep. Meter does not accumulate within its hour sampling period)period. The answer is that the accumulation of meters (with sampling periods greater than the timestep) happen at the end as a postprocessing step and can not be measured during runtime.
Some additional Python code or trend variables can fix this.
Thanks @Aaron Boranian and @bonnema