Hello All,
I am plotting a curve from a file using the code below , i want to filter the same curve immediately do we have any easy way to do that
filter formula looks somewhat like this : iso6487(0.001*trim_depvect(p1w1c3.x,p1w1c3.y),p1w1c3.y,60)
pw_cv1_x SetType "file"
pw_cv1_y SetType "file"
pw_cv1_x SetFilename $input_file
pw_cv1_y SetFilename $input_file
pw_cv1_x SetDataType $X_Type
pw_cv1_x SetRequest $X_Request
pw_cv1_x SetComponent $X_Component
pw_cv1_y SetDataType $Y_Type
pw_cv1_y SetRequest $Y_Request
pw_cv1_y SetComponent $Y_Component
#pw_cv1_$ui SetName "peel_Target"
pwcl_$ui Recalculate
pwcl_$ui Autoscale
pwcl_$ui Draw