Search found 4 matches

by uniShen
Thu Dec 07, 2023 12:39 pm
Forum: VE Python API
Topic: The results obtained from `.get_results`
Replies: 3
Views: 7255

Re: The results obtained from `.get_results`

Forget to mention, I use the max() function to validate whether NoP represents the summation of 'Number of People' across all rooms at every time step.

In the example above, I tried to use .get_results() function to obtain the total 'Number of People' across all modelled rooms at each time step ...
by uniShen
Tue Dec 05, 2023 1:25 pm
Forum: VE Python API
Topic: Run in parallel
Replies: 0
Views: 64974

Run in parallel

Hello, does anyone know if it's possible to update a script to run in parallel in VE Script? Are there any examples available? Thanks :) !
by uniShen
Tue Dec 05, 2023 1:18 pm
Forum: VE Python API
Topic: The results obtained from `.get_results`
Replies: 3
Views: 7255

Re: The results obtained from `.get_results`

Hi, thank you for your update. I'm seeking the total number of people in all modelled rooms for each time step. I understand how to obtain the desired results, but I'm not sure why the `.get_results` function isn't functioning as expected :? . Could you clarify what you mean by 'effectly outputs ...
by uniShen
Thu Jul 20, 2023 4:18 pm
Forum: VE Python API
Topic: The results obtained from `.get_results`
Replies: 3
Views: 7255

The results obtained from `.get_results`

Hello,
I would like to get the total number of people and total infiltration rate of all modelled rooms for each time step. However, the function `.get_results` does not work as expected. With the code below, I get the max of NoP as 0.4 while maxNoP_oneroom as 13.7. It seems that this function doesn ...