Save To Tall/Wide Spec Limits Table
Hi. I'm interested in saving the limits of a table to a new table using the "Save to tall spec limits table" or "Save to wide spec limits table" feature. However when I try it, nothing happens. Names Default to Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
msl = dt << Manage Spec Limits(Y(:PNP1, :NPN1, :PNP2));
dtlim = msl << Save to Tall Limits Table; //Nothing happensDoes ...
MFVIT