getObjectType
Returns type name of configuration object
getObjectType( <configObject> )
Arguments
configObject
configuration object
Examples
o = getid('/Cell:/')[0]
print getObjectType(o)
Cell
Returns type name of configuration object
getObjectType( <configObject> )
configObject
configuration object
o = getid('/Cell:/')[0]
print getObjectType(o)
Cell