I am splitting a table and looking to name it something different.
Hey all, Hopefully something simple here but I have a JSL where I am taking a table and splitting it. I want to name it something but it keeps giving itself an "Untitled ###" table name. I want to name it "new_table_split"
MOSFET_TLM << Split("new_table_split",
Split By( :DeviceID ),
Split( :LotID, :WaferID, :TestLevel, :XLoc, :YLoc, :Rsh, :Rcon ),
Remaining Columns( Drop All ),
Sort by Column
...