RenameLog v1

../_images/RenameLog-v1_dlg.png

RenameLog dialog.

Summary

Rename a TimeSeries log in a given Workspace.

Properties

Name Direction Type Default Description
Workspace InOut MatrixWorkspace Mandatory Workspace to have logs merged
OriginalLogName Input string Mandatory Log’s original name.
NewLogName Input string Mandatory Log’s new name.

Description

Rename a specified sample log of type TimeSeriesProperty in a given Workspace.

Usage

Example - Rename a sample log:

import os

nxsfilename = "HYS_11092_event.nxs"
wsname = "HYS_11092_event"

Load(Filename = nxsfilename,
    OutputWorkspace = wsname,
    MetaDataOnly = True,
    LoadLogs = True)

RenameLog(Workspace=wsname, OriginalLogName='a1b', NewLogName='A1B_New')

Output:

Categories: Algorithms | DataHandling\Logs

Source

C++ source: RenameLog.cpp

C++ header: RenameLog.h