Home > Objects > @iData > get.m

iFit/get

PURPOSE ^

[...] = get(s, 'PropertyName', ...) : get iData object properties

SYNOPSIS ^

function [varargout] = get(this,varargin)

DESCRIPTION ^

 [...] = get(s, 'PropertyName', ...) : get iData object properties

   @iData/get function to get iData properties.
   get(s) displays all property names and their current values for
     the iData object 's'.
   get(s,'PropertyName',...) returns only particular properties.
     the PropertyName may also be an object Alias or an Axis.
   Input 's' can be a single iData or a iData array.

   To get the Signal/Monitor, rather use getaxis(s, 'Signal') or s{0}
              Error/Monitor              getaxis(s, 'Error')

 input:  s: object or array (iData)
         PropertyName: name of Property to search (char)
 output: property: property value in 's' (cell)
 ex :    get(iData) or get(iData,'Title')

 Version: Nov. 26, 2018
 See also iData, iData/set, iData/getalias, iData/getaxis, iData/findobj

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1