Update Electrical load values

image
how can we set marked fields of space using dynamo or revit API ?..Available enumerations are specified ,actual and by space type.

Looks like these are set using the follow BIP:

ROOM_BASE_LIGHTING_LOAD_ON_PARAM

ROOM_BASE_POWER_LOAD_ON_PARAM

image

And from the values it looks like the ENUM would be an integer in order of options presented.

0 - Space Type
1 - Actual
2 - Specified

2 Likes


Absolutely.following is the enum
-1 - Space Type
2 - Actual
0 - Specified

1 Like