Changes between Version 8 and Version 9 of rappture_python_api


Ignore:
Timestamp:
May 28, 2010, 12:27:48 AM (14 years ago)
Author:
dkearney
Comment:

fixing spellling errors as suggested by nanohub ticket 257708

Legend:

Unmodified
Added
Removed
Modified
  • rappture_python_api

    v8 v9  
    151151
    152152  Purpose:[[BR]]
    153 Place data ''value'' into this object at the xml location ''path''. If the ''append'' flag is set to 1, then ''value'' will be appended to data that already exists at ''path''. If the ''append'' flag is set to False, then ''value'' will overwrite data that may have existed at ''path''. The input ''id'' is depricated and will be ignored. If it is used, it should be set to None. [[BR]]
     153Place data ''value'' into this object at the xml location ''path''. If the ''append'' flag is set to 1, then ''value'' will be appended to data that already exists at ''path''. If the ''append'' flag is set to False, then ''value'' will overwrite data that may have existed at ''path''. The input ''id'' is deprecated and will be ignored. If it is used, it should be set to None. [[BR]]
    154154
    155155  Input Arguments: [[BR]]
    1561561. ''path'' - xml path (location) to store ''value''. [[BR]]
    1571572. ''value'' - data to store in this object. [[BR]]
    158 3. ''id'' - depricated. Set to None. [[BR]]
     1583. ''id'' - deprecated. Set to None. [[BR]]
    1591594. ''append'' - overwrite flag (True or False). if set to False, data at ''path'' will be overwritten. if set to True, data will be appended. [[BR]]
    1601605. ''type'' - may be set to "string" or "file". flag defaults to "string". when set to "file", data within the file is stored at ''path''. [[BR]]