#go to workspace, create a VDB with a Model
workspace
create-vdb myVdb vdbPath
cd myVdb
add-model myModel
#
#add a PushdownFunction to a Model
cd myModel
add-pushdown-function myPushdownFunction
#
#add a parameter to the PushdownFunction
cd myPushdownFunction
add-parameter myParameter
#
# Set a property
cd myParameter
set-property datatypeLength 99

