Pinnacle : Windows
Description
It is possible to open different Pinnacle windows within a script.
Setup Window
Open Setup Window
WindowList .CTSim .PanelList .#"#0" .GotoPanel = "FunctionLayoutIcon0";
ViewWindowList .#"*" .CineOnOff = "0";Contour Window
Open Contour Window
WindowList .CTSim .PanelList .#"#2" .GotoPanel = "FunctionLayoutIcon2";
ViewWindowList .#"*" .CineOnOff = "0";Points Window
Open Points Window
WindowList .CTSim .PanelList .#"#1" .GotoPanel = "FunctionLayoutIcon1";
TrialList .Current .LaserLocalizer .LockJaw = "0";
ViewWindowList .#"*" .CineOnOff = "0";Beams Window
Open Beams Window
WindowList .CTSim .PanelList .#"#3" .GotoPanel = "FunctionLayoutIcon3";
TrialList .Current .LaserLocalizer .LockJaw = "0";
ViewWindowList .#"*" .CineOnOff = "0";Dose Window
Open Dose Window
WindowList .CTSim .PanelList .#"#4" .GotoPanel = "FunctionLayoutIcon4";
ViewWindowList .#"*" .CineOnOff = "0";Plan Eval Window
Open Plan Eval Window
WindowList .CTSim .PanelList .#"#5" .GotoPanel = "FunctionLayoutIcon5";
ViewWindowList .#"*" .CineOnOff = "0";Inverse Planning (IMRT/VMAT) Window
Open Inverse Planning (IMRT/VMAT) Window
StartIMRT = "IPButton";Trial Select
Select and View the desired trial
TrialList .Current = "Trial_1"; //"Trial_1" can be any trial name
ResolveDependencies = "Trial_1";
ViewWindowList .#"*" .UpdateCtSimWindowTrial = "Trial_1";
ViewWindowList .DensityOverrideWindow .OverrideVolume = TrialList .Current .Address;Help Documents
Open help documents
StartOnLineManual = "CTSim";