Difference between revisions of "Add monmap"

From LIBISIS
Jump to navigation Jump to search
 
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
>> dso = add_monmap(dso,monitor_map_file)
 
>> dso = add_monmap(dso,monitor_map_file)
 
</pre>
 
</pre>
* [[IXTdata_source]] operation
+
This will add a monitor map file location to a data_source object:
* dso is an [IXTdata_source]
+
* dso is a data_source object (class: [[IXTdata_source]])
* monitor_map_file is a string defining the location of the monitor map file to be loaded, eg. 'X:\mapfiles\inst.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> (where inst_maps is a global path)
* this will add a monitor map file location to an [[IXTdata_source]] object
 

Latest revision as of 20:57, 29 January 2010

>> dso = add_monmap(dso,monitor_map_file)

This will add a monitor map file location to a data_source object:

  • dso is a data_source object (class: 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' (where inst_maps is a global path)