In reply to serizawa:
the example (C_stimulus_pkg.tgz) of dave_59 is ok with cadence tool.
but the code will be modified.
old code
svSetScope(svGetScopeFromName(“c_stimulus_pkg”));
good code
svSetScope(svGetScopeFromName(“c_stimulus_pkg::”));
Maybe this is helpful for you.