Difference between revisions of "Add monmap"
Jump to navigation
Jump to search
Toby Perring (talk | contribs) |
|||
(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> | ||
− | + | This will add a monitor map file location to a data_source object: | |
− | * dso is | + | * 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) |
− |
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)