Difference between revisions of "Add monmap"

From LIBISIS
Jump to navigation Jump to search
Line 4: Line 4:
 
* [[IXTdata_source]] operation
 
* [[IXTdata_source]] operation
 
* dso is an [IXTdata_source]
 
* dso is an [IXTdata_source]
* monitor_map_file is a string defining the location of the monitor map file to be loaded, eg. 'X:\mapfiles\inst.map' or 'inst_maps:::myfile.map'
+
* monitor_map_file is a string defining the location of the monitor map file to be loaded, eg. <tt>'X:\mapfiles\inst.map'</tt> or <tt>'inst_maps:::myfile.map'</tt>
 
* this will add a monitor map file location to an [[IXTdata_source]] object
 
* this will add a monitor map file location to an [[IXTdata_source]] object

Revision as of 16:46, 30 January 2008

>> dso = add_monmap(dso,monitor_map_file)
  • IXTdata_source operation
  • dso is an [IXTdata_source]
  • monitor_map_file is a string defining the location of the monitor map file to be loaded, eg. 'X:\mapfiles\inst.map' or 'inst_maps:::myfile.map'
  • this will add a monitor map file location to an IXTdata_source object