UNSOLVED

Hemulll

updated

18 years ago

H

Hemulll

2 Intern

138 Posts

0

1007

October 8th, 2008 02:00

EMS Smarts Model, Propagate enum attribute with instrumented attribute

Hello all.
Sorry for the subject of this thread is not quite clear.

So, i want to build next construction in Dynamic Model:

I have enum attribute

enum bat_state { UNKNOWN = 1, NORMAL, LOW };
readonly attribute bat_state BatteryStatus
"UPS battery Status"
= UNKNOWN
and i want to propagate this attribute from other instrumented attribute
the propagate constructions is
propagate attribute int prod Status
"Value of ups status oid"
<= AppProcInstrument, InstrumentedBy, BatteryStatus;

I have not found examples on documentation model_ref.pdf
Thanks