Hi @Creatur2 ,
Here's the script for performing the K sigma multiplier 'in script' - you can find details in the Scripting Index (see screenshot below).

Distribution(
Stack( 1 ),
Continuous Distribution(
Column( :Example ),
Horizontal Layout( 1 ),
Vertical( 0 ),
Fit Normal 3 Mixture(
Process Capability(
Set Sigma Multiplier for Quantile Spec Limits(
4),
Show as Graph Reference Lines,
Nonnormal Capability Method( "Z-Score"n )
)
),
),
SendToReport(
Dispatch( {"Example"}, "1", ScaleBox,
{Add Ref Line( 2.20020487561508, "Solid", "Blue", "LSL", 1 ),
Add Ref Line( 4.81371452626116, "Solid", "Blue", "USL", 1 )}
)
)
);
“All models are wrong, but some are useful”