Name of the measurement set table the tool is attached to.
Synopsis
name()
Description
This function returns the name of the measurement set table that
is being manipulated. If the ms tool is not attached to any
measurement set then this function will return the string ``none''.
Returns
String
Example
include 'ms.g'
myms := ms('3C273XC1.ms')
print "Processing file", myms.name()