Hi
I'm plotting Levey Jenning control chart with different phases and want to set different spec for different phase.
When I do it manually, I use get limit function and things work ok.
However, when I try to script it. it doesn't get control limit from the file.
Control Chart(
Sample Label( :DateValue ),
Phase( :Class ),
KSigma( 3 ),
Chart Col(
:Name( "Mean(Residual MAX_SOA_MIN_PWR_X_DBM)" ),
Levey Jennings,
),
get limits("/C:/Transmission Prod SPC/new/control limit.jmp")
);