Posts

Showing posts with the label Output Index

S) How to remove any object form EME?

 air object rm <EME object eme>

S) Output index example

Image
 Input Data               Reformat   Count =3   /*Function returning index of output port*/   output_index_ out :: output_index (in)=   begin   output_index_ out :: if( in.gender =="M")0 else if ( in.gender =="F") 1 ;   end;