?? bs_tx_evm.dds
字號:
defun _DDSobjectSaveRestore_()
{
decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, goId0;
ddsId = get_dds();
set(ddsId, "ddsFileVersion", 1.0);
ddoId = get_new(ddsId, "Object");
// DataDisplay Object:
set(ddoId, "Path", dds_get_exec_path(what_file(0)));
set(ddoId, "Name", dds_get_exec_file(what_file(0)));
dssId = get(ddoId, "DatasetServer");
// Default Dataset
set(ddoId, "DefaultDataset", "BS_Tx_EVM");
set(ddoId, "EnableExpressionUpdates", FALSE);
pageId = get(ddoId, "CurrentPage");
if (pageId == NULL) pageId = get_first(ddoId, "Page");
if (pageId == NULL) pageId = get_new(ddoId, "Page");
goId0 = get_new(pageId, "Plot");
// Base Class Object:
set(goId0, "Name", "");
set(goId0, "Uid", 967867274);
// Graphical Object:
set(goId0, "Right", 2894);
set(goId0, "Bottom", 1569);
set(goId0, "Left", -1114);
set(goId0, "Top", -1103);
set(goId0, "Zrot", 0.000000);
set(goId0, "Yrot", 0.000000);
set(goId0, "Xrot", 0.000000);
set(goId0, "Status", 0);
set(goId0, "LineColor", 0);
set(goId0, "LineType", 0);
set(goId0, "LineWidth", 7);
// Need to add Popup, LocalPopup, Owner...
// Box...
set(goId0, "FillPattern", -1);
set(goId0, "FillColor", 0);
// Plot base...
set(goId0, "LegendOnOff", TRUE);
set(goId0, "LeftMargin", 758);
set(goId0, "RightMargin", 100);
set(goId0, "TopMargin", 125);
set(goId0, "BottomMargin", 854);
set(goId0, "Title", "");
set(goId0, "TitleFont", "Arial For CAE");
set(goId0, "TitleFontSize", 140);
set(goId0, "TitleColor", 0);
axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 449812073);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", TRUE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", 33279);
set(axisID, "MaxValue", 33286);
set(axisID, "StepSize", 1);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 919604054);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", TRUE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", 4.00000000000001e-014);
set(axisID, "MaxValue", 1.8e-013);
set(axisID, "StepSize", 2e-014);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsRightYaxis, "Right Y Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 653533834);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", FALSE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", -1);
set(axisID, "MaxValue", 1);
set(axisID, "StepSize", 0.5);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsXaxis, "Bottom X Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 448025934);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", FALSE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", -1);
set(axisID, "MaxValue", 1);
set(axisID, "StepSize", 0.2);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
traceID = get_new(goId0, "Trace", "plot_vs(EVM, EVM.DF.Index)", "X Axis", "Y Axis");
// Trace:
if (traceID != NULL) {
set(traceID, "TraceType", ddsAutomaticTraceType);
set(traceID, "Color", 6);
set(traceID, "Uid", 343633072);
set(traceID, "UIIndex", 0);
}
// Rect trace:
if (traceID != NULL) {
set(traceID, "LineThick", 7);
set(traceID, "LineType", ddsSolidLineType);
set(traceID, "FillPattern", -1);
set(traceID, "SymbolType", ddsCircleSymbol);
set(traceID, "SymbolsOnOff", FALSE);
set(traceID, "AlwaysDisplayTransitions", FALSE);
set(traceID, "SpectralArrowheadsOnOff", TRUE);
set(traceID, "LabelSubtracesOnOff", FALSE);
set(traceID, "FillHistogramsOnOff", FALSE);
set(traceID, "Format", ddsFormatAutomatic);
set(traceID, "NumDigits", 3);
set(traceID, "Font", "Arial For CAE");
set(traceID, "FontSize", 112);
set(traceID, "LineColorAutoSequence", FALSE);
set(traceID, "LineTypeAutoSequence", FALSE);
set(traceID, "SymbolTypeAutoSequence", FALSE);
set(traceID, "LineColorAutoSequenceOrder", 3);
set(traceID, "LineTypeAutoSequenceOrder", 1);
set(traceID, "SymbolTypeAutoSequenceOrder", 2);
}
// Initialize plot
set(goId0, "InitPlot", 0);
goId0 = get_new(pageId, "Plot");
// Base Class Object:
set(goId0, "Name", "");
set(goId0, "Uid", 664672550);
// Graphical Object:
set(goId0, "Right", 3112);
set(goId0, "Bottom", 4116);
set(goId0, "Left", -817);
set(goId0, "Top", 1794);
set(goId0, "Zrot", 0.000000);
set(goId0, "Yrot", 0.000000);
set(goId0, "Xrot", 0.000000);
set(goId0, "Status", 0);
set(goId0, "LineColor", 0);
set(goId0, "LineType", 0);
set(goId0, "LineWidth", 7);
// Need to add Popup, LocalPopup, Owner...
// Box...
set(goId0, "FillPattern", -1);
set(goId0, "FillColor", 0);
// Plot base...
set(goId0, "LegendOnOff", TRUE);
set(goId0, "LeftMargin", 637);
set(goId0, "RightMargin", 142);
set(goId0, "TopMargin", 125);
set(goId0, "BottomMargin", 504);
set(goId0, "Title", "");
set(goId0, "TitleFont", "Arial For CAE");
set(goId0, "TitleFontSize", 140);
set(goId0, "TitleColor", 0);
axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 446014527);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", TRUE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", 100000);
set(axisID, "MaxValue", 280000);
set(axisID, "StepSize", 20000);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 1472802060);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", TRUE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", 0);
set(axisID, "MaxValue", 20);
set(axisID, "StepSize", 5);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsRightYaxis, "Right Y Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 908089053);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", FALSE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", -1);
set(axisID, "MaxValue", 1);
set(axisID, "StepSize", 0.5);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
axisID = get_new(goId0, "Axis", ddsXaxis, "Bottom X Axis");
// Axis...
if (axisID != NULL) {
set(axisID, "Uid", 1637444807);
set(axisID, "Color", 104);
set(axisID, "UserLabel", "");
set(axisID, "LabelColor", 0);
set(axisID, "TicksOnOff", TRUE);
set(axisID, "GridOnOff", FALSE);
set(axisID, "LabelsOnOff", TRUE);
set(axisID, "FontSize", 140);
set(axisID, "LineThick", 7);
set(axisID, "LineType", 0);
set(axisID, "TickFontSize", 112);
set(axisID, "AutoscaleOnOff", TRUE);
set(axisID, "MinValue", -1);
set(axisID, "MaxValue", 1);
set(axisID, "StepSize", 0.2);
set(axisID, "Logarithmic", FALSE);
set(axisID, "Font", "Arial For CAE");
set(axisID, "Format", ddsFormatAutomatic);
set(axisID, "NumDigits", 3);
}
traceID = get_new(goId0, "Trace", "mag(CDMA_in)", "X Axis", "Y Axis");
// Trace:
if (traceID != NULL) {
set(traceID, "TraceType", ddsAutomaticTraceType);
set(traceID, "Color", 1);
set(traceID, "Uid", 830982186);
set(traceID, "UIIndex", 0);
}
// Rect trace:
if (traceID != NULL) {
set(traceID, "LineThick", 7);
set(traceID, "LineType", ddsSolidLineType);
set(traceID, "FillPattern", -1);
set(traceID, "SymbolType", ddsCircleSymbol);
set(traceID, "SymbolsOnOff", FALSE);
set(traceID, "AlwaysDisplayTransitions", FALSE);
set(traceID, "SpectralArrowheadsOnOff", TRUE);
set(traceID, "LabelSubtracesOnOff", FALSE);
set(traceID, "FillHistogramsOnOff", FALSE);
set(traceID, "Format", ddsFormatAutomatic);
set(traceID, "NumDigits", 3);
set(traceID, "Font", "Arial For CAE");
set(traceID, "FontSize", 112);
set(traceID, "LineColorAutoSequence", FALSE);
set(traceID, "LineTypeAutoSequence", FALSE);
set(traceID, "SymbolTypeAutoSequence", FALSE);
set(traceID, "LineColorAutoSequenceOrder", 3);
set(traceID, "LineTypeAutoSequenceOrder", 1);
set(traceID, "SymbolTypeAutoSequenceOrder", 2);
}
markerID = get_new(traceID, "MarkerNew", "m1", "299501", 0, "");
// Base Class Object:
set(markerID, "Name", "");
set(markerID, "Uid", 1673743074);
// Graphical Object:
set(markerID, "Right", 0);
set(markerID, "Bottom", 0);
set(markerID, "Left", 0);
set(markerID, "Top", 0);
set(markerID, "Zrot", 0.000000);
set(markerID, "Yrot", 0.000000);
set(markerID, "Xrot", 0.000000);
set(markerID, "Status", 32768);
set(markerID, "LineColor", 0);
set(markerID, "LineType", 0);
set(markerID, "LineWidth", 0);
// Need to add Popup, LocalPopup, Owner...
// Marker:
if (markerID != NULL) {
set(markerID, "DataScript", "trcdata");
set(markerID, "DeltaModeStatus", 0);
set(markerID, "Format", 0);
set(markerID, "NumDigits", 3);
set(markerID, "ComplexNumberFormat", 1);
set(markerID, "AuxFormat", 0);
set(markerID, "AuxNumDigits", 3);
set(markerID, "AuxType", 0);
set(markerID, "AuxZ", "1");
set(markerID, "AuxComplexNumberFormat", 0);
}
// More marker:
if (markerID != NULL) {
set(markerID, "MkrLabelFont", "Arial For CAE");
set(markerID, "MkrLabelFontSize", 166);
set(markerID, "MkrLabelColor", 0);
set(markerID, "MkrReadoutFont", "Arial For CAE");
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -