Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

List information about module

In python you Once the module is imported in Python one can get information about the different functions of the module with...

List general information with

...

For example:

     help (rmn.fstd98.fstlir)
     help (rmn.base.newdate)

List of main functions

Basic RPN functions

   newdate(imode, idate1, idate2=0)
       Convert date format between: printable, CMC date-time stamp, true date

   incdatr(idate, nhours)
       Increase idate by nhours

   difdatr(idate1, idate2)
       Compute the diffence between dates in hours (nhours = idate1 - idate2)

   convertIp(mode, v, k=0)
       Codage/Decodage level (P, kind <-> IP pour IP1, IP2, IP3)

Main fst-functions

   fstopt(optName, optValue, setOget=0) 
       Set or print FST option. Use to suppress excessive "talking" of the following fst-functions.

...

   fst_edit_dir(key, datev=-1, dateo=-1, deet=-1, npas=-1, ni=-1, nj=-1, nk=-1, ip1=-1, ip2=-1, ip3=-1, typvar=' ', nomvar=' ', etiket=' ', grtyp=' ', ig1=-1, ig2=-1, ig3=-1, ig4=-1, datyp=-1, keep_dateo=False)
   fst_version()
   fsteff(key)
   fstfrm(iunit)
   fstlnk(unitList)
   fstnbr(iunit)
   fstnbrv(iunit)
   fstouv(iunit, filemode='RND+R/W')
   fstsui(iunit)
   fstvoi(iunit, options=' ')

...