Search found 5 matches

by Saif
Thu Apr 24, 2025 4:14 pm
Forum: VE Python API
Topic: Flag for Include in Automated Unmet Load Hour Testing
Replies: 0
Views: 6497

Flag for Include in Automated Unmet Load Hour Testing

Hi,

Does anyone know if the API for room data or template has a flag for the including the UMLH Testing?

The room data has one for the conditioned

Code: Select all

'conditioned': iesve.conditioned_flag.yes
thank you,

Saif
by Saif
Tue Jul 23, 2024 1:15 pm
Forum: VE Python API
Topic: External Adjacencies Condition
Replies: 0
Views: 8405

External Adjacencies Condition

I am trying to get the "Adjacent Conditions" of an exterior adjacencies (Outside air, outside air with offset temp., Temp. from profile). But it seems that the "get_adjacencies()" only provides the adjacency if it is an interior wall, is there another way to get these conditions?



Thank you,
Saif
by Saif
Thu Feb 02, 2023 8:18 pm
Forum: VE Python API
Topic: Sidelit Area
Replies: 0
Views: 67314

Sidelit Area

Hi,

Is there a method to get the Sidelit Area from the model? I am looking for the sidelit area reported in the "Room Data" report from ModelIT. I tried "get_ncm_lighting", but did not work since the model is not an NCM.

Thank you,
by Saif
Tue Jan 03, 2023 6:45 pm
Forum: VE Python API
Topic: Update Fan Information
Replies: 0
Views: 67879

Update Fan Information

Hi,

I am working on a project that is served by 15 different AHU's. I am trying to write a script to update the fan information (flow rate, static pressure, Mech efficiency, etc.) what is the methods to set these inputs.

Thank you,

Saif
by Saif
Tue Dec 20, 2022 1:57 pm
Forum: VE Python API
Topic: FileNotFoundError: Can't open HVAC network file
Replies: 0
Views: 67488

FileNotFoundError: Can't open HVAC network file

Hi,

I am trying to write a script to pull the system information from system parameters. It all goes well until I try to access the system parameters by layer number (last line in the code below) that's when I get "FileNotFoundError: Can't open HVAC network file" Error. However, if I use the same ...