Index
CSpatialChirpListener/setAxesUnits
  setAxesUnits(sLabel, sUnit)
 
  example:
  obj = CGraphicalListener(iNumberOfAxes, {'T', 'XY'})
  obj.setAxesUnits('T', 'fs');
  obj.setAxesUnits('XY', '\mum');
  obj.setAxesUnits('T', 's');
  obj.setAxesUnits('XY', 'm');
Help for CSpatialChirpListener/setAxesUnits is inherited from superclass CGraphicalListener
Method Details
Defining Class CGraphicalListener
Access public
Sealed false
Static false