Process Screening within JSL class
Hello Everyone,Recently I got into jmp scripting, and am trying my best to learn it. The goal of the example below is to show the value of the "Column" for the selected rows.Cols = {"NPN1", "PNP1", "PNP2", "NPN2", "PNP3", "IVP1", "PNP4", "NPN3", "IVP2", "NPN4", "SIT1", "INM1", "INM2",
"VPM1", "VPM2"};
dt = Open( "$SAMPLE_DATA/Semiconductor Capability.jmp" );
Define Class(
"Test_Class",
_init_ =
...