Subsections


Time

\epsfig{file=TIME_f.eps,width=90.00pt}

Library

Sources

Description

This block is a time generator. The unique regular output is the current time.

Default properties

Interfacing function

scilab/macros/scicos_blocks/sources/TIME_f.sci

Computational function (type 0)


      subroutine timblk(flag,nevprt,t,xd,x,nx,z,nz,tvec,ntvec,
     &     rpar,nrpar,ipar,nipar,u,nu,y,ny)
c     Copyright INRIA

c     Scicos block simulator
c
      double precision t,xd(*),x(*),z(*),tvec(*),rpar(*),u(*),y(*)
      integer flag,nevprt,nx,nz,ntvec,nrpar,ipar(*)
      integer nipar,nu,ny

c
c     
      y(1)=t

      end


Ramine Nikoukhah 2004-06-22