Search found 33 matches

by maiquesk
Fri Mar 12, 2021 5:39 pm
Forum: VE Python API
Topic: IES Python API - Trying to extract lighting efficacy lm/W
Replies: 5
Views: 4775

Re: IES Python API - Trying to extract lighting efficacy lm/W

Hi,

I don't have the answer to your question, but to the user guide problem, personally I use this command to get all the help:

Code: Select all

import iesve
help (iesve)
Then I copy / paste somewhere to do my research

Regards,

Kevin
by maiquesk
Fri Mar 12, 2021 5:22 pm
Forum: VE Python API
Topic: Probleme : class VEThermalTemplate and set(room_conditions, system_data)
Replies: 2
Views: 3151

Re: Probleme : class VEThermalTemplate and set(room_conditions, system_data)

Hi

After a long time I came back to it and solved all my problems. I post here my solutions and bug reports

The goal of my script is to save the details of my thermaltemplate (heating condition, internal gain ...), and to be able to reload them later.

Here are the differences I found between the ...
by maiquesk
Tue Jan 26, 2021 6:51 pm
Forum: ModelIT
Topic: Parallel / Perpendicular / intersection lock issue
Replies: 0
Views: 68123

Parallel / Perpendicular / intersection lock issue

Hi,

With VE 2021:
- Parallel lock don't work
- Perpendicular lock only work with the arrival segment and not with the departure segment.
- Intersection lock don't work, even with construction lines

it's very disabling !

Is there a solution to fix this problem ?

(I have to use VE2018 to have ...
by maiquesk
Mon Jun 08, 2020 4:17 pm
Forum: FlucsDL/Pro
Topic: Old result summary Flucs DL
Replies: 0
Views: 67384

Old result summary Flucs DL

Hi !

Last year, I used FlucsDL and I got a very good "Analysis calculation summary" with VE 2018.
Whith "Summary results for working planes and floor", "Input data and settings", "Summary for each illuminated plane", "Tables of total illuminance for each working plane", and "Tables of total ...
by maiquesk
Mon Feb 24, 2020 6:38 pm
Forum: VE Python API
Topic: Probleme : class VEThermalTemplate and set(room_conditions, system_data)
Replies: 2
Views: 3151

Probleme : class VEThermalTemplate and set(room_conditions, system_data)

Hi !

I try to use .set(room conditions, system data) on my Thermal template, the method does not recognize the following dictionary keys
- "heating_capacity_unlimited"
- "cooling_capacity_unlimited"
- "HVAC_methodology"
- "conditioned"

An other problem is that this method don't set properly the ...
by maiquesk
Mon Sep 23, 2019 3:13 pm
Forum: VE Python API
Topic: Free From Profile : modulating Suggestion
Replies: 1
Views: 2892

Free From Profile : modulating Suggestion

Hi,

Thank you for creating VEScripts, it is very useful for me!

I use the create_profile to create freeform profile. But I have problem. Normaly when this function, you have this variable:
create_profile (type, reference, modulating , units)

And I have a problem with modulating ! When I set it to ...
by maiquesk
Thu Jul 04, 2019 2:24 pm
Forum: VE Python API
Topic: AttributeError -> .get_variable ()
Replies: 2
Views: 3283

Re: AttributeError -> .get_variable ()

I forget ! I am on VE2018.1.1.0
by maiquesk
Thu Jul 04, 2019 2:17 pm
Forum: VE Python API
Topic: AttributeError -> .get_variable ()
Replies: 2
Views: 3283

AttributeError -> .get_variable ()

Hi,

Sometime, when I use script with the method '.get_variable ()', the script bug like that:

Traceback (most recent call last):
File "C:\_Kevin\_Ext_Kevin\test\T_39_VE_2017\VE_Script_2018\sortie_resultat_room.py", line 71, in <module>
aps_variables = results_file_reader.get_variables ...
by maiquesk
Mon Sep 10, 2018 3:19 pm
Forum: Constructions
Topic: TSC wall, and Active thermal floor and roof
Replies: 0
Views: 69730

TSC wall, and Active thermal floor and roof

Hi,

I would like to use TSC wall and Active thermal roof. I create them in Apache database manager. But when i want to assign this type of construction with "assign construction", it doesn't want to replace with them !!
How can I do ?

Regard,

PS : I am on VE 2017
by maiquesk
Fri May 11, 2018 2:07 pm
Forum: VE (For Engineers and Architects)
Topic: ve2017.msi Missing
Replies: 3
Views: 3948

Re: ve2017.msi Missing

Hi,

I have the same problem with ve2017-400setup. But I can't uninstall because it always demende the VE2017.msi.
Where can I find it ?

Regards,

Kevin