- Timestamp:
- Sep 5, 2019 10:58:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/branches/quokka_update/NCNR_User_Procedures/Common/NIST_XML_v40.ipf
r1202 r1205 1085 1085 // END 1086 1086 1087 Function XMLMissingAbort() 1088 Abort "XML function provided by XMLutils XOP is not available, get the XOP from : http://www.igorexchange.com/project/XMLutils (see http://www.smallangles.net/wgwiki/index.php/cansas1d_binding_IgorPro for details)" 1089 RETURN(-6) 1090 End 1087 1091 1088 1092 Function LoadNISTXMLData(filestr,outStr,doPlot,forceOverwrite) … … 1103 1107 end 1104 1108 1109 Function XmlOpenFile(fileName) 1110 String fileName 1111 1112 Return XMLMissingAbort() 1113 End 1114 1115 Function XmlCloseFile(fileid, arg) 1116 Variable fileid, arg 1117 1118 Return XMLMissingAbort() 1119 End 1120 1121 Function XMLWaveFmXpath(fileid, arg1, arg2, arg3) 1122 Variable fileid 1123 String arg1, arg2, arg3 1124 1125 Return XMLMissingAbort() 1126 End 1127 1128 Function XMLListXPath(fileid, arg1, arg2) 1129 Variable fileid 1130 String arg1, arg2 1131 1132 Return XMLMissingAbort() 1133 End 1134 1105 1135 Function WriteNISTXML(fileName, NISTfile) 1106 1136 String fileName
Note: See TracChangeset
for help on using the changeset viewer.