📄 defaultanalysispanelconfig.pan
字号:
IXAnalysisPanelConfiguration named: #defaultAnalysisPanelConfig.
window: ((IXPanelAnaElementConfiguration named: #Plot_chn)
channelConfiguration: #Plot_chn;
windowClass: #V3SpaceControlForm;
leftOffset: 0;
topOffset: 0;
width: 410;
height: 310;
panelProperties: (MPIndexedCollections new
yourself);
end
);
((IXPanelAnaElementConfiguration named: #Plot_chn_1)
channelConfiguration: #Plot_chn_1;
windowClass: #O2dTimePlotWidget;
leftOffset: 410;
topOffset: 11;
width: 400;
height: 300;
panelProperties: (MPIndexedCollections new
at: #scaleMin put: -10.0;
at: #scaleMax put: 10.0;
at: #scaleSettings put: 'Autoscale Y';
at: #scoping put: false;
at: #plottingStepsize put: 10;
at: #plottingScopingSize put: 1000;
at: #holdOn put: false;
yourself);
end
);
((IXPanelAnaElementConfiguration named: #Plot_chn_2)
channelConfiguration: #Plot_chn_2;
windowClass: #O2dTimePlotWidget;
leftOffset: 810;
topOffset: 11;
width: 400;
height: 300;
panelProperties: (MPIndexedCollections new
at: #scaleMin put: -10.0;
at: #scaleMax put: 10.0;
at: #scaleSettings put: 'Autoscale Y';
at: #scoping put: false;
at: #plottingStepsize put: 10;
at: #plottingScopingSize put: 1000;
at: #holdOn put: false;
yourself);
end
);
((IXPanelAnaElementConfiguration named: #Plot_chn_3)
channelConfiguration: #Plot_chn_3;
windowClass: #O2dTimePlotWidget;
leftOffset: 410;
topOffset: 311;
width: 400;
height: 300;
panelProperties: (MPIndexedCollections new
at: #scaleMin put: -10.0;
at: #scaleMax put: 10.0;
at: #scaleSettings put: 'Autoscale Y';
at: #scoping put: false;
at: #plottingStepsize put: 10;
at: #plottingScopingSize put: 1000;
at: #holdOn put: false;
yourself);
end
);
((IXPanelAnaElementConfiguration named: #Plot_chn_4)
channelConfiguration: #Plot_chn_4;
windowClass: #O2dTimePlotWidget;
leftOffset: 810;
topOffset: 311;
width: 400;
height: 300;
panelProperties: (MPIndexedCollections new
at: #scaleMin put: -10.0;
at: #scaleMax put: 10.0;
at: #scaleSettings put: 'Autoscale Y';
at: #scoping put: false;
at: #plottingStepsize put: 10;
at: #plottingScopingSize put: 1000;
at: #holdOn put: false;
yourself);
end
);
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -