Home > mpt > @mptctrl > get.m

get

PURPOSE ^

GET Get MPTCTRL properties

SYNOPSIS ^

function value = get(ctrl, name)

DESCRIPTION ^

GET Get MPTCTRL properties

 ---------------------------------------------------------------------------
 DESCRIPTION
 ---------------------------------------------------------------------------
 Directly access a field of MPTCTRL objects.

 USAGE:
   VALUE = GET(ctrl, 'PropertyName')
   e.g. value = get(ctrl, 'Pfinal')

 List of properties that can be accessed:
   Pfinal, Pn, Fi, Gi, Ai, Bi, Ci, dynamics, details, overlaps, simplified,
   type, sysStruct, probStruct

 ---------------------------------------------------------------------------
 INPUT
 ---------------------------------------------------------------------------
 ctrl  - An MPTCTRL object
 name  - String name of a property

 ---------------------------------------------------------------------------
 OUTPUT                                                                                                    
 ---------------------------------------------------------------------------
 value - Value of the given property

 see also SET

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 30-Mar-2006 10:26:47 by m2html © 2003