Get the units in a column label.
GetUnits()
A string containing the name of the units
import PyOrigin PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).SetUnits('cm') print('The unit is %s' % PyOrigin.FindWorksheet('[Book1]Sheet1').Columns(0).GetUnits())
Column::SetUnits