Parameter instances in the CDFX object
returns a table of every parameter instance in the CDFX object.iList
= instanceList(cdfxObj
)
returns a table of every parameter instance in the CDFX object whose
iList
= instanceList(cdfxObj
,instName
)ShortName
matches instName
.
returns a table of every parameter instance in the CDFX object whose
iList
= instanceList(cdfxObj
,instName
,sysName
)ShortName
matches instName
and whose parent
System
matches sysName
.