Method ao/setXunits
SETXUNITS sets the 'xunits' property of the ao.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: SETXUNITS sets the 'xunits' property of the ao.
CALL: objs.setXunits(val);
objs.setXunits(val1, val2);
objs.setXunits(plist('xunits', val));
objs = objs.setXunits(val);
INPUTS: objs: Can be a vector, matrix, list, or a mix of them.
val:
1. Single string e.g. 'Hz'
Each AO in objs get this value.
2. Single string in a cell-array e.g. {'Hz'}
Each AO in objs get this value.
3. cell-array with the same number of strings as in objs
e.g. {'Hz', 'V', 's'} and 3 AOs in objs
Each AO in objs get its corresponding value from the
cell-array
Parameters Description
VERSION: $Id: setXunits.m,v 1.28 2011/09/16 05:03:21 hewitson Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details |
|
Access |
public |
Defining Class |
ao |
Sealed |
0 |
Static |
0 |
Parameter Description
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
XUNITS |
'' |
none |
The unit to set. |
back to top
Some information of the method ao/setXunits are listed below: |
Class name |
ao |
Method name |
setXunits |
Category |
Helper |
CVS Version |
$Id: setXunits.m,v 1.28 2011/09/16 05:03:21 hewitson Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: ao/setXY |
|
Method: ao/setY |
 |
©LTP Team