Page 1 of 1

Referring another Parameter set of a project in Sequencer

Posted: Fri Dec 30, 2011 2:58 am
by manishmaheshwari2608
Hi All,

I have to refer a parameter set which is not a part of my sequencer but it is in project.
I have to fetch value from that value set ( not in my sequencer) based on some condition.

For example : If variable in my sequencer has value india I have to pull the directory name from other parameter set which has country defined as India in its value set but this parameter set is not a part of my sequencer.

Please tell me how to achieve this scenario.

Posted: Fri Dec 30, 2011 6:49 am
by pandeesh
Why not you can include the parameter set in the sequence?
(Not in the sequencer :D )

Posted: Fri Dec 30, 2011 4:22 pm
by ray.wurlod
pandeesh wrote:Why not you can include the parameter set in the sequence?
Because the parameter set has to be determined dynamically.

I would put this logic into a Routine, and use the return value from that routine to provide the value to the job parameter or update the values file of the Parameter Set that the job reads.