defaultanalysispanelconfig.pan

来自「用matlab描述的3个自由度的半车模型」· PAN 代码 · 共 79 行

PAN
79
字号
IXAnalysisPanelConfiguration named: #defaultAnalysisPanelConfig.
    window: ((IXPanelAnaElementConfiguration named: #Plot_chn)

  channelConfiguration: #Plot_chn;
  windowClass:          #O2dTimePlotWidget;
  leftOffset:           0;
  topOffset:            10;
  width:                510;
  height:               390;
  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_1)

  channelConfiguration: #Plot_chn_1;
  windowClass:          #O2dTimePlotWidget;
  leftOffset:           510;
  topOffset:            10;
  width:                510;
  height:               390;
  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:           0;
  topOffset:            400;
  width:                510;
  height:               380;
  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_8)

  channelConfiguration: #Plot_chn_8;
  windowClass:          #O2dTimePlotWidget;
  leftOffset:           510;
  topOffset:            400;
  width:                510;
  height:               380;
  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 + =
减小字号Ctrl + -
显示快捷键?