vrfSipGet
vrfSipGet(d_objID t_attrName) =>g_attrValue/ nil
Description
Retrieves values of a specified attribute of an object.
Arguments
|
See Supported Attributes. |
Value Returned
|
The object specified did not have any attributes set, or it could not be found in the database. |
Example
vrfSipGet(instID "sipBumpParams")
=>(nil diameterTop 450.0 diameterBottom 450.0 diameterMax 500.0 height 600 conductivity 6e7))
Retrieves parameters for the attribute sipBumpParams.
Related Topics
Return to top