Get Type parameter Node

Dear All ;
While i am using Get Type parameter Node from Archilab package in dynamo , it give me “null”
i want to get specific parameter of “pipe”

when i made normal schedule directly from revit , it is come as shown in attached photo
but when i want to get that parameters in Dynamo , it give me “null”
i do not know how to fix that issue

Second photo : Schedule of revit

i think the default “system classification” parameter is instance not type parameter,
so you have to use GetParameterValueByName node

in anyway another way to get type parameter
use GetType Node then GetParameterValueByName node

1 Like

Thanks Eng khuzaimah
GetParameterValueByName node solve that issue
thanks ;