From: Nils Forssén Date: Sat, 4 Oct 2025 10:46:12 +0000 (+0200) Subject: initial upload, lab 3 X-Git-Url: https://gitweb.forssennils.se/?a=commitdiff_plain;ds=inline;p=TNE071.git initial upload, lab 3 --- 59fb0a2cb62c12560ff0256636dc90092502ac36 diff --git a/MyLab1_wrk/2-s-params.dds b/MyLab1_wrk/2-s-params.dds new file mode 100644 index 0000000..65a989f --- /dev/null +++ b/MyLab1_wrk/2-s-params.dds @@ -0,0 +1,953 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-17T22:07:43Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-17T21:52:27Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 283107979); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1180202106); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2039389830); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1246389581); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 260102127); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1783015692); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 289799102); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1722839286); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2065955762); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1678035846); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1932111157); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1881347419); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 69355949); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 324328897); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1299); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 818); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1268904349); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 282048262); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.11); + set(axisID, "MaxValue", -0.02); + set(axisID, "StepSize", 0.01); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 372586682); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1092440549); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 429083186); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 894475908); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5606); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 818); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1356339900); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 359439314); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.11); + set(axisID, "MaxValue", -0.02); + set(axisID, "StepSize", 0.01); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1036923051); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1154291400); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(1,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 738398577); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1350894247); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 963396344); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1674, 610, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 963396344); + set(ddWinId, "PageViewRect_963396344", list(-3606, 8447, 13033, -344)); + set(ddWinId, "Frame", list(-1674, 610, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/3-s-params.dds b/MyLab1_wrk/3-s-params.dds new file mode 100644 index 0000000..5e55faa --- /dev/null +++ b/MyLab1_wrk/3-s-params.dds @@ -0,0 +1,2892 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-17T22:31:32Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4368); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 9039); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 463078460); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 1389); + set(goId0, "Top", 1791); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1479411617); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1093942826); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1749476954); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2032807636); +// Graphical Object: + set(goId0, "Right", 4625); + set(goId0, "Bottom", 8500); + set(goId0, "Left", -250); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 993714824); +// Graphical Object: + set(plotId, "Right", 4525); + set(plotId, "Bottom", 8400); + set(plotId, "Left", -150); + set(plotId, "Top", 5475); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 779); + set(plotId, "RightMargin", 117); + set(plotId, "TopMargin", 84); + set(plotId, "BottomMargin", 586); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 792258268); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1339450970); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(1,2))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 189202045); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1350083336); +// Graphical Object: + set(goId0, "Right", 10505); + set(goId0, "Bottom", 5336); + set(goId0, "Left", 5625); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 2112134564); +// Graphical Object: + set(plotId, "Right", 10405); + set(plotId, "Bottom", 5236); + set(plotId, "Left", 5725); + set(plotId, "Top", 2350); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 629); + set(plotId, "RightMargin", 79); + set(plotId, "TopMargin", 56); + set(plotId, "BottomMargin", 504); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 435185338); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 829970437); + 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, "TickValuesOnOff", 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.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 394591254); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 946290257); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 6681); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 582663587); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2134360176); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1665820836); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 2072181805); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8283); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 2072181805); + set(ddWinId, "PageViewRect_2072181805", list(-10774, 13920, 11129, -1091)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/5-s-params.dds b/MyLab1_wrk/5-s-params.dds new file mode 100644 index 0000000..4c42b85 --- /dev/null +++ b/MyLab1_wrk/5-s-params.dds @@ -0,0 +1,933 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T00:43:31Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T11:43:32Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1750921729); +// Graphical Object: + set(goId0, "Right", 4742); + set(goId0, "Bottom", 5461); + set(goId0, "Left", 69); + set(goId0, "Top", 2208); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 85709752); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 492920781); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -16); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 593367410); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1587951830); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2078992688); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1338104208); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 326109643); +// Graphical Object: + set(goId0, "Right", 9867); + set(goId0, "Bottom", 5461); + set(goId0, "Left", 5101); + set(goId0, "Top", 2208); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 452660153); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 973841413); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 100); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2028279956); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1432613732); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1752375960); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 598207369); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1162609153); +// Graphical Object: + set(goId0, "Right", 6799); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 4875); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1848606170); +// Graphical Object: + set(goId0, "Right", 4493); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 2750); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1098527054); +// Graphical Object: + set(goId0, "Right", 6789); + set(goId0, "Bottom", 6292); + set(goId0, "Left", 3750); + set(goId0, "Top", 6125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887804759); +// Graphical Object: + set(goId0, "Right", 7145); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2625); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Mag/Phase"); + set(pageId, "Uid", 118856895); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1408774377); +// Graphical Object: + set(goId0, "Right", 4475); + set(goId0, "Bottom", 4750); + set(goId0, "Left", 750); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1492783818); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1348724692); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 17693585); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 210160082); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 228509786); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 516636440); +// Graphical Object: + set(goId0, "Right", 1611); + set(goId0, "Bottom", 2250); + set(goId0, "Left", -1375); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 323347389); +// Graphical Object: + set(goId0, "Right", 202); + set(goId0, "Bottom", 2500); + set(goId0, "Left", -1375); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1606289803); +// Graphical Object: + set(goId0, "Right", 10997); + set(goId0, "Bottom", 2000); + set(goId0, "Left", -1375); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1336318914); +// Graphical Object: + set(goId0, "Right", 6401); + set(goId0, "Bottom", 3000); + set(goId0, "Left", -1375); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 985290484); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 118856895); + set(ddWinId, "PageViewRect_118856895", list(-1741, 7313, 11117, -1499)); + set(ddWinId, "PageViewRect_228509786", list(-335, 4825, 5560, 925)); + set(ddWinId, "PageViewRect_985290484", list(-1622, 6631, 11244, -1881)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag/Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/EM_FarFieldCut.dds b/MyLab1_wrk/EM_FarFieldCut.dds new file mode 100644 index 0000000..bcd567d --- /dev/null +++ b/MyLab1_wrk/EM_FarFieldCut.dds @@ -0,0 +1,462 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T00:58:47Z"); + set(ddoId, "FileCreatedDateAndTime", "2014-01-16T16:04:52Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "emFar"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Listing"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1090890584); +// Graphical Object: + set(goId0, "Right", 19000); + set(goId0, "Bottom", 1625); + set(goId0, "Left", 125); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 13); + set(goId0, "RightMargin", 13); + set(goId0, "TopMargin", 0); + set(goId0, "BottomMargin", 13); +// Listing column: + set(goId0, "ListingFont", "Roboto"); + if (get(goId0, "ListingFont") != "Roboto") + set(goId0, "ListingFont", "Arial For CAE"); + set(goId0, "ListingFontSize", 194); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "OutlineOnOff", TRUE); + set(goId0, "OutlineColor", 0); + set(goId0, "LabelOnOff", TRUE); + set(goId0, "OutlineLineType", ddsSolidLineType); + set(goId0, "OutlineThickness", 14); + set(goId0, "VerticalScroll", 0); + set(goId0, "ShowIndependentData", FALSE); + set(goId0, "SuppressTable", FALSE); + set(goId0, "AutoSizeListingWidth", FALSE); + set(goId0, "DisplayUnitsOnOff", TRUE); + set(goId0, "TransposeData", FALSE); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 194); + set(goId0, "TitleColor", 1); +traceID = get_new(goId0, "Trace", "Frequency", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1459170241); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "E_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1750953964); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Theta_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 6); + set(traceID, "Uid", 100762925); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Phi_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 4); + set(traceID, "Uid", 625117035); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Directivity_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 17); + set(traceID, "Uid", 148538213); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Gain_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 3); + set(traceID, "Uid", 1177692676); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "RadiatedPower", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 23); + set(traceID, "Uid", 562874702); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "InputPower", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 28); + set(traceID, "Uid", 2029216867); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Efficiency", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 30); + set(traceID, "Uid", 1746653949); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "CutType", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 35); + set(traceID, "Uid", 1873177217); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "CutAngle", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 39); + set(traceID, "Uid", 1644301147); + set(traceID, "Status", 536913920); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 417); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 74572231); +// Graphical Object: + set(goId0, "Right", 6271); + set(goId0, "Bottom", 542); + set(goId0, "Left", 750); + set(goId0, "Top", 125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "AntennaPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 268009759); +// Graphical Object: + set(goId0, "Right", 6488); + set(goId0, "Bottom", 8500); + set(goId0, "Left", 1751); + set(goId0, "Top", 3416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 112); + set(goId0, "TopMargin", 459); + set(goId0, "BottomMargin", 500); +// Antenna Plot ... + set(goId0, "ZeroDegreeOrientation", "Automatic"); + set(goId0, "RadialGridLineAngle", 45); +// Plot Title... + set(goId0, "Title", "Gain, Directivity"); + set(goId0, "TitleFont", "Roboto Bold"); + if (get(goId0, "TitleFont") != "Roboto Bold") + set(goId0, "TitleFont", "Arial For CAE Bold"); + set(goId0, "TitleFontSize", 222); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1238920850); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -37.047); + set(axisID, "MaxValue", 12.953); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -90); + set(axisID, "IndepStop", 90); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 762172540); + set(axisID, "Color", 104); + set(axisID, "UserLabel", "Mag. [dBi]"); + set(axisID, "LabelColor", 0); + set(axisID, "TicksOnOff", TRUE); + set(axisID, "GridOnOff", TRUE); + set(axisID, "LabelsOnOff", TRUE); + set(axisID, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -37.047); + set(axisID, "MaxValue", 12.953); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -90); + set(axisID, "IndepStop", 90); + } +traceID = get_new(goId0, "Trace", "10*log10(mag(Directivity))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 744119171); + set(traceID, "Status", 536913920); + } +// 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, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "10*log10(mag(Gain))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 832974053); + set(traceID, "Status", 536913920); + } +// 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, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +legendID = get_new(goId0, "Legend", -1625, 83); +// Legend + if(legendID != NULL) { + set(legendID, "Uid", 433865980); + set(legendID, "Font", "Roboto"); + if (get(legendID, "Font") != "Roboto") + set(legendID, "Font", "Arial For CAE"); + set(legendID, "FontSize", 167); + set(legendID, "LegendTextColor", 0); + set(legendID, "LegendFillColor", 0); + set(legendID, "LegendFillPattern", 0); + set(legendID, "LegendUseBackgroundOnOff", FALSE); + set(legendID, "LegendNumberFormat", ddsFormatAutomatic); + set(legendID, "LegendNumDigits", 3); + set(legendID, "LegendDisplayUnitsOnOff", TRUE); + set(legendID, "LegendIndentableOnOff", TRUE); + set(legendID, "LegendColumnOrder", list("LegendTraceNames","LegendTraceIcons","LegendTraceSubNames","LegendTuneNames","LegendTuneComments")); + set(legendID, "LegendColumnVisibilities", list(TRUE,TRUE,TRUE,TRUE,TRUE)); + set(legendID, "LegendColumnOrderModified", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "page 1"); + set(pageId, "Uid", 1889018273); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1889018273); + set(ddWinId, "PageViewRect_1889018273", list(-5794, 11224, 21982, -3451)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("page 1")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/EM_FarFieldCut.dds~ b/MyLab1_wrk/EM_FarFieldCut.dds~ new file mode 100644 index 0000000..eab3a2c --- /dev/null +++ b/MyLab1_wrk/EM_FarFieldCut.dds~ @@ -0,0 +1,462 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T00:50:16Z"); + set(ddoId, "FileCreatedDateAndTime", "2014-01-16T16:04:52Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "emFar"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Listing"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1090890584); +// Graphical Object: + set(goId0, "Right", 19000); + set(goId0, "Bottom", 1625); + set(goId0, "Left", 125); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 13); + set(goId0, "RightMargin", 13); + set(goId0, "TopMargin", 0); + set(goId0, "BottomMargin", 13); +// Listing column: + set(goId0, "ListingFont", "Roboto"); + if (get(goId0, "ListingFont") != "Roboto") + set(goId0, "ListingFont", "Arial For CAE"); + set(goId0, "ListingFontSize", 194); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "OutlineOnOff", TRUE); + set(goId0, "OutlineColor", 0); + set(goId0, "LabelOnOff", TRUE); + set(goId0, "OutlineLineType", ddsSolidLineType); + set(goId0, "OutlineThickness", 14); + set(goId0, "VerticalScroll", 0); + set(goId0, "ShowIndependentData", FALSE); + set(goId0, "SuppressTable", FALSE); + set(goId0, "AutoSizeListingWidth", FALSE); + set(goId0, "DisplayUnitsOnOff", TRUE); + set(goId0, "TransposeData", FALSE); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 194); + set(goId0, "TitleColor", 1); +traceID = get_new(goId0, "Trace", "Frequency", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1459170241); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "E_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1750953964); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Theta_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 6); + set(traceID, "Uid", 100762925); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Phi_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 4); + set(traceID, "Uid", 625117035); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Directivity_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 17); + set(traceID, "Uid", 148538213); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Gain_max", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 3); + set(traceID, "Uid", 1177692676); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "RadiatedPower", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 23); + set(traceID, "Uid", 562874702); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "InputPower", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 28); + set(traceID, "Uid", 2029216867); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "Efficiency", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 30); + set(traceID, "Uid", 1746653949); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "CutType", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 35); + set(traceID, "Uid", 1873177217); + set(traceID, "Status", 536913920); + } +traceID = get_new(goId0, "Trace", "CutAngle", "", "", FALSE); +// Text trace: + if (traceID != NULL) + set(traceID, "ComplexNumberFormat", ddsComplexFormatMagPhase); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 39); + set(traceID, "Uid", 1644301147); + set(traceID, "Status", 536913920); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 417); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 74572231); +// Graphical Object: + set(goId0, "Right", 6271); + set(goId0, "Bottom", 542); + set(goId0, "Left", 750); + set(goId0, "Top", 125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "AntennaPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 268009759); +// Graphical Object: + set(goId0, "Right", 6487); + set(goId0, "Bottom", 8501); + set(goId0, "Left", 1750); + set(goId0, "Top", 3417); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 112); + set(goId0, "TopMargin", 459); + set(goId0, "BottomMargin", 500); +// Antenna Plot ... + set(goId0, "ZeroDegreeOrientation", "Automatic"); + set(goId0, "RadialGridLineAngle", 45); +// Plot Title... + set(goId0, "Title", "Gain, Directivity"); + set(goId0, "TitleFont", "Roboto Bold"); + if (get(goId0, "TitleFont") != "Roboto Bold") + set(goId0, "TitleFont", "Arial For CAE Bold"); + set(goId0, "TitleFontSize", 222); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1238920850); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -36.974); + set(axisID, "MaxValue", 13.026); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -90); + set(axisID, "IndepStop", 90); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 762172540); + set(axisID, "Color", 104); + set(axisID, "UserLabel", "Mag. [dBi]"); + set(axisID, "LabelColor", 0); + set(axisID, "TicksOnOff", TRUE); + set(axisID, "GridOnOff", TRUE); + set(axisID, "LabelsOnOff", TRUE); + set(axisID, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -36.974); + set(axisID, "MaxValue", 13.026); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -90); + set(axisID, "IndepStop", 90); + } +traceID = get_new(goId0, "Trace", "10*log10(mag(Directivity))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 744119171); + set(traceID, "Status", 536913920); + } +// 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, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "10*log10(mag(Gain))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 832974053); + set(traceID, "Status", 536913920); + } +// 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, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +legendID = get_new(goId0, "Legend", -1625, 83); +// Legend + if(legendID != NULL) { + set(legendID, "Uid", 433865980); + set(legendID, "Font", "Roboto"); + if (get(legendID, "Font") != "Roboto") + set(legendID, "Font", "Arial For CAE"); + set(legendID, "FontSize", 167); + set(legendID, "LegendTextColor", 0); + set(legendID, "LegendFillColor", 0); + set(legendID, "LegendFillPattern", 0); + set(legendID, "LegendUseBackgroundOnOff", FALSE); + set(legendID, "LegendNumberFormat", ddsFormatAutomatic); + set(legendID, "LegendNumDigits", 3); + set(legendID, "LegendDisplayUnitsOnOff", TRUE); + set(legendID, "LegendIndentableOnOff", TRUE); + set(legendID, "LegendColumnOrder", list("LegendTraceNames","LegendTraceIcons","LegendTraceSubNames","LegendTuneNames","LegendTuneComments")); + set(legendID, "LegendColumnVisibilities", list(TRUE,TRUE,TRUE,TRUE,TRUE)); + set(legendID, "LegendColumnOrderModified", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "page 1"); + set(pageId, "Uid", 1889018273); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1889018273); + set(ddWinId, "PageViewRect_1889018273", list(-5794, 11224, 21982, -3451)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("page 1")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/My_Lab1_lib/.oalib b/MyLab1_wrk/My_Lab1_lib/.oalib new file mode 100644 index 0000000..481ce51 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/.oalib @@ -0,0 +1,6 @@ + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/cdsinfo.tag b/MyLab1_wrk/My_Lab1_lib/cdsinfo.tag new file mode 100644 index 0000000..d469111 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cdsinfo.tag @@ -0,0 +1,18 @@ +############################################################################## +# Keysight Technologies Open Access Library Tag File For Cadence # +# This file is needed to use this ADS generated library within versions of # +# Cadence Virtuoso that support OpenAccess if the Windows Namespace is used. # +############################################################################## + +CDSLIBRARY + +# DMTYPE sets the type of DM (version control) system. +# +# DMTYPE none + +# NAMESPACE sets the type of encoding used for cell and view names. +# Note that all ADS libraries are generated on Windows, you should leave the +# value as LibraryNT unless you have manually changed the library. +# For Linux filesystem encoding, use LibraryUnix. +# +NAMESPACE LibraryNT diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1.subst b/MyLab1_wrk/My_Lab1_lib/cell_1.subst new file mode 100644 index 0000000..90bb6c4 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1.subst @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/eesof_em_setup.file b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/emStateFile.xml b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/emStateFile.xml new file mode 100644 index 0000000..4897abe --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/emStateFile.xml @@ -0,0 +1,1726 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + My_Lab1_lib + cell_1_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk + My_Lab1_lib + cell_1 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_1 + True + True + cell_1 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 2 + 2 + 2 + 0 + + + + + False + 1 + + + False + + My_Lab1_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_1 + True + True + S_Nport_P.ddt + + + True + cell_1 + True + False + True + False + False + mySuffix + + + + False + False + 0 + My_Lab1_lib:cell_1:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + My_Lab1_lib:cell_1:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.049:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk<br>Library: My_Lab1_lib<br>Cell: cell_1<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: My_Lab1_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_1_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/master.tag b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/layout/layout.oa b/MyLab1_wrk/My_Lab1_lib/cell_1/layout/layout.oa new file mode 100644 index 0000000..b49117b Binary files /dev/null and b/MyLab1_wrk/My_Lab1_lib/cell_1/layout/layout.oa differ diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/layout/master.tag b/MyLab1_wrk/My_Lab1_lib/cell_1/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/master.tag b/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/sch.oa b/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/sch.oa new file mode 100644 index 0000000..5500ecc Binary files /dev/null and b/MyLab1_wrk/My_Lab1_lib/cell_1/schematic/sch.oa differ diff --git a/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/eesof_em_setup.file b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/emStateFile.xml b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/emStateFile.xml new file mode 100644 index 0000000..e1bb1d9 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/emStateFile.xml @@ -0,0 +1,1692 @@ + + + 0 + 0,unknown + 5 + 0 + + emCosim + My_Lab1_lib + cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk + My_Lab1_lib + cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_2 + True + True + cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + My_Lab1_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_2 + True + True + S_Nport_P.ddt + + + True + cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + My_Lab1_lib:cell_2:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + My_Lab1_lib:cell_2:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk<br>Library: My_Lab1_lib<br>Cell: cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: My_Lab1_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1 port defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/master.tag b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_2/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab1_wrk/My_Lab1_lib/cell_2/layout/layout.oa b/MyLab1_wrk/My_Lab1_lib/cell_2/layout/layout.oa new file mode 100644 index 0000000..d584f0f Binary files /dev/null and b/MyLab1_wrk/My_Lab1_lib/cell_2/layout/layout.oa differ diff --git a/MyLab1_wrk/My_Lab1_lib/cell_2/layout/master.tag b/MyLab1_wrk/My_Lab1_lib/cell_2/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/cell_2/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab1_wrk/My_Lab1_lib/eesof_lib.cfg b/MyLab1_wrk/My_Lab1_lib/eesof_lib.cfg new file mode 100644 index 0000000..49c21f2 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/eesof_lib.cfg @@ -0,0 +1 @@ +DEFAULT_SUBSTRATE=My_Lab1_lib:cell_1 diff --git a/MyLab1_wrk/My_Lab1_lib/layout.prf b/MyLab1_wrk/My_Lab1_lib/layout.prf new file mode 100644 index 0000000..936bf6b --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/layout.prf @@ -0,0 +1,9 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/layout_lib.prf.mm,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +pathWidth 0.625 +textHeight 0.254 +instTextHeight 0.254 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625 +portSize 1.0000000 +unitsLng 4 diff --git a/MyLab1_wrk/My_Lab1_lib/libRefs.json b/MyLab1_wrk/My_Lab1_lib/libRefs.json new file mode 100644 index 0000000..a65fd73 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/libRefs.json @@ -0,0 +1 @@ +{"cells":[{"name":{"_data_":"cell_1","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"My_Lab1_lib:cell_1.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"My_Lab1_lib:cell_1:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758146924008,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1758146924000,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1758148221597,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758146923998,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:DisplayTemplate:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:S_Param:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:Term:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLIN:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSUB:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758145942201,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758145398491,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1758145942200,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1758145398492,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_2","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"My_Lab1_lib:cell_1.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"My_Lab1_lib:cell_2:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758156136118,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1758156136109,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1758156767104,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758156136108,"_wellknowntype_":"int64"}}]}]}],"name":{"_data_":"My_Lab1_lib","_wellknowntype_":"string"},"version":{"_data_":1.0,"_wellknowntype_":"double"}} \ No newline at end of file diff --git a/MyLab1_wrk/My_Lab1_lib/materials.matdb b/MyLab1_wrk/My_Lab1_lib/materials.matdb new file mode 100644 index 0000000..cecb96d --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/materials.matdb @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/schematic.prf b/MyLab1_wrk/My_Lab1_lib/schematic.prf new file mode 100644 index 0000000..58fefdd --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/schematic.prf @@ -0,0 +1,12 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/schematic_lib.prf.mil,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +textHeight 0.125000 +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +unitsLng 4 +instNameLayerID ads_device:ads_annotate +instIDLayerID ads_annotate:ads_drawing7 +instParam1LayerID ads_annotate:drawing +pinAnnotLayerID ads_pin:ads_label diff --git a/MyLab1_wrk/My_Lab1_lib/substrate1.subst b/MyLab1_wrk/My_Lab1_lib/substrate1.subst new file mode 100644 index 0000000..e5b3c4f --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/substrate1.subst @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib/tech.db b/MyLab1_wrk/My_Lab1_lib/tech.db new file mode 100644 index 0000000..77c4d40 Binary files /dev/null and b/MyLab1_wrk/My_Lab1_lib/tech.db differ diff --git a/MyLab1_wrk/My_Lab1_lib/tech.subst b/MyLab1_wrk/My_Lab1_lib/tech.subst new file mode 100644 index 0000000..90bb6c4 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib/tech.subst @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/MyLab1_wrk/My_Lab1_lib_lay.prf b/MyLab1_wrk/My_Lab1_lib_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/My_Lab1_lib_sch.prf b/MyLab1_wrk/My_Lab1_lib_sch.prf new file mode 100644 index 0000000..72dd74c --- /dev/null +++ b/MyLab1_wrk/My_Lab1_lib_sch.prf @@ -0,0 +1,25 @@ +pathWidth 0.500000 +pathRadius 0.500000 +textHeight 0.125000 +instNameLayerID ads_device:ads_annotate +instIDLayerID ads_annotate:ads_drawing7 +instParam1LayerID ads_annotate:drawing +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +minVertexDistance 1.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID ads_pin:ads_label diff --git a/MyLab1_wrk/ads_builtin_lay.prf b/MyLab1_wrk/ads_builtin_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab1_wrk/ads_builtin_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/ads_rflib_lay.prf b/MyLab1_wrk/ads_rflib_lay.prf new file mode 100644 index 0000000..20038a1 --- /dev/null +++ b/MyLab1_wrk/ads_rflib_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.040000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/ads_tlines_lay.prf b/MyLab1_wrk/ads_tlines_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab1_wrk/ads_tlines_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/cds.lib b/MyLab1_wrk/cds.lib new file mode 100644 index 0000000..3541b94 --- /dev/null +++ b/MyLab1_wrk/cds.lib @@ -0,0 +1 @@ +softinclude lib.defs diff --git a/MyLab1_wrk/cell_1.dds b/MyLab1_wrk/cell_1.dds new file mode 100644 index 0000000..8d29879 --- /dev/null +++ b/MyLab1_wrk/cell_1.dds @@ -0,0 +1,3799 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T01:06:21Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4368); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 9039); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 463078460); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 1389); + set(goId0, "Top", 1791); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1479411617); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1093942826); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1749476954); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2032807636); +// Graphical Object: + set(goId0, "Right", 4625); + set(goId0, "Bottom", 8500); + set(goId0, "Left", -250); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 993714824); +// Graphical Object: + set(plotId, "Right", 4525); + set(plotId, "Bottom", 8400); + set(plotId, "Left", -150); + set(plotId, "Top", 5475); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 779); + set(plotId, "RightMargin", 117); + set(plotId, "TopMargin", 84); + set(plotId, "BottomMargin", 586); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 792258268); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1339450970); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(1,2))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 189202045); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1350083336); +// Graphical Object: + set(goId0, "Right", 10505); + set(goId0, "Bottom", 5336); + set(goId0, "Left", 5625); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 2112134564); +// Graphical Object: + set(plotId, "Right", 10405); + set(plotId, "Bottom", 5236); + set(plotId, "Left", 5725); + set(plotId, "Top", 2350); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 629); + set(plotId, "RightMargin", 79); + set(plotId, "TopMargin", 56); + set(plotId, "BottomMargin", 504); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 435185338); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 829970437); + 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, "TickValuesOnOff", 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.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 394591254); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 946290257); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 6681); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 582663587); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2134360176); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1665820836); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 2072181805); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8283); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1831820858); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 298735610); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 970535725); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1194800835); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 142340360); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1697223641); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 244861893); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 947380136); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1888325652); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1372101128); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 718011273); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1915030998); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 217083451); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1497949389); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1299); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 818); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 150163877); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1948902361); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.05); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 209021011); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 917289496); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 32522957); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1562990894); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5606); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 818); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 67960844); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1010391202); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.05); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1496728925); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 766550044); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(1,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 300278850); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 540640054); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 5 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 369457285); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 369457285); + set(ddWinId, "PageViewRect_2072181805", list(-10774, 13920, 11129, -1091)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "PageViewRect_369457285", list(-1829, 9167, 13255, -1171)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations","Page 5 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/cell_1.dds~ b/MyLab1_wrk/cell_1.dds~ new file mode 100644 index 0000000..ee3a984 --- /dev/null +++ b/MyLab1_wrk/cell_1.dds~ @@ -0,0 +1,2892 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-17T22:30:54Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4368); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 9039); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 463078460); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 1389); + set(goId0, "Top", 1791); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1479411617); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1093942826); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1749476954); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2032807636); +// Graphical Object: + set(goId0, "Right", 4625); + set(goId0, "Bottom", 8500); + set(goId0, "Left", -250); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 993714824); +// Graphical Object: + set(plotId, "Right", 4525); + set(plotId, "Bottom", 8400); + set(plotId, "Left", -150); + set(plotId, "Top", 5475); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 779); + set(plotId, "RightMargin", 117); + set(plotId, "TopMargin", 84); + set(plotId, "BottomMargin", 586); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 792258268); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1339450970); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -0.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(1,2))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 189202045); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "StackedPlot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1350083336); +// Graphical Object: + set(goId0, "Right", 10505); + set(goId0, "Bottom", 5336); + set(goId0, "Left", 5625); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); + set(goId0, "PlotLogoHideOnOff", FALSE); +plotId = get_new(goId0, "Plot"); +if (plotId != NULL) { +// Base Class Object: + set(plotId, "Name", ""); + set(plotId, "Uid", 2112134564); +// Graphical Object: + set(plotId, "Right", 10405); + set(plotId, "Bottom", 5236); + set(plotId, "Left", 5725); + set(plotId, "Top", 2350); + set(plotId, "Zrot", 0); + set(plotId, "Yrot", 0); + set(plotId, "Xrot", 0); + set(plotId, "Status", 0); + set(plotId, "LineColor", 0); + set(plotId, "LineType", 0); + set(plotId, "LineWidth", 7); +// Box... + set(plotId, "FillPattern", -1); + set(plotId, "FillColor", 0); +// Plot base... + set(plotId, "LegendOnOff", TRUE); + set(plotId, "LeftMargin", 629); + set(plotId, "RightMargin", 79); + set(plotId, "TopMargin", 56); + set(plotId, "BottomMargin", 504); +// Plot Title... + set(plotId, "Title", ""); + set(plotId, "TitleFont", "Roboto"); + if (get(plotId, "TitleFont") != "Roboto") + set(plotId, "TitleFont", "Arial For CAE"); + set(plotId, "TitleFontSize", 140); + set(plotId, "TitleColor", 0); +axisID = get_new(plotId, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 435185338); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 112); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(plotId, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 829970437); + 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, "TickValuesOnOff", 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.5); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 0.1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(plotId, "Trace", "dB(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 394591254); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +// Initialize plot + set(plotId, "InitPlot", 0); +} +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 946290257); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 6681); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 582663587); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2134360176); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1665820836); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 2072181805); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8283); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 2072181805); + set(ddWinId, "PageViewRect_2072181805", list(-10774, 13920, 11129, -1091)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/cell_2.dds b/MyLab1_wrk/cell_2.dds new file mode 100644 index 0000000..77909ee --- /dev/null +++ b/MyLab1_wrk/cell_2.dds @@ -0,0 +1,712 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T01:00:14Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T11:43:32Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1750921729); +// Graphical Object: + set(goId0, "Right", 6867); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 2194); + set(goId0, "Top", 1958); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 85709752); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 492920781); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -30); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 593367410); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1587951830); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2078992688); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1338104208); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1162609153); +// Graphical Object: + set(goId0, "Right", 6799); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 4875); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1848606170); +// Graphical Object: + set(goId0, "Right", 4493); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 2750); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1098527054); +// Graphical Object: + set(goId0, "Right", 6789); + set(goId0, "Bottom", 6292); + set(goId0, "Left", 3750); + set(goId0, "Top", 6125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887804759); +// Graphical Object: + set(goId0, "Right", 7145); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2625); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Mag/Phase"); + set(pageId, "Uid", 118856895); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1408774377); +// Graphical Object: + set(goId0, "Right", 4475); + set(goId0, "Bottom", 4750); + set(goId0, "Left", 750); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1492783818); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1348724692); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 17693585); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 210160082); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 228509786); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 516636440); +// Graphical Object: + set(goId0, "Right", 1611); + set(goId0, "Bottom", 2250); + set(goId0, "Left", -1375); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 323347389); +// Graphical Object: + set(goId0, "Right", 202); + set(goId0, "Bottom", 2500); + set(goId0, "Left", -1375); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1606289803); +// Graphical Object: + set(goId0, "Right", 10997); + set(goId0, "Bottom", 2000); + set(goId0, "Left", -1375); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1336318914); +// Graphical Object: + set(goId0, "Right", 6401); + set(goId0, "Bottom", 3000); + set(goId0, "Left", -1375); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 985290484); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 118856895); + set(ddWinId, "PageViewRect_118856895", list(-435, 8627, 15637, -2388)); + set(ddWinId, "PageViewRect_228509786", list(-335, 4825, 5560, 925)); + set(ddWinId, "PageViewRect_985290484", list(-1622, 6631, 11244, -1881)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag/Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/cell_2.dds~ b/MyLab1_wrk/cell_2.dds~ new file mode 100644 index 0000000..3fe62b9 --- /dev/null +++ b/MyLab1_wrk/cell_2.dds~ @@ -0,0 +1,933 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-18T00:53:09Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T11:43:32Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1750921729); +// Graphical Object: + set(goId0, "Right", 4742); + set(goId0, "Bottom", 5461); + set(goId0, "Left", 69); + set(goId0, "Top", 2208); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 85709752); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 492920781); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -30); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 593367410); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1587951830); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2078992688); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1338104208); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 326109643); +// Graphical Object: + set(goId0, "Right", 9867); + set(goId0, "Bottom", 5461); + set(goId0, "Left", 5101); + set(goId0, "Top", 2208); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 452660153); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 973841413); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 100); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2028279956); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1432613732); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1752375960); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 598207369); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1162609153); +// Graphical Object: + set(goId0, "Right", 6799); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 4875); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1848606170); +// Graphical Object: + set(goId0, "Right", 4493); + set(goId0, "Bottom", 1792); + set(goId0, "Left", 2750); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1098527054); +// Graphical Object: + set(goId0, "Right", 6789); + set(goId0, "Bottom", 6292); + set(goId0, "Left", 3750); + set(goId0, "Top", 6125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887804759); +// Graphical Object: + set(goId0, "Right", 7145); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2625); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Mag/Phase"); + set(pageId, "Uid", 118856895); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1408774377); +// Graphical Object: + set(goId0, "Right", 4475); + set(goId0, "Bottom", 4750); + set(goId0, "Left", 750); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1492783818); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1348724692); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 17693585); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 210160082); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 228509786); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 516636440); +// Graphical Object: + set(goId0, "Right", 1611); + set(goId0, "Bottom", 2250); + set(goId0, "Left", -1375); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 323347389); +// Graphical Object: + set(goId0, "Right", 202); + set(goId0, "Bottom", 2500); + set(goId0, "Left", -1375); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1606289803); +// Graphical Object: + set(goId0, "Right", 10997); + set(goId0, "Bottom", 2000); + set(goId0, "Left", -1375); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1336318914); +// Graphical Object: + set(goId0, "Right", 6401); + set(goId0, "Bottom", 3000); + set(goId0, "Left", -1375); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 985290484); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 118856895); + set(ddWinId, "PageViewRect_118856895", list(-649, 8119, 12209, -693)); + set(ddWinId, "PageViewRect_228509786", list(-335, 4825, 5560, 925)); + set(ddWinId, "PageViewRect_985290484", list(-1622, 6631, 11244, -1881)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag/Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab1_wrk/data/cell_1.ds b/MyLab1_wrk/data/cell_1.ds new file mode 100644 index 0000000..7b8cc55 Binary files /dev/null and b/MyLab1_wrk/data/cell_1.ds differ diff --git a/MyLab1_wrk/data/cell_1_MomUW.ds b/MyLab1_wrk/data/cell_1_MomUW.ds new file mode 100644 index 0000000..b8bea74 Binary files /dev/null and b/MyLab1_wrk/data/cell_1_MomUW.ds differ diff --git a/MyLab1_wrk/data/cell_1_MomUW_a.ds b/MyLab1_wrk/data/cell_1_MomUW_a.ds new file mode 100644 index 0000000..f075340 Binary files /dev/null and b/MyLab1_wrk/data/cell_1_MomUW_a.ds differ diff --git a/MyLab1_wrk/data/cell_1_data/logFile.txt b/MyLab1_wrk/data/cell_1_data/logFile.txt new file mode 100644 index 0000000..ac04eee --- /dev/null +++ b/MyLab1_wrk/data/cell_1_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Thu Sep 18 03:00:50 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\data" + Process ID: 1632 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 18.38 seconds. + diff --git a/MyLab1_wrk/data/cell_2_MomUW.ds b/MyLab1_wrk/data/cell_2_MomUW.ds new file mode 100644 index 0000000..3a0e408 Binary files /dev/null and b/MyLab1_wrk/data/cell_2_MomUW.ds differ diff --git a/MyLab1_wrk/data/cell_2_MomUW_a.ds b/MyLab1_wrk/data/cell_2_MomUW_a.ds new file mode 100644 index 0000000..24f4787 Binary files /dev/null and b/MyLab1_wrk/data/cell_2_MomUW_a.ds differ diff --git a/MyLab1_wrk/data/emFar.ds b/MyLab1_wrk/data/emFar.ds new file mode 100644 index 0000000..411413b Binary files /dev/null and b/MyLab1_wrk/data/emFar.ds differ diff --git a/MyLab1_wrk/dds.cfg b/MyLab1_wrk/dds.cfg new file mode 100644 index 0000000..aa015a8 --- /dev/null +++ b/MyLab1_wrk/dds.cfg @@ -0,0 +1,9 @@ +DDS_FILE_NAME_OPEN_HISTORY_0=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\2-s-params.dds +DDS_FILE_NAME_OPEN_HISTORY_1=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\cell_1.dds +DDS_FILE_NAME_OPEN_HISTORY_2=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\EM_FarFieldCut.dds +DDS_FILE_NAME_OPEN_HISTORY_3=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\cell_2.dds +DDS_FILE_NAME_OPEN_HISTORY_4=C:\Program Files\Keysight\ADS2026_Update0.1\em\templates\EM_FarFieldCut.ddt +DDS_FILE_NAME_OPEN_HISTORY_5=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\5-s-params.dds +DDS_FILE_NAME_OPEN_HISTORY_6=C:\Program Files\Keysight\ADS2026_Update0.1\em\templates\S_1port_P.ddt +DDS_FILE_NAME_OPEN_HISTORY_7=C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\3-s-params.dds +DDS_FILE_NAME_OPEN_HISTORY_8=C:\Program Files\Keysight\ADS2026_Update0.1\em\templates\S_2port_P.ddt diff --git a/MyLab1_wrk/de_sim.cfg b/MyLab1_wrk/de_sim.cfg new file mode 100644 index 0000000..5c2a2e9 --- /dev/null +++ b/MyLab1_wrk/de_sim.cfg @@ -0,0 +1,15 @@ +SYSTEM_CUSTOM_CIRCUIT_SYMBOLS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS};{$HPEESOF_DIR}\custom\{%PROJECT1}\symbols +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS= +DATA_FILES=.\data;{%PROJECT_SEARCH_DATA_FILES};{%DESIGN_KIT_DATA_FILES} +DESIGN_KIT_DATA_FILES= +SYSTEM_CUSTOM_CIRCUIT_DESIGNS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS};{$HPEESOF_DIR}\custom\{%PROJECT1}\designs +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS= +VIA_CONFIG_PATH={%DESIGN_KIT_VIA_CONFIG_PATH} +DESIGN_KIT_VIA_CONFIG_PATH= +LAST_LIBRARY_SELECTED=My_Lab1_lib +SCHEM_FILE_OPEN_HISTORY_1=My_Lab1_lib:cell_1:schematic +LAYOUT_FILE_OPEN_HISTORY_1=My_Lab1_lib:cell_2:layout +SUBSTRATE_FILE_OPEN_HISTORY_1=My_Lab1_lib:tech +SUBSTRATE_FILE_OPEN_HISTORY_2=My_Lab1_lib:cell_1 +SUBSTRATE_FILE_OPEN_HISTORY_3=My_Lab1_lib:substrate1 +LAYOUT_FILE_OPEN_HISTORY_2=My_Lab1_lib:cell_1:layout diff --git a/MyLab1_wrk/default.pinproperties b/MyLab1_wrk/default.pinproperties new file mode 100644 index 0000000..ccf2d45 --- /dev/null +++ b/MyLab1_wrk/default.pinproperties @@ -0,0 +1,15 @@ + + + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + _NEG + _POS + diff --git a/MyLab1_wrk/hpeesofsim.cfg b/MyLab1_wrk/hpeesofsim.cfg new file mode 100644 index 0000000..9effee2 --- /dev/null +++ b/MyLab1_wrk/hpeesofsim.cfg @@ -0,0 +1,6 @@ +EESOF_MODEL_PATH=%DESIGN_KIT_MODEL_PATH:$ICCAP_MODEL_PATH:%ICCAP_MODEL_PATH;{%DESIGN_KIT_MODEL_PATH} +DESIGN_KIT_MODEL_PATH= +DESIGN_KIT_VERILOGA_PATH= +SIM_FILE_PATH=$USER_SIM_FILE_PATH:%USER_SIM_FILE_PATH:$DE_SIM_FILE_PATH:%DE_SIM_FILE_PATH:.:..:../data:../networks:%DESIGN_KIT_SIM_FILE_PATH;{%DESIGN_KIT_SIM_FILE_PATH} +DESIGN_KIT_SIM_FILE_PATH= +DE_SIM_FILE_PATH=.\data;; diff --git a/MyLab1_wrk/images/2-s-params.png b/MyLab1_wrk/images/2-s-params.png new file mode 100644 index 0000000..a87d8bc Binary files /dev/null and b/MyLab1_wrk/images/2-s-params.png differ diff --git a/MyLab1_wrk/images/3-microstrip.png b/MyLab1_wrk/images/3-microstrip.png new file mode 100644 index 0000000..9247815 Binary files /dev/null and b/MyLab1_wrk/images/3-microstrip.png differ diff --git a/MyLab1_wrk/images/3-s-params.png b/MyLab1_wrk/images/3-s-params.png new file mode 100644 index 0000000..77fca6d Binary files /dev/null and b/MyLab1_wrk/images/3-s-params.png differ diff --git a/MyLab1_wrk/images/4-traveling-wave.png b/MyLab1_wrk/images/4-traveling-wave.png new file mode 100644 index 0000000..ea60382 Binary files /dev/null and b/MyLab1_wrk/images/4-traveling-wave.png differ diff --git a/MyLab1_wrk/images/5-s-param.png b/MyLab1_wrk/images/5-s-param.png new file mode 100644 index 0000000..c4932b6 Binary files /dev/null and b/MyLab1_wrk/images/5-s-param.png differ diff --git a/MyLab1_wrk/images/5-sub-antenna.png b/MyLab1_wrk/images/5-sub-antenna.png new file mode 100644 index 0000000..7281839 Binary files /dev/null and b/MyLab1_wrk/images/5-sub-antenna.png differ diff --git a/MyLab1_wrk/images/6-far-cut.png b/MyLab1_wrk/images/6-far-cut.png new file mode 100644 index 0000000..8c835b1 Binary files /dev/null and b/MyLab1_wrk/images/6-far-cut.png differ diff --git a/MyLab1_wrk/images/6-far-field-antenna.png b/MyLab1_wrk/images/6-far-field-antenna.png new file mode 100644 index 0000000..1697c98 Binary files /dev/null and b/MyLab1_wrk/images/6-far-field-antenna.png differ diff --git a/MyLab1_wrk/images/6-gain-directivity-table.png b/MyLab1_wrk/images/6-gain-directivity-table.png new file mode 100644 index 0000000..25eff70 Binary files /dev/null and b/MyLab1_wrk/images/6-gain-directivity-table.png differ diff --git a/MyLab1_wrk/images/6-gain-directivity.png b/MyLab1_wrk/images/6-gain-directivity.png new file mode 100644 index 0000000..a2447b2 Binary files /dev/null and b/MyLab1_wrk/images/6-gain-directivity.png differ diff --git a/MyLab1_wrk/images/schematic.png b/MyLab1_wrk/images/schematic.png new file mode 100644 index 0000000..d11f347 Binary files /dev/null and b/MyLab1_wrk/images/schematic.png differ diff --git a/MyLab1_wrk/layout.prf b/MyLab1_wrk/layout.prf new file mode 100644 index 0000000..95351b6 --- /dev/null +++ b/MyLab1_wrk/layout.prf @@ -0,0 +1,196 @@ +pathBend 5 +pathMiterPercent 30.000000 +pathEndCap 3 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 90.000000 +textAbsolute 0 +instNameLayer 1 +instIDLayer 1 +instParam1Layer 1 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 1.000000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 3.000000 +miterVertexLength 0.250000 +portOrientation 10000.000000 +plottingDepth 10 +bboxColor 3 +selectColor 99 +highlightColor 66 +pinColor 54 +pinSize 5.000000 +teeColor 3 +teeSize 5.000000 +portColor 5 +backgroundColor 0 +foregroundColor 41 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 9727 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 90.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 104 +windowLLX -5.000000 +windowLLY -5.000000 +windowURX 5.000000 +windowURY 5.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 1 +placePinPopUp 1 +checkIntersection 0 +checkBinding 1 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 5.000000 +stepRepeatYspace 5.000000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 1 +teeSizeUnits 1 +portSizeUnits 0 +pinSnapSize 20.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.050000 +dveFringe 15.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 7 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 1.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 0 +originColor 10 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/lib.defs b/MyLab1_wrk/lib.defs new file mode 100644 index 0000000..c9f4adb --- /dev/null +++ b/MyLab1_wrk/lib.defs @@ -0,0 +1,3 @@ +INCLUDE $HPEESOF_DIR/oalibs/analog_rf.defs +DEFINE My_Lab1_lib My_Lab1_lib +ASSIGN My_Lab1_lib libMode shared diff --git a/MyLab1_wrk/navigator.opt b/MyLab1_wrk/navigator.opt new file mode 100644 index 0000000..c08b3b5 --- /dev/null +++ b/MyLab1_wrk/navigator.opt @@ -0,0 +1,28 @@ + + + + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + + diff --git a/MyLab1_wrk/netlist.log b/MyLab1_wrk/netlist.log new file mode 100644 index 0000000..db460d8 --- /dev/null +++ b/MyLab1_wrk/netlist.log @@ -0,0 +1,24 @@ +; Top Design: "My_Lab1_lib:cell_1:schematic" +; Netlisted using Hierarchy Policy: "Standard" + +Options ResourceUsage=yes UseNutmegFormat=no EnableOptim=no TopDesignName="My_Lab1_lib:cell_1:schematic" DcopOutputNodeVoltages=yes DcopOutputPinCurrents=yes DcopOutputAllSweepPoints=no DcopOutputDcopType=0 +model MSub1 MSUB H=1.52 mm Er=3.66 Mur=1 Cond=1.0E+50 Hu=1e+33 mm T=0.025 mm TanD=0.003 Rough=0 mm DielectricLossModel=1 FreqForEpsrTanD=1.0 GHz LowFreqForTanD=1.0 kHz HighFreqForTanD=1.0 THz RoughnessModel=2 +MLIN2:TL1 N__0 N__1 Subst="MSub1" W=3.3 mm L=49 mm Wall1=2.5000000000000002e+28 mm Wall2=2.5000000000000002e+28 mm Mod=1 +S_Param:SP1 CalcS=yes CalcY=no CalcZ=no GroupDelayAperture=1e-4 FreqConversion=no FreqConversionPort=1 StatusLevel=2 CalcNoise=no SortNoise=0 BandwidthForNoise=1.0 Hz DevOpPtLevel=0 SPSS_WSP=yes \ +SweepVar="freq" SweepPlan="SP1_stim" OutputPlan="SP1_Output" + +SweepPlan: SP1_stim Start=1.0 GHz Stop=5 GHz Step=0.01 GHz + +OutputPlan:SP1_Output \ + Type="Output" \ + UseEquationNestLevel=yes \ + EquationNestLevel=2 \ + UseSavedEquationNestLevel=yes \ + SavedEquationNestLevel=2 + +#load "python","LinearCollapse" +Component Module="LinearCollapse" Type="ModelExtractor" NetworkRepresentation=2 +Port:Term2 N__1 0 Num=2 Z=50 Ohm Noise=yes +Port:Term1 N__0 0 Num=1 Z=50 Ohm Noise=yes + +;#@# autodisplay="S_Params_Quad_dB_Smith" diff --git a/MyLab1_wrk/readegs.log b/MyLab1_wrk/readegs.log new file mode 100644 index 0000000..648bf94 --- /dev/null +++ b/MyLab1_wrk/readegs.log @@ -0,0 +1,4 @@ +Thu Sep 18 02:52:47 2025 +Reading EGS Generate file "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\simulation\My_Lab1_lib\cell_2\layout\emSetup_MoM\proj.gdf" +EGS file C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\simulation\My_Lab1_lib\cell_2\layout\emSetup_MoM\proj.gdf is imported in cell "" +Translation successful diff --git a/MyLab1_wrk/saved.wrkstate b/MyLab1_wrk/saved.wrkstate new file mode 100644 index 0000000..79d8afa --- /dev/null +++ b/MyLab1_wrk/saved.wrkstate @@ -0,0 +1,5 @@ + + + + + diff --git a/MyLab1_wrk/schematic.prf b/MyLab1_wrk/schematic.prf new file mode 100644 index 0000000..09c1062 --- /dev/null +++ b/MyLab1_wrk/schematic.prf @@ -0,0 +1,196 @@ +pathBend 1 +pathMiterPercent 0.000000 +pathEndCap 2 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 0.000000 +textAbsolute 0 +instNameLayer 6 +instIDLayer 7 +instParam1Layer 8 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 0.100000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 0.300000 +miterVertexLength 1.000000 +portOrientation 0.000000 +plottingDepth 10 +bboxColor 0 +selectColor 0 +highlightColor 1 +pinColor 19 +pinSize 0.050000 +teeColor 5 +teeSize 0.050000 +portColor 5 +backgroundColor 42 +foregroundColor 10 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 1535 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 90.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 0 +windowLLX -2.000000 +windowLLY -3.000000 +windowURX 8.000000 +windowURY 2.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 0 +placePinPopUp 1 +checkIntersection 0 +checkBinding 0 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 0.125000 +stepRepeatYspace 0.125000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 0 +teeSizeUnits 0 +portSizeUnits 0 +pinSnapSize 15.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.000000 +dveFringe 10.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 10 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 4.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 1 +originColor 105 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.500000 +pathRadius 0.500000 +textHeight 0.125000 +instNameLayerID +instIDLayerID +instParam1LayerID +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +minVertexDistance 1.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab1_wrk/search_history.log b/MyLab1_wrk/search_history.log new file mode 100644 index 0000000..e69de29 diff --git a/MyLab1_wrk/setup_gds_oa.opt b/MyLab1_wrk/setup_gds_oa.opt new file mode 100644 index 0000000..58aa8a9 --- /dev/null +++ b/MyLab1_wrk/setup_gds_oa.opt @@ -0,0 +1,13 @@ + + + + + + 0 + + + + + 0 + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/.variables b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..5b5dacc --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 178 surfaces diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..0fb1330 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,51 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/Nextcloud/TNE071_ADS/My_Lab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 7.6524658203125000e+01 -5.4150012969970703e+01 5.2069679260253906e+01 + Target 2.6335338592529297e+01 -3.9606900215148926e+00 1.8803553581237793e+00 + Up -4.0824839472770691e-01 4.0824809670448303e-01 8.1649678945541382e-01 + 3.4772197723388672e+01 3.4772197723388672e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/emStateFile.xml b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..4897abe --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,1726 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + My_Lab1_lib + cell_1_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk + My_Lab1_lib + cell_1 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_1 + True + True + cell_1 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 2 + 2 + 2 + 0 + + + + + False + 1 + + + False + + My_Lab1_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_1 + True + True + S_Nport_P.ddt + + + True + cell_1 + True + False + True + False + False + mySuffix + + + + False + False + 0 + My_Lab1_lib:cell_1:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + My_Lab1_lib:cell_1:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.049:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk<br>Library: My_Lab1_lib<br>Cell: cell_1<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: My_Lab1_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_1_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/momentum.cfg b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.c2d b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..d4d4fbf --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,58 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 18 00:30:22 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 2 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cdr b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..feac117 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,18 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 2 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cfg b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..75d0e1f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/Nextcloud/TNE071_ADS/My_Lab1_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.exb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..2ffc542 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.fra b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..aaa90c0 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 2 +NUMBER OF DATA COLUMNS : -2 + +NUMBER OF BLOCKS : 1 +0 7 :0 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.gdf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..182ae9a --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,237 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 47.3500,-1.6500 47.3500,0.0000; +ADD L1 :W0.000 47.3500,-1.6500 49.0000,-1.6500; +ADD L1 :W0.000 49.0000,-1.6500 49.0000,0.0000; +ADD L1 :W0.000 47.3500,0.0000 49.0000,0.0000; +ADD L1 :W0.000 47.3500,1.6500 47.3500,0.0000; +ADD L1 :W0.000 47.3500,0.0000 49.0000,0.0000; +ADD L1 :W0.000 49.0000,0.0000 49.0000,1.6500; +ADD L1 :W0.000 47.3500,1.6500 49.0000,1.6500; +ADD L1 :W0.000 45.6574,1.6500 45.6574,0.0000; +ADD L1 :W0.000 45.6574,0.0000 47.3500,0.0000; +ADD L1 :W0.000 47.3500,1.6500 47.3500,0.0000; +ADD L1 :W0.000 45.6574,1.6500 47.3500,1.6500; +ADD L1 :W0.000 45.6574,-1.6500 45.6574,0.0000; +ADD L1 :W0.000 45.6574,-1.6500 47.3500,-1.6500; +ADD L1 :W0.000 47.3500,-1.6500 47.3500,0.0000; +ADD L1 :W0.000 45.6574,0.0000 47.3500,0.0000; +ADD L1 :W0.000 43.9648,1.6500 43.9648,0.0000; +ADD L1 :W0.000 43.9648,0.0000 45.6574,0.0000; +ADD L1 :W0.000 45.6574,1.6500 45.6574,0.0000; +ADD L1 :W0.000 43.9648,1.6500 45.6574,1.6500; +ADD L1 :W0.000 43.9648,-1.6500 43.9648,0.0000; +ADD L1 :W0.000 43.9648,-1.6500 45.6574,-1.6500; +ADD L1 :W0.000 45.6574,-1.6500 45.6574,0.0000; +ADD L1 :W0.000 43.9648,0.0000 45.6574,0.0000; +ADD L1 :W0.000 42.2722,1.6500 42.2722,0.0000; +ADD L1 :W0.000 42.2722,0.0000 43.9648,0.0000; +ADD L1 :W0.000 43.9648,1.6500 43.9648,0.0000; +ADD L1 :W0.000 42.2722,1.6500 43.9648,1.6500; +ADD L1 :W0.000 42.2722,-1.6500 42.2722,0.0000; +ADD L1 :W0.000 42.2722,-1.6500 43.9648,-1.6500; +ADD L1 :W0.000 43.9648,-1.6500 43.9648,0.0000; +ADD L1 :W0.000 42.2722,0.0000 43.9648,0.0000; +ADD L1 :W0.000 40.5796,1.6500 40.5796,0.0000; +ADD L1 :W0.000 40.5796,0.0000 42.2722,0.0000; +ADD L1 :W0.000 42.2722,1.6500 42.2722,0.0000; +ADD L1 :W0.000 40.5796,1.6500 42.2722,1.6500; +ADD L1 :W0.000 40.5796,-1.6500 40.5796,0.0000; +ADD L1 :W0.000 40.5796,-1.6500 42.2722,-1.6500; +ADD L1 :W0.000 42.2722,-1.6500 42.2722,0.0000; +ADD L1 :W0.000 40.5796,0.0000 42.2722,0.0000; +ADD L1 :W0.000 38.8870,1.6500 38.8870,0.0000; +ADD L1 :W0.000 38.8870,0.0000 40.5796,0.0000; +ADD L1 :W0.000 40.5796,1.6500 40.5796,0.0000; +ADD L1 :W0.000 38.8870,1.6500 40.5796,1.6500; +ADD L1 :W0.000 38.8870,-1.6500 38.8870,0.0000; +ADD L1 :W0.000 38.8870,-1.6500 40.5796,-1.6500; +ADD L1 :W0.000 40.5796,-1.6500 40.5796,0.0000; +ADD L1 :W0.000 38.8870,0.0000 40.5796,0.0000; +ADD L1 :W0.000 37.1944,1.6500 37.1944,0.0000; +ADD L1 :W0.000 37.1944,0.0000 38.8870,0.0000; +ADD L1 :W0.000 38.8870,1.6500 38.8870,0.0000; +ADD L1 :W0.000 37.1944,1.6500 38.8870,1.6500; +ADD L1 :W0.000 37.1944,-1.6500 37.1944,0.0000; +ADD L1 :W0.000 37.1944,-1.6500 38.8870,-1.6500; +ADD L1 :W0.000 38.8870,-1.6500 38.8870,0.0000; +ADD L1 :W0.000 37.1944,0.0000 38.8870,0.0000; +ADD L1 :W0.000 35.5019,1.6500 35.5019,0.0000; +ADD L1 :W0.000 35.5019,0.0000 37.1944,0.0000; +ADD L1 :W0.000 37.1944,1.6500 37.1944,0.0000; +ADD L1 :W0.000 35.5019,1.6500 37.1944,1.6500; +ADD L1 :W0.000 35.5019,-1.6500 35.5019,0.0000; +ADD L1 :W0.000 35.5019,-1.6500 37.1944,-1.6500; +ADD L1 :W0.000 37.1944,-1.6500 37.1944,0.0000; +ADD L1 :W0.000 35.5019,0.0000 37.1944,0.0000; +ADD L1 :W0.000 33.8093,1.6500 33.8093,0.0000; +ADD L1 :W0.000 33.8093,0.0000 35.5019,0.0000; +ADD L1 :W0.000 35.5019,1.6500 35.5019,0.0000; +ADD L1 :W0.000 33.8093,1.6500 35.5019,1.6500; +ADD L1 :W0.000 33.8093,-1.6500 33.8093,0.0000; +ADD L1 :W0.000 33.8093,-1.6500 35.5019,-1.6500; +ADD L1 :W0.000 35.5019,-1.6500 35.5019,0.0000; +ADD L1 :W0.000 33.8093,0.0000 35.5019,0.0000; +ADD L1 :W0.000 32.1167,1.6500 32.1167,0.0000; +ADD L1 :W0.000 32.1167,0.0000 33.8093,0.0000; +ADD L1 :W0.000 33.8093,1.6500 33.8093,0.0000; +ADD L1 :W0.000 32.1167,1.6500 33.8093,1.6500; +ADD L1 :W0.000 32.1167,-1.6500 32.1167,0.0000; +ADD L1 :W0.000 32.1167,-1.6500 33.8093,-1.6500; +ADD L1 :W0.000 33.8093,-1.6500 33.8093,0.0000; +ADD L1 :W0.000 32.1167,0.0000 33.8093,0.0000; +ADD L1 :W0.000 30.4241,1.6500 30.4241,0.0000; +ADD L1 :W0.000 30.4241,0.0000 32.1167,0.0000; +ADD L1 :W0.000 32.1167,1.6500 32.1167,0.0000; +ADD L1 :W0.000 30.4241,1.6500 32.1167,1.6500; +ADD L1 :W0.000 30.4241,-1.6500 30.4241,0.0000; +ADD L1 :W0.000 30.4241,-1.6500 32.1167,-1.6500; +ADD L1 :W0.000 32.1167,-1.6500 32.1167,0.0000; +ADD L1 :W0.000 30.4241,0.0000 32.1167,0.0000; +ADD L1 :W0.000 28.7315,1.6500 28.7315,0.0000; +ADD L1 :W0.000 28.7315,0.0000 30.4241,0.0000; +ADD L1 :W0.000 30.4241,1.6500 30.4241,0.0000; +ADD L1 :W0.000 28.7315,1.6500 30.4241,1.6500; +ADD L1 :W0.000 28.7315,-1.6500 28.7315,0.0000; +ADD L1 :W0.000 28.7315,-1.6500 30.4241,-1.6500; +ADD L1 :W0.000 30.4241,-1.6500 30.4241,0.0000; +ADD L1 :W0.000 28.7315,0.0000 30.4241,0.0000; +ADD L1 :W0.000 27.0389,1.6500 27.0389,0.0000; +ADD L1 :W0.000 27.0389,0.0000 28.7315,0.0000; +ADD L1 :W0.000 28.7315,1.6500 28.7315,0.0000; +ADD L1 :W0.000 27.0389,1.6500 28.7315,1.6500; +ADD L1 :W0.000 27.0389,-1.6500 27.0389,0.0000; +ADD L1 :W0.000 27.0389,-1.6500 28.7315,-1.6500; +ADD L1 :W0.000 28.7315,-1.6500 28.7315,0.0000; +ADD L1 :W0.000 27.0389,0.0000 28.7315,0.0000; +ADD L1 :W0.000 25.3463,1.6500 25.3463,0.0000; +ADD L1 :W0.000 25.3463,0.0000 27.0389,0.0000; +ADD L1 :W0.000 27.0389,1.6500 27.0389,0.0000; +ADD L1 :W0.000 25.3463,1.6500 27.0389,1.6500; +ADD L1 :W0.000 25.3463,-1.6500 25.3463,0.0000; +ADD L1 :W0.000 25.3463,-1.6500 27.0389,-1.6500; +ADD L1 :W0.000 27.0389,-1.6500 27.0389,0.0000; +ADD L1 :W0.000 25.3463,0.0000 27.0389,0.0000; +ADD L1 :W0.000 23.6537,1.6500 23.6537,0.0000; +ADD L1 :W0.000 23.6537,0.0000 25.3463,0.0000; +ADD L1 :W0.000 25.3463,1.6500 25.3463,0.0000; +ADD L1 :W0.000 23.6537,1.6500 25.3463,1.6500; +ADD L1 :W0.000 23.6537,-1.6500 23.6537,0.0000; +ADD L1 :W0.000 23.6537,-1.6500 25.3463,-1.6500; +ADD L1 :W0.000 25.3463,-1.6500 25.3463,0.0000; +ADD L1 :W0.000 23.6537,0.0000 25.3463,0.0000; +ADD L1 :W0.000 21.9611,1.6500 21.9611,0.0000; +ADD L1 :W0.000 21.9611,0.0000 23.6537,0.0000; +ADD L1 :W0.000 23.6537,1.6500 23.6537,0.0000; +ADD L1 :W0.000 21.9611,1.6500 23.6537,1.6500; +ADD L1 :W0.000 21.9611,-1.6500 21.9611,0.0000; +ADD L1 :W0.000 21.9611,-1.6500 23.6537,-1.6500; +ADD L1 :W0.000 23.6537,-1.6500 23.6537,0.0000; +ADD L1 :W0.000 21.9611,0.0000 23.6537,0.0000; +ADD L1 :W0.000 20.2685,1.6500 20.2685,0.0000; +ADD L1 :W0.000 20.2685,0.0000 21.9611,0.0000; +ADD L1 :W0.000 21.9611,1.6500 21.9611,0.0000; +ADD L1 :W0.000 20.2685,1.6500 21.9611,1.6500; +ADD L1 :W0.000 20.2685,-1.6500 20.2685,0.0000; +ADD L1 :W0.000 20.2685,-1.6500 21.9611,-1.6500; +ADD L1 :W0.000 21.9611,-1.6500 21.9611,0.0000; +ADD L1 :W0.000 20.2685,0.0000 21.9611,0.0000; +ADD L1 :W0.000 18.5759,1.6500 18.5759,0.0000; +ADD L1 :W0.000 18.5759,0.0000 20.2685,0.0000; +ADD L1 :W0.000 20.2685,1.6500 20.2685,0.0000; +ADD L1 :W0.000 18.5759,1.6500 20.2685,1.6500; +ADD L1 :W0.000 18.5759,-1.6500 18.5759,0.0000; +ADD L1 :W0.000 18.5759,-1.6500 20.2685,-1.6500; +ADD L1 :W0.000 20.2685,-1.6500 20.2685,0.0000; +ADD L1 :W0.000 18.5759,0.0000 20.2685,0.0000; +ADD L1 :W0.000 16.8833,1.6500 16.8833,0.0000; +ADD L1 :W0.000 16.8833,0.0000 18.5759,0.0000; +ADD L1 :W0.000 18.5759,1.6500 18.5759,0.0000; +ADD L1 :W0.000 16.8833,1.6500 18.5759,1.6500; +ADD L1 :W0.000 16.8833,-1.6500 16.8833,0.0000; +ADD L1 :W0.000 16.8833,-1.6500 18.5759,-1.6500; +ADD L1 :W0.000 18.5759,-1.6500 18.5759,0.0000; +ADD L1 :W0.000 16.8833,0.0000 18.5759,0.0000; +ADD L1 :W0.000 15.1907,1.6500 15.1907,0.0000; +ADD L1 :W0.000 15.1907,0.0000 16.8833,0.0000; +ADD L1 :W0.000 16.8833,1.6500 16.8833,0.0000; +ADD L1 :W0.000 15.1907,1.6500 16.8833,1.6500; +ADD L1 :W0.000 15.1907,-1.6500 15.1907,0.0000; +ADD L1 :W0.000 15.1907,-1.6500 16.8833,-1.6500; +ADD L1 :W0.000 16.8833,-1.6500 16.8833,0.0000; +ADD L1 :W0.000 15.1907,0.0000 16.8833,0.0000; +ADD L1 :W0.000 13.4981,0.0000 13.4981,1.6500; +ADD L1 :W0.000 13.4981,0.0000 15.1907,0.0000; +ADD L1 :W0.000 15.1907,1.6500 15.1907,0.0000; +ADD L1 :W0.000 13.4981,1.6500 15.1907,1.6500; +ADD L1 :W0.000 13.4981,0.0000 13.4981,-1.6500; +ADD L1 :W0.000 13.4981,-1.6500 15.1907,-1.6500; +ADD L1 :W0.000 15.1907,-1.6500 15.1907,0.0000; +ADD L1 :W0.000 13.4981,0.0000 15.1907,0.0000; +ADD L1 :W0.000 11.8056,0.0000 11.8056,-1.6500; +ADD L1 :W0.000 11.8056,-1.6500 13.4981,-1.6500; +ADD L1 :W0.000 13.4981,0.0000 13.4981,-1.6500; +ADD L1 :W0.000 11.8056,0.0000 13.4981,0.0000; +ADD L1 :W0.000 11.8056,0.0000 11.8056,1.6500; +ADD L1 :W0.000 11.8056,0.0000 13.4981,0.0000; +ADD L1 :W0.000 13.4981,0.0000 13.4981,1.6500; +ADD L1 :W0.000 11.8056,1.6500 13.4981,1.6500; +ADD L1 :W0.000 10.1130,0.0000 10.1130,-1.6500; +ADD L1 :W0.000 10.1130,-1.6500 11.8056,-1.6500; +ADD L1 :W0.000 11.8056,0.0000 11.8056,-1.6500; +ADD L1 :W0.000 10.1130,0.0000 11.8056,0.0000; +ADD L1 :W0.000 10.1130,0.0000 10.1130,1.6500; +ADD L1 :W0.000 10.1130,0.0000 11.8056,0.0000; +ADD L1 :W0.000 11.8056,0.0000 11.8056,1.6500; +ADD L1 :W0.000 10.1130,1.6500 11.8056,1.6500; +ADD L1 :W0.000 8.4204,0.0000 8.4204,-1.6500; +ADD L1 :W0.000 8.4204,-1.6500 10.1130,-1.6500; +ADD L1 :W0.000 10.1130,0.0000 10.1130,-1.6500; +ADD L1 :W0.000 8.4204,0.0000 10.1130,0.0000; +ADD L1 :W0.000 8.4204,0.0000 8.4204,1.6500; +ADD L1 :W0.000 8.4204,0.0000 10.1130,0.0000; +ADD L1 :W0.000 10.1130,0.0000 10.1130,1.6500; +ADD L1 :W0.000 8.4204,1.6500 10.1130,1.6500; +ADD L1 :W0.000 6.7278,0.0000 6.7278,-1.6500; +ADD L1 :W0.000 6.7278,-1.6500 8.4204,-1.6500; +ADD L1 :W0.000 8.4204,0.0000 8.4204,-1.6500; +ADD L1 :W0.000 6.7278,0.0000 8.4204,0.0000; +ADD L1 :W0.000 6.7278,0.0000 6.7278,1.6500; +ADD L1 :W0.000 6.7278,0.0000 8.4204,0.0000; +ADD L1 :W0.000 8.4204,0.0000 8.4204,1.6500; +ADD L1 :W0.000 6.7278,1.6500 8.4204,1.6500; +ADD L1 :W0.000 5.0352,-1.6500 5.0352,0.0000; +ADD L1 :W0.000 5.0352,-1.6500 6.7278,-1.6500; +ADD L1 :W0.000 6.7278,0.0000 6.7278,-1.6500; +ADD L1 :W0.000 5.0352,0.0000 6.7278,0.0000; +ADD L1 :W0.000 5.0352,1.6500 5.0352,0.0000; +ADD L1 :W0.000 5.0352,0.0000 6.7278,0.0000; +ADD L1 :W0.000 6.7278,0.0000 6.7278,1.6500; +ADD L1 :W0.000 5.0352,1.6500 6.7278,1.6500; +ADD L1 :W0.000 3.3426,0.0000 3.3426,1.6500; +ADD L1 :W0.000 3.3426,0.0000 5.0352,0.0000; +ADD L1 :W0.000 5.0352,1.6500 5.0352,0.0000; +ADD L1 :W0.000 3.3426,1.6500 5.0352,1.6500; +ADD L1 :W0.000 3.3426,0.0000 3.3426,-1.6500; +ADD L1 :W0.000 3.3426,-1.6500 5.0352,-1.6500; +ADD L1 :W0.000 5.0352,-1.6500 5.0352,0.0000; +ADD L1 :W0.000 3.3426,0.0000 5.0352,0.0000; +ADD L1 :W0.000 1.6500,0.0000 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,-1.6500 3.3426,-1.6500; +ADD L1 :W0.000 3.3426,0.0000 3.3426,-1.6500; +ADD L1 :W0.000 1.6500,0.0000 3.3426,0.0000; +ADD L1 :W0.000 1.6500,0.0000 1.6500,1.6500; +ADD L1 :W0.000 1.6500,0.0000 3.3426,0.0000; +ADD L1 :W0.000 3.3426,0.0000 3.3426,1.6500; +ADD L1 :W0.000 1.6500,1.6500 3.3426,1.6500; +ADD L1 :W0.000 0.0000,-1.6500 0.0000,0.0000; +ADD L1 :W0.000 0.0000,-1.6500 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,0.0000 1.6500,-1.6500; +ADD L1 :W0.000 0.0000,0.0000 1.6500,0.0000; +ADD L1 :W0.000 0.0000,0.0000 0.0000,1.6500; +ADD L1 :W0.000 0.0000,0.0000 1.6500,0.0000; +ADD L1 :W0.000 1.6500,0.0000 1.6500,1.6500; +ADD L1 :W0.000 0.0000,1.6500 1.6500,1.6500; +SAVE; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.jo2 b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lcf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..1c3a7e7 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwap_inclusive!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTcyLjMwLjExMi4xIWJfcHdhZF9pbmNsdXNpdmUxK2JfcHdhZF9pbmNsdXNpdmUyK2JfcHdhcF9pbmNsdXNpdmUrYl9wd2VtX2luY2x1c2l2ZStiX3B3Z2VfaW5jbHVzaXZlK2JfcHdnZ19pbmNsdXNpdmUrYl9wd2ljX2luY2x1c2l2ZStiX3B3bWJfaW5jbHVzaXZlK2JfcHdtcV9pbmNsdXNpdmUrYl9wd3NkX2luY2x1c2l2ZStlX25leHVzX2RhdGFkaXNwbGF5X25leHVzK2VfcHdhZF9RUHJvK2VfcHdhZF9tZGxfcXVhbnR1bV9lbGVjK2VfcHdhZF9xX3N5cytlX3B3Z2dfcmZwcm9ja3RfcGs2K2VfcHdnZ19yZnByb2NrdF91aStlX3NpbV9mZW1fZmR0ZF9wazgrZV9zaW1faWNjYXBfcGsyMCEyMDI1LTA5LTE4VDAwOjMwOjIxWiE4NzQ4MGE4YzNlOGE2NTFjYTg5YjRmNjBhYmIzMmVhNw== \ No newline at end of file diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lln b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.log b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..5fe06d0 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.log @@ -0,0 +1,88 @@ +License checkout took 0.018 sec +License checkout took 0.009 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Thu Sep 18 00:30:21 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 360 (reduced: 360) +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 1.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 3 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 2.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Thu Sep 18 00:30:22 2025 +The simulation results have been saved in dataset "cell_1_MomUW". diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ltd b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..f6e478b --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,44 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mmd b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..2c2a89f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,284 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + Wl: 0.0350180061684546; + Cpwl: 20; +; +NdefIA 90: + p 1: 0 -0.00165 0.00152, + p 2: 0 0 0.00152, + p 3: 0 0.00165 0.00152, + p 4: 0.00165 0 0.00152, + p 5: 0.00165 -0.00165 0.00152, + p 6: 0.00165 0.00165 0.00152, + p 7: 0.00334259259259259 0 0.00152, + p 8: 0.00334259259259259 -0.00165 0.00152, + p 9: 0.00334259259259259 0.00165 0.00152, + p 10: 0.00503518518518519 -0.00165 0.00152, + p 11: 0.00503518518518519 0.00165 0.00152, + p 12: 0.00503518518518519 0 0.00152, + p 13: 0.00672777777777778 0 0.00152, + p 14: 0.00672777777777778 -0.00165 0.00152, + p 15: 0.00672777777777778 0.00165 0.00152, + p 16: 0.00842037037037037 0 0.00152, + p 17: 0.00842037037037037 -0.00165 0.00152, + p 18: 0.00842037037037037 0.00165 0.00152, + p 19: 0.010112962962963 0 0.00152, + p 20: 0.010112962962963 -0.00165 0.00152, + p 21: 0.010112962962963 0.00165 0.00152, + p 22: 0.0118055555555556 0 0.00152, + p 23: 0.0118055555555556 -0.00165 0.00152, + p 24: 0.0118055555555556 0.00165 0.00152, + p 25: 0.0134981481481481 0 0.00152, + p 26: 0.0134981481481481 -0.00165 0.00152, + p 27: 0.0134981481481481 0.00165 0.00152, + p 28: 0.0151907407407407 -0.00165 0.00152, + p 29: 0.0151907407407407 0.00165 0.00152, + p 30: 0.0151907407407407 0 0.00152, + p 31: 0.0168833333333333 -0.00165 0.00152, + p 32: 0.0168833333333333 0.00165 0.00152, + p 33: 0.0168833333333333 0 0.00152, + p 34: 0.0185759259259259 -0.00165 0.00152, + p 35: 0.0185759259259259 0.00165 0.00152, + p 36: 0.0185759259259259 0 0.00152, + p 37: 0.0202685185185185 -0.00165 0.00152, + p 38: 0.0202685185185185 0.00165 0.00152, + p 39: 0.0202685185185185 0 0.00152, + p 40: 0.0219611111111111 -0.00165 0.00152, + p 41: 0.0219611111111111 0.00165 0.00152, + p 42: 0.0219611111111111 0 0.00152, + p 43: 0.0236537037037037 -0.00165 0.00152, + p 44: 0.0236537037037037 0.00165 0.00152, + p 45: 0.0236537037037037 0 0.00152, + p 46: 0.0253462962962963 -0.00165 0.00152, + p 47: 0.0253462962962963 0.00165 0.00152, + p 48: 0.0253462962962963 0 0.00152, + p 49: 0.0270388888888889 -0.00165 0.00152, + p 50: 0.0270388888888889 0.00165 0.00152, + p 51: 0.0270388888888889 0 0.00152, + p 52: 0.0287314814814815 -0.00165 0.00152, + p 53: 0.0287314814814815 0.00165 0.00152, + p 54: 0.0287314814814815 0 0.00152, + p 55: 0.0304240740740741 -0.00165 0.00152, + p 56: 0.0304240740740741 0.00165 0.00152, + p 57: 0.0304240740740741 0 0.00152, + p 58: 0.0321166666666667 -0.00165 0.00152, + p 59: 0.0321166666666667 0.00165 0.00152, + p 60: 0.0321166666666667 0 0.00152, + p 61: 0.0338092592592593 -0.00165 0.00152, + p 62: 0.0338092592592593 0.00165 0.00152, + p 63: 0.0338092592592593 0 0.00152, + p 64: 0.0355018518518518 -0.00165 0.00152, + p 65: 0.0355018518518518 0.00165 0.00152, + p 66: 0.0355018518518519 0 0.00152, + p 67: 0.0371944444444444 -0.00165 0.00152, + p 68: 0.0371944444444444 0.00165 0.00152, + p 69: 0.0371944444444444 0 0.00152, + p 70: 0.038887037037037 -0.00165 0.00152, + p 71: 0.038887037037037 0.00165 0.00152, + p 72: 0.038887037037037 0 0.00152, + p 73: 0.0405796296296296 -0.00165 0.00152, + p 74: 0.0405796296296296 0.00165 0.00152, + p 75: 0.0405796296296296 0 0.00152, + p 76: 0.0422722222222222 -0.00165 0.00152, + p 77: 0.0422722222222222 0.00165 0.00152, + p 78: 0.0422722222222222 0 0.00152, + p 79: 0.0439648148148148 -0.00165 0.00152, + p 80: 0.0439648148148148 0.00165 0.00152, + p 81: 0.0439648148148148 0 0.00152, + p 82: 0.0456574074074074 -0.00165 0.00152, + p 83: 0.0456574074074074 0.00165 0.00152, + p 84: 0.0456574074074074 0 0.00152, + p 85: 0.04735 -0.00165 0.00152, + p 86: 0.04735 0.00165 0.00152, + p 87: 0.04735 0 0.00152, + p 88: 0.049 -0.00165 0.00152, + p 89: 0.049 0 0.00152, + p 90: 0.049 0.00165 0.00152; +EdefIA 147: + s 1: 1 2, s 2: 1 5, s 3: 2 3, s 4: 2 4, s 5: 3 6, + s 6: 4 5, s 7: 4 6, s 8: 4 7, s 9: 5 8, s 10: 6 9, + s 11: 7 8, s 12: 7 9, s 13: 7 12, s 14: 8 10, s 15: 9 11, + s 16: 10 12, s 17: 10 14, s 18: 11 12, s 19: 11 15, s 20: 12 13, + s 21: 13 14, s 22: 13 15, s 23: 13 16, s 24: 14 17, s 25: 15 18, + s 26: 16 17, s 27: 16 18, s 28: 16 19, s 29: 17 20, s 30: 18 21, + s 31: 19 20, s 32: 19 21, s 33: 19 22, s 34: 20 23, s 35: 21 24, + s 36: 22 23, s 37: 22 24, s 38: 22 25, s 39: 23 26, s 40: 24 27, + s 41: 25 26, s 42: 25 27, s 43: 25 30, s 44: 26 28, s 45: 27 29, + s 46: 28 30, s 47: 28 31, s 48: 29 30, s 49: 29 32, s 50: 30 33, + s 51: 31 33, s 52: 31 34, s 53: 32 33, s 54: 32 35, s 55: 33 36, + s 56: 34 36, s 57: 34 37, s 58: 35 36, s 59: 35 38, s 60: 36 39, + s 61: 37 39, s 62: 37 40, s 63: 38 39, s 64: 38 41, s 65: 39 42, + s 66: 40 42, s 67: 40 43, s 68: 41 42, s 69: 41 44, s 70: 42 45, + s 71: 43 45, s 72: 43 46, s 73: 44 45, s 74: 44 47, s 75: 45 48, + s 76: 46 48, s 77: 46 49, s 78: 47 48, s 79: 47 50, s 80: 48 51, + s 81: 49 51, s 82: 49 52, s 83: 50 51, s 84: 50 53, s 85: 51 54, + s 86: 52 54, s 87: 52 55, s 88: 53 54, s 89: 53 56, s 90: 54 57, + s 91: 55 57, s 92: 55 58, s 93: 56 57, s 94: 56 59, s 95: 57 60, + s 96: 58 60, s 97: 58 61, s 98: 59 60, s 99: 59 62, s 100: 60 63, + s 101: 61 63, s 102: 61 64, s 103: 62 63, s 104: 62 65, s 105: 63 66, + s 106: 64 66, s 107: 64 67, s 108: 65 66, s 109: 65 68, s 110: 66 69, + s 111: 67 69, s 112: 67 70, s 113: 68 69, s 114: 68 71, s 115: 69 72, + s 116: 70 72, s 117: 70 73, s 118: 71 72, s 119: 71 74, s 120: 72 75, + s 121: 73 75, s 122: 73 76, s 123: 74 75, s 124: 74 77, s 125: 75 78, + s 126: 76 78, s 127: 76 79, s 128: 77 78, s 129: 77 80, s 130: 78 81, + s 131: 79 81, s 132: 79 82, s 133: 80 81, s 134: 80 83, s 135: 81 84, + s 136: 82 84, s 137: 82 85, s 138: 83 84, s 139: 83 86, s 140: 84 87, + s 141: 85 87, s 142: 85 88, s 143: 86 87, s 144: 86 90, s 145: 87 89, + s 146: 88 89, s 147: 89 90; +CdefIA 58: + c 1: -141 142 146 -145, c 2: 143 145 147 -144, c 3: 138 140 -143 -139, + c 4: -136 137 141 -140, c 5: 133 135 -138 -134, c 6: -131 132 136 -135, + c 7: 128 130 -133 -129, c 8: -126 127 131 -130, c 9: 123 125 -128 -124, + c 10: -121 122 126 -125, c 11: 118 120 -123 -119, c 12: -116 117 121 -120, + c 13: 113 115 -118 -114, c 14: -111 112 116 -115, c 15: 108 110 -113 -109, + c 16: -106 107 111 -110, c 17: 103 105 -108 -104, c 18: -101 102 106 -105, + c 19: 98 100 -103 -99, c 20: -96 97 101 -100, c 21: 93 95 -98 -94, + c 22: -91 92 96 -95, c 23: 88 90 -93 -89, c 24: -86 87 91 -90, + c 25: 83 85 -88 -84, c 26: -81 82 86 -85, c 27: 78 80 -83 -79, + c 28: -76 77 81 -80, c 29: 73 75 -78 -74, c 30: -71 72 76 -75, + c 31: 68 70 -73 -69, c 32: -66 67 71 -70, c 33: 63 65 -68 -64, + c 34: -61 62 66 -65, c 35: 58 60 -63 -59, c 36: -56 57 61 -60, + c 37: 53 55 -58 -54, c 38: -51 52 56 -55, c 39: 48 50 -53 -49, + c 40: -46 47 51 -50, c 41: -42 43 -48 -45, c 42: 41 44 46 -43, + c 43: 36 39 -41 -38, c 44: -37 38 42 -40, c 45: 31 34 -36 -33, + c 46: -32 33 37 -35, c 47: 26 29 -31 -28, c 48: -27 28 32 -30, + c 49: 21 24 -26 -23, c 50: -22 23 27 -25, c 51: -16 17 -21 -20, + c 52: 18 20 22 -19, c 53: -12 13 -18 -15, c 54: 11 14 16 -13, + c 55: 6 9 -11 -8, c 56: -7 8 12 -10, c 57: -1 2 -6 -4, + c 58: -3 4 7 -5; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: impedance 0 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00175090030842273; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 58 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 } + RGrid 0.00165,0.00165 0 1: + 0.04735,-0.00165 1,2 2: + 0,0 c 1, 0,1 c 2; + RGrid 0.00169259259259259,0.00165 0 1: + 0.00165,-0.00165 27,2 54: + 0,0 c 55, 0,1 c 56, 1,0 c 54, 1,1 c 53, 2,0 c 51, + 2,1 c 52, 3,0 c 49, 3,1 c 50, 4,0 c 47, 4,1 c 48, + 5,0 c 45, 5,1 c 46, 6,0 c 43, 6,1 c 44, 7,0 c 42, + 7,1 c 41, 8,0 c 40, 8,1 c 39, 9,0 c 38, 9,1 c 37, + 10,0 c 36, 10,1 c 35, 11,0 c 34, 11,1 c 33, 12,0 c 32, + 12,1 c 31, 13,0 c 30, 13,1 c 29, 14,0 c 28, 14,1 c 27, + 15,0 c 26, 15,1 c 25, 16,0 c 24, 16,1 c 23, 17,0 c 22, + 17,1 c 21, 18,0 c 20, 18,1 c 19, 19,0 c 18, 19,1 c 17, + 20,0 c 16, 20,1 c 15, 21,0 c 14, 21,1 c 13, 22,0 c 12, + 22,1 c 11, 23,0 c 10, 23,1 c 9, 24,0 c 8, 24,1 c 7, + 25,0 c 6, 25,1 c 5, 26,0 c 4, 26,1 c 3; + RGrid 0.00165,0.00165 0 1: + 0,-0.00165 1,2 2: + 0,0 c 57, 0,1 c 58; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 2 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 2 { 1 3 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 2 { 146 147 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 58 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 }; +# key "_edge_mesh" value "no" CrefRA 58 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 58 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 }; +# key "_strip_model" value "3" CrefRA 58 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 }; +# key "_tml_mesh" value "no" CrefRA 58 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mrp b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..9c01566 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..91bcf54 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msh b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..6d93136 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.msh @@ -0,0 +1,1202 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 180: + p 1: 0 -0.00165 0.00152, + p 2: 0 0 0.00152, + p 3: 0 0.00165 0.00152, + p 4: 0.00165 0 0.00152, + p 5: 0.00165 -0.00165 0.00152, + p 6: 0.00165 0.00165 0.00152, + p 7: 0.00334259259259259 0 0.00152, + p 8: 0.00334259259259259 -0.00165 0.00152, + p 9: 0.00334259259259259 0.00165 0.00152, + p 10: 0.00503518518518519 -0.00165 0.00152, + p 11: 0.00503518518518519 0.00165 0.00152, + p 12: 0.00503518518518519 0 0.00152, + p 13: 0.00672777777777778 0 0.00152, + p 14: 0.00672777777777778 -0.00165 0.00152, + p 15: 0.00672777777777778 0.00165 0.00152, + p 16: 0.00842037037037037 0 0.00152, + p 17: 0.00842037037037037 -0.00165 0.00152, + p 18: 0.00842037037037037 0.00165 0.00152, + p 19: 0.010112962962963 0 0.00152, + p 20: 0.010112962962963 -0.00165 0.00152, + p 21: 0.010112962962963 0.00165 0.00152, + p 22: 0.0118055555555556 0 0.00152, + p 23: 0.0118055555555556 -0.00165 0.00152, + p 24: 0.0118055555555556 0.00165 0.00152, + p 25: 0.0134981481481481 0 0.00152, + p 26: 0.0134981481481481 -0.00165 0.00152, + p 27: 0.0134981481481481 0.00165 0.00152, + p 28: 0.0151907407407407 -0.00165 0.00152, + p 29: 0.0151907407407407 0.00165 0.00152, + p 30: 0.0151907407407407 0 0.00152, + p 31: 0.0168833333333333 -0.00165 0.00152, + p 32: 0.0168833333333333 0.00165 0.00152, + p 33: 0.0168833333333333 0 0.00152, + p 34: 0.0185759259259259 -0.00165 0.00152, + p 35: 0.0185759259259259 0.00165 0.00152, + p 36: 0.0185759259259259 0 0.00152, + p 37: 0.0202685185185185 -0.00165 0.00152, + p 38: 0.0202685185185185 0.00165 0.00152, + p 39: 0.0202685185185185 0 0.00152, + p 40: 0.0219611111111111 -0.00165 0.00152, + p 41: 0.0219611111111111 0.00165 0.00152, + p 42: 0.0219611111111111 0 0.00152, + p 43: 0.0236537037037037 -0.00165 0.00152, + p 44: 0.0236537037037037 0.00165 0.00152, + p 45: 0.0236537037037037 0 0.00152, + p 46: 0.0253462962962963 -0.00165 0.00152, + p 47: 0.0253462962962963 0.00165 0.00152, + p 48: 0.0253462962962963 0 0.00152, + p 49: 0.0270388888888889 -0.00165 0.00152, + p 50: 0.0270388888888889 0.00165 0.00152, + p 51: 0.0270388888888889 0 0.00152, + p 52: 0.0287314814814815 -0.00165 0.00152, + p 53: 0.0287314814814815 0.00165 0.00152, + p 54: 0.0287314814814815 0 0.00152, + p 55: 0.0304240740740741 -0.00165 0.00152, + p 56: 0.0304240740740741 0.00165 0.00152, + p 57: 0.0304240740740741 0 0.00152, + p 58: 0.0321166666666667 -0.00165 0.00152, + p 59: 0.0321166666666667 0.00165 0.00152, + p 60: 0.0321166666666667 0 0.00152, + p 61: 0.0338092592592593 -0.00165 0.00152, + p 62: 0.0338092592592593 0.00165 0.00152, + p 63: 0.0338092592592593 0 0.00152, + p 64: 0.0355018518518518 -0.00165 0.00152, + p 65: 0.0355018518518518 0.00165 0.00152, + p 66: 0.0355018518518519 0 0.00152, + p 67: 0.0371944444444444 -0.00165 0.00152, + p 68: 0.0371944444444444 0.00165 0.00152, + p 69: 0.0371944444444444 0 0.00152, + p 70: 0.038887037037037 -0.00165 0.00152, + p 71: 0.038887037037037 0.00165 0.00152, + p 72: 0.038887037037037 0 0.00152, + p 73: 0.0405796296296296 -0.00165 0.00152, + p 74: 0.0405796296296296 0.00165 0.00152, + p 75: 0.0405796296296296 0 0.00152, + p 76: 0.0422722222222222 -0.00165 0.00152, + p 77: 0.0422722222222222 0.00165 0.00152, + p 78: 0.0422722222222222 0 0.00152, + p 79: 0.0439648148148148 -0.00165 0.00152, + p 80: 0.0439648148148148 0.00165 0.00152, + p 81: 0.0439648148148148 0 0.00152, + p 82: 0.0456574074074074 -0.00165 0.00152, + p 83: 0.0456574074074074 0.00165 0.00152, + p 84: 0.0456574074074074 0 0.00152, + p 85: 0.04735 -0.00165 0.00152, + p 86: 0.04735 0.00165 0.00152, + p 87: 0.04735 0 0.00152, + p 88: 0.049 -0.00165 0.00152, + p 89: 0.049 0 0.00152, + p 90: 0.049 0.00165 0.00152, + p 91: 0.04735 0 0.001545, + p 92: 0.04735 -0.00165 0.001545, + p 93: 0.049 -0.00165 0.001545, + p 94: 0.049 0 0.001545, + p 95: 0.04735 0.00165 0.001545, + p 96: 0.049 0.00165 0.001545, + p 97: 0.0456574074074074 0.00165 0.001545, + p 98: 0.0456574074074074 0 0.001545, + p 99: 0.0456574074074074 -0.00165 0.001545, + p 100: 0.0439648148148148 0.00165 0.001545, + p 101: 0.0439648148148148 0 0.001545, + p 102: 0.0439648148148148 -0.00165 0.001545, + p 103: 0.0422722222222222 0.00165 0.001545, + p 104: 0.0422722222222222 0 0.001545, + p 105: 0.0422722222222222 -0.00165 0.001545, + p 106: 0.0405796296296296 0.00165 0.001545, + p 107: 0.0405796296296296 0 0.001545, + p 108: 0.0405796296296296 -0.00165 0.001545, + p 109: 0.038887037037037 0.00165 0.001545, + p 110: 0.038887037037037 0 0.001545, + p 111: 0.038887037037037 -0.00165 0.001545, + p 112: 0.0371944444444444 0.00165 0.001545, + p 113: 0.0371944444444444 0 0.001545, + p 114: 0.0371944444444444 -0.00165 0.001545, + p 115: 0.0355018518518518 0.00165 0.001545, + p 116: 0.0355018518518519 0 0.001545, + p 117: 0.0355018518518518 -0.00165 0.001545, + p 118: 0.0338092592592593 0.00165 0.001545, + p 119: 0.0338092592592593 0 0.001545, + p 120: 0.0338092592592593 -0.00165 0.001545, + p 121: 0.0321166666666667 0.00165 0.001545, + p 122: 0.0321166666666667 0 0.001545, + p 123: 0.0321166666666667 -0.00165 0.001545, + p 124: 0.0304240740740741 0.00165 0.001545, + p 125: 0.0304240740740741 0 0.001545, + p 126: 0.0304240740740741 -0.00165 0.001545, + p 127: 0.0287314814814815 0.00165 0.001545, + p 128: 0.0287314814814815 0 0.001545, + p 129: 0.0287314814814815 -0.00165 0.001545, + p 130: 0.0270388888888889 0.00165 0.001545, + p 131: 0.0270388888888889 0 0.001545, + p 132: 0.0270388888888889 -0.00165 0.001545, + p 133: 0.0253462962962963 0.00165 0.001545, + p 134: 0.0253462962962963 0 0.001545, + p 135: 0.0253462962962963 -0.00165 0.001545, + p 136: 0.0236537037037037 0.00165 0.001545, + p 137: 0.0236537037037037 0 0.001545, + p 138: 0.0236537037037037 -0.00165 0.001545, + p 139: 0.0219611111111111 0.00165 0.001545, + p 140: 0.0219611111111111 0 0.001545, + p 141: 0.0219611111111111 -0.00165 0.001545, + p 142: 0.0202685185185185 0.00165 0.001545, + p 143: 0.0202685185185185 0 0.001545, + p 144: 0.0202685185185185 -0.00165 0.001545, + p 145: 0.0185759259259259 0.00165 0.001545, + p 146: 0.0185759259259259 0 0.001545, + p 147: 0.0185759259259259 -0.00165 0.001545, + p 148: 0.0168833333333333 0.00165 0.001545, + p 149: 0.0168833333333333 0 0.001545, + p 150: 0.0168833333333333 -0.00165 0.001545, + p 151: 0.0151907407407407 0.00165 0.001545, + p 152: 0.0151907407407407 0 0.001545, + p 153: 0.0151907407407407 -0.00165 0.001545, + p 154: 0.0134981481481481 0.00165 0.001545, + p 155: 0.0134981481481481 0 0.001545, + p 156: 0.0134981481481481 -0.00165 0.001545, + p 157: 0.0118055555555556 0 0.001545, + p 158: 0.0118055555555556 -0.00165 0.001545, + p 159: 0.0118055555555556 0.00165 0.001545, + p 160: 0.010112962962963 0 0.001545, + p 161: 0.010112962962963 -0.00165 0.001545, + p 162: 0.010112962962963 0.00165 0.001545, + p 163: 0.00842037037037037 0 0.001545, + p 164: 0.00842037037037037 -0.00165 0.001545, + p 165: 0.00842037037037037 0.00165 0.001545, + p 166: 0.00672777777777778 0 0.001545, + p 167: 0.00672777777777778 -0.00165 0.001545, + p 168: 0.00672777777777778 0.00165 0.001545, + p 169: 0.00503518518518519 0 0.001545, + p 170: 0.00503518518518519 -0.00165 0.001545, + p 171: 0.00503518518518519 0.00165 0.001545, + p 172: 0.00334259259259259 0.00165 0.001545, + p 173: 0.00334259259259259 0 0.001545, + p 174: 0.00334259259259259 -0.00165 0.001545, + p 175: 0.00165 0 0.001545, + p 176: 0.00165 -0.00165 0.001545, + p 177: 0.00165 0.00165 0.001545, + p 178: 0 0 0.001545, + p 179: 0 -0.00165 0.001545, + p 180: 0 0.00165 0.001545; +EdefIA 356: + s 1: 1 2, + s 2: 1 5, + s 3: 2 3, + s 4: 2 4, + s 5: 3 6, + s 6: 4 5, + s 7: 4 6, + s 8: 4 7, + s 9: 5 8, + s 10: 6 9, + s 11: 7 8, + s 12: 7 9, + s 13: 7 12, + s 14: 8 10, + s 15: 9 11, + s 16: 10 12, + s 17: 10 14, + s 18: 11 12, + s 19: 11 15, + s 20: 12 13, + s 21: 13 14, + s 22: 13 15, + s 23: 13 16, + s 24: 14 17, + s 25: 15 18, + s 26: 16 17, + s 27: 16 18, + s 28: 16 19, + s 29: 17 20, + s 30: 18 21, + s 31: 19 20, + s 32: 19 21, + s 33: 19 22, + s 34: 20 23, + s 35: 21 24, + s 36: 22 23, + s 37: 22 24, + s 38: 22 25, + s 39: 23 26, + s 40: 24 27, + s 41: 25 26, + s 42: 25 27, + s 43: 25 30, + s 44: 26 28, + s 45: 27 29, + s 46: 28 30, + s 47: 28 31, + s 48: 29 30, + s 49: 29 32, + s 50: 30 33, + s 51: 31 33, + s 52: 31 34, + s 53: 32 33, + s 54: 32 35, + s 55: 33 36, + s 56: 34 36, + s 57: 34 37, + s 58: 35 36, + s 59: 35 38, + s 60: 36 39, + s 61: 37 39, + s 62: 37 40, + s 63: 38 39, + s 64: 38 41, + s 65: 39 42, + s 66: 40 42, + s 67: 40 43, + s 68: 41 42, + s 69: 41 44, + s 70: 42 45, + s 71: 43 45, + s 72: 43 46, + s 73: 44 45, + s 74: 44 47, + s 75: 45 48, + s 76: 46 48, + s 77: 46 49, + s 78: 47 48, + s 79: 47 50, + s 80: 48 51, + s 81: 49 51, + s 82: 49 52, + s 83: 50 51, + s 84: 50 53, + s 85: 51 54, + s 86: 52 54, + s 87: 52 55, + s 88: 53 54, + s 89: 53 56, + s 90: 54 57, + s 91: 55 57, + s 92: 55 58, + s 93: 56 57, + s 94: 56 59, + s 95: 57 60, + s 96: 58 60, + s 97: 58 61, + s 98: 59 60, + s 99: 59 62, + s 100: 60 63, + s 101: 61 63, + s 102: 61 64, + s 103: 62 63, + s 104: 62 65, + s 105: 63 66, + s 106: 64 66, + s 107: 64 67, + s 108: 65 66, + s 109: 65 68, + s 110: 66 69, + s 111: 67 69, + s 112: 67 70, + s 113: 68 69, + s 114: 68 71, + s 115: 69 72, + s 116: 70 72, + s 117: 70 73, + s 118: 71 72, + s 119: 71 74, + s 120: 72 75, + s 121: 73 75, + s 122: 73 76, + s 123: 74 75, + s 124: 74 77, + s 125: 75 78, + s 126: 76 78, + s 127: 76 79, + s 128: 77 78, + s 129: 77 80, + s 130: 78 81, + s 131: 79 81, + s 132: 79 82, + s 133: 80 81, + s 134: 80 83, + s 135: 81 84, + s 136: 82 84, + s 137: 82 85, + s 138: 83 84, + s 139: 83 86, + s 140: 84 87, + s 141: 85 87, + s 142: 85 88, + s 143: 86 87, + s 144: 86 90, + s 145: 87 89, + s 146: 88 89, + s 147: 89 90, + s 148: 92 91, + s 149: 92 93, + s 150: 93 94, + s 151: 91 94, + s 152: 95 91, + s 153: 94 96, + s 154: 95 96, + s 155: 97 98, + s 156: 98 91, + s 157: 97 95, + s 158: 99 98, + s 159: 99 92, + s 160: 100 101, + s 161: 101 98, + s 162: 100 97, + s 163: 102 101, + s 164: 102 99, + s 165: 103 104, + s 166: 104 101, + s 167: 103 100, + s 168: 105 104, + s 169: 105 102, + s 170: 106 107, + s 171: 107 104, + s 172: 106 103, + s 173: 108 107, + s 174: 108 105, + s 175: 109 110, + s 176: 110 107, + s 177: 109 106, + s 178: 111 110, + s 179: 111 108, + s 180: 112 113, + s 181: 113 110, + s 182: 112 109, + s 183: 114 113, + s 184: 114 111, + s 185: 115 116, + s 186: 116 113, + s 187: 115 112, + s 188: 117 116, + s 189: 117 114, + s 190: 118 119, + s 191: 119 116, + s 192: 118 115, + s 193: 120 119, + s 194: 120 117, + s 195: 121 122, + s 196: 122 119, + s 197: 121 118, + s 198: 123 122, + s 199: 123 120, + s 200: 124 125, + s 201: 125 122, + s 202: 124 121, + s 203: 126 125, + s 204: 126 123, + s 205: 127 128, + s 206: 128 125, + s 207: 127 124, + s 208: 129 128, + s 209: 129 126, + s 210: 130 131, + s 211: 131 128, + s 212: 130 127, + s 213: 132 131, + s 214: 132 129, + s 215: 133 134, + s 216: 134 131, + s 217: 133 130, + s 218: 135 134, + s 219: 135 132, + s 220: 136 137, + s 221: 137 134, + s 222: 136 133, + s 223: 138 137, + s 224: 138 135, + s 225: 139 140, + s 226: 140 137, + s 227: 139 136, + s 228: 141 140, + s 229: 141 138, + s 230: 142 143, + s 231: 143 140, + s 232: 142 139, + s 233: 144 143, + s 234: 144 141, + s 235: 145 146, + s 236: 146 143, + s 237: 145 142, + s 238: 147 146, + s 239: 147 144, + s 240: 148 149, + s 241: 149 146, + s 242: 148 145, + s 243: 150 149, + s 244: 150 147, + s 245: 151 152, + s 246: 152 149, + s 247: 151 148, + s 248: 153 152, + s 249: 153 150, + s 250: 155 154, + s 251: 155 152, + s 252: 154 151, + s 253: 155 156, + s 254: 156 153, + s 255: 157 158, + s 256: 158 156, + s 257: 157 155, + s 258: 157 159, + s 259: 159 154, + s 260: 160 161, + s 261: 161 158, + s 262: 160 157, + s 263: 160 162, + s 264: 162 159, + s 265: 163 164, + s 266: 164 161, + s 267: 163 160, + s 268: 163 165, + s 269: 165 162, + s 270: 166 167, + s 271: 167 164, + s 272: 166 163, + s 273: 166 168, + s 274: 168 165, + s 275: 170 169, + s 276: 170 167, + s 277: 169 166, + s 278: 171 169, + s 279: 171 168, + s 280: 173 172, + s 281: 173 169, + s 282: 172 171, + s 283: 173 174, + s 284: 174 170, + s 285: 175 176, + s 286: 176 174, + s 287: 175 173, + s 288: 175 177, + s 289: 177 172, + s 290: 179 178, + s 291: 179 176, + s 292: 178 175, + s 293: 178 180, + s 294: 180 177, + s 295: 88 93, + s 296: 85 92, + s 297: 89 94, + s 298: 90 96, + s 299: 86 95, + s 300: 83 97, + s 301: 82 99, + s 302: 80 100, + s 303: 79 102, + s 304: 77 103, + s 305: 76 105, + s 306: 74 106, + s 307: 73 108, + s 308: 71 109, + s 309: 70 111, + s 310: 68 112, + s 311: 67 114, + s 312: 65 115, + s 313: 64 117, + s 314: 62 118, + s 315: 61 120, + s 316: 59 121, + s 317: 58 123, + s 318: 56 124, + s 319: 55 126, + s 320: 53 127, + s 321: 52 129, + s 322: 50 130, + s 323: 49 132, + s 324: 47 133, + s 325: 46 135, + s 326: 44 136, + s 327: 43 138, + s 328: 41 139, + s 329: 40 141, + s 330: 38 142, + s 331: 37 144, + s 332: 35 145, + s 333: 34 147, + s 334: 32 148, + s 335: 31 150, + s 336: 29 151, + s 337: 28 153, + s 338: 27 154, + s 339: 26 156, + s 340: 23 158, + s 341: 24 159, + s 342: 20 161, + s 343: 21 162, + s 344: 17 164, + s 345: 18 165, + s 346: 14 167, + s 347: 15 168, + s 348: 10 170, + s 349: 11 171, + s 350: 9 172, + s 351: 8 174, + s 352: 5 176, + s 353: 6 177, + s 354: 2 178, + s 355: 1 179, + s 356: 3 180; +CdefIA 178: + c 1: -145 -141 142 146, + c 2: -144 143 145 147, + c 3: 138 140 -143 -139, + c 4: -136 137 141 -140, + c 5: 133 135 -138 -134, + c 6: -131 132 136 -135, + c 7: 128 130 -133 -129, + c 8: -126 127 131 -130, + c 9: 123 125 -128 -124, + c 10: -121 122 126 -125, + c 11: 118 120 -123 -119, + c 12: -116 117 121 -120, + c 13: 113 115 -118 -114, + c 14: -111 112 116 -115, + c 15: 108 110 -113 -109, + c 16: -106 107 111 -110, + c 17: 103 105 -108 -104, + c 18: -101 102 106 -105, + c 19: 98 100 -103 -99, + c 20: -96 97 101 -100, + c 21: 93 95 -98 -94, + c 22: -91 92 96 -95, + c 23: 88 90 -93 -89, + c 24: -86 87 91 -90, + c 25: 83 85 -88 -84, + c 26: -81 82 86 -85, + c 27: 78 80 -83 -79, + c 28: -76 77 81 -80, + c 29: 73 75 -78 -74, + c 30: -71 72 76 -75, + c 31: 68 70 -73 -69, + c 32: -66 67 71 -70, + c 33: 63 65 -68 -64, + c 34: -61 62 66 -65, + c 35: 58 60 -63 -59, + c 36: -56 57 61 -60, + c 37: 53 55 -58 -54, + c 38: -51 52 56 -55, + c 39: 48 50 -53 -49, + c 40: -46 47 51 -50, + c 41: -42 43 -48 -45, + c 42: 41 44 46 -43, + c 43: 36 39 -41 -38, + c 44: -37 38 42 -40, + c 45: 31 34 -36 -33, + c 46: -32 33 37 -35, + c 47: 26 29 -31 -28, + c 48: -27 28 32 -30, + c 49: 21 24 -26 -23, + c 50: -22 23 27 -25, + c 51: -16 17 -21 -20, + c 52: 18 20 22 -19, + c 53: -12 13 -18 -15, + c 54: 11 14 16 -13, + c 55: 6 9 -11 -8, + c 56: -7 8 12 -10, + c 57: -4 -1 2 -6, + c 58: -5 -3 4 7, + c 59: -151 -148 149 150, + c 60: -154 152 151 153, + c 61: 155 156 -152 -157, + c 62: -158 159 148 -156, + c 63: 160 161 -155 -162, + c 64: -163 164 158 -161, + c 65: 165 166 -160 -167, + c 66: -168 169 163 -166, + c 67: 170 171 -165 -172, + c 68: -173 174 168 -171, + c 69: 175 176 -170 -177, + c 70: -178 179 173 -176, + c 71: 180 181 -175 -182, + c 72: -183 184 178 -181, + c 73: 185 186 -180 -187, + c 74: -188 189 183 -186, + c 75: 190 191 -185 -192, + c 76: -193 194 188 -191, + c 77: 195 196 -190 -197, + c 78: -198 199 193 -196, + c 79: 200 201 -195 -202, + c 80: -203 204 198 -201, + c 81: 205 206 -200 -207, + c 82: -208 209 203 -206, + c 83: 210 211 -205 -212, + c 84: -213 214 208 -211, + c 85: 215 216 -210 -217, + c 86: -218 219 213 -216, + c 87: 220 221 -215 -222, + c 88: -223 224 218 -221, + c 89: 225 226 -220 -227, + c 90: -228 229 223 -226, + c 91: 230 231 -225 -232, + c 92: -233 234 228 -231, + c 93: 235 236 -230 -237, + c 94: -238 239 233 -236, + c 95: 240 241 -235 -242, + c 96: -243 244 238 -241, + c 97: 245 246 -240 -247, + c 98: -248 249 243 -246, + c 99: -250 251 -245 -252, + c 100: 253 254 248 -251, + c 101: 255 256 -253 -257, + c 102: -258 257 250 -259, + c 103: 260 261 -255 -262, + c 104: -263 262 258 -264, + c 105: 265 266 -260 -267, + c 106: -268 267 263 -269, + c 107: 270 271 -265 -272, + c 108: -273 272 268 -274, + c 109: -275 276 -270 -277, + c 110: 278 277 273 -279, + c 111: -280 281 -278 -282, + c 112: 283 284 275 -281, + c 113: 285 286 -283 -287, + c 114: -288 287 280 -289, + c 115: -292 -290 291 -285, + c 116: -294 -293 292 288, + c 117: 142 295 -149 -296, + c 118: 146 297 -150 -295, + c 119: 147 298 -153 -297, + c 120: 144 298 -154 -299, + c 121: 139 299 -157 -300, + c 122: 137 296 -159 -301, + c 123: 134 300 -162 -302, + c 124: 132 301 -164 -303, + c 125: 129 302 -167 -304, + c 126: 127 303 -169 -305, + c 127: 124 304 -172 -306, + c 128: 122 305 -174 -307, + c 129: 119 306 -177 -308, + c 130: 117 307 -179 -309, + c 131: 114 308 -182 -310, + c 132: 112 309 -184 -311, + c 133: 109 310 -187 -312, + c 134: 107 311 -189 -313, + c 135: 104 312 -192 -314, + c 136: 102 313 -194 -315, + c 137: 99 314 -197 -316, + c 138: 97 315 -199 -317, + c 139: 94 316 -202 -318, + c 140: 92 317 -204 -319, + c 141: 89 318 -207 -320, + c 142: 87 319 -209 -321, + c 143: 84 320 -212 -322, + c 144: 82 321 -214 -323, + c 145: 79 322 -217 -324, + c 146: 77 323 -219 -325, + c 147: 74 324 -222 -326, + c 148: 72 325 -224 -327, + c 149: 69 326 -227 -328, + c 150: 67 327 -229 -329, + c 151: 64 328 -232 -330, + c 152: 62 329 -234 -331, + c 153: 59 330 -237 -332, + c 154: 57 331 -239 -333, + c 155: 54 332 -242 -334, + c 156: 52 333 -244 -335, + c 157: 49 334 -247 -336, + c 158: 47 335 -249 -337, + c 159: 45 336 -252 -338, + c 160: 44 337 -254 -339, + c 161: 39 339 -256 -340, + c 162: 40 338 -259 -341, + c 163: 34 340 -261 -342, + c 164: 35 341 -264 -343, + c 165: 29 342 -266 -344, + c 166: 30 343 -269 -345, + c 167: 24 344 -271 -346, + c 168: 25 345 -274 -347, + c 169: 17 346 -276 -348, + c 170: 19 347 -279 -349, + c 171: 15 349 -282 -350, + c 172: 14 348 -284 -351, + c 173: 9 351 -286 -352, + c 174: 10 350 -289 -353, + c 175: 1 354 -290 -355, + c 176: 2 352 -291 -355, + c 177: 3 356 -293 -354, + c 178: 5 353 -294 -356; +Overlap: + ErefRA 130 { + 1 3 146 147 2 5 9 10 14 15 + 17 19 24 25 29 30 34 35 39 40 + 44 45 47 49 52 54 57 59 62 64 + 67 69 72 74 77 79 82 84 87 89 + 92 94 97 99 102 104 107 109 112 114 + 117 119 122 124 127 129 132 134 137 139 + 142 144 290 293 150 153 291 294 286 289 + 284 282 276 279 271 274 266 269 261 264 + 256 259 254 252 249 247 244 242 239 237 + 234 232 229 227 224 222 219 217 214 212 + 209 207 204 202 199 197 194 192 189 187 + 184 182 179 177 174 172 169 167 164 162 + 159 157 149 154 295 297 298 354 355 356 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 0; + CrefRA 58 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 } + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.04735,0.00165 2,1 2: + 1,0 c 1, 0,0 c 2; + RGrid 0.00169259259259259,0.00165 0 1: + 0.00165,-0.00165 27,2 54: + 0,0 c 55, 0,1 c 56, 1,0 c 54, 1,1 c 53, 2,0 c 51, + 2,1 c 52, 3,0 c 49, 3,1 c 50, 4,0 c 47, 4,1 c 48, + 5,0 c 45, 5,1 c 46, 6,0 c 43, 6,1 c 44, 7,0 c 42, + 7,1 c 41, 8,0 c 40, 8,1 c 39, 9,0 c 38, 9,1 c 37, + 10,0 c 36, 10,1 c 35, 11,0 c 34, 11,1 c 33, 12,0 c 32, + 12,1 c 31, 13,0 c 30, 13,1 c 29, 14,0 c 28, 14,1 c 27, + 15,0 c 26, 15,1 c 25, 16,0 c 24, 16,1 c 23, 17,0 c 22, + 17,1 c 21, 18,0 c 20, 18,1 c 19, 19,0 c 18, 19,1 c 17, + 20,0 c 16, 20,1 c 15, 21,0 c 14, 21,1 c 13, 22,0 c 12, + 22,1 c 11, 23,0 c 10, 23,1 c 9, 24,0 c 8, 24,1 c 7, + 25,0 c 6, 25,1 c 5, 26,0 c 4, 26,1 c 3; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0,0.00165 2,1 2: + 1,0 c 57, 0,0 c 58; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: impedance 0 0 precedence 0; + CrefRA 58 { + 59 60 61 62 63 64 65 66 67 68 + 69 70 71 72 73 74 75 76 77 78 + 79 80 81 82 83 84 85 86 87 88 + 89 90 91 92 93 94 95 96 97 98 + 99 100 101 102 103 104 105 106 107 108 + 109 110 111 112 113 114 115 116 } + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.04735,0.00165 2,1 2: + 1,0 c 59, 0,0 c 60; + RGrid 0.00169259259259259,0.00165 0 1: + 0.00165,-0.00165 27,2 54: + 0,0 c 113, 0,1 c 114, 1,0 c 112, 1,1 c 111, 2,0 c 109, + 2,1 c 110, 3,0 c 107, 3,1 c 108, 4,0 c 105, 4,1 c 106, + 5,0 c 103, 5,1 c 104, 6,0 c 101, 6,1 c 102, 7,0 c 100, + 7,1 c 99, 8,0 c 98, 8,1 c 97, 9,0 c 96, 9,1 c 95, + 10,0 c 94, 10,1 c 93, 11,0 c 92, 11,1 c 91, 12,0 c 90, + 12,1 c 89, 13,0 c 88, 13,1 c 87, 14,0 c 86, 14,1 c 85, + 15,0 c 84, 15,1 c 83, 16,0 c 82, 16,1 c 81, 17,0 c 80, + 17,1 c 79, 18,0 c 78, 18,1 c 77, 19,0 c 76, 19,1 c 75, + 20,0 c 74, 20,1 c 73, 21,0 c 72, 21,1 c 71, 22,0 c 70, + 22,1 c 69, 23,0 c 68, 23,1 c 67, 24,0 c 66, 24,1 c 65, + 25,0 c 64, 25,1 c 63, 26,0 c 62, 26,1 c 61; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0,0.00165 2,1 2: + 1,0 c 115, 0,0 c 116; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: impedance 0 0 precedence 0; + CrefRA 62 { + 117 118 119 120 121 122 123 124 125 126 + 127 128 129 130 131 132 133 134 135 136 + 137 138 139 140 141 142 143 144 145 146 + 147 148 149 150 151 152 153 154 155 156 + 157 158 159 160 161 162 163 164 165 166 + 167 168 169 170 171 172 173 174 175 176 + 177 178 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 360: + b 1: -1 e 1 c 1, e 2 c 4; + b 2: -1 e 2 c 1, e 0 c 117; + b 3: -1 e 3 c 1, e 0 c 118; + b 4: -1 e 0 c 1, e 2 c 2; + b 5: -1 e 0 c 4, e 2 c 6; + b 6: -1 e 1 c 4, e 0 c 122; + b 7: -1 e 1 c 3, e 3 c 4; + b 8: -1 e 0 c 6, e 2 c 8; + b 9: -1 e 1 c 6, e 0 c 124; + b 10: -1 e 1 c 5, e 3 c 6; + b 11: -1 e 0 c 8, e 2 c 10; + b 12: -1 e 1 c 8, e 0 c 126; + b 13: -1 e 1 c 7, e 3 c 8; + b 14: -1 e 0 c 10, e 2 c 12; + b 15: -1 e 1 c 10, e 0 c 128; + b 16: -1 e 1 c 9, e 3 c 10; + b 17: -1 e 0 c 12, e 2 c 14; + b 18: -1 e 1 c 12, e 0 c 130; + b 19: -1 e 1 c 11, e 3 c 12; + b 20: -1 e 0 c 14, e 2 c 16; + b 21: -1 e 1 c 14, e 0 c 132; + b 22: -1 e 1 c 13, e 3 c 14; + b 23: -1 e 0 c 16, e 2 c 18; + b 24: -1 e 1 c 16, e 0 c 134; + b 25: -1 e 1 c 15, e 3 c 16; + b 26: -1 e 0 c 18, e 2 c 20; + b 27: -1 e 1 c 18, e 0 c 136; + b 28: -1 e 1 c 17, e 3 c 18; + b 29: -1 e 0 c 20, e 2 c 22; + b 30: -1 e 1 c 20, e 0 c 138; + b 31: -1 e 1 c 19, e 3 c 20; + b 32: -1 e 0 c 22, e 2 c 24; + b 33: -1 e 1 c 22, e 0 c 140; + b 34: -1 e 1 c 21, e 3 c 22; + b 35: -1 e 0 c 24, e 2 c 26; + b 36: -1 e 1 c 24, e 0 c 142; + b 37: -1 e 1 c 23, e 3 c 24; + b 38: -1 e 0 c 26, e 2 c 28; + b 39: -1 e 1 c 26, e 0 c 144; + b 40: -1 e 1 c 25, e 3 c 26; + b 41: -1 e 0 c 28, e 2 c 30; + b 42: -1 e 1 c 28, e 0 c 146; + b 43: -1 e 1 c 27, e 3 c 28; + b 44: -1 e 0 c 30, e 2 c 32; + b 45: -1 e 1 c 30, e 0 c 148; + b 46: -1 e 1 c 29, e 3 c 30; + b 47: -1 e 0 c 32, e 2 c 34; + b 48: -1 e 1 c 32, e 0 c 150; + b 49: -1 e 1 c 31, e 3 c 32; + b 50: -1 e 0 c 34, e 2 c 36; + b 51: -1 e 1 c 34, e 0 c 152; + b 52: -1 e 1 c 33, e 3 c 34; + b 53: -1 e 0 c 36, e 2 c 38; + b 54: -1 e 1 c 36, e 0 c 154; + b 55: -1 e 1 c 35, e 3 c 36; + b 56: -1 e 0 c 38, e 2 c 40; + b 57: -1 e 1 c 38, e 0 c 156; + b 58: -1 e 1 c 37, e 3 c 38; + b 59: -1 e 0 c 40, e 2 c 42; + b 60: -1 e 1 c 40, e 0 c 158; + b 61: -1 e 1 c 39, e 3 c 40; + b 62: -1 e 0 c 42, e 2 c 43; + b 63: -1 e 1 c 42, e 0 c 160; + b 64: -1 e 1 c 41, e 3 c 42; + b 65: -1 e 0 c 43, e 2 c 45; + b 66: -1 e 1 c 43, e 0 c 161; + b 67: -1 e 3 c 43, e 1 c 44; + b 68: -1 e 0 c 45, e 2 c 47; + b 69: -1 e 1 c 45, e 0 c 163; + b 70: -1 e 3 c 45, e 1 c 46; + b 71: -1 e 0 c 47, e 2 c 49; + b 72: -1 e 1 c 47, e 0 c 165; + b 73: -1 e 3 c 47, e 1 c 48; + b 74: -1 e 0 c 49, e 2 c 51; + b 75: -1 e 1 c 49, e 0 c 167; + b 76: -1 e 3 c 49, e 1 c 50; + b 77: -1 e 0 c 51, e 2 c 54; + b 78: -1 e 1 c 51, e 0 c 169; + b 79: -1 e 3 c 51, e 1 c 52; + b 80: -1 e 0 c 54, e 2 c 55; + b 81: -1 e 1 c 54, e 0 c 172; + b 82: -1 e 1 c 53, e 3 c 54; + b 83: -1 e 0 c 55, e 3 c 57; + b 84: -1 e 1 c 55, e 0 c 173; + b 85: -1 e 3 c 55, e 1 c 56; + b 86: -1 e 1 c 57, e 0 c 175; + b 87: -1 e 2 c 57, e 0 c 176; + b 88: -1 e 0 c 57, e 2 c 58; + b 89: -1 e 1 c 175, e 3 c 177; + b 90: -1 e 1 c 115, e 2 c 175; + b 91: -1 e 3 c 175, e 3 c 176; + b 92: -1 e 1 c 58, e 0 c 177; + b 93: -1 e 1 c 177, e 3 c 178; + b 94: -1 e 1 c 116, e 2 c 177; + b 95: -1 e 0 c 56, e 3 c 58; + b 96: -1 e 0 c 58, e 0 c 178; + b 97: -1 e 0 c 53, e 2 c 56; + b 98: -1 e 3 c 56, e 0 c 174; + b 99: -1 e 0 c 52, e 2 c 53; + b 100: -1 e 3 c 53, e 0 c 171; + b 101: -1 e 0 c 50, e 2 c 52; + b 102: -1 e 3 c 52, e 0 c 170; + b 103: -1 e 0 c 48, e 2 c 50; + b 104: -1 e 3 c 50, e 0 c 168; + b 105: -1 e 0 c 46, e 2 c 48; + b 106: -1 e 3 c 48, e 0 c 166; + b 107: -1 e 0 c 44, e 2 c 46; + b 108: -1 e 3 c 46, e 0 c 164; + b 109: -1 e 0 c 41, e 2 c 44; + b 110: -1 e 3 c 44, e 0 c 162; + b 111: -1 e 0 c 39, e 2 c 41; + b 112: -1 e 3 c 41, e 0 c 159; + b 113: -1 e 0 c 37, e 2 c 39; + b 114: -1 e 3 c 39, e 0 c 157; + b 115: -1 e 0 c 35, e 2 c 37; + b 116: -1 e 3 c 37, e 0 c 155; + b 117: -1 e 0 c 33, e 2 c 35; + b 118: -1 e 3 c 35, e 0 c 153; + b 119: -1 e 0 c 31, e 2 c 33; + b 120: -1 e 3 c 33, e 0 c 151; + b 121: -1 e 0 c 29, e 2 c 31; + b 122: -1 e 3 c 31, e 0 c 149; + b 123: -1 e 0 c 27, e 2 c 29; + b 124: -1 e 3 c 29, e 0 c 147; + b 125: -1 e 0 c 25, e 2 c 27; + b 126: -1 e 3 c 27, e 0 c 145; + b 127: -1 e 0 c 23, e 2 c 25; + b 128: -1 e 3 c 25, e 0 c 143; + b 129: -1 e 0 c 21, e 2 c 23; + b 130: -1 e 3 c 23, e 0 c 141; + b 131: -1 e 0 c 19, e 2 c 21; + b 132: -1 e 3 c 21, e 0 c 139; + b 133: -1 e 0 c 17, e 2 c 19; + b 134: -1 e 3 c 19, e 0 c 137; + b 135: -1 e 0 c 15, e 2 c 17; + b 136: -1 e 3 c 17, e 0 c 135; + b 137: -1 e 0 c 13, e 2 c 15; + b 138: -1 e 3 c 15, e 0 c 133; + b 139: -1 e 0 c 11, e 2 c 13; + b 140: -1 e 3 c 13, e 0 c 131; + b 141: -1 e 0 c 9, e 2 c 11; + b 142: -1 e 3 c 11, e 0 c 129; + b 143: -1 e 0 c 7, e 2 c 9; + b 144: -1 e 3 c 9, e 0 c 127; + b 145: -1 e 0 c 5, e 2 c 7; + b 146: -1 e 3 c 7, e 0 c 125; + b 147: -1 e 0 c 3, e 2 c 5; + b 148: -1 e 3 c 5, e 0 c 123; + b 149: -1 e 1 c 2, e 2 c 3; + b 150: -1 e 3 c 3, e 0 c 121; + b 151: -1 e 3 c 2, e 0 c 119; + b 152: -1 e 0 c 2, e 0 c 120; + b 153: -1 e 1 c 119, e 1 c 120; + b 154: -1 e 3 c 60, e 2 c 119; + b 155: -1 e 1 c 118, e 3 c 119; + b 156: -1 e 0 c 60, e 2 c 120; + b 157: -1 e 3 c 120, e 1 c 121; + b 158: -1 e 1 c 60, e 2 c 61; + b 159: -1 e 0 c 59, e 2 c 60; + b 160: -1 e 0 c 61, e 2 c 63; + b 161: -1 e 1 c 61, e 3 c 62; + b 162: -1 e 3 c 61, e 2 c 121; + b 163: -1 e 0 c 63, e 2 c 65; + b 164: -1 e 1 c 63, e 3 c 64; + b 165: -1 e 3 c 63, e 2 c 123; + b 166: -1 e 0 c 65, e 2 c 67; + b 167: -1 e 1 c 65, e 3 c 66; + b 168: -1 e 3 c 65, e 2 c 125; + b 169: -1 e 0 c 67, e 2 c 69; + b 170: -1 e 1 c 67, e 3 c 68; + b 171: -1 e 3 c 67, e 2 c 127; + b 172: -1 e 0 c 69, e 2 c 71; + b 173: -1 e 1 c 69, e 3 c 70; + b 174: -1 e 3 c 69, e 2 c 129; + b 175: -1 e 0 c 71, e 2 c 73; + b 176: -1 e 1 c 71, e 3 c 72; + b 177: -1 e 3 c 71, e 2 c 131; + b 178: -1 e 0 c 73, e 2 c 75; + b 179: -1 e 1 c 73, e 3 c 74; + b 180: -1 e 3 c 73, e 2 c 133; + b 181: -1 e 0 c 75, e 2 c 77; + b 182: -1 e 1 c 75, e 3 c 76; + b 183: -1 e 3 c 75, e 2 c 135; + b 184: -1 e 0 c 77, e 2 c 79; + b 185: -1 e 1 c 77, e 3 c 78; + b 186: -1 e 3 c 77, e 2 c 137; + b 187: -1 e 0 c 79, e 2 c 81; + b 188: -1 e 1 c 79, e 3 c 80; + b 189: -1 e 3 c 79, e 2 c 139; + b 190: -1 e 0 c 81, e 2 c 83; + b 191: -1 e 1 c 81, e 3 c 82; + b 192: -1 e 3 c 81, e 2 c 141; + b 193: -1 e 0 c 83, e 2 c 85; + b 194: -1 e 1 c 83, e 3 c 84; + b 195: -1 e 3 c 83, e 2 c 143; + b 196: -1 e 0 c 85, e 2 c 87; + b 197: -1 e 1 c 85, e 3 c 86; + b 198: -1 e 3 c 85, e 2 c 145; + b 199: -1 e 0 c 87, e 2 c 89; + b 200: -1 e 1 c 87, e 3 c 88; + b 201: -1 e 3 c 87, e 2 c 147; + b 202: -1 e 0 c 89, e 2 c 91; + b 203: -1 e 1 c 89, e 3 c 90; + b 204: -1 e 3 c 89, e 2 c 149; + b 205: -1 e 0 c 91, e 2 c 93; + b 206: -1 e 1 c 91, e 3 c 92; + b 207: -1 e 3 c 91, e 2 c 151; + b 208: -1 e 0 c 93, e 2 c 95; + b 209: -1 e 1 c 93, e 3 c 94; + b 210: -1 e 3 c 93, e 2 c 153; + b 211: -1 e 0 c 95, e 2 c 97; + b 212: -1 e 1 c 95, e 3 c 96; + b 213: -1 e 3 c 95, e 2 c 155; + b 214: -1 e 0 c 97, e 2 c 99; + b 215: -1 e 1 c 97, e 3 c 98; + b 216: -1 e 3 c 97, e 2 c 157; + b 217: -1 e 0 c 99, e 2 c 102; + b 218: -1 e 1 c 99, e 3 c 100; + b 219: -1 e 3 c 99, e 2 c 159; + b 220: -1 e 0 c 102, e 2 c 104; + b 221: -1 e 3 c 101, e 1 c 102; + b 222: -1 e 3 c 102, e 2 c 162; + b 223: -1 e 0 c 104, e 2 c 106; + b 224: -1 e 3 c 103, e 1 c 104; + b 225: -1 e 3 c 104, e 2 c 164; + b 226: -1 e 0 c 106, e 2 c 108; + b 227: -1 e 3 c 105, e 1 c 106; + b 228: -1 e 3 c 106, e 2 c 166; + b 229: -1 e 0 c 108, e 2 c 110; + b 230: -1 e 3 c 107, e 1 c 108; + b 231: -1 e 3 c 108, e 2 c 168; + b 232: -1 e 0 c 110, e 2 c 111; + b 233: -1 e 3 c 109, e 1 c 110; + b 234: -1 e 3 c 110, e 2 c 170; + b 235: -1 e 0 c 111, e 2 c 114; + b 236: -1 e 1 c 111, e 3 c 112; + b 237: -1 e 3 c 111, e 2 c 171; + b 238: -1 e 0 c 114, e 3 c 116; + b 239: -1 e 3 c 113, e 1 c 114; + b 240: -1 e 3 c 114, e 2 c 174; + b 241: -1 e 0 c 115, e 2 c 116; + b 242: -1 e 0 c 116, e 2 c 178; + b 243: -1 e 2 c 115, e 2 c 176; + b 244: -1 e 0 c 113, e 3 c 115; + b 245: -1 e 3 c 173, e 1 c 176; + b 246: -1 e 3 c 172, e 1 c 173; + b 247: -1 e 1 c 113, e 2 c 173; + b 248: -1 e 3 c 169, e 1 c 172; + b 249: -1 e 1 c 112, e 2 c 172; + b 250: -1 e 3 c 167, e 1 c 169; + b 251: -1 e 1 c 109, e 2 c 169; + b 252: -1 e 3 c 165, e 1 c 167; + b 253: -1 e 1 c 107, e 2 c 167; + b 254: -1 e 3 c 163, e 1 c 165; + b 255: -1 e 1 c 105, e 2 c 165; + b 256: -1 e 3 c 161, e 1 c 163; + b 257: -1 e 1 c 103, e 2 c 163; + b 258: -1 e 3 c 160, e 1 c 161; + b 259: -1 e 1 c 101, e 2 c 161; + b 260: -1 e 3 c 158, e 1 c 160; + b 261: -1 e 1 c 100, e 2 c 160; + b 262: -1 e 3 c 156, e 1 c 158; + b 263: -1 e 1 c 98, e 2 c 158; + b 264: -1 e 3 c 154, e 1 c 156; + b 265: -1 e 1 c 96, e 2 c 156; + b 266: -1 e 3 c 152, e 1 c 154; + b 267: -1 e 1 c 94, e 2 c 154; + b 268: -1 e 3 c 150, e 1 c 152; + b 269: -1 e 1 c 92, e 2 c 152; + b 270: -1 e 3 c 148, e 1 c 150; + b 271: -1 e 1 c 90, e 2 c 150; + b 272: -1 e 3 c 146, e 1 c 148; + b 273: -1 e 1 c 88, e 2 c 148; + b 274: -1 e 3 c 144, e 1 c 146; + b 275: -1 e 1 c 86, e 2 c 146; + b 276: -1 e 3 c 142, e 1 c 144; + b 277: -1 e 1 c 84, e 2 c 144; + b 278: -1 e 3 c 140, e 1 c 142; + b 279: -1 e 1 c 82, e 2 c 142; + b 280: -1 e 3 c 138, e 1 c 140; + b 281: -1 e 1 c 80, e 2 c 140; + b 282: -1 e 3 c 136, e 1 c 138; + b 283: -1 e 1 c 78, e 2 c 138; + b 284: -1 e 3 c 134, e 1 c 136; + b 285: -1 e 1 c 76, e 2 c 136; + b 286: -1 e 3 c 132, e 1 c 134; + b 287: -1 e 1 c 74, e 2 c 134; + b 288: -1 e 3 c 130, e 1 c 132; + b 289: -1 e 1 c 72, e 2 c 132; + b 290: -1 e 3 c 128, e 1 c 130; + b 291: -1 e 1 c 70, e 2 c 130; + b 292: -1 e 3 c 126, e 1 c 128; + b 293: -1 e 1 c 68, e 2 c 128; + b 294: -1 e 3 c 124, e 1 c 126; + b 295: -1 e 1 c 66, e 2 c 126; + b 296: -1 e 3 c 122, e 1 c 124; + b 297: -1 e 1 c 64, e 2 c 124; + b 298: -1 e 3 c 117, e 1 c 122; + b 299: -1 e 1 c 62, e 2 c 122; + b 300: -1 e 1 c 117, e 3 c 118; + b 301: -1 e 2 c 59, e 2 c 117; + b 302: -1 e 3 c 59, e 2 c 118; + b 303: -1 e 1 c 59, e 2 c 62; + b 304: -1 e 0 c 62, e 2 c 64; + b 305: -1 e 0 c 64, e 2 c 66; + b 306: -1 e 0 c 66, e 2 c 68; + b 307: -1 e 0 c 68, e 2 c 70; + b 308: -1 e 0 c 70, e 2 c 72; + b 309: -1 e 0 c 72, e 2 c 74; + b 310: -1 e 0 c 74, e 2 c 76; + b 311: -1 e 0 c 76, e 2 c 78; + b 312: -1 e 0 c 78, e 2 c 80; + b 313: -1 e 0 c 80, e 2 c 82; + b 314: -1 e 0 c 82, e 2 c 84; + b 315: -1 e 0 c 84, e 2 c 86; + b 316: -1 e 0 c 86, e 2 c 88; + b 317: -1 e 0 c 88, e 2 c 90; + b 318: -1 e 0 c 90, e 2 c 92; + b 319: -1 e 0 c 92, e 2 c 94; + b 320: -1 e 0 c 94, e 2 c 96; + b 321: -1 e 0 c 96, e 2 c 98; + b 322: -1 e 0 c 98, e 2 c 100; + b 323: -1 e 0 c 100, e 2 c 101; + b 324: -1 e 0 c 101, e 2 c 103; + b 325: -1 e 0 c 103, e 2 c 105; + b 326: -1 e 0 c 105, e 2 c 107; + b 327: -1 e 0 c 107, e 2 c 109; + b 328: -1 e 0 c 109, e 2 c 112; + b 329: -1 e 0 c 112, e 2 c 113; + b 330: -1 e 3 c 174, e 1 c 178; + b 331: -1 e 3 c 171, e 1 c 174; + b 332: -1 e 3 c 170, e 1 c 171; + b 333: -1 e 3 c 168, e 1 c 170; + b 334: -1 e 3 c 166, e 1 c 168; + b 335: -1 e 3 c 164, e 1 c 166; + b 336: -1 e 3 c 162, e 1 c 164; + b 337: -1 e 3 c 159, e 1 c 162; + b 338: -1 e 3 c 157, e 1 c 159; + b 339: -1 e 3 c 155, e 1 c 157; + b 340: -1 e 3 c 153, e 1 c 155; + b 341: -1 e 3 c 151, e 1 c 153; + b 342: -1 e 3 c 149, e 1 c 151; + b 343: -1 e 3 c 147, e 1 c 149; + b 344: -1 e 3 c 145, e 1 c 147; + b 345: -1 e 3 c 143, e 1 c 145; + b 346: -1 e 3 c 141, e 1 c 143; + b 347: -1 e 3 c 139, e 1 c 141; + b 348: -1 e 3 c 137, e 1 c 139; + b 349: -1 e 3 c 135, e 1 c 137; + b 350: -1 e 3 c 133, e 1 c 135; + b 351: -1 e 3 c 131, e 1 c 133; + b 352: -1 e 3 c 129, e 1 c 131; + b 353: -1 e 3 c 127, e 1 c 129; + b 354: -1 e 3 c 125, e 1 c 127; + b 355: -1 e 3 c 123, e 1 c 125; + b 356: -1 e 3 c 121, e 1 c 123; + b 357: e 0 c 177; + b 358: e 0 c 175; + b 359: e 0 c 118; + b 360: e 0 c 119; +; +PdefRA 2 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 2 { 3 1 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 2 { 146 147 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.opt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..f66b209 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\simulation\My_Lab1_lib\cell_1\layout\emSetup_MoM"; +# simTag "M250918003021"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\data"; +DS_NAME "cell_1_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ovm b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..25df42c --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,902 @@ +OVM ASCII +Vertices +180 +0 -0.00165 0.00152 +0 0 0.00152 +0 0.00165 0.00152 +0.00165 0 0.00152 +0.00165 -0.00165 0.00152 +0.00165 0.00165 0.00152 +0.00334259259259259 0 0.00152 +0.00334259259259259 -0.00165 0.00152 +0.00334259259259259 0.00165 0.00152 +0.00503518518518519 -0.00165 0.00152 +0.00503518518518519 0.00165 0.00152 +0.00503518518518519 0 0.00152 +0.00672777777777778 0 0.00152 +0.00672777777777778 -0.00165 0.00152 +0.00672777777777778 0.00165 0.00152 +0.00842037037037037 0 0.00152 +0.00842037037037037 -0.00165 0.00152 +0.00842037037037037 0.00165 0.00152 +0.010112962962963 0 0.00152 +0.010112962962963 -0.00165 0.00152 +0.010112962962963 0.00165 0.00152 +0.0118055555555556 0 0.00152 +0.0118055555555556 -0.00165 0.00152 +0.0118055555555556 0.00165 0.00152 +0.0134981481481481 0 0.00152 +0.0134981481481481 -0.00165 0.00152 +0.0134981481481481 0.00165 0.00152 +0.0151907407407407 -0.00165 0.00152 +0.0151907407407407 0.00165 0.00152 +0.0151907407407407 0 0.00152 +0.0168833333333333 -0.00165 0.00152 +0.0168833333333333 0.00165 0.00152 +0.0168833333333333 0 0.00152 +0.0185759259259259 -0.00165 0.00152 +0.0185759259259259 0.00165 0.00152 +0.0185759259259259 0 0.00152 +0.0202685185185185 -0.00165 0.00152 +0.0202685185185185 0.00165 0.00152 +0.0202685185185185 0 0.00152 +0.0219611111111111 -0.00165 0.00152 +0.0219611111111111 0.00165 0.00152 +0.0219611111111111 0 0.00152 +0.0236537037037037 -0.00165 0.00152 +0.0236537037037037 0.00165 0.00152 +0.0236537037037037 0 0.00152 +0.0253462962962963 -0.00165 0.00152 +0.0253462962962963 0.00165 0.00152 +0.0253462962962963 0 0.00152 +0.0270388888888889 -0.00165 0.00152 +0.0270388888888889 0.00165 0.00152 +0.0270388888888889 0 0.00152 +0.0287314814814815 -0.00165 0.00152 +0.0287314814814815 0.00165 0.00152 +0.0287314814814815 0 0.00152 +0.0304240740740741 -0.00165 0.00152 +0.0304240740740741 0.00165 0.00152 +0.0304240740740741 0 0.00152 +0.0321166666666667 -0.00165 0.00152 +0.0321166666666667 0.00165 0.00152 +0.0321166666666667 0 0.00152 +0.0338092592592593 -0.00165 0.00152 +0.0338092592592593 0.00165 0.00152 +0.0338092592592593 0 0.00152 +0.0355018518518518 -0.00165 0.00152 +0.0355018518518518 0.00165 0.00152 +0.0355018518518519 0 0.00152 +0.0371944444444444 -0.00165 0.00152 +0.0371944444444444 0.00165 0.00152 +0.0371944444444444 0 0.00152 +0.038887037037037 -0.00165 0.00152 +0.038887037037037 0.00165 0.00152 +0.038887037037037 0 0.00152 +0.0405796296296296 -0.00165 0.00152 +0.0405796296296296 0.00165 0.00152 +0.0405796296296296 0 0.00152 +0.0422722222222222 -0.00165 0.00152 +0.0422722222222222 0.00165 0.00152 +0.0422722222222222 0 0.00152 +0.0439648148148148 -0.00165 0.00152 +0.0439648148148148 0.00165 0.00152 +0.0439648148148148 0 0.00152 +0.0456574074074074 -0.00165 0.00152 +0.0456574074074074 0.00165 0.00152 +0.0456574074074074 0 0.00152 +0.04735 -0.00165 0.00152 +0.04735 0.00165 0.00152 +0.04735 0 0.00152 +0.049 -0.00165 0.00152 +0.049 0 0.00152 +0.049 0.00165 0.00152 +0.04735 0 0.001545 +0.04735 -0.00165 0.001545 +0.049 -0.00165 0.001545 +0.049 0 0.001545 +0.04735 0.00165 0.001545 +0.049 0.00165 0.001545 +0.0456574074074074 0.00165 0.001545 +0.0456574074074074 0 0.001545 +0.0456574074074074 -0.00165 0.001545 +0.0439648148148148 0.00165 0.001545 +0.0439648148148148 0 0.001545 +0.0439648148148148 -0.00165 0.001545 +0.0422722222222222 0.00165 0.001545 +0.0422722222222222 0 0.001545 +0.0422722222222222 -0.00165 0.001545 +0.0405796296296296 0.00165 0.001545 +0.0405796296296296 0 0.001545 +0.0405796296296296 -0.00165 0.001545 +0.038887037037037 0.00165 0.001545 +0.038887037037037 0 0.001545 +0.038887037037037 -0.00165 0.001545 +0.0371944444444444 0.00165 0.001545 +0.0371944444444444 0 0.001545 +0.0371944444444444 -0.00165 0.001545 +0.0355018518518518 0.00165 0.001545 +0.0355018518518519 0 0.001545 +0.0355018518518518 -0.00165 0.001545 +0.0338092592592593 0.00165 0.001545 +0.0338092592592593 0 0.001545 +0.0338092592592593 -0.00165 0.001545 +0.0321166666666667 0.00165 0.001545 +0.0321166666666667 0 0.001545 +0.0321166666666667 -0.00165 0.001545 +0.0304240740740741 0.00165 0.001545 +0.0304240740740741 0 0.001545 +0.0304240740740741 -0.00165 0.001545 +0.0287314814814815 0.00165 0.001545 +0.0287314814814815 0 0.001545 +0.0287314814814815 -0.00165 0.001545 +0.0270388888888889 0.00165 0.001545 +0.0270388888888889 0 0.001545 +0.0270388888888889 -0.00165 0.001545 +0.0253462962962963 0.00165 0.001545 +0.0253462962962963 0 0.001545 +0.0253462962962963 -0.00165 0.001545 +0.0236537037037037 0.00165 0.001545 +0.0236537037037037 0 0.001545 +0.0236537037037037 -0.00165 0.001545 +0.0219611111111111 0.00165 0.001545 +0.0219611111111111 0 0.001545 +0.0219611111111111 -0.00165 0.001545 +0.0202685185185185 0.00165 0.001545 +0.0202685185185185 0 0.001545 +0.0202685185185185 -0.00165 0.001545 +0.0185759259259259 0.00165 0.001545 +0.0185759259259259 0 0.001545 +0.0185759259259259 -0.00165 0.001545 +0.0168833333333333 0.00165 0.001545 +0.0168833333333333 0 0.001545 +0.0168833333333333 -0.00165 0.001545 +0.0151907407407407 0.00165 0.001545 +0.0151907407407407 0 0.001545 +0.0151907407407407 -0.00165 0.001545 +0.0134981481481481 0.00165 0.001545 +0.0134981481481481 0 0.001545 +0.0134981481481481 -0.00165 0.001545 +0.0118055555555556 0 0.001545 +0.0118055555555556 -0.00165 0.001545 +0.0118055555555556 0.00165 0.001545 +0.010112962962963 0 0.001545 +0.010112962962963 -0.00165 0.001545 +0.010112962962963 0.00165 0.001545 +0.00842037037037037 0 0.001545 +0.00842037037037037 -0.00165 0.001545 +0.00842037037037037 0.00165 0.001545 +0.00672777777777778 0 0.001545 +0.00672777777777778 -0.00165 0.001545 +0.00672777777777778 0.00165 0.001545 +0.00503518518518519 0 0.001545 +0.00503518518518519 -0.00165 0.001545 +0.00503518518518519 0.00165 0.001545 +0.00334259259259259 0.00165 0.001545 +0.00334259259259259 0 0.001545 +0.00334259259259259 -0.00165 0.001545 +0.00165 0 0.001545 +0.00165 -0.00165 0.001545 +0.00165 0.00165 0.001545 +0 0 0.001545 +0 -0.00165 0.001545 +0 0.00165 0.001545 +Edges +356 +0 1 +0 4 +1 2 +1 3 +2 5 +3 4 +3 5 +3 6 +4 7 +5 8 +6 7 +6 8 +6 11 +7 9 +8 10 +9 11 +9 13 +10 11 +10 14 +11 12 +12 13 +12 14 +12 15 +13 16 +14 17 +15 16 +15 17 +15 18 +16 19 +17 20 +18 19 +18 20 +18 21 +19 22 +20 23 +21 22 +21 23 +21 24 +22 25 +23 26 +24 25 +24 26 +24 29 +25 27 +26 28 +27 29 +27 30 +28 29 +28 31 +29 32 +30 32 +30 33 +31 32 +31 34 +32 35 +33 35 +33 36 +34 35 +34 37 +35 38 +36 38 +36 39 +37 38 +37 40 +38 41 +39 41 +39 42 +40 41 +40 43 +41 44 +42 44 +42 45 +43 44 +43 46 +44 47 +45 47 +45 48 +46 47 +46 49 +47 50 +48 50 +48 51 +49 50 +49 52 +50 53 +51 53 +51 54 +52 53 +52 55 +53 56 +54 56 +54 57 +55 56 +55 58 +56 59 +57 59 +57 60 +58 59 +58 61 +59 62 +60 62 +60 63 +61 62 +61 64 +62 65 +63 65 +63 66 +64 65 +64 67 +65 68 +66 68 +66 69 +67 68 +67 70 +68 71 +69 71 +69 72 +70 71 +70 73 +71 74 +72 74 +72 75 +73 74 +73 76 +74 77 +75 77 +75 78 +76 77 +76 79 +77 80 +78 80 +78 81 +79 80 +79 82 +80 83 +81 83 +81 84 +82 83 +82 85 +83 86 +84 86 +84 87 +85 86 +85 89 +86 88 +87 88 +88 89 +91 90 +91 92 +92 93 +90 93 +94 90 +93 95 +94 95 +96 97 +97 90 +96 94 +98 97 +98 91 +99 100 +100 97 +99 96 +101 100 +101 98 +102 103 +103 100 +102 99 +104 103 +104 101 +105 106 +106 103 +105 102 +107 106 +107 104 +108 109 +109 106 +108 105 +110 109 +110 107 +111 112 +112 109 +111 108 +113 112 +113 110 +114 115 +115 112 +114 111 +116 115 +116 113 +117 118 +118 115 +117 114 +119 118 +119 116 +120 121 +121 118 +120 117 +122 121 +122 119 +123 124 +124 121 +123 120 +125 124 +125 122 +126 127 +127 124 +126 123 +128 127 +128 125 +129 130 +130 127 +129 126 +131 130 +131 128 +132 133 +133 130 +132 129 +134 133 +134 131 +135 136 +136 133 +135 132 +137 136 +137 134 +138 139 +139 136 +138 135 +140 139 +140 137 +141 142 +142 139 +141 138 +143 142 +143 140 +144 145 +145 142 +144 141 +146 145 +146 143 +147 148 +148 145 +147 144 +149 148 +149 146 +150 151 +151 148 +150 147 +152 151 +152 149 +154 153 +154 151 +153 150 +154 155 +155 152 +156 157 +157 155 +156 154 +156 158 +158 153 +159 160 +160 157 +159 156 +159 161 +161 158 +162 163 +163 160 +162 159 +162 164 +164 161 +165 166 +166 163 +165 162 +165 167 +167 164 +169 168 +169 166 +168 165 +170 168 +170 167 +172 171 +172 168 +171 170 +172 173 +173 169 +174 175 +175 173 +174 172 +174 176 +176 171 +178 177 +178 175 +177 174 +177 179 +179 176 +87 92 +84 91 +88 93 +89 95 +85 94 +82 96 +81 98 +79 99 +78 101 +76 102 +75 104 +73 105 +72 107 +70 108 +69 110 +67 111 +66 113 +64 114 +63 116 +61 117 +60 119 +58 120 +57 122 +55 123 +54 125 +52 126 +51 128 +49 129 +48 131 +46 132 +45 134 +43 135 +42 137 +40 138 +39 140 +37 141 +36 143 +34 144 +33 146 +31 147 +30 149 +28 150 +27 152 +26 153 +25 155 +22 157 +23 158 +19 160 +20 161 +16 163 +17 164 +13 166 +14 167 +9 169 +10 170 +8 171 +7 173 +4 175 +5 176 +1 177 +0 178 +2 179 +Faces +178 +4 281 282 290 289 +4 284 288 292 287 +4 274 278 285 277 +4 271 272 280 279 +4 264 268 275 267 +4 261 262 270 269 +4 254 258 265 257 +4 251 252 260 259 +4 244 248 255 247 +4 241 242 250 249 +4 234 238 245 237 +4 231 232 240 239 +4 224 228 235 227 +4 221 222 230 229 +4 214 218 225 217 +4 211 212 220 219 +4 204 208 215 207 +4 201 202 210 209 +4 194 198 205 197 +4 191 192 200 199 +4 184 188 195 187 +4 181 182 190 189 +4 174 178 185 177 +4 171 172 180 179 +4 164 168 175 167 +4 161 162 170 169 +4 154 158 165 157 +4 151 152 160 159 +4 144 148 155 147 +4 141 142 150 149 +4 134 138 145 137 +4 131 132 140 139 +4 124 128 135 127 +4 121 122 130 129 +4 114 118 125 117 +4 111 112 120 119 +4 104 108 115 107 +4 101 102 110 109 +4 94 98 105 97 +4 91 92 100 99 +4 83 84 95 89 +4 80 86 90 85 +4 70 76 81 75 +4 73 74 82 79 +4 60 66 71 65 +4 63 64 72 69 +4 50 56 61 55 +4 53 54 62 59 +4 40 46 51 45 +4 43 44 52 49 +4 31 32 41 39 +4 34 38 42 37 +4 23 24 35 29 +4 20 26 30 25 +4 10 16 21 15 +4 13 14 22 19 +4 1 2 11 7 +4 5 6 12 9 +4 295 296 298 301 +4 302 300 304 307 +4 308 310 303 313 +4 315 316 294 311 +4 318 320 309 323 +4 325 326 314 321 +4 328 330 319 333 +4 335 336 324 331 +4 338 340 329 343 +4 345 346 334 341 +4 348 350 339 353 +4 355 356 344 351 +4 358 360 349 363 +4 365 366 354 361 +4 368 370 359 373 +4 375 376 364 371 +4 378 380 369 383 +4 385 386 374 381 +4 388 390 379 393 +4 395 396 384 391 +4 398 400 389 403 +4 405 406 394 401 +4 408 410 399 413 +4 415 416 404 411 +4 418 420 409 423 +4 425 426 414 421 +4 428 430 419 433 +4 435 436 424 431 +4 438 440 429 443 +4 445 446 434 441 +4 448 450 439 453 +4 455 456 444 451 +4 458 460 449 463 +4 465 466 454 461 +4 468 470 459 473 +4 475 476 464 471 +4 478 480 469 483 +4 485 486 474 481 +4 488 490 479 493 +4 495 496 484 491 +4 499 500 489 503 +4 504 506 494 501 +4 508 510 505 513 +4 515 512 498 517 +4 518 520 509 523 +4 525 522 514 527 +4 528 530 519 533 +4 535 532 524 537 +4 538 540 529 543 +4 545 542 534 547 +4 549 550 539 553 +4 554 552 544 557 +4 559 560 555 563 +4 564 566 548 561 +4 568 570 565 573 +4 575 572 558 577 +4 579 580 569 583 +4 585 582 574 587 +4 282 588 297 591 +4 290 592 299 589 +4 292 594 305 593 +4 286 594 307 597 +4 276 596 313 599 +4 272 590 317 601 +4 266 598 323 603 +4 262 600 327 605 +4 256 602 333 607 +4 252 604 337 609 +4 246 606 343 611 +4 242 608 347 613 +4 236 610 353 615 +4 232 612 357 617 +4 226 614 363 619 +4 222 616 367 621 +4 216 618 373 623 +4 212 620 377 625 +4 206 622 383 627 +4 202 624 387 629 +4 196 626 393 631 +4 192 628 397 633 +4 186 630 403 635 +4 182 632 407 637 +4 176 634 413 639 +4 172 636 417 641 +4 166 638 423 643 +4 162 640 427 645 +4 156 642 433 647 +4 152 644 437 649 +4 146 646 443 651 +4 142 648 447 653 +4 136 650 453 655 +4 132 652 457 657 +4 126 654 463 659 +4 122 656 467 661 +4 116 658 473 663 +4 112 660 477 665 +4 106 662 483 667 +4 102 664 487 669 +4 96 666 493 671 +4 92 668 497 673 +4 88 670 503 675 +4 86 672 507 677 +4 76 676 511 679 +4 78 674 517 681 +4 66 678 521 683 +4 68 680 527 685 +4 56 682 531 687 +4 58 684 537 689 +4 46 686 541 691 +4 48 688 547 693 +4 32 690 551 695 +4 36 692 557 697 +4 28 696 563 699 +4 26 694 567 701 +4 16 700 571 703 +4 18 698 577 705 +4 0 706 579 709 +4 2 702 581 709 +4 4 710 585 707 +4 8 704 587 711 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.params b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..8363559 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.params @@ -0,0 +1,2 @@ + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.pin b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..0241a27 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.pin @@ -0,0 +1,32 @@ + + + + + P1 + P1 + + + 1 + -1 + + 0 + 0 + + + + + + P2 + P2 + + + 1 + -1 + + 0.049 + 0 + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.plan b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.prt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..386bcf6 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.prt @@ -0,0 +1,29 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + P2 + P2 + + 50 + 0 + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.psz b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..25e3d40 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qas b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..5b33e19 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.008 +mesh_extrusion_duration_seconds 0.006 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.021053 +mesh_meshing_duration_seconds 0.056004 +solve_input_processing_duration_seconds 0.031 +solve_db_initialization_duration_seconds 0.004996 +solve_port_solver_duration_seconds 0.003 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.002003 +solve_mesh_reduction_duration_seconds 0.005997 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.03851 +solve_first_solve_duration_seconds 0.009 +solve_first_misc_duration_seconds 0.040006 +solve_sweep_load_duration_seconds 0.359447 +solve_sweep_solve_duration_seconds 0.025524 +solve_sweep_misc_duration_seconds 0.237528 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.13305 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.225569 +solve_flow_first_frequency_duration_seconds 0.087516 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 0.622499 +solve_flow_duration_seconds 0.848068 +solve_sweep_load_duration_per_frequency_seconds 0.0513495714285714 +solve_sweep_solve_duration_per_frequency_seconds 0.00364628571428571 +solve_sweep_misc_duration_per_frequency_seconds 0.0339325714285714 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.0889284285714286 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.0513495714285714 +solve_flow_frequency_independent_duration_seconds 0.136640571428571 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 14426112 +mesh_peak_rss_memory_bytes 39575552 +mesh_page_fault_count 11059 +solve_peak_page_memory_bytes 74756096 +solve_peak_rss_memory_bytes 93040640 +solve_page_fault_count 75101 +maximal_peak_page_memory_bytes 74756096 +maximal_peak_rss_memory_bytes 93040640 +total_page_fault_count 86160 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 0 +rectangle_count 58 +quad_count 0 +via_count 0 +matrix_size 360 +reduced_matrix_size 360 +frequency_count 8 +solve_peak_memory_estimate_bytes 4213555.2 +total_cell_count 58 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qry b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..0ed5f8e --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 18 00:30:21 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sab b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..196f0ba Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sam b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..aedbe20 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sam @@ -0,0 +1,12 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 8 +1.000000e+09 +1.666667e+09 +2.333333e+09 +2.666667e+09 +3.000000e+09 +3.666667e+09 +4.333333e+09 +5.000000e+09 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sio b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..d0f7ab9 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sst b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..2b438ec --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 35.50 MB + Virtual memory : 13.76 MB + Page faults : 10373 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sta b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..993b8cc --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sta @@ -0,0 +1,115 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 18 00:30:21 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 58 + Triangular cells : 0 + Via cells : 0 + + Edge currents : 89 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 1 | 34.97 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.07 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 6.00 + + Matrix size : 360 + Reduced matrix size : 360 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.23 + Basis creation | 0: 0: 0 | 0: 0: 0 | 4.30 + Matrix load | 0: 0: 0 | 0: 0: 0 | 34.40 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 5.51 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 1.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 2.25 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 3 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 2.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 8 + + Physical memory : 88.73 MB + Virtual memory : 71.29 MB + Page faults : 75130 + User Time : 0h 0m 2s + Elapsed Time : 0h 0m 1s + +============================================================================== + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sti b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.stm b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..c39d42b --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 18 00:30:21 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 0 + Rectangular cells : 58 + Non-rectangular quadrilateral cells : 0 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 37.74 MB + Virtual memory : 13.76 MB + Page faults : 11058 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sub b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.toi b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..0aa4524 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.toi @@ -0,0 +1,9 @@ + + + + P1 + + + P2 + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.txb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..f66a027 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_a b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..51f8238 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_a @@ -0,0 +1,4 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,-1.6500 49.0000,-1.6500 49.0000,1.6500 0.0000,1.6500; +SAVE; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_geo.csv b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..5486cb0 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,41 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,0 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,0 +0.141254,0 +0.177828,0 +0.223872,0 +0.281838,0 +0.354813,0 +0.446684,0 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_out.prt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..36980f9 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,21 @@ + + + + + P1 + P1 + + 50 + 0 + + + + P2 + P2 + + 50 + 0 + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/.variables b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..d834213 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 870 surfaces diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..d7bb980 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,51 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/Nextcloud/TNE071_ADS/My_Lab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 1.2966680908203125e+02 -1.0516681671142578e+02 1.0593931579589844e+02 + Target 2.4500000000000000e+01 0.0000000000000000e+00 7.7249997854232788e-01 + Up -4.0824830532073975e-01 4.0824830532073975e-01 8.1649661064147949e-01 + 7.2861701965332031e+01 7.2861701965332031e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/emStateFile.xml b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..e1bb1d9 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,1692 @@ + + + 0 + 0,unknown + 5 + 0 + + emCosim + My_Lab1_lib + cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk + My_Lab1_lib + cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_2 + True + True + cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + My_Lab1_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_2 + True + True + S_Nport_P.ddt + + + True + cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + My_Lab1_lib:cell_2:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + My_Lab1_lib:cell_2:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk<br>Library: My_Lab1_lib<br>Cell: cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: My_Lab1_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">1 port defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/momentum.cfg b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.c2d b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..d1c4394 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,32 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 18 02:52:47 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 1 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cdr b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..cb9996c --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,11 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 1 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cfg b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..75d0e1f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/Nextcloud/TNE071_ADS/My_Lab1_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.exb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..20d7acb Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.fra b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..d7af565 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 1 +NUMBER OF DATA COLUMNS : -1 + +NUMBER OF BLOCKS : 1 +0 13 :0 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.gdf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..9800a73 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,1463 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 28.0144,1.7509 29.7653,1.7509; +ADD L1 :W0.000 27.5000,0.0000 29.7653,0.0000; +ADD L1 :W0.000 29.7653,0.0000 29.7653,1.7509; +ADD L1 :W0.000 27.5000,1.6500 28.0144,1.7509; +ADD L1 :W0.000 27.5000,0.0000 27.5000,1.6500; +ADD L1 :W0.000 27.5000,0.0000 29.7653,0.0000; +ADD L1 :W0.000 28.0144,-1.7509 29.7653,-1.7509; +ADD L1 :W0.000 29.7653,-1.7509 29.7653,0.0000; +ADD L1 :W0.000 27.5000,0.0000 27.5000,-1.6500; +ADD L1 :W0.000 27.5000,-1.6500 28.0144,-1.7509; +ADD L1 :W0.000 17.5000,5.2527 17.5000,7.0036; +ADD L1 :W0.000 19.2599,5.2527 19.2599,7.0036; +ADD L1 :W0.000 17.5000,7.0036 19.2599,7.0036; +ADD L1 :W0.000 17.5000,4.9000 17.5000,5.2527; +ADD L1 :W0.000 17.5000,4.9000 19.2599,4.9000; +ADD L1 :W0.000 19.2599,4.9000 19.2599,5.2527; +ADD L1 :W0.000 24.5126,5.2527 24.5126,7.0036; +ADD L1 :W0.000 26.2635,5.2527 26.2635,7.0036; +ADD L1 :W0.000 24.5126,7.0036 26.2635,7.0036; +ADD L1 :W0.000 24.5126,4.9000 24.5126,5.2527; +ADD L1 :W0.000 24.5126,4.9000 26.2635,4.9000; +ADD L1 :W0.000 26.2635,4.9000 26.2635,5.2527; +ADD L1 :W0.000 21.0108,5.2527 21.0108,7.0036; +ADD L1 :W0.000 22.7617,5.2527 22.7617,7.0036; +ADD L1 :W0.000 21.0108,7.0036 22.7617,7.0036; +ADD L1 :W0.000 21.0108,4.9000 21.0108,5.2527; +ADD L1 :W0.000 21.0108,4.9000 22.7617,4.9000; +ADD L1 :W0.000 22.7617,4.9000 22.7617,5.2527; +ADD L1 :W0.000 19.2599,5.2527 19.2599,7.0036; +ADD L1 :W0.000 21.0108,5.2527 21.0108,7.0036; +ADD L1 :W0.000 19.2599,7.0036 21.0108,7.0036; +ADD L1 :W0.000 19.2599,4.9000 19.2599,5.2527; +ADD L1 :W0.000 19.2599,4.9000 21.0108,4.9000; +ADD L1 :W0.000 21.0108,4.9000 21.0108,5.2527; +ADD L1 :W0.000 22.7617,5.2527 22.7617,7.0036; +ADD L1 :W0.000 24.5126,5.2527 24.5126,7.0036; +ADD L1 :W0.000 22.7617,7.0036 24.5126,7.0036; +ADD L1 :W0.000 22.7617,4.9000 22.7617,5.2527; +ADD L1 :W0.000 22.7617,4.9000 24.5126,4.9000; +ADD L1 :W0.000 24.5126,4.9000 24.5126,5.2527; +ADD L1 :W0.000 24.5126,-5.2527 24.5126,-4.9000; +ADD L1 :W0.000 26.2635,-5.2527 26.2635,-4.9000; +ADD L1 :W0.000 24.5126,-4.9000 26.2635,-4.9000; +ADD L1 :W0.000 24.5126,-7.0036 24.5126,-5.2527; +ADD L1 :W0.000 24.5126,-7.0036 26.2635,-7.0036; +ADD L1 :W0.000 26.2635,-7.0036 26.2635,-5.2527; +ADD L1 :W0.000 21.0108,-5.2527 21.0108,-4.9000; +ADD L1 :W0.000 22.7617,-5.2527 22.7617,-4.9000; +ADD L1 :W0.000 21.0108,-4.9000 22.7617,-4.9000; +ADD L1 :W0.000 21.0108,-7.0036 21.0108,-5.2527; +ADD L1 :W0.000 21.0108,-7.0036 22.7617,-7.0036; +ADD L1 :W0.000 22.7617,-7.0036 22.7617,-5.2527; +ADD L1 :W0.000 19.2599,-5.2527 19.2599,-4.9000; +ADD L1 :W0.000 21.0108,-5.2527 21.0108,-4.9000; +ADD L1 :W0.000 19.2599,-4.9000 21.0108,-4.9000; +ADD L1 :W0.000 19.2599,-7.0036 19.2599,-5.2527; +ADD L1 :W0.000 19.2599,-7.0036 21.0108,-7.0036; +ADD L1 :W0.000 21.0108,-7.0036 21.0108,-5.2527; +ADD L1 :W0.000 17.5000,-5.2527 17.5000,-4.9000; +ADD L1 :W0.000 19.2599,-5.2527 19.2599,-4.9000; +ADD L1 :W0.000 17.5000,-4.9000 19.2599,-4.9000; +ADD L1 :W0.000 17.5000,-7.0036 17.5000,-5.2527; +ADD L1 :W0.000 17.5000,-7.0036 19.2599,-7.0036; +ADD L1 :W0.000 19.2599,-7.0036 19.2599,-5.2527; +ADD L1 :W0.000 22.7617,-5.2527 22.7617,-4.9000; +ADD L1 :W0.000 24.5126,-5.2527 24.5126,-4.9000; +ADD L1 :W0.000 22.7617,-4.9000 24.5126,-4.9000; +ADD L1 :W0.000 22.7617,-7.0036 22.7617,-5.2527; +ADD L1 :W0.000 22.7617,-7.0036 24.5126,-7.0036; +ADD L1 :W0.000 24.5126,-7.0036 24.5126,-5.2527; +ADD L1 :W0.000 26.2635,5.2527 26.2635,7.0036; +ADD L1 :W0.000 28.0144,5.2527 28.0144,7.0036; +ADD L1 :W0.000 26.2635,7.0036 28.0144,7.0036; +ADD L1 :W0.000 26.2635,4.9000 26.2635,5.2527; +ADD L1 :W0.000 26.2635,4.9000 27.5000,4.9000; +ADD L1 :W0.000 27.5000,4.9000 28.0144,5.2527; +ADD L1 :W0.000 27.5000,-4.9000 28.0144,-5.2527; +ADD L1 :W0.000 26.2635,-4.9000 27.5000,-4.9000; +ADD L1 :W0.000 26.2635,-5.2527 26.2635,-4.9000; +ADD L1 :W0.000 26.2635,-7.0036 26.2635,-5.2527; +ADD L1 :W0.000 26.2635,-7.0036 28.0144,-7.0036; +ADD L1 :W0.000 28.0144,-7.0036 28.0144,-5.2527; +ADD L1 :W0.000 28.0144,-3.5018 29.7653,-3.5018; +ADD L1 :W0.000 29.7653,-3.5018 29.7653,-1.7509; +ADD L1 :W0.000 28.0144,-1.7509 29.7653,-1.7509; +ADD L1 :W0.000 27.5000,-1.6500 28.0144,-1.7509; +ADD L1 :W0.000 27.5000,-3.5018 27.5000,-1.6500; +ADD L1 :W0.000 27.5000,-3.5018 28.0144,-3.5018; +ADD L1 :W0.000 28.0144,1.7509 29.7653,1.7509; +ADD L1 :W0.000 29.7653,1.7509 29.7653,3.5018; +ADD L1 :W0.000 28.0144,3.5018 29.7653,3.5018; +ADD L1 :W0.000 27.5000,3.5018 28.0144,3.5018; +ADD L1 :W0.000 27.5000,1.6500 27.5000,3.5018; +ADD L1 :W0.000 27.5000,1.6500 28.0144,1.7509; +ADD L1 :W0.000 28.0144,-5.2527 29.7653,-5.2527; +ADD L1 :W0.000 29.7653,-5.2527 29.7653,-3.5018; +ADD L1 :W0.000 28.0144,-3.5018 29.7653,-3.5018; +ADD L1 :W0.000 27.5000,-3.5018 28.0144,-3.5018; +ADD L1 :W0.000 27.5000,-4.9000 27.5000,-3.5018; +ADD L1 :W0.000 27.5000,-4.9000 28.0144,-5.2527; +ADD L1 :W0.000 28.0144,3.5018 29.7653,3.5018; +ADD L1 :W0.000 29.7653,3.5018 29.7653,5.2527; +ADD L1 :W0.000 28.0144,5.2527 29.7653,5.2527; +ADD L1 :W0.000 27.5000,4.9000 28.0144,5.2527; +ADD L1 :W0.000 27.5000,3.5018 27.5000,4.9000; +ADD L1 :W0.000 27.5000,3.5018 28.0144,3.5018; +ADD L1 :W0.000 47.2743,15.7581 47.2743,16.6000; +ADD L1 :W0.000 47.2743,15.7581 49.0000,15.7581; +ADD L1 :W0.000 49.0000,15.7581 49.0000,16.6000; +ADD L1 :W0.000 47.2743,16.6000 49.0000,16.6000; +ADD L1 :W0.000 47.2743,14.0072 47.2743,15.7581; +ADD L1 :W0.000 47.2743,14.0072 49.0000,14.0072; +ADD L1 :W0.000 49.0000,14.0072 49.0000,15.7581; +ADD L1 :W0.000 47.2743,15.7581 49.0000,15.7581; +ADD L1 :W0.000 47.2743,12.2563 47.2743,14.0072; +ADD L1 :W0.000 47.2743,12.2563 49.0000,12.2563; +ADD L1 :W0.000 49.0000,12.2563 49.0000,14.0072; +ADD L1 :W0.000 47.2743,14.0072 49.0000,14.0072; +ADD L1 :W0.000 47.2743,10.5054 47.2743,12.2563; +ADD L1 :W0.000 47.2743,10.5054 49.0000,10.5054; +ADD L1 :W0.000 49.0000,10.5054 49.0000,12.2563; +ADD L1 :W0.000 47.2743,12.2563 49.0000,12.2563; +ADD L1 :W0.000 47.2743,8.7545 47.2743,10.5054; +ADD L1 :W0.000 47.2743,8.7545 49.0000,8.7545; +ADD L1 :W0.000 49.0000,8.7545 49.0000,10.5054; +ADD L1 :W0.000 47.2743,10.5054 49.0000,10.5054; +ADD L1 :W0.000 47.2743,7.0036 47.2743,8.7545; +ADD L1 :W0.000 47.2743,7.0036 49.0000,7.0036; +ADD L1 :W0.000 49.0000,7.0036 49.0000,8.7545; +ADD L1 :W0.000 47.2743,8.7545 49.0000,8.7545; +ADD L1 :W0.000 47.2743,5.2527 47.2743,7.0036; +ADD L1 :W0.000 47.2743,5.2527 49.0000,5.2527; +ADD L1 :W0.000 49.0000,5.2527 49.0000,7.0036; +ADD L1 :W0.000 47.2743,7.0036 49.0000,7.0036; +ADD L1 :W0.000 47.2743,3.5018 47.2743,5.2527; +ADD L1 :W0.000 47.2743,3.5018 49.0000,3.5018; +ADD L1 :W0.000 49.0000,3.5018 49.0000,5.2527; +ADD L1 :W0.000 47.2743,5.2527 49.0000,5.2527; +ADD L1 :W0.000 47.2743,1.7509 47.2743,3.5018; +ADD L1 :W0.000 47.2743,1.7509 49.0000,1.7509; +ADD L1 :W0.000 49.0000,1.7509 49.0000,3.5018; +ADD L1 :W0.000 47.2743,3.5018 49.0000,3.5018; +ADD L1 :W0.000 47.2743,0.0000 47.2743,1.7509; +ADD L1 :W0.000 47.2743,0.0000 49.0000,0.0000; +ADD L1 :W0.000 49.0000,0.0000 49.0000,1.7509; +ADD L1 :W0.000 47.2743,1.7509 49.0000,1.7509; +ADD L1 :W0.000 47.2743,-1.7509 47.2743,0.0000; +ADD L1 :W0.000 47.2743,-1.7509 49.0000,-1.7509; +ADD L1 :W0.000 49.0000,-1.7509 49.0000,0.0000; +ADD L1 :W0.000 47.2743,0.0000 49.0000,0.0000; +ADD L1 :W0.000 47.2743,-3.5018 47.2743,-1.7509; +ADD L1 :W0.000 47.2743,-3.5018 49.0000,-3.5018; +ADD L1 :W0.000 49.0000,-3.5018 49.0000,-1.7509; +ADD L1 :W0.000 47.2743,-1.7509 49.0000,-1.7509; +ADD L1 :W0.000 47.2743,-5.2527 47.2743,-3.5018; +ADD L1 :W0.000 47.2743,-5.2527 49.0000,-5.2527; +ADD L1 :W0.000 49.0000,-5.2527 49.0000,-3.5018; +ADD L1 :W0.000 47.2743,-3.5018 49.0000,-3.5018; +ADD L1 :W0.000 47.2743,-7.0036 47.2743,-5.2527; +ADD L1 :W0.000 47.2743,-7.0036 49.0000,-7.0036; +ADD L1 :W0.000 49.0000,-7.0036 49.0000,-5.2527; +ADD L1 :W0.000 47.2743,-5.2527 49.0000,-5.2527; +ADD L1 :W0.000 47.2743,-8.7545 47.2743,-7.0036; +ADD L1 :W0.000 47.2743,-8.7545 49.0000,-8.7545; +ADD L1 :W0.000 49.0000,-8.7545 49.0000,-7.0036; +ADD L1 :W0.000 47.2743,-7.0036 49.0000,-7.0036; +ADD L1 :W0.000 47.2743,-10.5054 47.2743,-8.7545; +ADD L1 :W0.000 47.2743,-10.5054 49.0000,-10.5054; +ADD L1 :W0.000 49.0000,-10.5054 49.0000,-8.7545; +ADD L1 :W0.000 47.2743,-8.7545 49.0000,-8.7545; +ADD L1 :W0.000 47.2743,-12.2563 47.2743,-10.5054; +ADD L1 :W0.000 47.2743,-12.2563 49.0000,-12.2563; +ADD L1 :W0.000 49.0000,-12.2563 49.0000,-10.5054; +ADD L1 :W0.000 47.2743,-10.5054 49.0000,-10.5054; +ADD L1 :W0.000 47.2743,-14.0072 47.2743,-12.2563; +ADD L1 :W0.000 47.2743,-14.0072 49.0000,-14.0072; +ADD L1 :W0.000 49.0000,-14.0072 49.0000,-12.2563; +ADD L1 :W0.000 47.2743,-12.2563 49.0000,-12.2563; +ADD L1 :W0.000 47.2743,-15.7581 47.2743,-14.0072; +ADD L1 :W0.000 47.2743,-15.7581 49.0000,-15.7581; +ADD L1 :W0.000 49.0000,-15.7581 49.0000,-14.0072; +ADD L1 :W0.000 47.2743,-14.0072 49.0000,-14.0072; +ADD L1 :W0.000 47.2743,-16.6000 47.2743,-15.7581; +ADD L1 :W0.000 47.2743,-16.6000 49.0000,-16.6000; +ADD L1 :W0.000 49.0000,-16.6000 49.0000,-15.7581; +ADD L1 :W0.000 47.2743,-15.7581 49.0000,-15.7581; +ADD L1 :W0.000 45.5234,15.7581 45.5234,16.6000; +ADD L1 :W0.000 45.5234,15.7581 47.2743,15.7581; +ADD L1 :W0.000 47.2743,15.7581 47.2743,16.6000; +ADD L1 :W0.000 45.5234,16.6000 47.2743,16.6000; +ADD L1 :W0.000 45.5234,14.0072 45.5234,15.7581; +ADD L1 :W0.000 45.5234,14.0072 47.2743,14.0072; +ADD L1 :W0.000 47.2743,14.0072 47.2743,15.7581; +ADD L1 :W0.000 45.5234,15.7581 47.2743,15.7581; +ADD L1 :W0.000 45.5234,12.2563 45.5234,14.0072; +ADD L1 :W0.000 45.5234,12.2563 47.2743,12.2563; +ADD L1 :W0.000 47.2743,12.2563 47.2743,14.0072; +ADD L1 :W0.000 45.5234,14.0072 47.2743,14.0072; +ADD L1 :W0.000 45.5234,10.5054 45.5234,12.2563; +ADD L1 :W0.000 45.5234,10.5054 47.2743,10.5054; +ADD L1 :W0.000 47.2743,10.5054 47.2743,12.2563; +ADD L1 :W0.000 45.5234,12.2563 47.2743,12.2563; +ADD L1 :W0.000 45.5234,8.7545 45.5234,10.5054; +ADD L1 :W0.000 45.5234,8.7545 47.2743,8.7545; +ADD L1 :W0.000 47.2743,8.7545 47.2743,10.5054; +ADD L1 :W0.000 45.5234,10.5054 47.2743,10.5054; +ADD L1 :W0.000 45.5234,7.0036 45.5234,8.7545; +ADD L1 :W0.000 45.5234,7.0036 47.2743,7.0036; +ADD L1 :W0.000 47.2743,7.0036 47.2743,8.7545; +ADD L1 :W0.000 45.5234,8.7545 47.2743,8.7545; +ADD L1 :W0.000 45.5234,5.2527 45.5234,7.0036; +ADD L1 :W0.000 45.5234,5.2527 47.2743,5.2527; +ADD L1 :W0.000 47.2743,5.2527 47.2743,7.0036; +ADD L1 :W0.000 45.5234,7.0036 47.2743,7.0036; +ADD L1 :W0.000 45.5234,3.5018 45.5234,5.2527; +ADD L1 :W0.000 45.5234,3.5018 47.2743,3.5018; +ADD L1 :W0.000 47.2743,3.5018 47.2743,5.2527; +ADD L1 :W0.000 45.5234,5.2527 47.2743,5.2527; +ADD L1 :W0.000 45.5234,1.7509 45.5234,3.5018; +ADD L1 :W0.000 45.5234,1.7509 47.2743,1.7509; +ADD L1 :W0.000 47.2743,1.7509 47.2743,3.5018; +ADD L1 :W0.000 45.5234,3.5018 47.2743,3.5018; +ADD L1 :W0.000 45.5234,0.0000 45.5234,1.7509; +ADD L1 :W0.000 45.5234,0.0000 47.2743,0.0000; +ADD L1 :W0.000 47.2743,0.0000 47.2743,1.7509; +ADD L1 :W0.000 45.5234,1.7509 47.2743,1.7509; +ADD L1 :W0.000 45.5234,-1.7509 45.5234,0.0000; +ADD L1 :W0.000 45.5234,-1.7509 47.2743,-1.7509; +ADD L1 :W0.000 47.2743,-1.7509 47.2743,0.0000; +ADD L1 :W0.000 45.5234,0.0000 47.2743,0.0000; +ADD L1 :W0.000 45.5234,-3.5018 45.5234,-1.7509; +ADD L1 :W0.000 45.5234,-3.5018 47.2743,-3.5018; +ADD L1 :W0.000 47.2743,-3.5018 47.2743,-1.7509; +ADD L1 :W0.000 45.5234,-1.7509 47.2743,-1.7509; +ADD L1 :W0.000 45.5234,-5.2527 45.5234,-3.5018; +ADD L1 :W0.000 45.5234,-5.2527 47.2743,-5.2527; +ADD L1 :W0.000 47.2743,-5.2527 47.2743,-3.5018; +ADD L1 :W0.000 45.5234,-3.5018 47.2743,-3.5018; +ADD L1 :W0.000 45.5234,-7.0036 45.5234,-5.2527; +ADD L1 :W0.000 45.5234,-7.0036 47.2743,-7.0036; +ADD L1 :W0.000 47.2743,-7.0036 47.2743,-5.2527; +ADD L1 :W0.000 45.5234,-5.2527 47.2743,-5.2527; +ADD L1 :W0.000 45.5234,-8.7545 45.5234,-7.0036; +ADD L1 :W0.000 45.5234,-8.7545 47.2743,-8.7545; +ADD L1 :W0.000 47.2743,-8.7545 47.2743,-7.0036; +ADD L1 :W0.000 45.5234,-7.0036 47.2743,-7.0036; +ADD L1 :W0.000 45.5234,-10.5054 45.5234,-8.7545; +ADD L1 :W0.000 45.5234,-10.5054 47.2743,-10.5054; +ADD L1 :W0.000 47.2743,-10.5054 47.2743,-8.7545; +ADD L1 :W0.000 45.5234,-8.7545 47.2743,-8.7545; +ADD L1 :W0.000 45.5234,-12.2563 45.5234,-10.5054; +ADD L1 :W0.000 45.5234,-12.2563 47.2743,-12.2563; +ADD L1 :W0.000 47.2743,-12.2563 47.2743,-10.5054; +ADD L1 :W0.000 45.5234,-10.5054 47.2743,-10.5054; +ADD L1 :W0.000 45.5234,-14.0072 45.5234,-12.2563; +ADD L1 :W0.000 45.5234,-14.0072 47.2743,-14.0072; +ADD L1 :W0.000 47.2743,-14.0072 47.2743,-12.2563; +ADD L1 :W0.000 45.5234,-12.2563 47.2743,-12.2563; +ADD L1 :W0.000 45.5234,-15.7581 45.5234,-14.0072; +ADD L1 :W0.000 45.5234,-15.7581 47.2743,-15.7581; +ADD L1 :W0.000 47.2743,-15.7581 47.2743,-14.0072; +ADD L1 :W0.000 45.5234,-14.0072 47.2743,-14.0072; +ADD L1 :W0.000 45.5234,-16.6000 45.5234,-15.7581; +ADD L1 :W0.000 45.5234,-16.6000 47.2743,-16.6000; +ADD L1 :W0.000 47.2743,-16.6000 47.2743,-15.7581; +ADD L1 :W0.000 45.5234,-15.7581 47.2743,-15.7581; +ADD L1 :W0.000 43.7725,15.7581 43.7725,16.6000; +ADD L1 :W0.000 43.7725,15.7581 45.5234,15.7581; +ADD L1 :W0.000 45.5234,15.7581 45.5234,16.6000; +ADD L1 :W0.000 43.7725,16.6000 45.5234,16.6000; +ADD L1 :W0.000 43.7725,14.0072 43.7725,15.7581; +ADD L1 :W0.000 43.7725,14.0072 45.5234,14.0072; +ADD L1 :W0.000 45.5234,14.0072 45.5234,15.7581; +ADD L1 :W0.000 43.7725,15.7581 45.5234,15.7581; +ADD L1 :W0.000 43.7725,12.2563 43.7725,14.0072; +ADD L1 :W0.000 43.7725,12.2563 45.5234,12.2563; +ADD L1 :W0.000 45.5234,12.2563 45.5234,14.0072; +ADD L1 :W0.000 43.7725,14.0072 45.5234,14.0072; +ADD L1 :W0.000 43.7725,10.5054 43.7725,12.2563; +ADD L1 :W0.000 43.7725,10.5054 45.5234,10.5054; +ADD L1 :W0.000 45.5234,10.5054 45.5234,12.2563; +ADD L1 :W0.000 43.7725,12.2563 45.5234,12.2563; +ADD L1 :W0.000 43.7725,8.7545 43.7725,10.5054; +ADD L1 :W0.000 43.7725,8.7545 45.5234,8.7545; +ADD L1 :W0.000 45.5234,8.7545 45.5234,10.5054; +ADD L1 :W0.000 43.7725,10.5054 45.5234,10.5054; +ADD L1 :W0.000 43.7725,7.0036 43.7725,8.7545; +ADD L1 :W0.000 43.7725,7.0036 45.5234,7.0036; +ADD L1 :W0.000 45.5234,7.0036 45.5234,8.7545; +ADD L1 :W0.000 43.7725,8.7545 45.5234,8.7545; +ADD L1 :W0.000 43.7725,5.2527 43.7725,7.0036; +ADD L1 :W0.000 43.7725,5.2527 45.5234,5.2527; +ADD L1 :W0.000 45.5234,5.2527 45.5234,7.0036; +ADD L1 :W0.000 43.7725,7.0036 45.5234,7.0036; +ADD L1 :W0.000 43.7725,3.5018 43.7725,5.2527; +ADD L1 :W0.000 43.7725,3.5018 45.5234,3.5018; +ADD L1 :W0.000 45.5234,3.5018 45.5234,5.2527; +ADD L1 :W0.000 43.7725,5.2527 45.5234,5.2527; +ADD L1 :W0.000 43.7725,1.7509 43.7725,3.5018; +ADD L1 :W0.000 43.7725,1.7509 45.5234,1.7509; +ADD L1 :W0.000 45.5234,1.7509 45.5234,3.5018; +ADD L1 :W0.000 43.7725,3.5018 45.5234,3.5018; +ADD L1 :W0.000 43.7725,0.0000 43.7725,1.7509; +ADD L1 :W0.000 43.7725,0.0000 45.5234,0.0000; +ADD L1 :W0.000 45.5234,0.0000 45.5234,1.7509; +ADD L1 :W0.000 43.7725,1.7509 45.5234,1.7509; +ADD L1 :W0.000 43.7725,-1.7509 43.7725,0.0000; +ADD L1 :W0.000 43.7725,-1.7509 45.5234,-1.7509; +ADD L1 :W0.000 45.5234,-1.7509 45.5234,0.0000; +ADD L1 :W0.000 43.7725,0.0000 45.5234,0.0000; +ADD L1 :W0.000 43.7725,-3.5018 43.7725,-1.7509; +ADD L1 :W0.000 43.7725,-3.5018 45.5234,-3.5018; +ADD L1 :W0.000 45.5234,-3.5018 45.5234,-1.7509; +ADD L1 :W0.000 43.7725,-1.7509 45.5234,-1.7509; +ADD L1 :W0.000 43.7725,-5.2527 43.7725,-3.5018; +ADD L1 :W0.000 43.7725,-5.2527 45.5234,-5.2527; +ADD L1 :W0.000 45.5234,-5.2527 45.5234,-3.5018; +ADD L1 :W0.000 43.7725,-3.5018 45.5234,-3.5018; +ADD L1 :W0.000 43.7725,-7.0036 43.7725,-5.2527; +ADD L1 :W0.000 43.7725,-7.0036 45.5234,-7.0036; +ADD L1 :W0.000 45.5234,-7.0036 45.5234,-5.2527; +ADD L1 :W0.000 43.7725,-5.2527 45.5234,-5.2527; +ADD L1 :W0.000 43.7725,-8.7545 43.7725,-7.0036; +ADD L1 :W0.000 43.7725,-8.7545 45.5234,-8.7545; +ADD L1 :W0.000 45.5234,-8.7545 45.5234,-7.0036; +ADD L1 :W0.000 43.7725,-7.0036 45.5234,-7.0036; +ADD L1 :W0.000 43.7725,-10.5054 43.7725,-8.7545; +ADD L1 :W0.000 43.7725,-10.5054 45.5234,-10.5054; +ADD L1 :W0.000 45.5234,-10.5054 45.5234,-8.7545; +ADD L1 :W0.000 43.7725,-8.7545 45.5234,-8.7545; +ADD L1 :W0.000 43.7725,-12.2563 43.7725,-10.5054; +ADD L1 :W0.000 43.7725,-12.2563 45.5234,-12.2563; +ADD L1 :W0.000 45.5234,-12.2563 45.5234,-10.5054; +ADD L1 :W0.000 43.7725,-10.5054 45.5234,-10.5054; +ADD L1 :W0.000 43.7725,-14.0072 43.7725,-12.2563; +ADD L1 :W0.000 43.7725,-14.0072 45.5234,-14.0072; +ADD L1 :W0.000 45.5234,-14.0072 45.5234,-12.2563; +ADD L1 :W0.000 43.7725,-12.2563 45.5234,-12.2563; +ADD L1 :W0.000 43.7725,-15.7581 43.7725,-14.0072; +ADD L1 :W0.000 43.7725,-15.7581 45.5234,-15.7581; +ADD L1 :W0.000 45.5234,-15.7581 45.5234,-14.0072; +ADD L1 :W0.000 43.7725,-14.0072 45.5234,-14.0072; +ADD L1 :W0.000 43.7725,-16.6000 43.7725,-15.7581; +ADD L1 :W0.000 43.7725,-16.6000 45.5234,-16.6000; +ADD L1 :W0.000 45.5234,-16.6000 45.5234,-15.7581; +ADD L1 :W0.000 43.7725,-15.7581 45.5234,-15.7581; +ADD L1 :W0.000 42.0216,15.7581 42.0216,16.6000; +ADD L1 :W0.000 42.0216,15.7581 43.7725,15.7581; +ADD L1 :W0.000 43.7725,15.7581 43.7725,16.6000; +ADD L1 :W0.000 42.0216,16.6000 43.7725,16.6000; +ADD L1 :W0.000 42.0216,14.0072 42.0216,15.7581; +ADD L1 :W0.000 42.0216,14.0072 43.7725,14.0072; +ADD L1 :W0.000 43.7725,14.0072 43.7725,15.7581; +ADD L1 :W0.000 42.0216,15.7581 43.7725,15.7581; +ADD L1 :W0.000 42.0216,12.2563 42.0216,14.0072; +ADD L1 :W0.000 42.0216,12.2563 43.7725,12.2563; +ADD L1 :W0.000 43.7725,12.2563 43.7725,14.0072; +ADD L1 :W0.000 42.0216,14.0072 43.7725,14.0072; +ADD L1 :W0.000 42.0216,10.5054 42.0216,12.2563; +ADD L1 :W0.000 42.0216,10.5054 43.7725,10.5054; +ADD L1 :W0.000 43.7725,10.5054 43.7725,12.2563; +ADD L1 :W0.000 42.0216,12.2563 43.7725,12.2563; +ADD L1 :W0.000 42.0216,8.7545 42.0216,10.5054; +ADD L1 :W0.000 42.0216,8.7545 43.7725,8.7545; +ADD L1 :W0.000 43.7725,8.7545 43.7725,10.5054; +ADD L1 :W0.000 42.0216,10.5054 43.7725,10.5054; +ADD L1 :W0.000 42.0216,7.0036 42.0216,8.7545; +ADD L1 :W0.000 42.0216,7.0036 43.7725,7.0036; +ADD L1 :W0.000 43.7725,7.0036 43.7725,8.7545; +ADD L1 :W0.000 42.0216,8.7545 43.7725,8.7545; +ADD L1 :W0.000 42.0216,5.2527 42.0216,7.0036; +ADD L1 :W0.000 42.0216,5.2527 43.7725,5.2527; +ADD L1 :W0.000 43.7725,5.2527 43.7725,7.0036; +ADD L1 :W0.000 42.0216,7.0036 43.7725,7.0036; +ADD L1 :W0.000 42.0216,3.5018 42.0216,5.2527; +ADD L1 :W0.000 42.0216,3.5018 43.7725,3.5018; +ADD L1 :W0.000 43.7725,3.5018 43.7725,5.2527; +ADD L1 :W0.000 42.0216,5.2527 43.7725,5.2527; +ADD L1 :W0.000 42.0216,1.7509 42.0216,3.5018; +ADD L1 :W0.000 42.0216,1.7509 43.7725,1.7509; +ADD L1 :W0.000 43.7725,1.7509 43.7725,3.5018; +ADD L1 :W0.000 42.0216,3.5018 43.7725,3.5018; +ADD L1 :W0.000 42.0216,0.0000 42.0216,1.7509; +ADD L1 :W0.000 42.0216,0.0000 43.7725,0.0000; +ADD L1 :W0.000 43.7725,0.0000 43.7725,1.7509; +ADD L1 :W0.000 42.0216,1.7509 43.7725,1.7509; +ADD L1 :W0.000 42.0216,-1.7509 42.0216,0.0000; +ADD L1 :W0.000 42.0216,-1.7509 43.7725,-1.7509; +ADD L1 :W0.000 43.7725,-1.7509 43.7725,0.0000; +ADD L1 :W0.000 42.0216,0.0000 43.7725,0.0000; +ADD L1 :W0.000 42.0216,-3.5018 42.0216,-1.7509; +ADD L1 :W0.000 42.0216,-3.5018 43.7725,-3.5018; +ADD L1 :W0.000 43.7725,-3.5018 43.7725,-1.7509; +ADD L1 :W0.000 42.0216,-1.7509 43.7725,-1.7509; +ADD L1 :W0.000 42.0216,-5.2527 42.0216,-3.5018; +ADD L1 :W0.000 42.0216,-5.2527 43.7725,-5.2527; +ADD L1 :W0.000 43.7725,-5.2527 43.7725,-3.5018; +ADD L1 :W0.000 42.0216,-3.5018 43.7725,-3.5018; +ADD L1 :W0.000 42.0216,-7.0036 42.0216,-5.2527; +ADD L1 :W0.000 42.0216,-7.0036 43.7725,-7.0036; +ADD L1 :W0.000 43.7725,-7.0036 43.7725,-5.2527; +ADD L1 :W0.000 42.0216,-5.2527 43.7725,-5.2527; +ADD L1 :W0.000 42.0216,-8.7545 42.0216,-7.0036; +ADD L1 :W0.000 42.0216,-8.7545 43.7725,-8.7545; +ADD L1 :W0.000 43.7725,-8.7545 43.7725,-7.0036; +ADD L1 :W0.000 42.0216,-7.0036 43.7725,-7.0036; +ADD L1 :W0.000 42.0216,-10.5054 42.0216,-8.7545; +ADD L1 :W0.000 42.0216,-10.5054 43.7725,-10.5054; +ADD L1 :W0.000 43.7725,-10.5054 43.7725,-8.7545; +ADD L1 :W0.000 42.0216,-8.7545 43.7725,-8.7545; +ADD L1 :W0.000 42.0216,-12.2563 42.0216,-10.5054; +ADD L1 :W0.000 42.0216,-12.2563 43.7725,-12.2563; +ADD L1 :W0.000 43.7725,-12.2563 43.7725,-10.5054; +ADD L1 :W0.000 42.0216,-10.5054 43.7725,-10.5054; +ADD L1 :W0.000 42.0216,-14.0072 42.0216,-12.2563; +ADD L1 :W0.000 42.0216,-14.0072 43.7725,-14.0072; +ADD L1 :W0.000 43.7725,-14.0072 43.7725,-12.2563; +ADD L1 :W0.000 42.0216,-12.2563 43.7725,-12.2563; +ADD L1 :W0.000 42.0216,-15.7581 42.0216,-14.0072; +ADD L1 :W0.000 42.0216,-15.7581 43.7725,-15.7581; +ADD L1 :W0.000 43.7725,-15.7581 43.7725,-14.0072; +ADD L1 :W0.000 42.0216,-14.0072 43.7725,-14.0072; +ADD L1 :W0.000 42.0216,-16.6000 42.0216,-15.7581; +ADD L1 :W0.000 42.0216,-16.6000 43.7725,-16.6000; +ADD L1 :W0.000 43.7725,-16.6000 43.7725,-15.7581; +ADD L1 :W0.000 42.0216,-15.7581 43.7725,-15.7581; +ADD L1 :W0.000 40.2707,15.7581 40.2707,16.6000; +ADD L1 :W0.000 40.2707,15.7581 42.0216,15.7581; +ADD L1 :W0.000 42.0216,15.7581 42.0216,16.6000; +ADD L1 :W0.000 40.2707,16.6000 42.0216,16.6000; +ADD L1 :W0.000 40.2707,14.0072 40.2707,15.7581; +ADD L1 :W0.000 40.2707,14.0072 42.0216,14.0072; +ADD L1 :W0.000 42.0216,14.0072 42.0216,15.7581; +ADD L1 :W0.000 40.2707,15.7581 42.0216,15.7581; +ADD L1 :W0.000 40.2707,12.2563 40.2707,14.0072; +ADD L1 :W0.000 40.2707,12.2563 42.0216,12.2563; +ADD L1 :W0.000 42.0216,12.2563 42.0216,14.0072; +ADD L1 :W0.000 40.2707,14.0072 42.0216,14.0072; +ADD L1 :W0.000 40.2707,10.5054 40.2707,12.2563; +ADD L1 :W0.000 40.2707,10.5054 42.0216,10.5054; +ADD L1 :W0.000 42.0216,10.5054 42.0216,12.2563; +ADD L1 :W0.000 40.2707,12.2563 42.0216,12.2563; +ADD L1 :W0.000 40.2707,8.7545 40.2707,10.5054; +ADD L1 :W0.000 40.2707,8.7545 42.0216,8.7545; +ADD L1 :W0.000 42.0216,8.7545 42.0216,10.5054; +ADD L1 :W0.000 40.2707,10.5054 42.0216,10.5054; +ADD L1 :W0.000 40.2707,7.0036 40.2707,8.7545; +ADD L1 :W0.000 40.2707,7.0036 42.0216,7.0036; +ADD L1 :W0.000 42.0216,7.0036 42.0216,8.7545; +ADD L1 :W0.000 40.2707,8.7545 42.0216,8.7545; +ADD L1 :W0.000 40.2707,5.2527 40.2707,7.0036; +ADD L1 :W0.000 40.2707,5.2527 42.0216,5.2527; +ADD L1 :W0.000 42.0216,5.2527 42.0216,7.0036; +ADD L1 :W0.000 40.2707,7.0036 42.0216,7.0036; +ADD L1 :W0.000 40.2707,3.5018 40.2707,5.2527; +ADD L1 :W0.000 40.2707,3.5018 42.0216,3.5018; +ADD L1 :W0.000 42.0216,3.5018 42.0216,5.2527; +ADD L1 :W0.000 40.2707,5.2527 42.0216,5.2527; +ADD L1 :W0.000 40.2707,1.7509 40.2707,3.5018; +ADD L1 :W0.000 40.2707,1.7509 42.0216,1.7509; +ADD L1 :W0.000 42.0216,1.7509 42.0216,3.5018; +ADD L1 :W0.000 40.2707,3.5018 42.0216,3.5018; +ADD L1 :W0.000 40.2707,0.0000 40.2707,1.7509; +ADD L1 :W0.000 40.2707,0.0000 42.0216,0.0000; +ADD L1 :W0.000 42.0216,0.0000 42.0216,1.7509; +ADD L1 :W0.000 40.2707,1.7509 42.0216,1.7509; +ADD L1 :W0.000 40.2707,-1.7509 40.2707,0.0000; +ADD L1 :W0.000 40.2707,-1.7509 42.0216,-1.7509; +ADD L1 :W0.000 42.0216,-1.7509 42.0216,0.0000; +ADD L1 :W0.000 40.2707,0.0000 42.0216,0.0000; +ADD L1 :W0.000 40.2707,-3.5018 40.2707,-1.7509; +ADD L1 :W0.000 40.2707,-3.5018 42.0216,-3.5018; +ADD L1 :W0.000 42.0216,-3.5018 42.0216,-1.7509; +ADD L1 :W0.000 40.2707,-1.7509 42.0216,-1.7509; +ADD L1 :W0.000 40.2707,-5.2527 40.2707,-3.5018; +ADD L1 :W0.000 40.2707,-5.2527 42.0216,-5.2527; +ADD L1 :W0.000 42.0216,-5.2527 42.0216,-3.5018; +ADD L1 :W0.000 40.2707,-3.5018 42.0216,-3.5018; +ADD L1 :W0.000 40.2707,-7.0036 40.2707,-5.2527; +ADD L1 :W0.000 40.2707,-7.0036 42.0216,-7.0036; +ADD L1 :W0.000 42.0216,-7.0036 42.0216,-5.2527; +ADD L1 :W0.000 40.2707,-5.2527 42.0216,-5.2527; +ADD L1 :W0.000 40.2707,-8.7545 40.2707,-7.0036; +ADD L1 :W0.000 40.2707,-8.7545 42.0216,-8.7545; +ADD L1 :W0.000 42.0216,-8.7545 42.0216,-7.0036; +ADD L1 :W0.000 40.2707,-7.0036 42.0216,-7.0036; +ADD L1 :W0.000 40.2707,-10.5054 40.2707,-8.7545; +ADD L1 :W0.000 40.2707,-10.5054 42.0216,-10.5054; +ADD L1 :W0.000 42.0216,-10.5054 42.0216,-8.7545; +ADD L1 :W0.000 40.2707,-8.7545 42.0216,-8.7545; +ADD L1 :W0.000 40.2707,-12.2563 40.2707,-10.5054; +ADD L1 :W0.000 40.2707,-12.2563 42.0216,-12.2563; +ADD L1 :W0.000 42.0216,-12.2563 42.0216,-10.5054; +ADD L1 :W0.000 40.2707,-10.5054 42.0216,-10.5054; +ADD L1 :W0.000 40.2707,-14.0072 40.2707,-12.2563; +ADD L1 :W0.000 40.2707,-14.0072 42.0216,-14.0072; +ADD L1 :W0.000 42.0216,-14.0072 42.0216,-12.2563; +ADD L1 :W0.000 40.2707,-12.2563 42.0216,-12.2563; +ADD L1 :W0.000 40.2707,-15.7581 40.2707,-14.0072; +ADD L1 :W0.000 40.2707,-15.7581 42.0216,-15.7581; +ADD L1 :W0.000 42.0216,-15.7581 42.0216,-14.0072; +ADD L1 :W0.000 40.2707,-14.0072 42.0216,-14.0072; +ADD L1 :W0.000 40.2707,-16.6000 40.2707,-15.7581; +ADD L1 :W0.000 40.2707,-16.6000 42.0216,-16.6000; +ADD L1 :W0.000 42.0216,-16.6000 42.0216,-15.7581; +ADD L1 :W0.000 40.2707,-15.7581 42.0216,-15.7581; +ADD L1 :W0.000 38.5198,15.7581 38.5198,16.6000; +ADD L1 :W0.000 38.5198,15.7581 40.2707,15.7581; +ADD L1 :W0.000 40.2707,15.7581 40.2707,16.6000; +ADD L1 :W0.000 38.5198,16.6000 40.2707,16.6000; +ADD L1 :W0.000 38.5198,14.0072 38.5198,15.7581; +ADD L1 :W0.000 38.5198,14.0072 40.2707,14.0072; +ADD L1 :W0.000 40.2707,14.0072 40.2707,15.7581; +ADD L1 :W0.000 38.5198,15.7581 40.2707,15.7581; +ADD L1 :W0.000 38.5198,12.2563 38.5198,14.0072; +ADD L1 :W0.000 38.5198,12.2563 40.2707,12.2563; +ADD L1 :W0.000 40.2707,12.2563 40.2707,14.0072; +ADD L1 :W0.000 38.5198,14.0072 40.2707,14.0072; +ADD L1 :W0.000 38.5198,10.5054 38.5198,12.2563; +ADD L1 :W0.000 38.5198,10.5054 40.2707,10.5054; +ADD L1 :W0.000 40.2707,10.5054 40.2707,12.2563; +ADD L1 :W0.000 38.5198,12.2563 40.2707,12.2563; +ADD L1 :W0.000 38.5198,8.7545 38.5198,10.5054; +ADD L1 :W0.000 38.5198,8.7545 40.2707,8.7545; +ADD L1 :W0.000 40.2707,8.7545 40.2707,10.5054; +ADD L1 :W0.000 38.5198,10.5054 40.2707,10.5054; +ADD L1 :W0.000 38.5198,7.0036 38.5198,8.7545; +ADD L1 :W0.000 38.5198,7.0036 40.2707,7.0036; +ADD L1 :W0.000 40.2707,7.0036 40.2707,8.7545; +ADD L1 :W0.000 38.5198,8.7545 40.2707,8.7545; +ADD L1 :W0.000 38.5198,5.2527 38.5198,7.0036; +ADD L1 :W0.000 38.5198,5.2527 40.2707,5.2527; +ADD L1 :W0.000 40.2707,5.2527 40.2707,7.0036; +ADD L1 :W0.000 38.5198,7.0036 40.2707,7.0036; +ADD L1 :W0.000 38.5198,3.5018 38.5198,5.2527; +ADD L1 :W0.000 38.5198,3.5018 40.2707,3.5018; +ADD L1 :W0.000 40.2707,3.5018 40.2707,5.2527; +ADD L1 :W0.000 38.5198,5.2527 40.2707,5.2527; +ADD L1 :W0.000 38.5198,1.7509 38.5198,3.5018; +ADD L1 :W0.000 38.5198,1.7509 40.2707,1.7509; +ADD L1 :W0.000 40.2707,1.7509 40.2707,3.5018; +ADD L1 :W0.000 38.5198,3.5018 40.2707,3.5018; +ADD L1 :W0.000 38.5198,0.0000 38.5198,1.7509; +ADD L1 :W0.000 38.5198,0.0000 40.2707,0.0000; +ADD L1 :W0.000 40.2707,0.0000 40.2707,1.7509; +ADD L1 :W0.000 38.5198,1.7509 40.2707,1.7509; +ADD L1 :W0.000 38.5198,-1.7509 38.5198,0.0000; +ADD L1 :W0.000 38.5198,-1.7509 40.2707,-1.7509; +ADD L1 :W0.000 40.2707,-1.7509 40.2707,0.0000; +ADD L1 :W0.000 38.5198,0.0000 40.2707,0.0000; +ADD L1 :W0.000 38.5198,-3.5018 38.5198,-1.7509; +ADD L1 :W0.000 38.5198,-3.5018 40.2707,-3.5018; +ADD L1 :W0.000 40.2707,-3.5018 40.2707,-1.7509; +ADD L1 :W0.000 38.5198,-1.7509 40.2707,-1.7509; +ADD L1 :W0.000 38.5198,-5.2527 38.5198,-3.5018; +ADD L1 :W0.000 38.5198,-5.2527 40.2707,-5.2527; +ADD L1 :W0.000 40.2707,-5.2527 40.2707,-3.5018; +ADD L1 :W0.000 38.5198,-3.5018 40.2707,-3.5018; +ADD L1 :W0.000 38.5198,-7.0036 38.5198,-5.2527; +ADD L1 :W0.000 38.5198,-7.0036 40.2707,-7.0036; +ADD L1 :W0.000 40.2707,-7.0036 40.2707,-5.2527; +ADD L1 :W0.000 38.5198,-5.2527 40.2707,-5.2527; +ADD L1 :W0.000 38.5198,-8.7545 38.5198,-7.0036; +ADD L1 :W0.000 38.5198,-8.7545 40.2707,-8.7545; +ADD L1 :W0.000 40.2707,-8.7545 40.2707,-7.0036; +ADD L1 :W0.000 38.5198,-7.0036 40.2707,-7.0036; +ADD L1 :W0.000 38.5198,-10.5054 38.5198,-8.7545; +ADD L1 :W0.000 38.5198,-10.5054 40.2707,-10.5054; +ADD L1 :W0.000 40.2707,-10.5054 40.2707,-8.7545; +ADD L1 :W0.000 38.5198,-8.7545 40.2707,-8.7545; +ADD L1 :W0.000 38.5198,-12.2563 38.5198,-10.5054; +ADD L1 :W0.000 38.5198,-12.2563 40.2707,-12.2563; +ADD L1 :W0.000 40.2707,-12.2563 40.2707,-10.5054; +ADD L1 :W0.000 38.5198,-10.5054 40.2707,-10.5054; +ADD L1 :W0.000 38.5198,-14.0072 38.5198,-12.2563; +ADD L1 :W0.000 38.5198,-14.0072 40.2707,-14.0072; +ADD L1 :W0.000 40.2707,-14.0072 40.2707,-12.2563; +ADD L1 :W0.000 38.5198,-12.2563 40.2707,-12.2563; +ADD L1 :W0.000 38.5198,-15.7581 38.5198,-14.0072; +ADD L1 :W0.000 38.5198,-15.7581 40.2707,-15.7581; +ADD L1 :W0.000 40.2707,-15.7581 40.2707,-14.0072; +ADD L1 :W0.000 38.5198,-14.0072 40.2707,-14.0072; +ADD L1 :W0.000 38.5198,-16.6000 38.5198,-15.7581; +ADD L1 :W0.000 38.5198,-16.6000 40.2707,-16.6000; +ADD L1 :W0.000 40.2707,-16.6000 40.2707,-15.7581; +ADD L1 :W0.000 38.5198,-15.7581 40.2707,-15.7581; +ADD L1 :W0.000 36.7689,15.7581 36.7689,16.6000; +ADD L1 :W0.000 36.7689,15.7581 38.5198,15.7581; +ADD L1 :W0.000 38.5198,15.7581 38.5198,16.6000; +ADD L1 :W0.000 36.7689,16.6000 38.5198,16.6000; +ADD L1 :W0.000 36.7689,14.0072 36.7689,15.7581; +ADD L1 :W0.000 36.7689,14.0072 38.5198,14.0072; +ADD L1 :W0.000 38.5198,14.0072 38.5198,15.7581; +ADD L1 :W0.000 36.7689,15.7581 38.5198,15.7581; +ADD L1 :W0.000 36.7689,12.2563 36.7689,14.0072; +ADD L1 :W0.000 36.7689,12.2563 38.5198,12.2563; +ADD L1 :W0.000 38.5198,12.2563 38.5198,14.0072; +ADD L1 :W0.000 36.7689,14.0072 38.5198,14.0072; +ADD L1 :W0.000 36.7689,10.5054 36.7689,12.2563; +ADD L1 :W0.000 36.7689,10.5054 38.5198,10.5054; +ADD L1 :W0.000 38.5198,10.5054 38.5198,12.2563; +ADD L1 :W0.000 36.7689,12.2563 38.5198,12.2563; +ADD L1 :W0.000 36.7689,8.7545 36.7689,10.5054; +ADD L1 :W0.000 36.7689,8.7545 38.5198,8.7545; +ADD L1 :W0.000 38.5198,8.7545 38.5198,10.5054; +ADD L1 :W0.000 36.7689,10.5054 38.5198,10.5054; +ADD L1 :W0.000 36.7689,7.0036 36.7689,8.7545; +ADD L1 :W0.000 36.7689,7.0036 38.5198,7.0036; +ADD L1 :W0.000 38.5198,7.0036 38.5198,8.7545; +ADD L1 :W0.000 36.7689,8.7545 38.5198,8.7545; +ADD L1 :W0.000 36.7689,5.2527 36.7689,7.0036; +ADD L1 :W0.000 36.7689,5.2527 38.5198,5.2527; +ADD L1 :W0.000 38.5198,5.2527 38.5198,7.0036; +ADD L1 :W0.000 36.7689,7.0036 38.5198,7.0036; +ADD L1 :W0.000 36.7689,3.5018 36.7689,5.2527; +ADD L1 :W0.000 36.7689,3.5018 38.5198,3.5018; +ADD L1 :W0.000 38.5198,3.5018 38.5198,5.2527; +ADD L1 :W0.000 36.7689,5.2527 38.5198,5.2527; +ADD L1 :W0.000 36.7689,1.7509 36.7689,3.5018; +ADD L1 :W0.000 36.7689,1.7509 38.5198,1.7509; +ADD L1 :W0.000 38.5198,1.7509 38.5198,3.5018; +ADD L1 :W0.000 36.7689,3.5018 38.5198,3.5018; +ADD L1 :W0.000 36.7689,0.0000 36.7689,1.7509; +ADD L1 :W0.000 36.7689,0.0000 38.5198,0.0000; +ADD L1 :W0.000 38.5198,0.0000 38.5198,1.7509; +ADD L1 :W0.000 36.7689,1.7509 38.5198,1.7509; +ADD L1 :W0.000 36.7689,-1.7509 36.7689,0.0000; +ADD L1 :W0.000 36.7689,-1.7509 38.5198,-1.7509; +ADD L1 :W0.000 38.5198,-1.7509 38.5198,0.0000; +ADD L1 :W0.000 36.7689,0.0000 38.5198,0.0000; +ADD L1 :W0.000 36.7689,-3.5018 36.7689,-1.7509; +ADD L1 :W0.000 36.7689,-3.5018 38.5198,-3.5018; +ADD L1 :W0.000 38.5198,-3.5018 38.5198,-1.7509; +ADD L1 :W0.000 36.7689,-1.7509 38.5198,-1.7509; +ADD L1 :W0.000 36.7689,-5.2527 36.7689,-3.5018; +ADD L1 :W0.000 36.7689,-5.2527 38.5198,-5.2527; +ADD L1 :W0.000 38.5198,-5.2527 38.5198,-3.5018; +ADD L1 :W0.000 36.7689,-3.5018 38.5198,-3.5018; +ADD L1 :W0.000 36.7689,-7.0036 36.7689,-5.2527; +ADD L1 :W0.000 36.7689,-7.0036 38.5198,-7.0036; +ADD L1 :W0.000 38.5198,-7.0036 38.5198,-5.2527; +ADD L1 :W0.000 36.7689,-5.2527 38.5198,-5.2527; +ADD L1 :W0.000 36.7689,-8.7545 36.7689,-7.0036; +ADD L1 :W0.000 36.7689,-8.7545 38.5198,-8.7545; +ADD L1 :W0.000 38.5198,-8.7545 38.5198,-7.0036; +ADD L1 :W0.000 36.7689,-7.0036 38.5198,-7.0036; +ADD L1 :W0.000 36.7689,-10.5054 36.7689,-8.7545; +ADD L1 :W0.000 36.7689,-10.5054 38.5198,-10.5054; +ADD L1 :W0.000 38.5198,-10.5054 38.5198,-8.7545; +ADD L1 :W0.000 36.7689,-8.7545 38.5198,-8.7545; +ADD L1 :W0.000 36.7689,-12.2563 36.7689,-10.5054; +ADD L1 :W0.000 36.7689,-12.2563 38.5198,-12.2563; +ADD L1 :W0.000 38.5198,-12.2563 38.5198,-10.5054; +ADD L1 :W0.000 36.7689,-10.5054 38.5198,-10.5054; +ADD L1 :W0.000 36.7689,-14.0072 36.7689,-12.2563; +ADD L1 :W0.000 36.7689,-14.0072 38.5198,-14.0072; +ADD L1 :W0.000 38.5198,-14.0072 38.5198,-12.2563; +ADD L1 :W0.000 36.7689,-12.2563 38.5198,-12.2563; +ADD L1 :W0.000 36.7689,-15.7581 36.7689,-14.0072; +ADD L1 :W0.000 36.7689,-15.7581 38.5198,-15.7581; +ADD L1 :W0.000 38.5198,-15.7581 38.5198,-14.0072; +ADD L1 :W0.000 36.7689,-14.0072 38.5198,-14.0072; +ADD L1 :W0.000 36.7689,-16.6000 36.7689,-15.7581; +ADD L1 :W0.000 36.7689,-16.6000 38.5198,-16.6000; +ADD L1 :W0.000 38.5198,-16.6000 38.5198,-15.7581; +ADD L1 :W0.000 36.7689,-15.7581 38.5198,-15.7581; +ADD L1 :W0.000 35.0180,15.7581 35.0180,16.6000; +ADD L1 :W0.000 35.0180,15.7581 36.7689,15.7581; +ADD L1 :W0.000 36.7689,15.7581 36.7689,16.6000; +ADD L1 :W0.000 35.0180,16.6000 36.7689,16.6000; +ADD L1 :W0.000 35.0180,14.0072 35.0180,15.7581; +ADD L1 :W0.000 35.0180,14.0072 36.7689,14.0072; +ADD L1 :W0.000 36.7689,14.0072 36.7689,15.7581; +ADD L1 :W0.000 35.0180,15.7581 36.7689,15.7581; +ADD L1 :W0.000 35.0180,12.2563 35.0180,14.0072; +ADD L1 :W0.000 35.0180,12.2563 36.7689,12.2563; +ADD L1 :W0.000 36.7689,12.2563 36.7689,14.0072; +ADD L1 :W0.000 35.0180,14.0072 36.7689,14.0072; +ADD L1 :W0.000 35.0180,10.5054 35.0180,12.2563; +ADD L1 :W0.000 35.0180,10.5054 36.7689,10.5054; +ADD L1 :W0.000 36.7689,10.5054 36.7689,12.2563; +ADD L1 :W0.000 35.0180,12.2563 36.7689,12.2563; +ADD L1 :W0.000 35.0180,8.7545 35.0180,10.5054; +ADD L1 :W0.000 35.0180,8.7545 36.7689,8.7545; +ADD L1 :W0.000 36.7689,8.7545 36.7689,10.5054; +ADD L1 :W0.000 35.0180,10.5054 36.7689,10.5054; +ADD L1 :W0.000 35.0180,7.0036 35.0180,8.7545; +ADD L1 :W0.000 35.0180,7.0036 36.7689,7.0036; +ADD L1 :W0.000 36.7689,7.0036 36.7689,8.7545; +ADD L1 :W0.000 35.0180,8.7545 36.7689,8.7545; +ADD L1 :W0.000 35.0180,5.2527 35.0180,7.0036; +ADD L1 :W0.000 35.0180,5.2527 36.7689,5.2527; +ADD L1 :W0.000 36.7689,5.2527 36.7689,7.0036; +ADD L1 :W0.000 35.0180,7.0036 36.7689,7.0036; +ADD L1 :W0.000 35.0180,3.5018 35.0180,5.2527; +ADD L1 :W0.000 35.0180,3.5018 36.7689,3.5018; +ADD L1 :W0.000 36.7689,3.5018 36.7689,5.2527; +ADD L1 :W0.000 35.0180,5.2527 36.7689,5.2527; +ADD L1 :W0.000 35.0180,1.7509 35.0180,3.5018; +ADD L1 :W0.000 35.0180,1.7509 36.7689,1.7509; +ADD L1 :W0.000 36.7689,1.7509 36.7689,3.5018; +ADD L1 :W0.000 35.0180,3.5018 36.7689,3.5018; +ADD L1 :W0.000 35.0180,0.0000 35.0180,1.7509; +ADD L1 :W0.000 35.0180,0.0000 36.7689,0.0000; +ADD L1 :W0.000 36.7689,0.0000 36.7689,1.7509; +ADD L1 :W0.000 35.0180,1.7509 36.7689,1.7509; +ADD L1 :W0.000 35.0180,-1.7509 35.0180,0.0000; +ADD L1 :W0.000 35.0180,-1.7509 36.7689,-1.7509; +ADD L1 :W0.000 36.7689,-1.7509 36.7689,0.0000; +ADD L1 :W0.000 35.0180,0.0000 36.7689,0.0000; +ADD L1 :W0.000 35.0180,-3.5018 35.0180,-1.7509; +ADD L1 :W0.000 35.0180,-3.5018 36.7689,-3.5018; +ADD L1 :W0.000 36.7689,-3.5018 36.7689,-1.7509; +ADD L1 :W0.000 35.0180,-1.7509 36.7689,-1.7509; +ADD L1 :W0.000 35.0180,-5.2527 35.0180,-3.5018; +ADD L1 :W0.000 35.0180,-5.2527 36.7689,-5.2527; +ADD L1 :W0.000 36.7689,-5.2527 36.7689,-3.5018; +ADD L1 :W0.000 35.0180,-3.5018 36.7689,-3.5018; +ADD L1 :W0.000 35.0180,-7.0036 35.0180,-5.2527; +ADD L1 :W0.000 35.0180,-7.0036 36.7689,-7.0036; +ADD L1 :W0.000 36.7689,-7.0036 36.7689,-5.2527; +ADD L1 :W0.000 35.0180,-5.2527 36.7689,-5.2527; +ADD L1 :W0.000 35.0180,-8.7545 35.0180,-7.0036; +ADD L1 :W0.000 35.0180,-8.7545 36.7689,-8.7545; +ADD L1 :W0.000 36.7689,-8.7545 36.7689,-7.0036; +ADD L1 :W0.000 35.0180,-7.0036 36.7689,-7.0036; +ADD L1 :W0.000 35.0180,-10.5054 35.0180,-8.7545; +ADD L1 :W0.000 35.0180,-10.5054 36.7689,-10.5054; +ADD L1 :W0.000 36.7689,-10.5054 36.7689,-8.7545; +ADD L1 :W0.000 35.0180,-8.7545 36.7689,-8.7545; +ADD L1 :W0.000 35.0180,-12.2563 35.0180,-10.5054; +ADD L1 :W0.000 35.0180,-12.2563 36.7689,-12.2563; +ADD L1 :W0.000 36.7689,-12.2563 36.7689,-10.5054; +ADD L1 :W0.000 35.0180,-10.5054 36.7689,-10.5054; +ADD L1 :W0.000 35.0180,-14.0072 35.0180,-12.2563; +ADD L1 :W0.000 35.0180,-14.0072 36.7689,-14.0072; +ADD L1 :W0.000 36.7689,-14.0072 36.7689,-12.2563; +ADD L1 :W0.000 35.0180,-12.2563 36.7689,-12.2563; +ADD L1 :W0.000 35.0180,-15.7581 35.0180,-14.0072; +ADD L1 :W0.000 35.0180,-15.7581 36.7689,-15.7581; +ADD L1 :W0.000 36.7689,-15.7581 36.7689,-14.0072; +ADD L1 :W0.000 35.0180,-14.0072 36.7689,-14.0072; +ADD L1 :W0.000 35.0180,-16.6000 35.0180,-15.7581; +ADD L1 :W0.000 35.0180,-16.6000 36.7689,-16.6000; +ADD L1 :W0.000 36.7689,-16.6000 36.7689,-15.7581; +ADD L1 :W0.000 35.0180,-15.7581 36.7689,-15.7581; +ADD L1 :W0.000 33.2671,15.7581 33.2671,16.6000; +ADD L1 :W0.000 33.2671,15.7581 35.0180,15.7581; +ADD L1 :W0.000 35.0180,15.7581 35.0180,16.6000; +ADD L1 :W0.000 33.2671,16.6000 35.0180,16.6000; +ADD L1 :W0.000 33.2671,14.0072 33.2671,15.7581; +ADD L1 :W0.000 33.2671,14.0072 35.0180,14.0072; +ADD L1 :W0.000 35.0180,14.0072 35.0180,15.7581; +ADD L1 :W0.000 33.2671,15.7581 35.0180,15.7581; +ADD L1 :W0.000 33.2671,12.2563 33.2671,14.0072; +ADD L1 :W0.000 33.2671,12.2563 35.0180,12.2563; +ADD L1 :W0.000 35.0180,12.2563 35.0180,14.0072; +ADD L1 :W0.000 33.2671,14.0072 35.0180,14.0072; +ADD L1 :W0.000 33.2671,10.5054 33.2671,12.2563; +ADD L1 :W0.000 33.2671,10.5054 35.0180,10.5054; +ADD L1 :W0.000 35.0180,10.5054 35.0180,12.2563; +ADD L1 :W0.000 33.2671,12.2563 35.0180,12.2563; +ADD L1 :W0.000 33.2671,8.7545 33.2671,10.5054; +ADD L1 :W0.000 33.2671,8.7545 35.0180,8.7545; +ADD L1 :W0.000 35.0180,8.7545 35.0180,10.5054; +ADD L1 :W0.000 33.2671,10.5054 35.0180,10.5054; +ADD L1 :W0.000 33.2671,7.0036 33.2671,8.7545; +ADD L1 :W0.000 33.2671,7.0036 35.0180,7.0036; +ADD L1 :W0.000 35.0180,7.0036 35.0180,8.7545; +ADD L1 :W0.000 33.2671,8.7545 35.0180,8.7545; +ADD L1 :W0.000 33.2671,5.2527 33.2671,7.0036; +ADD L1 :W0.000 33.2671,5.2527 35.0180,5.2527; +ADD L1 :W0.000 35.0180,5.2527 35.0180,7.0036; +ADD L1 :W0.000 33.2671,7.0036 35.0180,7.0036; +ADD L1 :W0.000 33.2671,3.5018 33.2671,5.2527; +ADD L1 :W0.000 33.2671,3.5018 35.0180,3.5018; +ADD L1 :W0.000 35.0180,3.5018 35.0180,5.2527; +ADD L1 :W0.000 33.2671,5.2527 35.0180,5.2527; +ADD L1 :W0.000 33.2671,1.7509 33.2671,3.5018; +ADD L1 :W0.000 33.2671,1.7509 35.0180,1.7509; +ADD L1 :W0.000 35.0180,1.7509 35.0180,3.5018; +ADD L1 :W0.000 33.2671,3.5018 35.0180,3.5018; +ADD L1 :W0.000 33.2671,0.0000 33.2671,1.7509; +ADD L1 :W0.000 33.2671,0.0000 35.0180,0.0000; +ADD L1 :W0.000 35.0180,0.0000 35.0180,1.7509; +ADD L1 :W0.000 33.2671,1.7509 35.0180,1.7509; +ADD L1 :W0.000 33.2671,-1.7509 33.2671,0.0000; +ADD L1 :W0.000 33.2671,-1.7509 35.0180,-1.7509; +ADD L1 :W0.000 35.0180,-1.7509 35.0180,0.0000; +ADD L1 :W0.000 33.2671,0.0000 35.0180,0.0000; +ADD L1 :W0.000 33.2671,-3.5018 33.2671,-1.7509; +ADD L1 :W0.000 33.2671,-3.5018 35.0180,-3.5018; +ADD L1 :W0.000 35.0180,-3.5018 35.0180,-1.7509; +ADD L1 :W0.000 33.2671,-1.7509 35.0180,-1.7509; +ADD L1 :W0.000 33.2671,-5.2527 33.2671,-3.5018; +ADD L1 :W0.000 33.2671,-5.2527 35.0180,-5.2527; +ADD L1 :W0.000 35.0180,-5.2527 35.0180,-3.5018; +ADD L1 :W0.000 33.2671,-3.5018 35.0180,-3.5018; +ADD L1 :W0.000 33.2671,-7.0036 33.2671,-5.2527; +ADD L1 :W0.000 33.2671,-7.0036 35.0180,-7.0036; +ADD L1 :W0.000 35.0180,-7.0036 35.0180,-5.2527; +ADD L1 :W0.000 33.2671,-5.2527 35.0180,-5.2527; +ADD L1 :W0.000 33.2671,-8.7545 33.2671,-7.0036; +ADD L1 :W0.000 33.2671,-8.7545 35.0180,-8.7545; +ADD L1 :W0.000 35.0180,-8.7545 35.0180,-7.0036; +ADD L1 :W0.000 33.2671,-7.0036 35.0180,-7.0036; +ADD L1 :W0.000 33.2671,-10.5054 33.2671,-8.7545; +ADD L1 :W0.000 33.2671,-10.5054 35.0180,-10.5054; +ADD L1 :W0.000 35.0180,-10.5054 35.0180,-8.7545; +ADD L1 :W0.000 33.2671,-8.7545 35.0180,-8.7545; +ADD L1 :W0.000 33.2671,-12.2563 33.2671,-10.5054; +ADD L1 :W0.000 33.2671,-12.2563 35.0180,-12.2563; +ADD L1 :W0.000 35.0180,-12.2563 35.0180,-10.5054; +ADD L1 :W0.000 33.2671,-10.5054 35.0180,-10.5054; +ADD L1 :W0.000 33.2671,-14.0072 33.2671,-12.2563; +ADD L1 :W0.000 33.2671,-14.0072 35.0180,-14.0072; +ADD L1 :W0.000 35.0180,-14.0072 35.0180,-12.2563; +ADD L1 :W0.000 33.2671,-12.2563 35.0180,-12.2563; +ADD L1 :W0.000 33.2671,-15.7581 33.2671,-14.0072; +ADD L1 :W0.000 33.2671,-15.7581 35.0180,-15.7581; +ADD L1 :W0.000 35.0180,-15.7581 35.0180,-14.0072; +ADD L1 :W0.000 33.2671,-14.0072 35.0180,-14.0072; +ADD L1 :W0.000 33.2671,-16.6000 33.2671,-15.7581; +ADD L1 :W0.000 33.2671,-16.6000 35.0180,-16.6000; +ADD L1 :W0.000 35.0180,-16.6000 35.0180,-15.7581; +ADD L1 :W0.000 33.2671,-15.7581 35.0180,-15.7581; +ADD L1 :W0.000 31.5162,15.7581 31.5162,16.6000; +ADD L1 :W0.000 31.5162,15.7581 33.2671,15.7581; +ADD L1 :W0.000 33.2671,15.7581 33.2671,16.6000; +ADD L1 :W0.000 31.5162,16.6000 33.2671,16.6000; +ADD L1 :W0.000 31.5162,14.0072 31.5162,15.7581; +ADD L1 :W0.000 31.5162,14.0072 33.2671,14.0072; +ADD L1 :W0.000 33.2671,14.0072 33.2671,15.7581; +ADD L1 :W0.000 31.5162,15.7581 33.2671,15.7581; +ADD L1 :W0.000 31.5162,12.2563 31.5162,14.0072; +ADD L1 :W0.000 31.5162,12.2563 33.2671,12.2563; +ADD L1 :W0.000 33.2671,12.2563 33.2671,14.0072; +ADD L1 :W0.000 31.5162,14.0072 33.2671,14.0072; +ADD L1 :W0.000 31.5162,10.5054 31.5162,12.2563; +ADD L1 :W0.000 31.5162,10.5054 33.2671,10.5054; +ADD L1 :W0.000 33.2671,10.5054 33.2671,12.2563; +ADD L1 :W0.000 31.5162,12.2563 33.2671,12.2563; +ADD L1 :W0.000 31.5162,8.7545 31.5162,10.5054; +ADD L1 :W0.000 31.5162,8.7545 33.2671,8.7545; +ADD L1 :W0.000 33.2671,8.7545 33.2671,10.5054; +ADD L1 :W0.000 31.5162,10.5054 33.2671,10.5054; +ADD L1 :W0.000 31.5162,7.0036 31.5162,8.7545; +ADD L1 :W0.000 31.5162,7.0036 33.2671,7.0036; +ADD L1 :W0.000 33.2671,7.0036 33.2671,8.7545; +ADD L1 :W0.000 31.5162,8.7545 33.2671,8.7545; +ADD L1 :W0.000 31.5162,5.2527 31.5162,7.0036; +ADD L1 :W0.000 31.5162,5.2527 33.2671,5.2527; +ADD L1 :W0.000 33.2671,5.2527 33.2671,7.0036; +ADD L1 :W0.000 31.5162,7.0036 33.2671,7.0036; +ADD L1 :W0.000 31.5162,3.5018 31.5162,5.2527; +ADD L1 :W0.000 31.5162,3.5018 33.2671,3.5018; +ADD L1 :W0.000 33.2671,3.5018 33.2671,5.2527; +ADD L1 :W0.000 31.5162,5.2527 33.2671,5.2527; +ADD L1 :W0.000 31.5162,1.7509 31.5162,3.5018; +ADD L1 :W0.000 31.5162,1.7509 33.2671,1.7509; +ADD L1 :W0.000 33.2671,1.7509 33.2671,3.5018; +ADD L1 :W0.000 31.5162,3.5018 33.2671,3.5018; +ADD L1 :W0.000 31.5162,0.0000 31.5162,1.7509; +ADD L1 :W0.000 31.5162,0.0000 33.2671,0.0000; +ADD L1 :W0.000 33.2671,0.0000 33.2671,1.7509; +ADD L1 :W0.000 31.5162,1.7509 33.2671,1.7509; +ADD L1 :W0.000 31.5162,-1.7509 31.5162,0.0000; +ADD L1 :W0.000 31.5162,-1.7509 33.2671,-1.7509; +ADD L1 :W0.000 33.2671,-1.7509 33.2671,0.0000; +ADD L1 :W0.000 31.5162,0.0000 33.2671,0.0000; +ADD L1 :W0.000 31.5162,-3.5018 31.5162,-1.7509; +ADD L1 :W0.000 31.5162,-3.5018 33.2671,-3.5018; +ADD L1 :W0.000 33.2671,-3.5018 33.2671,-1.7509; +ADD L1 :W0.000 31.5162,-1.7509 33.2671,-1.7509; +ADD L1 :W0.000 31.5162,-5.2527 31.5162,-3.5018; +ADD L1 :W0.000 31.5162,-5.2527 33.2671,-5.2527; +ADD L1 :W0.000 33.2671,-5.2527 33.2671,-3.5018; +ADD L1 :W0.000 31.5162,-3.5018 33.2671,-3.5018; +ADD L1 :W0.000 31.5162,-7.0036 31.5162,-5.2527; +ADD L1 :W0.000 31.5162,-7.0036 33.2671,-7.0036; +ADD L1 :W0.000 33.2671,-7.0036 33.2671,-5.2527; +ADD L1 :W0.000 31.5162,-5.2527 33.2671,-5.2527; +ADD L1 :W0.000 31.5162,-8.7545 31.5162,-7.0036; +ADD L1 :W0.000 31.5162,-8.7545 33.2671,-8.7545; +ADD L1 :W0.000 33.2671,-8.7545 33.2671,-7.0036; +ADD L1 :W0.000 31.5162,-7.0036 33.2671,-7.0036; +ADD L1 :W0.000 31.5162,-10.5054 31.5162,-8.7545; +ADD L1 :W0.000 31.5162,-10.5054 33.2671,-10.5054; +ADD L1 :W0.000 33.2671,-10.5054 33.2671,-8.7545; +ADD L1 :W0.000 31.5162,-8.7545 33.2671,-8.7545; +ADD L1 :W0.000 31.5162,-12.2563 31.5162,-10.5054; +ADD L1 :W0.000 31.5162,-12.2563 33.2671,-12.2563; +ADD L1 :W0.000 33.2671,-12.2563 33.2671,-10.5054; +ADD L1 :W0.000 31.5162,-10.5054 33.2671,-10.5054; +ADD L1 :W0.000 31.5162,-14.0072 31.5162,-12.2563; +ADD L1 :W0.000 31.5162,-14.0072 33.2671,-14.0072; +ADD L1 :W0.000 33.2671,-14.0072 33.2671,-12.2563; +ADD L1 :W0.000 31.5162,-12.2563 33.2671,-12.2563; +ADD L1 :W0.000 31.5162,-15.7581 31.5162,-14.0072; +ADD L1 :W0.000 31.5162,-15.7581 33.2671,-15.7581; +ADD L1 :W0.000 33.2671,-15.7581 33.2671,-14.0072; +ADD L1 :W0.000 31.5162,-14.0072 33.2671,-14.0072; +ADD L1 :W0.000 31.5162,-16.6000 31.5162,-15.7581; +ADD L1 :W0.000 31.5162,-16.6000 33.2671,-16.6000; +ADD L1 :W0.000 33.2671,-16.6000 33.2671,-15.7581; +ADD L1 :W0.000 31.5162,-15.7581 33.2671,-15.7581; +ADD L1 :W0.000 29.7653,15.7581 29.7653,16.6000; +ADD L1 :W0.000 29.7653,15.7581 31.5162,15.7581; +ADD L1 :W0.000 31.5162,15.7581 31.5162,16.6000; +ADD L1 :W0.000 29.7653,16.6000 31.5162,16.6000; +ADD L1 :W0.000 29.7653,14.0072 29.7653,15.7581; +ADD L1 :W0.000 29.7653,14.0072 31.5162,14.0072; +ADD L1 :W0.000 31.5162,14.0072 31.5162,15.7581; +ADD L1 :W0.000 29.7653,15.7581 31.5162,15.7581; +ADD L1 :W0.000 29.7653,12.2563 29.7653,14.0072; +ADD L1 :W0.000 29.7653,12.2563 31.5162,12.2563; +ADD L1 :W0.000 31.5162,12.2563 31.5162,14.0072; +ADD L1 :W0.000 29.7653,14.0072 31.5162,14.0072; +ADD L1 :W0.000 29.7653,10.5054 29.7653,12.2563; +ADD L1 :W0.000 29.7653,10.5054 31.5162,10.5054; +ADD L1 :W0.000 31.5162,10.5054 31.5162,12.2563; +ADD L1 :W0.000 29.7653,12.2563 31.5162,12.2563; +ADD L1 :W0.000 29.7653,8.7545 29.7653,10.5054; +ADD L1 :W0.000 29.7653,8.7545 31.5162,8.7545; +ADD L1 :W0.000 31.5162,8.7545 31.5162,10.5054; +ADD L1 :W0.000 29.7653,10.5054 31.5162,10.5054; +ADD L1 :W0.000 29.7653,7.0036 29.7653,8.7545; +ADD L1 :W0.000 29.7653,7.0036 31.5162,7.0036; +ADD L1 :W0.000 31.5162,7.0036 31.5162,8.7545; +ADD L1 :W0.000 29.7653,8.7545 31.5162,8.7545; +ADD L1 :W0.000 29.7653,5.2527 29.7653,7.0036; +ADD L1 :W0.000 29.7653,5.2527 31.5162,5.2527; +ADD L1 :W0.000 31.5162,5.2527 31.5162,7.0036; +ADD L1 :W0.000 29.7653,7.0036 31.5162,7.0036; +ADD L1 :W0.000 29.7653,3.5018 29.7653,5.2527; +ADD L1 :W0.000 29.7653,3.5018 31.5162,3.5018; +ADD L1 :W0.000 31.5162,3.5018 31.5162,5.2527; +ADD L1 :W0.000 29.7653,5.2527 31.5162,5.2527; +ADD L1 :W0.000 29.7653,1.7509 29.7653,3.5018; +ADD L1 :W0.000 29.7653,1.7509 31.5162,1.7509; +ADD L1 :W0.000 31.5162,1.7509 31.5162,3.5018; +ADD L1 :W0.000 29.7653,3.5018 31.5162,3.5018; +ADD L1 :W0.000 29.7653,0.0000 29.7653,1.7509; +ADD L1 :W0.000 29.7653,0.0000 31.5162,0.0000; +ADD L1 :W0.000 31.5162,0.0000 31.5162,1.7509; +ADD L1 :W0.000 29.7653,1.7509 31.5162,1.7509; +ADD L1 :W0.000 29.7653,-1.7509 29.7653,0.0000; +ADD L1 :W0.000 29.7653,-1.7509 31.5162,-1.7509; +ADD L1 :W0.000 31.5162,-1.7509 31.5162,0.0000; +ADD L1 :W0.000 29.7653,0.0000 31.5162,0.0000; +ADD L1 :W0.000 29.7653,-3.5018 29.7653,-1.7509; +ADD L1 :W0.000 29.7653,-3.5018 31.5162,-3.5018; +ADD L1 :W0.000 31.5162,-3.5018 31.5162,-1.7509; +ADD L1 :W0.000 29.7653,-1.7509 31.5162,-1.7509; +ADD L1 :W0.000 29.7653,-5.2527 29.7653,-3.5018; +ADD L1 :W0.000 29.7653,-5.2527 31.5162,-5.2527; +ADD L1 :W0.000 31.5162,-5.2527 31.5162,-3.5018; +ADD L1 :W0.000 29.7653,-3.5018 31.5162,-3.5018; +ADD L1 :W0.000 29.7653,-7.0036 29.7653,-5.2527; +ADD L1 :W0.000 29.7653,-7.0036 31.5162,-7.0036; +ADD L1 :W0.000 31.5162,-7.0036 31.5162,-5.2527; +ADD L1 :W0.000 29.7653,-5.2527 31.5162,-5.2527; +ADD L1 :W0.000 29.7653,-8.7545 29.7653,-7.0036; +ADD L1 :W0.000 29.7653,-8.7545 31.5162,-8.7545; +ADD L1 :W0.000 31.5162,-8.7545 31.5162,-7.0036; +ADD L1 :W0.000 29.7653,-7.0036 31.5162,-7.0036; +ADD L1 :W0.000 29.7653,-10.5054 29.7653,-8.7545; +ADD L1 :W0.000 29.7653,-10.5054 31.5162,-10.5054; +ADD L1 :W0.000 31.5162,-10.5054 31.5162,-8.7545; +ADD L1 :W0.000 29.7653,-8.7545 31.5162,-8.7545; +ADD L1 :W0.000 29.7653,-12.2563 29.7653,-10.5054; +ADD L1 :W0.000 29.7653,-12.2563 31.5162,-12.2563; +ADD L1 :W0.000 31.5162,-12.2563 31.5162,-10.5054; +ADD L1 :W0.000 29.7653,-10.5054 31.5162,-10.5054; +ADD L1 :W0.000 29.7653,-14.0072 29.7653,-12.2563; +ADD L1 :W0.000 29.7653,-14.0072 31.5162,-14.0072; +ADD L1 :W0.000 31.5162,-14.0072 31.5162,-12.2563; +ADD L1 :W0.000 29.7653,-12.2563 31.5162,-12.2563; +ADD L1 :W0.000 29.7653,-15.7581 29.7653,-14.0072; +ADD L1 :W0.000 29.7653,-15.7581 31.5162,-15.7581; +ADD L1 :W0.000 31.5162,-15.7581 31.5162,-14.0072; +ADD L1 :W0.000 29.7653,-14.0072 31.5162,-14.0072; +ADD L1 :W0.000 29.7653,-16.6000 29.7653,-15.7581; +ADD L1 :W0.000 29.7653,-16.6000 31.5162,-16.6000; +ADD L1 :W0.000 31.5162,-16.6000 31.5162,-15.7581; +ADD L1 :W0.000 29.7653,-15.7581 31.5162,-15.7581; +ADD L1 :W0.000 28.0144,15.7581 28.0144,16.6000; +ADD L1 :W0.000 28.0144,15.7581 29.7653,15.7581; +ADD L1 :W0.000 29.7653,15.7581 29.7653,16.6000; +ADD L1 :W0.000 28.0144,16.6000 29.7653,16.6000; +ADD L1 :W0.000 28.0144,14.0072 28.0144,15.7581; +ADD L1 :W0.000 28.0144,14.0072 29.7653,14.0072; +ADD L1 :W0.000 29.7653,14.0072 29.7653,15.7581; +ADD L1 :W0.000 28.0144,15.7581 29.7653,15.7581; +ADD L1 :W0.000 28.0144,12.2563 28.0144,14.0072; +ADD L1 :W0.000 28.0144,12.2563 29.7653,12.2563; +ADD L1 :W0.000 29.7653,12.2563 29.7653,14.0072; +ADD L1 :W0.000 28.0144,14.0072 29.7653,14.0072; +ADD L1 :W0.000 28.0144,10.5054 28.0144,12.2563; +ADD L1 :W0.000 28.0144,10.5054 29.7653,10.5054; +ADD L1 :W0.000 29.7653,10.5054 29.7653,12.2563; +ADD L1 :W0.000 28.0144,12.2563 29.7653,12.2563; +ADD L1 :W0.000 28.0144,8.7545 28.0144,10.5054; +ADD L1 :W0.000 28.0144,8.7545 29.7653,8.7545; +ADD L1 :W0.000 29.7653,8.7545 29.7653,10.5054; +ADD L1 :W0.000 28.0144,10.5054 29.7653,10.5054; +ADD L1 :W0.000 28.0144,7.0036 28.0144,8.7545; +ADD L1 :W0.000 28.0144,7.0036 29.7653,7.0036; +ADD L1 :W0.000 29.7653,7.0036 29.7653,8.7545; +ADD L1 :W0.000 28.0144,8.7545 29.7653,8.7545; +ADD L1 :W0.000 28.0144,5.2527 28.0144,7.0036; +ADD L1 :W0.000 28.0144,5.2527 29.7653,5.2527; +ADD L1 :W0.000 29.7653,5.2527 29.7653,7.0036; +ADD L1 :W0.000 28.0144,7.0036 29.7653,7.0036; +ADD L1 :W0.000 28.0144,-7.0036 28.0144,-5.2527; +ADD L1 :W0.000 28.0144,-7.0036 29.7653,-7.0036; +ADD L1 :W0.000 29.7653,-7.0036 29.7653,-5.2527; +ADD L1 :W0.000 28.0144,-5.2527 29.7653,-5.2527; +ADD L1 :W0.000 28.0144,-8.7545 28.0144,-7.0036; +ADD L1 :W0.000 28.0144,-8.7545 29.7653,-8.7545; +ADD L1 :W0.000 29.7653,-8.7545 29.7653,-7.0036; +ADD L1 :W0.000 28.0144,-7.0036 29.7653,-7.0036; +ADD L1 :W0.000 28.0144,-10.5054 28.0144,-8.7545; +ADD L1 :W0.000 28.0144,-10.5054 29.7653,-10.5054; +ADD L1 :W0.000 29.7653,-10.5054 29.7653,-8.7545; +ADD L1 :W0.000 28.0144,-8.7545 29.7653,-8.7545; +ADD L1 :W0.000 28.0144,-12.2563 28.0144,-10.5054; +ADD L1 :W0.000 28.0144,-12.2563 29.7653,-12.2563; +ADD L1 :W0.000 29.7653,-12.2563 29.7653,-10.5054; +ADD L1 :W0.000 28.0144,-10.5054 29.7653,-10.5054; +ADD L1 :W0.000 28.0144,-14.0072 28.0144,-12.2563; +ADD L1 :W0.000 28.0144,-14.0072 29.7653,-14.0072; +ADD L1 :W0.000 29.7653,-14.0072 29.7653,-12.2563; +ADD L1 :W0.000 28.0144,-12.2563 29.7653,-12.2563; +ADD L1 :W0.000 28.0144,-15.7581 28.0144,-14.0072; +ADD L1 :W0.000 28.0144,-15.7581 29.7653,-15.7581; +ADD L1 :W0.000 29.7653,-15.7581 29.7653,-14.0072; +ADD L1 :W0.000 28.0144,-14.0072 29.7653,-14.0072; +ADD L1 :W0.000 28.0144,-16.6000 28.0144,-15.7581; +ADD L1 :W0.000 28.0144,-16.6000 29.7653,-16.6000; +ADD L1 :W0.000 29.7653,-16.6000 29.7653,-15.7581; +ADD L1 :W0.000 28.0144,-15.7581 29.7653,-15.7581; +ADD L1 :W0.000 25.7767,-1.6500 25.7767,0.0000; +ADD L1 :W0.000 25.7767,-1.6500 27.5000,-1.6500; +ADD L1 :W0.000 27.5000,0.0000 27.5000,-1.6500; +ADD L1 :W0.000 25.7767,0.0000 27.5000,0.0000; +ADD L1 :W0.000 26.2635,15.7581 26.2635,16.6000; +ADD L1 :W0.000 26.2635,15.7581 28.0144,15.7581; +ADD L1 :W0.000 28.0144,15.7581 28.0144,16.6000; +ADD L1 :W0.000 26.2635,16.6000 28.0144,16.6000; +ADD L1 :W0.000 26.2635,14.0072 26.2635,15.7581; +ADD L1 :W0.000 26.2635,14.0072 28.0144,14.0072; +ADD L1 :W0.000 28.0144,14.0072 28.0144,15.7581; +ADD L1 :W0.000 26.2635,15.7581 28.0144,15.7581; +ADD L1 :W0.000 26.2635,12.2563 26.2635,14.0072; +ADD L1 :W0.000 26.2635,12.2563 28.0144,12.2563; +ADD L1 :W0.000 28.0144,12.2563 28.0144,14.0072; +ADD L1 :W0.000 26.2635,14.0072 28.0144,14.0072; +ADD L1 :W0.000 26.2635,10.5054 26.2635,12.2563; +ADD L1 :W0.000 26.2635,10.5054 28.0144,10.5054; +ADD L1 :W0.000 28.0144,10.5054 28.0144,12.2563; +ADD L1 :W0.000 26.2635,12.2563 28.0144,12.2563; +ADD L1 :W0.000 26.2635,8.7545 26.2635,10.5054; +ADD L1 :W0.000 26.2635,8.7545 28.0144,8.7545; +ADD L1 :W0.000 28.0144,8.7545 28.0144,10.5054; +ADD L1 :W0.000 26.2635,10.5054 28.0144,10.5054; +ADD L1 :W0.000 26.2635,7.0036 26.2635,8.7545; +ADD L1 :W0.000 26.2635,7.0036 28.0144,7.0036; +ADD L1 :W0.000 28.0144,7.0036 28.0144,8.7545; +ADD L1 :W0.000 26.2635,8.7545 28.0144,8.7545; +ADD L1 :W0.000 26.2635,-8.7545 26.2635,-7.0036; +ADD L1 :W0.000 26.2635,-8.7545 28.0144,-8.7545; +ADD L1 :W0.000 28.0144,-8.7545 28.0144,-7.0036; +ADD L1 :W0.000 26.2635,-7.0036 28.0144,-7.0036; +ADD L1 :W0.000 26.2635,-10.5054 26.2635,-8.7545; +ADD L1 :W0.000 26.2635,-10.5054 28.0144,-10.5054; +ADD L1 :W0.000 28.0144,-10.5054 28.0144,-8.7545; +ADD L1 :W0.000 26.2635,-8.7545 28.0144,-8.7545; +ADD L1 :W0.000 26.2635,-12.2563 26.2635,-10.5054; +ADD L1 :W0.000 26.2635,-12.2563 28.0144,-12.2563; +ADD L1 :W0.000 28.0144,-12.2563 28.0144,-10.5054; +ADD L1 :W0.000 26.2635,-10.5054 28.0144,-10.5054; +ADD L1 :W0.000 26.2635,-14.0072 26.2635,-12.2563; +ADD L1 :W0.000 26.2635,-14.0072 28.0144,-14.0072; +ADD L1 :W0.000 28.0144,-14.0072 28.0144,-12.2563; +ADD L1 :W0.000 26.2635,-12.2563 28.0144,-12.2563; +ADD L1 :W0.000 26.2635,-15.7581 26.2635,-14.0072; +ADD L1 :W0.000 26.2635,-15.7581 28.0144,-15.7581; +ADD L1 :W0.000 28.0144,-15.7581 28.0144,-14.0072; +ADD L1 :W0.000 26.2635,-14.0072 28.0144,-14.0072; +ADD L1 :W0.000 26.2635,-16.6000 26.2635,-15.7581; +ADD L1 :W0.000 26.2635,-16.6000 28.0144,-16.6000; +ADD L1 :W0.000 28.0144,-16.6000 28.0144,-15.7581; +ADD L1 :W0.000 26.2635,-15.7581 28.0144,-15.7581; +ADD L1 :W0.000 25.7767,1.6500 25.7767,0.0000; +ADD L1 :W0.000 25.7767,0.0000 27.5000,0.0000; +ADD L1 :W0.000 27.5000,0.0000 27.5000,1.6500; +ADD L1 :W0.000 25.7767,1.6500 27.5000,1.6500; +ADD L1 :W0.000 24.0533,1.6500 24.0533,0.0000; +ADD L1 :W0.000 24.0533,0.0000 25.7767,0.0000; +ADD L1 :W0.000 25.7767,1.6500 25.7767,0.0000; +ADD L1 :W0.000 24.0533,1.6500 25.7767,1.6500; +ADD L1 :W0.000 24.5126,15.7581 24.5126,16.6000; +ADD L1 :W0.000 24.5126,15.7581 26.2635,15.7581; +ADD L1 :W0.000 26.2635,15.7581 26.2635,16.6000; +ADD L1 :W0.000 24.5126,16.6000 26.2635,16.6000; +ADD L1 :W0.000 24.5126,14.0072 24.5126,15.7581; +ADD L1 :W0.000 24.5126,14.0072 26.2635,14.0072; +ADD L1 :W0.000 26.2635,14.0072 26.2635,15.7581; +ADD L1 :W0.000 24.5126,15.7581 26.2635,15.7581; +ADD L1 :W0.000 24.5126,12.2563 24.5126,14.0072; +ADD L1 :W0.000 24.5126,12.2563 26.2635,12.2563; +ADD L1 :W0.000 26.2635,12.2563 26.2635,14.0072; +ADD L1 :W0.000 24.5126,14.0072 26.2635,14.0072; +ADD L1 :W0.000 24.5126,10.5054 24.5126,12.2563; +ADD L1 :W0.000 24.5126,10.5054 26.2635,10.5054; +ADD L1 :W0.000 26.2635,10.5054 26.2635,12.2563; +ADD L1 :W0.000 24.5126,12.2563 26.2635,12.2563; +ADD L1 :W0.000 24.5126,8.7545 24.5126,10.5054; +ADD L1 :W0.000 24.5126,8.7545 26.2635,8.7545; +ADD L1 :W0.000 26.2635,8.7545 26.2635,10.5054; +ADD L1 :W0.000 24.5126,10.5054 26.2635,10.5054; +ADD L1 :W0.000 24.5126,7.0036 24.5126,8.7545; +ADD L1 :W0.000 24.5126,7.0036 26.2635,7.0036; +ADD L1 :W0.000 26.2635,7.0036 26.2635,8.7545; +ADD L1 :W0.000 24.5126,8.7545 26.2635,8.7545; +ADD L1 :W0.000 24.5126,-8.7545 24.5126,-7.0036; +ADD L1 :W0.000 24.5126,-8.7545 26.2635,-8.7545; +ADD L1 :W0.000 26.2635,-8.7545 26.2635,-7.0036; +ADD L1 :W0.000 24.5126,-7.0036 26.2635,-7.0036; +ADD L1 :W0.000 24.5126,-10.5054 24.5126,-8.7545; +ADD L1 :W0.000 24.5126,-10.5054 26.2635,-10.5054; +ADD L1 :W0.000 26.2635,-10.5054 26.2635,-8.7545; +ADD L1 :W0.000 24.5126,-8.7545 26.2635,-8.7545; +ADD L1 :W0.000 24.5126,-12.2563 24.5126,-10.5054; +ADD L1 :W0.000 24.5126,-12.2563 26.2635,-12.2563; +ADD L1 :W0.000 26.2635,-12.2563 26.2635,-10.5054; +ADD L1 :W0.000 24.5126,-10.5054 26.2635,-10.5054; +ADD L1 :W0.000 24.5126,-14.0072 24.5126,-12.2563; +ADD L1 :W0.000 24.5126,-14.0072 26.2635,-14.0072; +ADD L1 :W0.000 26.2635,-14.0072 26.2635,-12.2563; +ADD L1 :W0.000 24.5126,-12.2563 26.2635,-12.2563; +ADD L1 :W0.000 24.5126,-15.7581 24.5126,-14.0072; +ADD L1 :W0.000 24.5126,-15.7581 26.2635,-15.7581; +ADD L1 :W0.000 26.2635,-15.7581 26.2635,-14.0072; +ADD L1 :W0.000 24.5126,-14.0072 26.2635,-14.0072; +ADD L1 :W0.000 24.5126,-16.6000 24.5126,-15.7581; +ADD L1 :W0.000 24.5126,-16.6000 26.2635,-16.6000; +ADD L1 :W0.000 26.2635,-16.6000 26.2635,-15.7581; +ADD L1 :W0.000 24.5126,-15.7581 26.2635,-15.7581; +ADD L1 :W0.000 24.0533,-1.6500 24.0533,0.0000; +ADD L1 :W0.000 24.0533,-1.6500 25.7767,-1.6500; +ADD L1 :W0.000 25.7767,-1.6500 25.7767,0.0000; +ADD L1 :W0.000 24.0533,0.0000 25.7767,0.0000; +ADD L1 :W0.000 22.3300,1.6500 22.3300,0.0000; +ADD L1 :W0.000 22.3300,0.0000 24.0533,0.0000; +ADD L1 :W0.000 24.0533,1.6500 24.0533,0.0000; +ADD L1 :W0.000 22.3300,1.6500 24.0533,1.6500; +ADD L1 :W0.000 22.7617,15.7581 22.7617,16.6000; +ADD L1 :W0.000 22.7617,15.7581 24.5126,15.7581; +ADD L1 :W0.000 24.5126,15.7581 24.5126,16.6000; +ADD L1 :W0.000 22.7617,16.6000 24.5126,16.6000; +ADD L1 :W0.000 22.7617,14.0072 22.7617,15.7581; +ADD L1 :W0.000 22.7617,14.0072 24.5126,14.0072; +ADD L1 :W0.000 24.5126,14.0072 24.5126,15.7581; +ADD L1 :W0.000 22.7617,15.7581 24.5126,15.7581; +ADD L1 :W0.000 22.7617,12.2563 22.7617,14.0072; +ADD L1 :W0.000 22.7617,12.2563 24.5126,12.2563; +ADD L1 :W0.000 24.5126,12.2563 24.5126,14.0072; +ADD L1 :W0.000 22.7617,14.0072 24.5126,14.0072; +ADD L1 :W0.000 22.7617,10.5054 22.7617,12.2563; +ADD L1 :W0.000 22.7617,10.5054 24.5126,10.5054; +ADD L1 :W0.000 24.5126,10.5054 24.5126,12.2563; +ADD L1 :W0.000 22.7617,12.2563 24.5126,12.2563; +ADD L1 :W0.000 22.7617,8.7545 22.7617,10.5054; +ADD L1 :W0.000 22.7617,8.7545 24.5126,8.7545; +ADD L1 :W0.000 24.5126,8.7545 24.5126,10.5054; +ADD L1 :W0.000 22.7617,10.5054 24.5126,10.5054; +ADD L1 :W0.000 22.7617,7.0036 22.7617,8.7545; +ADD L1 :W0.000 22.7617,7.0036 24.5126,7.0036; +ADD L1 :W0.000 24.5126,7.0036 24.5126,8.7545; +ADD L1 :W0.000 22.7617,8.7545 24.5126,8.7545; +ADD L1 :W0.000 22.7617,-8.7545 22.7617,-7.0036; +ADD L1 :W0.000 22.7617,-8.7545 24.5126,-8.7545; +ADD L1 :W0.000 24.5126,-8.7545 24.5126,-7.0036; +ADD L1 :W0.000 22.7617,-7.0036 24.5126,-7.0036; +ADD L1 :W0.000 22.7617,-10.5054 22.7617,-8.7545; +ADD L1 :W0.000 22.7617,-10.5054 24.5126,-10.5054; +ADD L1 :W0.000 24.5126,-10.5054 24.5126,-8.7545; +ADD L1 :W0.000 22.7617,-8.7545 24.5126,-8.7545; +ADD L1 :W0.000 22.7617,-12.2563 22.7617,-10.5054; +ADD L1 :W0.000 22.7617,-12.2563 24.5126,-12.2563; +ADD L1 :W0.000 24.5126,-12.2563 24.5126,-10.5054; +ADD L1 :W0.000 22.7617,-10.5054 24.5126,-10.5054; +ADD L1 :W0.000 22.7617,-14.0072 22.7617,-12.2563; +ADD L1 :W0.000 22.7617,-14.0072 24.5126,-14.0072; +ADD L1 :W0.000 24.5126,-14.0072 24.5126,-12.2563; +ADD L1 :W0.000 22.7617,-12.2563 24.5126,-12.2563; +ADD L1 :W0.000 22.7617,-15.7581 22.7617,-14.0072; +ADD L1 :W0.000 22.7617,-15.7581 24.5126,-15.7581; +ADD L1 :W0.000 24.5126,-15.7581 24.5126,-14.0072; +ADD L1 :W0.000 22.7617,-14.0072 24.5126,-14.0072; +ADD L1 :W0.000 22.7617,-16.6000 22.7617,-15.7581; +ADD L1 :W0.000 22.7617,-16.6000 24.5126,-16.6000; +ADD L1 :W0.000 24.5126,-16.6000 24.5126,-15.7581; +ADD L1 :W0.000 22.7617,-15.7581 24.5126,-15.7581; +ADD L1 :W0.000 22.3300,-1.6500 22.3300,0.0000; +ADD L1 :W0.000 22.3300,-1.6500 24.0533,-1.6500; +ADD L1 :W0.000 24.0533,-1.6500 24.0533,0.0000; +ADD L1 :W0.000 22.3300,0.0000 24.0533,0.0000; +ADD L1 :W0.000 20.6067,1.6500 20.6067,0.0000; +ADD L1 :W0.000 20.6067,0.0000 22.3300,0.0000; +ADD L1 :W0.000 22.3300,1.6500 22.3300,0.0000; +ADD L1 :W0.000 20.6067,1.6500 22.3300,1.6500; +ADD L1 :W0.000 21.0108,15.7581 21.0108,16.6000; +ADD L1 :W0.000 21.0108,15.7581 22.7617,15.7581; +ADD L1 :W0.000 22.7617,15.7581 22.7617,16.6000; +ADD L1 :W0.000 21.0108,16.6000 22.7617,16.6000; +ADD L1 :W0.000 21.0108,14.0072 21.0108,15.7581; +ADD L1 :W0.000 21.0108,14.0072 22.7617,14.0072; +ADD L1 :W0.000 22.7617,14.0072 22.7617,15.7581; +ADD L1 :W0.000 21.0108,15.7581 22.7617,15.7581; +ADD L1 :W0.000 21.0108,12.2563 21.0108,14.0072; +ADD L1 :W0.000 21.0108,12.2563 22.7617,12.2563; +ADD L1 :W0.000 22.7617,12.2563 22.7617,14.0072; +ADD L1 :W0.000 21.0108,14.0072 22.7617,14.0072; +ADD L1 :W0.000 21.0108,10.5054 21.0108,12.2563; +ADD L1 :W0.000 21.0108,10.5054 22.7617,10.5054; +ADD L1 :W0.000 22.7617,10.5054 22.7617,12.2563; +ADD L1 :W0.000 21.0108,12.2563 22.7617,12.2563; +ADD L1 :W0.000 21.0108,8.7545 21.0108,10.5054; +ADD L1 :W0.000 21.0108,8.7545 22.7617,8.7545; +ADD L1 :W0.000 22.7617,8.7545 22.7617,10.5054; +ADD L1 :W0.000 21.0108,10.5054 22.7617,10.5054; +ADD L1 :W0.000 21.0108,7.0036 21.0108,8.7545; +ADD L1 :W0.000 21.0108,7.0036 22.7617,7.0036; +ADD L1 :W0.000 22.7617,7.0036 22.7617,8.7545; +ADD L1 :W0.000 21.0108,8.7545 22.7617,8.7545; +ADD L1 :W0.000 21.0108,-8.7545 21.0108,-7.0036; +ADD L1 :W0.000 21.0108,-8.7545 22.7617,-8.7545; +ADD L1 :W0.000 22.7617,-8.7545 22.7617,-7.0036; +ADD L1 :W0.000 21.0108,-7.0036 22.7617,-7.0036; +ADD L1 :W0.000 21.0108,-10.5054 21.0108,-8.7545; +ADD L1 :W0.000 21.0108,-10.5054 22.7617,-10.5054; +ADD L1 :W0.000 22.7617,-10.5054 22.7617,-8.7545; +ADD L1 :W0.000 21.0108,-8.7545 22.7617,-8.7545; +ADD L1 :W0.000 21.0108,-12.2563 21.0108,-10.5054; +ADD L1 :W0.000 21.0108,-12.2563 22.7617,-12.2563; +ADD L1 :W0.000 22.7617,-12.2563 22.7617,-10.5054; +ADD L1 :W0.000 21.0108,-10.5054 22.7617,-10.5054; +ADD L1 :W0.000 21.0108,-14.0072 21.0108,-12.2563; +ADD L1 :W0.000 21.0108,-14.0072 22.7617,-14.0072; +ADD L1 :W0.000 22.7617,-14.0072 22.7617,-12.2563; +ADD L1 :W0.000 21.0108,-12.2563 22.7617,-12.2563; +ADD L1 :W0.000 21.0108,-15.7581 21.0108,-14.0072; +ADD L1 :W0.000 21.0108,-15.7581 22.7617,-15.7581; +ADD L1 :W0.000 22.7617,-15.7581 22.7617,-14.0072; +ADD L1 :W0.000 21.0108,-14.0072 22.7617,-14.0072; +ADD L1 :W0.000 21.0108,-16.6000 21.0108,-15.7581; +ADD L1 :W0.000 21.0108,-16.6000 22.7617,-16.6000; +ADD L1 :W0.000 22.7617,-16.6000 22.7617,-15.7581; +ADD L1 :W0.000 21.0108,-15.7581 22.7617,-15.7581; +ADD L1 :W0.000 20.6067,-1.6500 20.6067,0.0000; +ADD L1 :W0.000 20.6067,-1.6500 22.3300,-1.6500; +ADD L1 :W0.000 22.3300,-1.6500 22.3300,0.0000; +ADD L1 :W0.000 20.6067,0.0000 22.3300,0.0000; +ADD L1 :W0.000 18.8833,1.6500 18.8833,0.0000; +ADD L1 :W0.000 18.8833,0.0000 20.6067,0.0000; +ADD L1 :W0.000 20.6067,1.6500 20.6067,0.0000; +ADD L1 :W0.000 18.8833,1.6500 20.6067,1.6500; +ADD L1 :W0.000 19.2599,15.7581 19.2599,16.6000; +ADD L1 :W0.000 19.2599,15.7581 21.0108,15.7581; +ADD L1 :W0.000 21.0108,15.7581 21.0108,16.6000; +ADD L1 :W0.000 19.2599,16.6000 21.0108,16.6000; +ADD L1 :W0.000 19.2599,14.0072 19.2599,15.7581; +ADD L1 :W0.000 19.2599,14.0072 21.0108,14.0072; +ADD L1 :W0.000 21.0108,14.0072 21.0108,15.7581; +ADD L1 :W0.000 19.2599,15.7581 21.0108,15.7581; +ADD L1 :W0.000 19.2599,12.2563 19.2599,14.0072; +ADD L1 :W0.000 19.2599,12.2563 21.0108,12.2563; +ADD L1 :W0.000 21.0108,12.2563 21.0108,14.0072; +ADD L1 :W0.000 19.2599,14.0072 21.0108,14.0072; +ADD L1 :W0.000 19.2599,10.5054 19.2599,12.2563; +ADD L1 :W0.000 19.2599,10.5054 21.0108,10.5054; +ADD L1 :W0.000 21.0108,10.5054 21.0108,12.2563; +ADD L1 :W0.000 19.2599,12.2563 21.0108,12.2563; +ADD L1 :W0.000 19.2599,8.7545 19.2599,10.5054; +ADD L1 :W0.000 19.2599,8.7545 21.0108,8.7545; +ADD L1 :W0.000 21.0108,8.7545 21.0108,10.5054; +ADD L1 :W0.000 19.2599,10.5054 21.0108,10.5054; +ADD L1 :W0.000 19.2599,7.0036 19.2599,8.7545; +ADD L1 :W0.000 19.2599,7.0036 21.0108,7.0036; +ADD L1 :W0.000 21.0108,7.0036 21.0108,8.7545; +ADD L1 :W0.000 19.2599,8.7545 21.0108,8.7545; +ADD L1 :W0.000 19.2599,-8.7545 19.2599,-7.0036; +ADD L1 :W0.000 19.2599,-8.7545 21.0108,-8.7545; +ADD L1 :W0.000 21.0108,-8.7545 21.0108,-7.0036; +ADD L1 :W0.000 19.2599,-7.0036 21.0108,-7.0036; +ADD L1 :W0.000 19.2599,-10.5054 19.2599,-8.7545; +ADD L1 :W0.000 19.2599,-10.5054 21.0108,-10.5054; +ADD L1 :W0.000 21.0108,-10.5054 21.0108,-8.7545; +ADD L1 :W0.000 19.2599,-8.7545 21.0108,-8.7545; +ADD L1 :W0.000 19.2599,-12.2563 19.2599,-10.5054; +ADD L1 :W0.000 19.2599,-12.2563 21.0108,-12.2563; +ADD L1 :W0.000 21.0108,-12.2563 21.0108,-10.5054; +ADD L1 :W0.000 19.2599,-10.5054 21.0108,-10.5054; +ADD L1 :W0.000 19.2599,-14.0072 19.2599,-12.2563; +ADD L1 :W0.000 19.2599,-14.0072 21.0108,-14.0072; +ADD L1 :W0.000 21.0108,-14.0072 21.0108,-12.2563; +ADD L1 :W0.000 19.2599,-12.2563 21.0108,-12.2563; +ADD L1 :W0.000 19.2599,-15.7581 19.2599,-14.0072; +ADD L1 :W0.000 19.2599,-15.7581 21.0108,-15.7581; +ADD L1 :W0.000 21.0108,-15.7581 21.0108,-14.0072; +ADD L1 :W0.000 19.2599,-14.0072 21.0108,-14.0072; +ADD L1 :W0.000 19.2599,-16.6000 19.2599,-15.7581; +ADD L1 :W0.000 19.2599,-16.6000 21.0108,-16.6000; +ADD L1 :W0.000 21.0108,-16.6000 21.0108,-15.7581; +ADD L1 :W0.000 19.2599,-15.7581 21.0108,-15.7581; +ADD L1 :W0.000 18.8833,-1.6500 18.8833,0.0000; +ADD L1 :W0.000 18.8833,-1.6500 20.6067,-1.6500; +ADD L1 :W0.000 20.6067,-1.6500 20.6067,0.0000; +ADD L1 :W0.000 18.8833,0.0000 20.6067,0.0000; +ADD L1 :W0.000 17.1600,1.6500 17.1600,0.0000; +ADD L1 :W0.000 17.1600,0.0000 18.8833,0.0000; +ADD L1 :W0.000 18.8833,1.6500 18.8833,0.0000; +ADD L1 :W0.000 17.1600,1.6500 18.8833,1.6500; +ADD L1 :W0.000 17.5000,15.7581 17.5000,16.6000; +ADD L1 :W0.000 17.5000,15.7581 19.2599,15.7581; +ADD L1 :W0.000 19.2599,15.7581 19.2599,16.6000; +ADD L1 :W0.000 17.5000,16.6000 19.2599,16.6000; +ADD L1 :W0.000 17.5000,14.0072 17.5000,15.7581; +ADD L1 :W0.000 17.5000,14.0072 19.2599,14.0072; +ADD L1 :W0.000 19.2599,14.0072 19.2599,15.7581; +ADD L1 :W0.000 17.5000,15.7581 19.2599,15.7581; +ADD L1 :W0.000 17.5000,12.2563 17.5000,14.0072; +ADD L1 :W0.000 17.5000,12.2563 19.2599,12.2563; +ADD L1 :W0.000 19.2599,12.2563 19.2599,14.0072; +ADD L1 :W0.000 17.5000,14.0072 19.2599,14.0072; +ADD L1 :W0.000 17.5000,10.5054 17.5000,12.2563; +ADD L1 :W0.000 17.5000,10.5054 19.2599,10.5054; +ADD L1 :W0.000 19.2599,10.5054 19.2599,12.2563; +ADD L1 :W0.000 17.5000,12.2563 19.2599,12.2563; +ADD L1 :W0.000 17.5000,8.7545 17.5000,10.5054; +ADD L1 :W0.000 17.5000,8.7545 19.2599,8.7545; +ADD L1 :W0.000 19.2599,8.7545 19.2599,10.5054; +ADD L1 :W0.000 17.5000,10.5054 19.2599,10.5054; +ADD L1 :W0.000 17.5000,7.0036 17.5000,8.7545; +ADD L1 :W0.000 17.5000,7.0036 19.2599,7.0036; +ADD L1 :W0.000 19.2599,7.0036 19.2599,8.7545; +ADD L1 :W0.000 17.5000,8.7545 19.2599,8.7545; +ADD L1 :W0.000 17.5000,-8.7545 17.5000,-7.0036; +ADD L1 :W0.000 17.5000,-8.7545 19.2599,-8.7545; +ADD L1 :W0.000 19.2599,-8.7545 19.2599,-7.0036; +ADD L1 :W0.000 17.5000,-7.0036 19.2599,-7.0036; +ADD L1 :W0.000 17.5000,-10.5054 17.5000,-8.7545; +ADD L1 :W0.000 17.5000,-10.5054 19.2599,-10.5054; +ADD L1 :W0.000 19.2599,-10.5054 19.2599,-8.7545; +ADD L1 :W0.000 17.5000,-8.7545 19.2599,-8.7545; +ADD L1 :W0.000 17.5000,-12.2563 17.5000,-10.5054; +ADD L1 :W0.000 17.5000,-12.2563 19.2599,-12.2563; +ADD L1 :W0.000 19.2599,-12.2563 19.2599,-10.5054; +ADD L1 :W0.000 17.5000,-10.5054 19.2599,-10.5054; +ADD L1 :W0.000 17.5000,-14.0072 17.5000,-12.2563; +ADD L1 :W0.000 17.5000,-14.0072 19.2599,-14.0072; +ADD L1 :W0.000 19.2599,-14.0072 19.2599,-12.2563; +ADD L1 :W0.000 17.5000,-12.2563 19.2599,-12.2563; +ADD L1 :W0.000 17.5000,-15.7581 17.5000,-14.0072; +ADD L1 :W0.000 17.5000,-15.7581 19.2599,-15.7581; +ADD L1 :W0.000 19.2599,-15.7581 19.2599,-14.0072; +ADD L1 :W0.000 17.5000,-14.0072 19.2599,-14.0072; +ADD L1 :W0.000 17.5000,-16.6000 17.5000,-15.7581; +ADD L1 :W0.000 17.5000,-16.6000 19.2599,-16.6000; +ADD L1 :W0.000 19.2599,-16.6000 19.2599,-15.7581; +ADD L1 :W0.000 17.5000,-15.7581 19.2599,-15.7581; +ADD L1 :W0.000 17.1600,-1.6500 17.1600,0.0000; +ADD L1 :W0.000 17.1600,-1.6500 18.8833,-1.6500; +ADD L1 :W0.000 18.8833,-1.6500 18.8833,0.0000; +ADD L1 :W0.000 17.1600,0.0000 18.8833,0.0000; +ADD L1 :W0.000 15.4367,1.6500 15.4367,0.0000; +ADD L1 :W0.000 15.4367,0.0000 17.1600,0.0000; +ADD L1 :W0.000 17.1600,1.6500 17.1600,0.0000; +ADD L1 :W0.000 15.4367,1.6500 17.1600,1.6500; +ADD L1 :W0.000 15.4367,-1.6500 15.4367,0.0000; +ADD L1 :W0.000 15.4367,-1.6500 17.1600,-1.6500; +ADD L1 :W0.000 17.1600,-1.6500 17.1600,0.0000; +ADD L1 :W0.000 15.4367,0.0000 17.1600,0.0000; +ADD L1 :W0.000 13.7133,1.6500 13.7133,0.0000; +ADD L1 :W0.000 13.7133,0.0000 15.4367,0.0000; +ADD L1 :W0.000 15.4367,1.6500 15.4367,0.0000; +ADD L1 :W0.000 13.7133,1.6500 15.4367,1.6500; +ADD L1 :W0.000 13.7133,-1.6500 13.7133,0.0000; +ADD L1 :W0.000 13.7133,-1.6500 15.4367,-1.6500; +ADD L1 :W0.000 15.4367,-1.6500 15.4367,0.0000; +ADD L1 :W0.000 13.7133,0.0000 15.4367,0.0000; +ADD L1 :W0.000 11.9900,1.6500 11.9900,0.0000; +ADD L1 :W0.000 11.9900,0.0000 13.7133,0.0000; +ADD L1 :W0.000 13.7133,1.6500 13.7133,0.0000; +ADD L1 :W0.000 11.9900,1.6500 13.7133,1.6500; +ADD L1 :W0.000 11.9900,-1.6500 11.9900,0.0000; +ADD L1 :W0.000 11.9900,-1.6500 13.7133,-1.6500; +ADD L1 :W0.000 13.7133,-1.6500 13.7133,0.0000; +ADD L1 :W0.000 11.9900,0.0000 13.7133,0.0000; +ADD L1 :W0.000 10.2667,1.6500 10.2667,0.0000; +ADD L1 :W0.000 10.2667,0.0000 11.9900,0.0000; +ADD L1 :W0.000 11.9900,1.6500 11.9900,0.0000; +ADD L1 :W0.000 10.2667,1.6500 11.9900,1.6500; +ADD L1 :W0.000 10.2667,-1.6500 10.2667,0.0000; +ADD L1 :W0.000 10.2667,-1.6500 11.9900,-1.6500; +ADD L1 :W0.000 11.9900,-1.6500 11.9900,0.0000; +ADD L1 :W0.000 10.2667,0.0000 11.9900,0.0000; +ADD L1 :W0.000 8.5433,1.6500 8.5433,0.0000; +ADD L1 :W0.000 8.5433,0.0000 10.2667,0.0000; +ADD L1 :W0.000 10.2667,1.6500 10.2667,0.0000; +ADD L1 :W0.000 8.5433,1.6500 10.2667,1.6500; +ADD L1 :W0.000 8.5433,-1.6500 8.5433,0.0000; +ADD L1 :W0.000 8.5433,-1.6500 10.2667,-1.6500; +ADD L1 :W0.000 10.2667,-1.6500 10.2667,0.0000; +ADD L1 :W0.000 8.5433,0.0000 10.2667,0.0000; +ADD L1 :W0.000 6.8200,0.0000 6.8200,1.6500; +ADD L1 :W0.000 6.8200,0.0000 8.5433,0.0000; +ADD L1 :W0.000 8.5433,1.6500 8.5433,0.0000; +ADD L1 :W0.000 6.8200,1.6500 8.5433,1.6500; +ADD L1 :W0.000 6.8200,0.0000 6.8200,-1.6500; +ADD L1 :W0.000 6.8200,-1.6500 8.5433,-1.6500; +ADD L1 :W0.000 8.5433,-1.6500 8.5433,0.0000; +ADD L1 :W0.000 6.8200,0.0000 8.5433,0.0000; +ADD L1 :W0.000 5.0967,0.0000 5.0967,-1.6500; +ADD L1 :W0.000 5.0967,-1.6500 6.8200,-1.6500; +ADD L1 :W0.000 6.8200,0.0000 6.8200,-1.6500; +ADD L1 :W0.000 5.0967,0.0000 6.8200,0.0000; +ADD L1 :W0.000 5.0967,0.0000 5.0967,1.6500; +ADD L1 :W0.000 5.0967,0.0000 6.8200,0.0000; +ADD L1 :W0.000 6.8200,0.0000 6.8200,1.6500; +ADD L1 :W0.000 5.0967,1.6500 6.8200,1.6500; +ADD L1 :W0.000 3.3733,0.0000 3.3733,-1.6500; +ADD L1 :W0.000 3.3733,-1.6500 5.0967,-1.6500; +ADD L1 :W0.000 5.0967,0.0000 5.0967,-1.6500; +ADD L1 :W0.000 3.3733,0.0000 5.0967,0.0000; +ADD L1 :W0.000 3.3733,0.0000 3.3733,1.6500; +ADD L1 :W0.000 3.3733,0.0000 5.0967,0.0000; +ADD L1 :W0.000 5.0967,0.0000 5.0967,1.6500; +ADD L1 :W0.000 3.3733,1.6500 5.0967,1.6500; +ADD L1 :W0.000 1.6500,0.0000 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,-1.6500 3.3733,-1.6500; +ADD L1 :W0.000 3.3733,0.0000 3.3733,-1.6500; +ADD L1 :W0.000 1.6500,0.0000 3.3733,0.0000; +ADD L1 :W0.000 1.6500,0.0000 1.6500,1.6500; +ADD L1 :W0.000 1.6500,0.0000 3.3733,0.0000; +ADD L1 :W0.000 3.3733,0.0000 3.3733,1.6500; +ADD L1 :W0.000 1.6500,1.6500 3.3733,1.6500; +ADD L1 :W0.000 0.0000,-1.6500 0.0000,0.0000; +ADD L1 :W0.000 0.0000,-1.6500 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,0.0000 1.6500,-1.6500; +ADD L1 :W0.000 0.0000,0.0000 1.6500,0.0000; +ADD L1 :W0.000 0.0000,0.0000 0.0000,1.6500; +ADD L1 :W0.000 0.0000,0.0000 1.6500,0.0000; +ADD L1 :W0.000 1.6500,0.0000 1.6500,1.6500; +ADD L1 :W0.000 0.0000,1.6500 1.6500,1.6500; +SAVE; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.jo2 b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lcf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..ce8881e --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwap_inclusive!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTcyLjMwLjExMi4xIWJfcHdhZF9pbmNsdXNpdmUxK2JfcHdhZF9pbmNsdXNpdmUyK2JfcHdhcF9pbmNsdXNpdmUrYl9wd2VtX2luY2x1c2l2ZStiX3B3Z2VfaW5jbHVzaXZlK2JfcHdnZ19pbmNsdXNpdmUrYl9wd2ljX2luY2x1c2l2ZStiX3B3bWJfaW5jbHVzaXZlK2JfcHdtcV9pbmNsdXNpdmUrYl9wd3NkX2luY2x1c2l2ZStlX25leHVzX2RhdGFkaXNwbGF5X25leHVzK2VfcHdhZF9RUHJvK2VfcHdhZF9tZGxfcXVhbnR1bV9lbGVjK2VfcHdhZF9xX3N5cytlX3B3Z2dfcmZwcm9ja3RfcGs2K2VfcHdnZ19yZnByb2NrdF91aStlX3NpbV9mZW1fZmR0ZF9wazgrZV9zaW1faWNjYXBfcGsyMCEyMDI1LTA5LTE4VDAyOjUyOjQ3WiFiYmJiZTI4MDQzMmQxOTk5Zjg0OGU4OWE2MzQzMmZhNg== \ No newline at end of file diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lln b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.log b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..98c6d7e --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.log @@ -0,0 +1,130 @@ +License checkout took 0.018 sec +License checkout took 0.008 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Thu Sep 18 02:52:47 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 1740 (reduced: 1670) +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 1.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 3 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 4 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [9] = 4.44444 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [10] = 2.77778 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [11] = 2.48148 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [12] = 4.72222 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [13] = 1.22222 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [14] = 4.58333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Thu Sep 18 02:52:54 2025 +The simulation results have been saved in dataset "cell_2_MomUW". diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ltd b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..f6e478b --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,44 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mmd b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..8a87790 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,1133 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + Wl: 0.0350180061684546; + Cpwl: 20; +; +NdefIA 435: + p 1: 0 -0.00165 0.00152, + p 2: 0 0 0.00152, + p 3: 0 0.00165 0.00152, + p 4: 0.00165 0 0.00152, + p 5: 0.00165 -0.00165 0.00152, + p 6: 0.00165 0.00165 0.00152, + p 7: 0.00337333333333333 0 0.00152, + p 8: 0.00337333333333333 -0.00165 0.00152, + p 9: 0.00337333333333333 0.00165 0.00152, + p 10: 0.00509666666666667 0 0.00152, + p 11: 0.00509666666666667 -0.00165 0.00152, + p 12: 0.00509666666666667 0.00165 0.00152, + p 13: 0.00682 0 0.00152, + p 14: 0.00682 -0.00165 0.00152, + p 15: 0.00682 0.00165 0.00152, + p 16: 0.00854333333333333 -0.00165 0.00152, + p 17: 0.00854333333333333 0.00165 0.00152, + p 18: 0.00854333333333333 0 0.00152, + p 19: 0.0102666666666667 -0.00165 0.00152, + p 20: 0.0102666666666667 0.00165 0.00152, + p 21: 0.0102666666666667 0 0.00152, + p 22: 0.01199 -0.00165 0.00152, + p 23: 0.01199 0.00165 0.00152, + p 24: 0.01199 0 0.00152, + p 25: 0.0137133333333333 -0.00165 0.00152, + p 26: 0.0137133333333333 0.00165 0.00152, + p 27: 0.0137133333333333 0 0.00152, + p 28: 0.0154366666666667 -0.00165 0.00152, + p 29: 0.0154366666666667 0.00165 0.00152, + p 30: 0.0154366666666667 0 0.00152, + p 31: 0.01716 -0.00165 0.00152, + p 32: 0.01716 0.00165 0.00152, + p 33: 0.01716 0 0.00152, + p 34: 0.0175 -0.0166 0.00152, + p 35: 0.0175 -0.0157581027758046 0.00152, + p 36: 0.0175 -0.0140072024673819 0.00152, + p 37: 0.0175 -0.0122563021589591 0.00152, + p 38: 0.0175 -0.0105054018505364 0.00152, + p 39: 0.0175 -0.00875450154211366 0.00152, + p 40: 0.0175 -0.00700360123369093 0.00152, + p 41: 0.0175 -0.0052527009252682 0.00152, + p 42: 0.0175 -0.0049 0.00152, + p 43: 0.0175 0.0049 0.00152, + p 44: 0.0175 0.0052527009252682 0.00152, + p 45: 0.0175 0.00700360123369093 0.00152, + p 46: 0.0175 0.00875450154211366 0.00152, + p 47: 0.0175 0.0105054018505364 0.00152, + p 48: 0.0175 0.0122563021589591 0.00152, + p 49: 0.0175 0.0140072024673819 0.00152, + p 50: 0.0175 0.0157581027758046 0.00152, + p 51: 0.0175 0.0166 0.00152, + p 52: 0.0188833333333333 -0.00165 0.00152, + p 53: 0.0188833333333333 0.00165 0.00152, + p 54: 0.0188833333333333 0 0.00152, + p 55: 0.01925990339265 -0.0166 0.00152, + p 56: 0.01925990339265 -0.0157581027758046 0.00152, + p 57: 0.01925990339265 -0.0140072024673819 0.00152, + p 58: 0.01925990339265 -0.0122563021589591 0.00152, + p 59: 0.01925990339265 -0.0105054018505364 0.00152, + p 60: 0.01925990339265 -0.00875450154211366 0.00152, + p 61: 0.01925990339265 -0.00700360123369093 0.00152, + p 62: 0.01925990339265 -0.0052527009252682 0.00152, + p 63: 0.01925990339265 -0.0049 0.00152, + p 64: 0.01925990339265 0.0049 0.00152, + p 65: 0.01925990339265 0.0052527009252682 0.00152, + p 66: 0.01925990339265 0.00700360123369093 0.00152, + p 67: 0.01925990339265 0.00875450154211366 0.00152, + p 68: 0.01925990339265 0.0105054018505364 0.00152, + p 69: 0.01925990339265 0.0122563021589591 0.00152, + p 70: 0.01925990339265 0.0140072024673819 0.00152, + p 71: 0.01925990339265 0.0157581027758046 0.00152, + p 72: 0.01925990339265 0.0166 0.00152, + p 73: 0.0206066666666667 -0.00165 0.00152, + p 74: 0.0206066666666667 0.00165 0.00152, + p 75: 0.0206066666666667 0 0.00152, + p 76: 0.0210108037010728 -0.0166 0.00152, + p 77: 0.0210108037010728 -0.0157581027758046 0.00152, + p 78: 0.0210108037010728 -0.0140072024673819 0.00152, + p 79: 0.0210108037010728 -0.0122563021589591 0.00152, + p 80: 0.0210108037010728 -0.0105054018505364 0.00152, + p 81: 0.0210108037010728 -0.00875450154211366 0.00152, + p 82: 0.0210108037010728 -0.00700360123369093 0.00152, + p 83: 0.0210108037010728 -0.0052527009252682 0.00152, + p 84: 0.0210108037010728 -0.0049 0.00152, + p 85: 0.0210108037010728 0.0049 0.00152, + p 86: 0.0210108037010728 0.0052527009252682 0.00152, + p 87: 0.0210108037010728 0.00700360123369093 0.00152, + p 88: 0.0210108037010728 0.00875450154211366 0.00152, + p 89: 0.0210108037010728 0.0105054018505364 0.00152, + p 90: 0.0210108037010728 0.0122563021589591 0.00152, + p 91: 0.0210108037010728 0.0140072024673819 0.00152, + p 92: 0.0210108037010728 0.0157581027758046 0.00152, + p 93: 0.0210108037010728 0.0166 0.00152, + p 94: 0.02233 -0.00165 0.00152, + p 95: 0.02233 0.00165 0.00152, + p 96: 0.02233 0 0.00152, + p 97: 0.0227617040094955 -0.0166 0.00152, + p 98: 0.0227617040094955 -0.0157581027758046 0.00152, + p 99: 0.0227617040094955 -0.0140072024673819 0.00152, + p 100: 0.0227617040094955 -0.0122563021589591 0.00152, + p 101: 0.0227617040094955 -0.0105054018505364 0.00152, + p 102: 0.0227617040094955 -0.00875450154211366 0.00152, + p 103: 0.0227617040094955 -0.00700360123369093 0.00152, + p 104: 0.0227617040094955 -0.0052527009252682 0.00152, + p 105: 0.0227617040094955 -0.0049 0.00152, + p 106: 0.0227617040094955 0.0049 0.00152, + p 107: 0.0227617040094955 0.0052527009252682 0.00152, + p 108: 0.0227617040094955 0.00700360123369093 0.00152, + p 109: 0.0227617040094955 0.00875450154211366 0.00152, + p 110: 0.0227617040094955 0.0105054018505364 0.00152, + p 111: 0.0227617040094955 0.0122563021589591 0.00152, + p 112: 0.0227617040094955 0.0140072024673819 0.00152, + p 113: 0.0227617040094955 0.0157581027758046 0.00152, + p 114: 0.0227617040094955 0.0166 0.00152, + p 115: 0.0240533333333333 -0.00165 0.00152, + p 116: 0.0240533333333333 0.00165 0.00152, + p 117: 0.0240533333333333 0 0.00152, + p 118: 0.0245126043179182 -0.0166 0.00152, + p 119: 0.0245126043179182 -0.0157581027758046 0.00152, + p 120: 0.0245126043179182 -0.0140072024673819 0.00152, + p 121: 0.0245126043179182 -0.0122563021589591 0.00152, + p 122: 0.0245126043179182 -0.0105054018505364 0.00152, + p 123: 0.0245126043179182 -0.00875450154211366 0.00152, + p 124: 0.0245126043179182 -0.00700360123369093 0.00152, + p 125: 0.0245126043179182 -0.0052527009252682 0.00152, + p 126: 0.0245126043179182 -0.0049 0.00152, + p 127: 0.0245126043179182 0.0049 0.00152, + p 128: 0.0245126043179182 0.0052527009252682 0.00152, + p 129: 0.0245126043179182 0.00700360123369093 0.00152, + p 130: 0.0245126043179182 0.00875450154211366 0.00152, + p 131: 0.0245126043179182 0.0105054018505364 0.00152, + p 132: 0.0245126043179182 0.0122563021589591 0.00152, + p 133: 0.0245126043179182 0.0140072024673819 0.00152, + p 134: 0.0245126043179182 0.0157581027758046 0.00152, + p 135: 0.0245126043179182 0.0166 0.00152, + p 136: 0.0257766666666667 -0.00165 0.00152, + p 137: 0.0257766666666667 0.00165 0.00152, + p 138: 0.0257766666666667 0 0.00152, + p 139: 0.026263504626341 -0.0166 0.00152, + p 140: 0.026263504626341 -0.0157581027758046 0.00152, + p 141: 0.026263504626341 -0.0140072024673819 0.00152, + p 142: 0.026263504626341 -0.0122563021589591 0.00152, + p 143: 0.026263504626341 -0.0105054018505364 0.00152, + p 144: 0.026263504626341 -0.00875450154211366 0.00152, + p 145: 0.026263504626341 -0.00700360123369093 0.00152, + p 146: 0.026263504626341 -0.0052527009252682 0.00152, + p 147: 0.026263504626341 -0.0049 0.00152, + p 148: 0.026263504626341 0.0049 0.00152, + p 149: 0.026263504626341 0.0052527009252682 0.00152, + p 150: 0.026263504626341 0.00700360123369093 0.00152, + p 151: 0.026263504626341 0.00875450154211366 0.00152, + p 152: 0.026263504626341 0.0105054018505364 0.00152, + p 153: 0.026263504626341 0.0122563021589591 0.00152, + p 154: 0.026263504626341 0.0140072024673819 0.00152, + p 155: 0.026263504626341 0.0157581027758046 0.00152, + p 156: 0.026263504626341 0.0166 0.00152, + p 157: 0.0275 0 0.00152, + p 158: 0.0275 -0.0049 0.00152, + p 159: 0.0275 -0.00350180061684546 0.00152, + p 160: 0.0275 -0.00165 0.00152, + p 161: 0.0275 0.00165 0.00152, + p 162: 0.0275 0.00350180061684546 0.00152, + p 163: 0.0275 0.0049 0.00152, + p 164: 0.0280144049347637 -0.0166 0.00152, + p 165: 0.0280144049347637 -0.0157581027758046 0.00152, + p 166: 0.0280144049347637 -0.0140072024673819 0.00152, + p 167: 0.0280144049347637 -0.0122563021589591 0.00152, + p 168: 0.0280144049347637 -0.0105054018505364 0.00152, + p 169: 0.0280144049347637 -0.00875450154211366 0.00152, + p 170: 0.0280144049347637 -0.00700360123369093 0.00152, + p 171: 0.0280144049347637 -0.0052527009252682 0.00152, + p 172: 0.0280144049347637 -0.00350180061684546 0.00152, + p 173: 0.0280144049347637 -0.00175090030842273 0.00152, + p 174: 0.0280144049347637 0.00175090030842273 0.00152, + p 175: 0.0280144049347637 0.00350180061684546 0.00152, + p 176: 0.0280144049347637 0.0052527009252682 0.00152, + p 177: 0.0280144049347637 0.00700360123369093 0.00152, + p 178: 0.0280144049347637 0.00875450154211366 0.00152, + p 179: 0.0280144049347637 0.0105054018505364 0.00152, + p 180: 0.0280144049347637 0.0122563021589591 0.00152, + p 181: 0.0280144049347637 0.0140072024673819 0.00152, + p 182: 0.0280144049347637 0.0157581027758046 0.00152, + p 183: 0.0280144049347637 0.0166 0.00152, + p 184: 0.0297653052431864 -0.0166 0.00152, + p 185: 0.0297653052431864 -0.0157581027758046 0.00152, + p 186: 0.0297653052431864 -0.0140072024673819 0.00152, + p 187: 0.0297653052431864 -0.0122563021589591 0.00152, + p 188: 0.0297653052431864 -0.0105054018505364 0.00152, + p 189: 0.0297653052431864 -0.00875450154211366 0.00152, + p 190: 0.0297653052431864 -0.00700360123369093 0.00152, + p 191: 0.0297653052431864 -0.0052527009252682 0.00152, + p 192: 0.0297653052431864 -0.00350180061684546 0.00152, + p 193: 0.0297653052431864 -0.00175090030842273 0.00152, + p 194: 0.0297653052431864 0 0.00152, + p 195: 0.0297653052431864 0.00175090030842273 0.00152, + p 196: 0.0297653052431864 0.00350180061684546 0.00152, + p 197: 0.0297653052431864 0.0052527009252682 0.00152, + p 198: 0.0297653052431864 0.00700360123369093 0.00152, + p 199: 0.0297653052431864 0.00875450154211366 0.00152, + p 200: 0.0297653052431864 0.0105054018505364 0.00152, + p 201: 0.0297653052431864 0.0122563021589591 0.00152, + p 202: 0.0297653052431864 0.0140072024673819 0.00152, + p 203: 0.0297653052431864 0.0157581027758046 0.00152, + p 204: 0.0297653052431864 0.0166 0.00152, + p 205: 0.0315162055516092 -0.0166 0.00152, + p 206: 0.0315162055516092 -0.0157581027758046 0.00152, + p 207: 0.0315162055516092 -0.0140072024673819 0.00152, + p 208: 0.0315162055516092 -0.0122563021589591 0.00152, + p 209: 0.0315162055516092 -0.0105054018505364 0.00152, + p 210: 0.0315162055516092 -0.00875450154211366 0.00152, + p 211: 0.0315162055516092 -0.00700360123369093 0.00152, + p 212: 0.0315162055516092 -0.0052527009252682 0.00152, + p 213: 0.0315162055516092 -0.00350180061684546 0.00152, + p 214: 0.0315162055516092 -0.00175090030842273 0.00152, + p 215: 0.0315162055516092 0 0.00152, + p 216: 0.0315162055516092 0.00175090030842273 0.00152, + p 217: 0.0315162055516092 0.00350180061684546 0.00152, + p 218: 0.0315162055516092 0.0052527009252682 0.00152, + p 219: 0.0315162055516092 0.00700360123369093 0.00152, + p 220: 0.0315162055516092 0.00875450154211366 0.00152, + p 221: 0.0315162055516092 0.0105054018505364 0.00152, + p 222: 0.0315162055516092 0.0122563021589591 0.00152, + p 223: 0.0315162055516092 0.0140072024673819 0.00152, + p 224: 0.0315162055516092 0.0157581027758046 0.00152, + p 225: 0.0315162055516092 0.0166 0.00152, + p 226: 0.0332671058600319 -0.0166 0.00152, + p 227: 0.0332671058600319 -0.0157581027758046 0.00152, + p 228: 0.0332671058600319 -0.0140072024673819 0.00152, + p 229: 0.0332671058600319 -0.0122563021589591 0.00152, + p 230: 0.0332671058600319 -0.0105054018505364 0.00152, + p 231: 0.0332671058600319 -0.00875450154211366 0.00152, + p 232: 0.0332671058600319 -0.00700360123369093 0.00152, + p 233: 0.0332671058600319 -0.0052527009252682 0.00152, + p 234: 0.0332671058600319 -0.00350180061684546 0.00152, + p 235: 0.0332671058600319 -0.00175090030842273 0.00152, + p 236: 0.0332671058600319 0 0.00152, + p 237: 0.0332671058600319 0.00175090030842273 0.00152, + p 238: 0.0332671058600319 0.00350180061684546 0.00152, + p 239: 0.0332671058600319 0.0052527009252682 0.00152, + p 240: 0.0332671058600319 0.00700360123369093 0.00152, + p 241: 0.0332671058600319 0.00875450154211366 0.00152, + p 242: 0.0332671058600319 0.0105054018505364 0.00152, + p 243: 0.0332671058600319 0.0122563021589591 0.00152, + p 244: 0.0332671058600319 0.0140072024673819 0.00152, + p 245: 0.0332671058600319 0.0157581027758046 0.00152, + p 246: 0.0332671058600319 0.0166 0.00152, + p 247: 0.0350180061684546 -0.0166 0.00152, + p 248: 0.0350180061684546 -0.0157581027758046 0.00152, + p 249: 0.0350180061684546 -0.0140072024673819 0.00152, + p 250: 0.0350180061684546 -0.0122563021589591 0.00152, + p 251: 0.0350180061684546 -0.0105054018505364 0.00152, + p 252: 0.0350180061684546 -0.00875450154211366 0.00152, + p 253: 0.0350180061684546 -0.00700360123369093 0.00152, + p 254: 0.0350180061684546 -0.0052527009252682 0.00152, + p 255: 0.0350180061684546 -0.00350180061684546 0.00152, + p 256: 0.0350180061684546 -0.00175090030842273 0.00152, + p 257: 0.0350180061684546 0 0.00152, + p 258: 0.0350180061684546 0.00175090030842273 0.00152, + p 259: 0.0350180061684546 0.00350180061684546 0.00152, + p 260: 0.0350180061684546 0.0052527009252682 0.00152, + p 261: 0.0350180061684546 0.00700360123369093 0.00152, + p 262: 0.0350180061684546 0.00875450154211366 0.00152, + p 263: 0.0350180061684546 0.0105054018505364 0.00152, + p 264: 0.0350180061684546 0.0122563021589591 0.00152, + p 265: 0.0350180061684546 0.0140072024673819 0.00152, + p 266: 0.0350180061684546 0.0157581027758046 0.00152, + p 267: 0.0350180061684546 0.0166 0.00152, + p 268: 0.0367689064768774 -0.0166 0.00152, + p 269: 0.0367689064768774 -0.0157581027758046 0.00152, + p 270: 0.0367689064768774 -0.0140072024673819 0.00152, + p 271: 0.0367689064768774 -0.0122563021589591 0.00152, + p 272: 0.0367689064768774 -0.0105054018505364 0.00152, + p 273: 0.0367689064768774 -0.00875450154211366 0.00152, + p 274: 0.0367689064768774 -0.00700360123369093 0.00152, + p 275: 0.0367689064768774 -0.0052527009252682 0.00152, + p 276: 0.0367689064768774 -0.00350180061684546 0.00152, + p 277: 0.0367689064768774 -0.00175090030842273 0.00152, + p 278: 0.0367689064768774 0 0.00152, + p 279: 0.0367689064768774 0.00175090030842273 0.00152, + p 280: 0.0367689064768774 0.00350180061684546 0.00152, + p 281: 0.0367689064768774 0.0052527009252682 0.00152, + p 282: 0.0367689064768774 0.00700360123369093 0.00152, + p 283: 0.0367689064768774 0.00875450154211366 0.00152, + p 284: 0.0367689064768774 0.0105054018505364 0.00152, + p 285: 0.0367689064768774 0.0122563021589591 0.00152, + p 286: 0.0367689064768774 0.0140072024673819 0.00152, + p 287: 0.0367689064768774 0.0157581027758046 0.00152, + p 288: 0.0367689064768774 0.0166 0.00152, + p 289: 0.0385198067853001 -0.0166 0.00152, + p 290: 0.0385198067853001 -0.0157581027758046 0.00152, + p 291: 0.0385198067853001 -0.0140072024673819 0.00152, + p 292: 0.0385198067853001 -0.0122563021589591 0.00152, + p 293: 0.0385198067853001 -0.0105054018505364 0.00152, + p 294: 0.0385198067853001 -0.00875450154211366 0.00152, + p 295: 0.0385198067853001 -0.00700360123369093 0.00152, + p 296: 0.0385198067853001 -0.0052527009252682 0.00152, + p 297: 0.0385198067853001 -0.00350180061684546 0.00152, + p 298: 0.0385198067853001 -0.00175090030842273 0.00152, + p 299: 0.0385198067853001 0 0.00152, + p 300: 0.0385198067853001 0.00175090030842273 0.00152, + p 301: 0.0385198067853001 0.00350180061684546 0.00152, + p 302: 0.0385198067853001 0.0052527009252682 0.00152, + p 303: 0.0385198067853001 0.00700360123369093 0.00152, + p 304: 0.0385198067853001 0.00875450154211366 0.00152, + p 305: 0.0385198067853001 0.0105054018505364 0.00152, + p 306: 0.0385198067853001 0.0122563021589591 0.00152, + p 307: 0.0385198067853001 0.0140072024673819 0.00152, + p 308: 0.0385198067853001 0.0157581027758046 0.00152, + p 309: 0.0385198067853001 0.0166 0.00152, + p 310: 0.0402707070937228 -0.0166 0.00152, + p 311: 0.0402707070937228 -0.0157581027758046 0.00152, + p 312: 0.0402707070937228 -0.0140072024673819 0.00152, + p 313: 0.0402707070937228 -0.0122563021589591 0.00152, + p 314: 0.0402707070937228 -0.0105054018505364 0.00152, + p 315: 0.0402707070937228 -0.00875450154211366 0.00152, + p 316: 0.0402707070937228 -0.00700360123369093 0.00152, + p 317: 0.0402707070937228 -0.0052527009252682 0.00152, + p 318: 0.0402707070937228 -0.00350180061684546 0.00152, + p 319: 0.0402707070937228 -0.00175090030842273 0.00152, + p 320: 0.0402707070937228 0 0.00152, + p 321: 0.0402707070937228 0.00175090030842273 0.00152, + p 322: 0.0402707070937228 0.00350180061684546 0.00152, + p 323: 0.0402707070937228 0.0052527009252682 0.00152, + p 324: 0.0402707070937228 0.00700360123369093 0.00152, + p 325: 0.0402707070937228 0.00875450154211366 0.00152, + p 326: 0.0402707070937228 0.0105054018505364 0.00152, + p 327: 0.0402707070937228 0.0122563021589591 0.00152, + p 328: 0.0402707070937228 0.0140072024673819 0.00152, + p 329: 0.0402707070937228 0.0157581027758046 0.00152, + p 330: 0.0402707070937228 0.0166 0.00152, + p 331: 0.0420216074021456 -0.0166 0.00152, + p 332: 0.0420216074021456 -0.0157581027758046 0.00152, + p 333: 0.0420216074021456 -0.0140072024673819 0.00152, + p 334: 0.0420216074021456 -0.0122563021589591 0.00152, + p 335: 0.0420216074021456 -0.0105054018505364 0.00152, + p 336: 0.0420216074021456 -0.00875450154211366 0.00152, + p 337: 0.0420216074021456 -0.00700360123369093 0.00152, + p 338: 0.0420216074021456 -0.0052527009252682 0.00152, + p 339: 0.0420216074021456 -0.00350180061684546 0.00152, + p 340: 0.0420216074021456 -0.00175090030842273 0.00152, + p 341: 0.0420216074021456 0 0.00152, + p 342: 0.0420216074021456 0.00175090030842273 0.00152, + p 343: 0.0420216074021456 0.00350180061684546 0.00152, + p 344: 0.0420216074021456 0.0052527009252682 0.00152, + p 345: 0.0420216074021456 0.00700360123369093 0.00152, + p 346: 0.0420216074021456 0.00875450154211366 0.00152, + p 347: 0.0420216074021456 0.0105054018505364 0.00152, + p 348: 0.0420216074021456 0.0122563021589591 0.00152, + p 349: 0.0420216074021456 0.0140072024673819 0.00152, + p 350: 0.0420216074021456 0.0157581027758046 0.00152, + p 351: 0.0420216074021456 0.0166 0.00152, + p 352: 0.0437725077105683 -0.0166 0.00152, + p 353: 0.0437725077105683 -0.0157581027758046 0.00152, + p 354: 0.0437725077105683 -0.0140072024673819 0.00152, + p 355: 0.0437725077105683 -0.0122563021589591 0.00152, + p 356: 0.0437725077105683 -0.0105054018505364 0.00152, + p 357: 0.0437725077105683 -0.00875450154211366 0.00152, + p 358: 0.0437725077105683 -0.00700360123369093 0.00152, + p 359: 0.0437725077105683 -0.0052527009252682 0.00152, + p 360: 0.0437725077105683 -0.00350180061684546 0.00152, + p 361: 0.0437725077105683 -0.00175090030842273 0.00152, + p 362: 0.0437725077105683 0 0.00152, + p 363: 0.0437725077105683 0.00175090030842273 0.00152, + p 364: 0.0437725077105683 0.00350180061684546 0.00152, + p 365: 0.0437725077105683 0.0052527009252682 0.00152, + p 366: 0.0437725077105683 0.00700360123369093 0.00152, + p 367: 0.0437725077105683 0.00875450154211366 0.00152, + p 368: 0.0437725077105683 0.0105054018505364 0.00152, + p 369: 0.0437725077105683 0.0122563021589591 0.00152, + p 370: 0.0437725077105683 0.0140072024673819 0.00152, + p 371: 0.0437725077105683 0.0157581027758046 0.00152, + p 372: 0.0437725077105683 0.0166 0.00152, + p 373: 0.045523408018991 -0.0166 0.00152, + p 374: 0.045523408018991 -0.0157581027758046 0.00152, + p 375: 0.045523408018991 -0.0140072024673819 0.00152, + p 376: 0.045523408018991 -0.0122563021589591 0.00152, + p 377: 0.045523408018991 -0.0105054018505364 0.00152, + p 378: 0.045523408018991 -0.00875450154211366 0.00152, + p 379: 0.045523408018991 -0.00700360123369093 0.00152, + p 380: 0.045523408018991 -0.0052527009252682 0.00152, + p 381: 0.045523408018991 -0.00350180061684546 0.00152, + p 382: 0.045523408018991 -0.00175090030842273 0.00152, + p 383: 0.045523408018991 0 0.00152, + p 384: 0.045523408018991 0.00175090030842273 0.00152, + p 385: 0.045523408018991 0.00350180061684546 0.00152, + p 386: 0.045523408018991 0.0052527009252682 0.00152, + p 387: 0.045523408018991 0.00700360123369093 0.00152, + p 388: 0.045523408018991 0.00875450154211366 0.00152, + p 389: 0.045523408018991 0.0105054018505364 0.00152, + p 390: 0.045523408018991 0.0122563021589591 0.00152, + p 391: 0.045523408018991 0.0140072024673819 0.00152, + p 392: 0.045523408018991 0.0157581027758046 0.00152, + p 393: 0.045523408018991 0.0166 0.00152, + p 394: 0.0472743083274138 -0.0166 0.00152, + p 395: 0.0472743083274138 -0.0157581027758046 0.00152, + p 396: 0.0472743083274138 -0.0140072024673819 0.00152, + p 397: 0.0472743083274138 -0.0122563021589591 0.00152, + p 398: 0.0472743083274138 -0.0105054018505364 0.00152, + p 399: 0.0472743083274138 -0.00875450154211366 0.00152, + p 400: 0.0472743083274138 -0.00700360123369093 0.00152, + p 401: 0.0472743083274138 -0.0052527009252682 0.00152, + p 402: 0.0472743083274138 -0.00350180061684546 0.00152, + p 403: 0.0472743083274138 -0.00175090030842273 0.00152, + p 404: 0.0472743083274138 0 0.00152, + p 405: 0.0472743083274138 0.00175090030842273 0.00152, + p 406: 0.0472743083274138 0.00350180061684546 0.00152, + p 407: 0.0472743083274138 0.0052527009252682 0.00152, + p 408: 0.0472743083274138 0.00700360123369093 0.00152, + p 409: 0.0472743083274138 0.00875450154211366 0.00152, + p 410: 0.0472743083274138 0.0105054018505364 0.00152, + p 411: 0.0472743083274138 0.0122563021589591 0.00152, + p 412: 0.0472743083274138 0.0140072024673819 0.00152, + p 413: 0.0472743083274138 0.0157581027758046 0.00152, + p 414: 0.0472743083274138 0.0166 0.00152, + p 415: 0.049 -0.0166 0.00152, + p 416: 0.049 -0.0157581027758046 0.00152, + p 417: 0.049 -0.0140072024673819 0.00152, + p 418: 0.049 -0.0122563021589591 0.00152, + p 419: 0.049 -0.0105054018505364 0.00152, + p 420: 0.049 -0.00875450154211366 0.00152, + p 421: 0.049 -0.00700360123369093 0.00152, + p 422: 0.049 -0.0052527009252682 0.00152, + p 423: 0.049 -0.00350180061684546 0.00152, + p 424: 0.049 -0.00175090030842273 0.00152, + p 425: 0.049 0 0.00152, + p 426: 0.049 0.00175090030842273 0.00152, + p 427: 0.049 0.00350180061684546 0.00152, + p 428: 0.049 0.0052527009252682 0.00152, + p 429: 0.049 0.00700360123369093 0.00152, + p 430: 0.049 0.00875450154211366 0.00152, + p 431: 0.049 0.0105054018505364 0.00152, + p 432: 0.049 0.0122563021589591 0.00152, + p 433: 0.049 0.0140072024673819 0.00152, + p 434: 0.049 0.0157581027758046 0.00152, + p 435: 0.049 0.0166 0.00152; +EdefIA 808: + s 1: 1 2, s 2: 1 5, s 3: 2 3, s 4: 2 4, s 5: 3 6, + s 6: 4 5, s 7: 4 6, s 8: 4 7, s 9: 5 8, s 10: 6 9, + s 11: 7 8, s 12: 7 9, s 13: 7 10, s 14: 8 11, s 15: 9 12, + s 16: 10 11, s 17: 10 12, s 18: 10 13, s 19: 11 14, s 20: 12 15, + s 21: 13 14, s 22: 13 15, s 23: 13 18, s 24: 14 16, s 25: 15 17, + s 26: 16 18, s 27: 16 19, s 28: 17 18, s 29: 17 20, s 30: 18 21, + s 31: 19 21, s 32: 19 22, s 33: 20 21, s 34: 20 23, s 35: 21 24, + s 36: 22 24, s 37: 22 25, s 38: 23 24, s 39: 23 26, s 40: 24 27, + s 41: 25 27, s 42: 25 28, s 43: 26 27, s 44: 26 29, s 45: 27 30, + s 46: 28 30, s 47: 28 31, s 48: 29 30, s 49: 29 32, s 50: 30 33, + s 51: 31 33, s 52: 31 52, s 53: 32 33, s 54: 32 53, s 55: 33 54, + s 56: 34 35, s 57: 34 55, s 58: 35 36, s 59: 35 56, s 60: 36 37, + s 61: 36 57, s 62: 37 38, s 63: 37 58, s 64: 38 39, s 65: 38 59, + s 66: 39 40, s 67: 39 60, s 68: 40 41, s 69: 40 61, s 70: 41 42, + s 71: 41 62, s 72: 42 63, s 73: 43 44, s 74: 43 64, s 75: 44 45, + s 76: 44 65, s 77: 45 46, s 78: 45 66, s 79: 46 47, s 80: 46 67, + s 81: 47 48, s 82: 47 68, s 83: 48 49, s 84: 48 69, s 85: 49 50, + s 86: 49 70, s 87: 50 51, s 88: 50 71, s 89: 51 72, s 90: 52 54, + s 91: 52 73, s 92: 53 54, s 93: 53 74, s 94: 54 75, s 95: 55 56, + s 96: 55 76, s 97: 56 57, s 98: 56 77, s 99: 57 58, s 100: 57 78, + s 101: 58 59, s 102: 58 79, s 103: 59 60, s 104: 59 80, s 105: 60 61, + s 106: 60 81, s 107: 61 62, s 108: 61 82, s 109: 62 63, s 110: 62 83, + s 111: 63 84, s 112: 64 65, s 113: 64 85, s 114: 65 66, s 115: 65 86, + s 116: 66 67, s 117: 66 87, s 118: 67 68, s 119: 67 88, s 120: 68 69, + s 121: 68 89, s 122: 69 70, s 123: 69 90, s 124: 70 71, s 125: 70 91, + s 126: 71 72, s 127: 71 92, s 128: 72 93, s 129: 73 75, s 130: 73 94, + s 131: 74 75, s 132: 74 95, s 133: 75 96, s 134: 76 77, s 135: 76 97, + s 136: 77 78, s 137: 77 98, s 138: 78 79, s 139: 78 99, s 140: 79 80, + s 141: 79 100, s 142: 80 81, s 143: 80 101, s 144: 81 82, s 145: 81 102, + s 146: 82 83, s 147: 82 103, s 148: 83 84, s 149: 83 104, s 150: 84 105, + s 151: 85 86, s 152: 85 106, s 153: 86 87, s 154: 86 107, s 155: 87 88, + s 156: 87 108, s 157: 88 89, s 158: 88 109, s 159: 89 90, s 160: 89 110, + s 161: 90 91, s 162: 90 111, s 163: 91 92, s 164: 91 112, s 165: 92 93, + s 166: 92 113, s 167: 93 114, s 168: 94 96, s 169: 94 115, s 170: 95 96, + s 171: 95 116, s 172: 96 117, s 173: 97 98, s 174: 97 118, s 175: 98 99, + s 176: 98 119, s 177: 99 100, s 178: 99 120, s 179: 100 101, s 180: 100 121, + s 181: 101 102, s 182: 101 122, s 183: 102 103, s 184: 102 123, s 185: 103 104, + s 186: 103 124, s 187: 104 105, s 188: 104 125, s 189: 105 126, s 190: 106 107, + s 191: 106 127, s 192: 107 108, s 193: 107 128, s 194: 108 109, s 195: 108 129, + s 196: 109 110, s 197: 109 130, s 198: 110 111, s 199: 110 131, s 200: 111 112, + s 201: 111 132, s 202: 112 113, s 203: 112 133, s 204: 113 114, s 205: 113 134, + s 206: 114 135, s 207: 115 117, s 208: 115 136, s 209: 116 117, s 210: 116 137, + s 211: 117 138, s 212: 118 119, s 213: 118 139, s 214: 119 120, s 215: 119 140, + s 216: 120 121, s 217: 120 141, s 218: 121 122, s 219: 121 142, s 220: 122 123, + s 221: 122 143, s 222: 123 124, s 223: 123 144, s 224: 124 125, s 225: 124 145, + s 226: 125 126, s 227: 125 146, s 228: 126 147, s 229: 127 128, s 230: 127 148, + s 231: 128 129, s 232: 128 149, s 233: 129 130, s 234: 129 150, s 235: 130 131, + s 236: 130 151, s 237: 131 132, s 238: 131 152, s 239: 132 133, s 240: 132 153, + s 241: 133 134, s 242: 133 154, s 243: 134 135, s 244: 134 155, s 245: 135 156, + s 246: 136 138, s 247: 136 160, s 248: 137 138, s 249: 137 161, s 250: 138 157, + s 251: 139 140, s 252: 139 164, s 253: 140 141, s 254: 140 165, s 255: 141 142, + s 256: 141 166, s 257: 142 143, s 258: 142 167, s 259: 143 144, s 260: 143 168, + s 261: 144 145, s 262: 144 169, s 263: 145 146, s 264: 145 170, s 265: 146 147, + s 266: 146 171, s 267: 147 158, s 268: 148 149, s 269: 148 163, s 270: 149 150, + s 271: 149 176, s 272: 150 151, s 273: 150 177, s 274: 151 152, s 275: 151 178, + s 276: 152 153, s 277: 152 179, s 278: 153 154, s 279: 153 180, s 280: 154 155, + s 281: 154 181, s 282: 155 156, s 283: 155 182, s 284: 156 183, s 285: 157 160, + s 286: 157 161, s 287: 157 173, s 288: 157 174, s 289: 157 194, s 290: 158 159, + s 291: 158 171, s 292: 159 160, s 293: 159 172, s 294: 160 173, s 295: 161 162, + s 296: 161 174, s 297: 162 163, s 298: 162 175, s 299: 163 176, s 300: 164 165, + s 301: 164 184, s 302: 165 166, s 303: 165 185, s 304: 166 167, s 305: 166 186, + s 306: 167 168, s 307: 167 187, s 308: 168 169, s 309: 168 188, s 310: 169 170, + s 311: 169 189, s 312: 170 171, s 313: 170 190, s 314: 171 172, s 315: 171 191, + s 316: 172 173, s 317: 172 192, s 318: 173 193, s 319: 174 175, s 320: 174 195, + s 321: 175 176, s 322: 175 196, s 323: 176 177, s 324: 176 197, s 325: 177 178, + s 326: 177 198, s 327: 178 179, s 328: 178 199, s 329: 179 180, s 330: 179 200, + s 331: 180 181, s 332: 180 201, s 333: 181 182, s 334: 181 202, s 335: 182 183, + s 336: 182 203, s 337: 183 204, s 338: 184 185, s 339: 184 205, s 340: 185 186, + s 341: 185 206, s 342: 186 187, s 343: 186 207, s 344: 187 188, s 345: 187 208, + s 346: 188 189, s 347: 188 209, s 348: 189 190, s 349: 189 210, s 350: 190 191, + s 351: 190 211, s 352: 191 192, s 353: 191 212, s 354: 192 193, s 355: 192 213, + s 356: 193 194, s 357: 193 214, s 358: 194 195, s 359: 194 215, s 360: 195 196, + s 361: 195 216, s 362: 196 197, s 363: 196 217, s 364: 197 198, s 365: 197 218, + s 366: 198 199, s 367: 198 219, s 368: 199 200, s 369: 199 220, s 370: 200 201, + s 371: 200 221, s 372: 201 202, s 373: 201 222, s 374: 202 203, s 375: 202 223, + s 376: 203 204, s 377: 203 224, s 378: 204 225, s 379: 205 206, s 380: 205 226, + s 381: 206 207, s 382: 206 227, s 383: 207 208, s 384: 207 228, s 385: 208 209, + s 386: 208 229, s 387: 209 210, s 388: 209 230, s 389: 210 211, s 390: 210 231, + s 391: 211 212, s 392: 211 232, s 393: 212 213, s 394: 212 233, s 395: 213 214, + s 396: 213 234, s 397: 214 215, s 398: 214 235, s 399: 215 216, s 400: 215 236, + s 401: 216 217, s 402: 216 237, s 403: 217 218, s 404: 217 238, s 405: 218 219, + s 406: 218 239, s 407: 219 220, s 408: 219 240, s 409: 220 221, s 410: 220 241, + s 411: 221 222, s 412: 221 242, s 413: 222 223, s 414: 222 243, s 415: 223 224, + s 416: 223 244, s 417: 224 225, s 418: 224 245, s 419: 225 246, s 420: 226 227, + s 421: 226 247, s 422: 227 228, s 423: 227 248, s 424: 228 229, s 425: 228 249, + s 426: 229 230, s 427: 229 250, s 428: 230 231, s 429: 230 251, s 430: 231 232, + s 431: 231 252, s 432: 232 233, s 433: 232 253, s 434: 233 234, s 435: 233 254, + s 436: 234 235, s 437: 234 255, s 438: 235 236, s 439: 235 256, s 440: 236 237, + s 441: 236 257, s 442: 237 238, s 443: 237 258, s 444: 238 239, s 445: 238 259, + s 446: 239 240, s 447: 239 260, s 448: 240 241, s 449: 240 261, s 450: 241 242, + s 451: 241 262, s 452: 242 243, s 453: 242 263, s 454: 243 244, s 455: 243 264, + s 456: 244 245, s 457: 244 265, s 458: 245 246, s 459: 245 266, s 460: 246 267, + s 461: 247 248, s 462: 247 268, s 463: 248 249, s 464: 248 269, s 465: 249 250, + s 466: 249 270, s 467: 250 251, s 468: 250 271, s 469: 251 252, s 470: 251 272, + s 471: 252 253, s 472: 252 273, s 473: 253 254, s 474: 253 274, s 475: 254 255, + s 476: 254 275, s 477: 255 256, s 478: 255 276, s 479: 256 257, s 480: 256 277, + s 481: 257 258, s 482: 257 278, s 483: 258 259, s 484: 258 279, s 485: 259 260, + s 486: 259 280, s 487: 260 261, s 488: 260 281, s 489: 261 262, s 490: 261 282, + s 491: 262 263, s 492: 262 283, s 493: 263 264, s 494: 263 284, s 495: 264 265, + s 496: 264 285, s 497: 265 266, s 498: 265 286, s 499: 266 267, s 500: 266 287, + s 501: 267 288, s 502: 268 269, s 503: 268 289, s 504: 269 270, s 505: 269 290, + s 506: 270 271, s 507: 270 291, s 508: 271 272, s 509: 271 292, s 510: 272 273, + s 511: 272 293, s 512: 273 274, s 513: 273 294, s 514: 274 275, s 515: 274 295, + s 516: 275 276, s 517: 275 296, s 518: 276 277, s 519: 276 297, s 520: 277 278, + s 521: 277 298, s 522: 278 279, s 523: 278 299, s 524: 279 280, s 525: 279 300, + s 526: 280 281, s 527: 280 301, s 528: 281 282, s 529: 281 302, s 530: 282 283, + s 531: 282 303, s 532: 283 284, s 533: 283 304, s 534: 284 285, s 535: 284 305, + s 536: 285 286, s 537: 285 306, s 538: 286 287, s 539: 286 307, s 540: 287 288, + s 541: 287 308, s 542: 288 309, s 543: 289 290, s 544: 289 310, s 545: 290 291, + s 546: 290 311, s 547: 291 292, s 548: 291 312, s 549: 292 293, s 550: 292 313, + s 551: 293 294, s 552: 293 314, s 553: 294 295, s 554: 294 315, s 555: 295 296, + s 556: 295 316, s 557: 296 297, s 558: 296 317, s 559: 297 298, s 560: 297 318, + s 561: 298 299, s 562: 298 319, s 563: 299 300, s 564: 299 320, s 565: 300 301, + s 566: 300 321, s 567: 301 302, s 568: 301 322, s 569: 302 303, s 570: 302 323, + s 571: 303 304, s 572: 303 324, s 573: 304 305, s 574: 304 325, s 575: 305 306, + s 576: 305 326, s 577: 306 307, s 578: 306 327, s 579: 307 308, s 580: 307 328, + s 581: 308 309, s 582: 308 329, s 583: 309 330, s 584: 310 311, s 585: 310 331, + s 586: 311 312, s 587: 311 332, s 588: 312 313, s 589: 312 333, s 590: 313 314, + s 591: 313 334, s 592: 314 315, s 593: 314 335, s 594: 315 316, s 595: 315 336, + s 596: 316 317, s 597: 316 337, s 598: 317 318, s 599: 317 338, s 600: 318 319, + s 601: 318 339, s 602: 319 320, s 603: 319 340, s 604: 320 321, s 605: 320 341, + s 606: 321 322, s 607: 321 342, s 608: 322 323, s 609: 322 343, s 610: 323 324, + s 611: 323 344, s 612: 324 325, s 613: 324 345, s 614: 325 326, s 615: 325 346, + s 616: 326 327, s 617: 326 347, s 618: 327 328, s 619: 327 348, s 620: 328 329, + s 621: 328 349, s 622: 329 330, s 623: 329 350, s 624: 330 351, s 625: 331 332, + s 626: 331 352, s 627: 332 333, s 628: 332 353, s 629: 333 334, s 630: 333 354, + s 631: 334 335, s 632: 334 355, s 633: 335 336, s 634: 335 356, s 635: 336 337, + s 636: 336 357, s 637: 337 338, s 638: 337 358, s 639: 338 339, s 640: 338 359, + s 641: 339 340, s 642: 339 360, s 643: 340 341, s 644: 340 361, s 645: 341 342, + s 646: 341 362, s 647: 342 343, s 648: 342 363, s 649: 343 344, s 650: 343 364, + s 651: 344 345, s 652: 344 365, s 653: 345 346, s 654: 345 366, s 655: 346 347, + s 656: 346 367, s 657: 347 348, s 658: 347 368, s 659: 348 349, s 660: 348 369, + s 661: 349 350, s 662: 349 370, s 663: 350 351, s 664: 350 371, s 665: 351 372, + s 666: 352 353, s 667: 352 373, s 668: 353 354, s 669: 353 374, s 670: 354 355, + s 671: 354 375, s 672: 355 356, s 673: 355 376, s 674: 356 357, s 675: 356 377, + s 676: 357 358, s 677: 357 378, s 678: 358 359, s 679: 358 379, s 680: 359 360, + s 681: 359 380, s 682: 360 361, s 683: 360 381, s 684: 361 362, s 685: 361 382, + s 686: 362 363, s 687: 362 383, s 688: 363 364, s 689: 363 384, s 690: 364 365, + s 691: 364 385, s 692: 365 366, s 693: 365 386, s 694: 366 367, s 695: 366 387, + s 696: 367 368, s 697: 367 388, s 698: 368 369, s 699: 368 389, s 700: 369 370, + s 701: 369 390, s 702: 370 371, s 703: 370 391, s 704: 371 372, s 705: 371 392, + s 706: 372 393, s 707: 373 374, s 708: 373 394, s 709: 374 375, s 710: 374 395, + s 711: 375 376, s 712: 375 396, s 713: 376 377, s 714: 376 397, s 715: 377 378, + s 716: 377 398, s 717: 378 379, s 718: 378 399, s 719: 379 380, s 720: 379 400, + s 721: 380 381, s 722: 380 401, s 723: 381 382, s 724: 381 402, s 725: 382 383, + s 726: 382 403, s 727: 383 384, s 728: 383 404, s 729: 384 385, s 730: 384 405, + s 731: 385 386, s 732: 385 406, s 733: 386 387, s 734: 386 407, s 735: 387 388, + s 736: 387 408, s 737: 388 389, s 738: 388 409, s 739: 389 390, s 740: 389 410, + s 741: 390 391, s 742: 390 411, s 743: 391 392, s 744: 391 412, s 745: 392 393, + s 746: 392 413, s 747: 393 414, s 748: 394 395, s 749: 394 415, s 750: 395 396, + s 751: 395 416, s 752: 396 397, s 753: 396 417, s 754: 397 398, s 755: 397 418, + s 756: 398 399, s 757: 398 419, s 758: 399 400, s 759: 399 420, s 760: 400 401, + s 761: 400 421, s 762: 401 402, s 763: 401 422, s 764: 402 403, s 765: 402 423, + s 766: 403 404, s 767: 403 424, s 768: 404 405, s 769: 404 425, s 770: 405 406, + s 771: 405 426, s 772: 406 407, s 773: 406 427, s 774: 407 408, s 775: 407 428, + s 776: 408 409, s 777: 408 429, s 778: 409 410, s 779: 409 430, s 780: 410 411, + s 781: 410 431, s 782: 411 412, s 783: 411 432, s 784: 412 413, s 785: 412 433, + s 786: 413 414, s 787: 413 434, s 788: 414 435, s 789: 415 416, s 790: 416 417, + s 791: 417 418, s 792: 418 419, s 793: 419 420, s 794: 420 421, s 795: 421 422, + s 796: 422 423, s 797: 423 424, s 798: 424 425, s 799: 425 426, s 800: 426 427, + s 801: 427 428, s 802: 428 429, s 803: 429 430, s 804: 430 431, s 805: 431 432, + s 806: 432 433, s 807: 433 434, s 808: 434 435; +CdefIA 374: + c 1: -786 787 808 -788, c 2: -784 785 807 -787, c 3: -782 783 806 -785, + c 4: -780 781 805 -783, c 5: -778 779 804 -781, c 6: -776 777 803 -779, + c 7: -774 775 802 -777, c 8: -772 773 801 -775, c 9: -770 771 800 -773, + c 10: -768 769 799 -771, c 11: -766 767 798 -769, c 12: -764 765 797 -767, + c 13: -762 763 796 -765, c 14: -760 761 795 -763, c 15: -758 759 794 -761, + c 16: -756 757 793 -759, c 17: -754 755 792 -757, c 18: -752 753 791 -755, + c 19: -750 751 790 -753, c 20: -748 749 789 -751, c 21: -745 746 786 -747, + c 22: -743 744 784 -746, c 23: -741 742 782 -744, c 24: -739 740 780 -742, + c 25: -737 738 778 -740, c 26: -735 736 776 -738, c 27: -733 734 774 -736, + c 28: -731 732 772 -734, c 29: -729 730 770 -732, c 30: -727 728 768 -730, + c 31: -725 726 766 -728, c 32: -723 724 764 -726, c 33: -721 722 762 -724, + c 34: -719 720 760 -722, c 35: -717 718 758 -720, c 36: -715 716 756 -718, + c 37: -713 714 754 -716, c 38: -711 712 752 -714, c 39: -709 710 750 -712, + c 40: -707 708 748 -710, c 41: -704 705 745 -706, c 42: -702 703 743 -705, + c 43: -700 701 741 -703, c 44: -698 699 739 -701, c 45: -696 697 737 -699, + c 46: -694 695 735 -697, c 47: -692 693 733 -695, c 48: -690 691 731 -693, + c 49: -688 689 729 -691, c 50: -686 687 727 -689, c 51: -684 685 725 -687, + c 52: -682 683 723 -685, c 53: -680 681 721 -683, c 54: -678 679 719 -681, + c 55: -676 677 717 -679, c 56: -674 675 715 -677, c 57: -672 673 713 -675, + c 58: -670 671 711 -673, c 59: -668 669 709 -671, c 60: -666 667 707 -669, + c 61: -663 664 704 -665, c 62: -661 662 702 -664, c 63: -659 660 700 -662, + c 64: -657 658 698 -660, c 65: -655 656 696 -658, c 66: -653 654 694 -656, + c 67: -651 652 692 -654, c 68: -649 650 690 -652, c 69: -647 648 688 -650, + c 70: -645 646 686 -648, c 71: -643 644 684 -646, c 72: -641 642 682 -644, + c 73: -639 640 680 -642, c 74: -637 638 678 -640, c 75: -635 636 676 -638, + c 76: -633 634 674 -636, c 77: -631 632 672 -634, c 78: -629 630 670 -632, + c 79: -627 628 668 -630, c 80: -625 626 666 -628, c 81: -622 623 663 -624, + c 82: -620 621 661 -623, c 83: -618 619 659 -621, c 84: -616 617 657 -619, + c 85: -614 615 655 -617, c 86: -612 613 653 -615, c 87: -610 611 651 -613, + c 88: -608 609 649 -611, c 89: -606 607 647 -609, c 90: -604 605 645 -607, + c 91: -602 603 643 -605, c 92: -600 601 641 -603, c 93: -598 599 639 -601, + c 94: -596 597 637 -599, c 95: -594 595 635 -597, c 96: -592 593 633 -595, + c 97: -590 591 631 -593, c 98: -588 589 629 -591, c 99: -586 587 627 -589, + c 100: -584 585 625 -587, c 101: -581 582 622 -583, c 102: -579 580 620 -582, + c 103: -577 578 618 -580, c 104: -575 576 616 -578, c 105: -573 574 614 -576, + c 106: -571 572 612 -574, c 107: -569 570 610 -572, c 108: -567 568 608 -570, + c 109: -565 566 606 -568, c 110: -563 564 604 -566, c 111: -561 562 602 -564, + c 112: -559 560 600 -562, c 113: -557 558 598 -560, c 114: -555 556 596 -558, + c 115: -553 554 594 -556, c 116: -551 552 592 -554, c 117: -549 550 590 -552, + c 118: -547 548 588 -550, c 119: -545 546 586 -548, c 120: -543 544 584 -546, + c 121: -540 541 581 -542, c 122: -538 539 579 -541, c 123: -536 537 577 -539, + c 124: -534 535 575 -537, c 125: -532 533 573 -535, c 126: -530 531 571 -533, + c 127: -528 529 569 -531, c 128: -526 527 567 -529, c 129: -524 525 565 -527, + c 130: -522 523 563 -525, c 131: -520 521 561 -523, c 132: -518 519 559 -521, + c 133: -516 517 557 -519, c 134: -514 515 555 -517, c 135: -512 513 553 -515, + c 136: -510 511 551 -513, c 137: -508 509 549 -511, c 138: -506 507 547 -509, + c 139: -504 505 545 -507, c 140: -502 503 543 -505, c 141: -499 500 540 -501, + c 142: -497 498 538 -500, c 143: -495 496 536 -498, c 144: -493 494 534 -496, + c 145: -491 492 532 -494, c 146: -489 490 530 -492, c 147: -487 488 528 -490, + c 148: -485 486 526 -488, c 149: -483 484 524 -486, c 150: -481 482 522 -484, + c 151: -479 480 520 -482, c 152: -477 478 518 -480, c 153: -475 476 516 -478, + c 154: -473 474 514 -476, c 155: -471 472 512 -474, c 156: -469 470 510 -472, + c 157: -467 468 508 -470, c 158: -465 466 506 -468, c 159: -463 464 504 -466, + c 160: -461 462 502 -464, c 161: -458 459 499 -460, c 162: -456 457 497 -459, + c 163: -454 455 495 -457, c 164: -452 453 493 -455, c 165: -450 451 491 -453, + c 166: -448 449 489 -451, c 167: -446 447 487 -449, c 168: -444 445 485 -447, + c 169: -442 443 483 -445, c 170: -440 441 481 -443, c 171: -438 439 479 -441, + c 172: -436 437 477 -439, c 173: -434 435 475 -437, c 174: -432 433 473 -435, + c 175: -430 431 471 -433, c 176: -428 429 469 -431, c 177: -426 427 467 -429, + c 178: -424 425 465 -427, c 179: -422 423 463 -425, c 180: -420 421 461 -423, + c 181: -417 418 458 -419, c 182: -415 416 456 -418, c 183: -413 414 454 -416, + c 184: -411 412 452 -414, c 185: -409 410 450 -412, c 186: -407 408 448 -410, + c 187: -405 406 446 -408, c 188: -403 404 444 -406, c 189: -401 402 442 -404, + c 190: -399 400 440 -402, c 191: -397 398 438 -400, c 192: -395 396 436 -398, + c 193: -393 394 434 -396, c 194: -391 392 432 -394, c 195: -389 390 430 -392, + c 196: -387 388 428 -390, c 197: -385 386 426 -388, c 198: -383 384 424 -386, + c 199: -381 382 422 -384, c 200: -379 380 420 -382, c 201: -376 377 417 -378, + c 202: -374 375 415 -377, c 203: -372 373 413 -375, c 204: -370 371 411 -373, + c 205: -368 369 409 -371, c 206: -366 367 407 -369, c 207: -364 365 405 -367, + c 208: -362 363 403 -365, c 209: -360 361 401 -363, c 210: -358 359 399 -361, + c 211: -356 357 397 -359, c 212: -354 355 395 -357, c 213: -352 353 393 -355, + c 214: -350 351 391 -353, c 215: -348 349 389 -351, c 216: -346 347 387 -349, + c 217: -344 345 385 -347, c 218: -342 343 383 -345, c 219: -340 341 381 -343, + c 220: -338 339 379 -341, c 221: -335 336 376 -337, c 222: -333 334 374 -336, + c 223: -331 332 372 -334, c 224: -329 330 370 -332, c 225: -327 328 368 -330, + c 226: -325 326 366 -328, c 227: -323 324 364 -326, c 228: -321 322 362 -324, + c 229: -319 320 360 -322, c 230: -320 -288 289 358, c 231: -316 317 354 -318, + c 232: -314 315 352 -317, c 233: -312 313 350 -315, c 234: -310 311 348 -313, + c 235: -308 309 346 -311, c 236: -306 307 344 -309, c 237: -304 305 342 -307, + c 238: -302 303 340 -305, c 239: -300 301 338 -303, c 240: -299 -297 298 321, + c 241: -298 -295 296 319, c 242: -296 -286 288, c 243: -294 -292 293 316, + c 244: -293 -290 291 314, c 245: -291 -267 -265 266, c 246: -289 287 318 356, + c 247: -287 285 294, c 248: -246 247 -285 -250, c 249: -282 283 335 -284, + c 250: -280 281 333 -283, c 251: -278 279 331 -281, c 252: -276 277 329 -279, + c 253: -274 275 327 -277, c 254: -272 273 325 -275, c 255: -270 271 323 -273, + c 256: -271 -268 269 299, c 257: -263 264 312 -266, c 258: -261 262 310 -264, + c 259: -259 260 308 -262, c 260: -257 258 306 -260, c 261: -255 256 304 -258, + c 262: -253 254 302 -256, c 263: -251 252 300 -254, c 264: 248 250 286 -249, + c 265: 209 211 -248 -210, c 266: -243 244 282 -245, c 267: -241 242 280 -244, + c 268: -239 240 278 -242, c 269: -237 238 276 -240, c 270: -235 236 274 -238, + c 271: -233 234 272 -236, c 272: -231 232 270 -234, c 273: -229 230 268 -232, + c 274: -226 227 265 -228, c 275: -224 225 263 -227, c 276: -222 223 261 -225, + c 277: -220 221 259 -223, c 278: -218 219 257 -221, c 279: -216 217 255 -219, + c 280: -214 215 253 -217, c 281: -212 213 251 -215, c 282: -207 208 246 -211, + c 283: 170 172 -209 -171, c 284: -204 205 243 -206, c 285: -202 203 241 -205, + c 286: -200 201 239 -203, c 287: -198 199 237 -201, c 288: -196 197 235 -199, + c 289: -194 195 233 -197, c 290: -192 193 231 -195, c 291: -190 191 229 -193, + c 292: -187 188 226 -189, c 293: -185 186 224 -188, c 294: -183 184 222 -186, + c 295: -181 182 220 -184, c 296: -179 180 218 -182, c 297: -177 178 216 -180, + c 298: -175 176 214 -178, c 299: -173 174 212 -176, c 300: -168 169 207 -172, + c 301: 131 133 -170 -132, c 302: -165 166 204 -167, c 303: -163 164 202 -166, + c 304: -161 162 200 -164, c 305: -159 160 198 -162, c 306: -157 158 196 -160, + c 307: -155 156 194 -158, c 308: -153 154 192 -156, c 309: -151 152 190 -154, + c 310: -148 149 187 -150, c 311: -146 147 185 -149, c 312: -144 145 183 -147, + c 313: -142 143 181 -145, c 314: -140 141 179 -143, c 315: -138 139 177 -141, + c 316: -136 137 175 -139, c 317: -134 135 173 -137, c 318: -129 130 168 -133, + c 319: 92 94 -131 -93, c 320: -126 127 165 -128, c 321: -124 125 163 -127, + c 322: -122 123 161 -125, c 323: -120 121 159 -123, c 324: -118 119 157 -121, + c 325: -116 117 155 -119, c 326: -114 115 153 -117, c 327: -112 113 151 -115, + c 328: -109 110 148 -111, c 329: -107 108 146 -110, c 330: -105 106 144 -108, + c 331: -103 104 142 -106, c 332: -101 102 140 -104, c 333: -99 100 138 -102, + c 334: -97 98 136 -100, c 335: -95 96 134 -98, c 336: -90 91 129 -94, + c 337: 53 55 -92 -54, c 338: -87 88 126 -89, c 339: -85 86 124 -88, + c 340: -83 84 122 -86, c 341: -81 82 120 -84, c 342: -79 80 118 -82, + c 343: -77 78 116 -80, c 344: -75 76 114 -78, c 345: -73 74 112 -76, + c 346: -70 71 109 -72, c 347: -68 69 107 -71, c 348: -66 67 105 -69, + c 349: -64 65 103 -67, c 350: -62 63 101 -65, c 351: -60 61 99 -63, + c 352: -58 59 97 -61, c 353: -56 57 95 -59, c 354: -51 52 90 -55, + c 355: 48 50 -53 -49, c 356: -46 47 51 -50, c 357: 43 45 -48 -44, + c 358: -41 42 46 -45, c 359: 38 40 -43 -39, c 360: -36 37 41 -40, + c 361: 33 35 -38 -34, c 362: -31 32 36 -35, c 363: 28 30 -33 -29, + c 364: -26 27 31 -30, c 365: -22 23 -28 -25, c 366: 21 24 26 -23, + c 367: 16 19 -21 -18, c 368: -17 18 22 -20, c 369: 11 14 -16 -13, + c 370: -12 13 17 -15, c 371: 6 9 -11 -8, c 372: -7 8 12 -10, + c 373: -1 2 -6 -4, c 374: -3 4 7 -5; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: impedance 0 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00175090030842273; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 374 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 183 184 185 186 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 210 + 211 212 213 214 215 216 217 218 219 220 + 221 222 223 224 225 226 227 228 229 230 + 231 232 233 234 235 236 237 238 239 240 + 241 242 243 244 245 246 247 248 249 250 + 251 252 253 254 255 256 257 258 259 260 + 261 262 263 264 265 266 267 268 269 270 + 271 272 273 274 275 276 277 278 279 280 + 281 282 283 284 285 286 287 288 289 290 + 291 292 293 294 295 296 297 298 299 300 + 301 302 303 304 305 306 307 308 309 310 + 311 312 313 314 315 316 317 318 319 320 + 321 322 323 324 325 326 327 328 329 330 + 331 332 333 334 335 336 337 338 339 340 + 341 342 343 344 345 346 347 348 349 350 + 351 352 353 354 355 356 357 358 359 360 + 361 362 363 364 365 366 367 368 369 370 + 371 372 373 374 } + RGrid 0.00172569167258624,0.00175090030842273 0 1: + 0.0472743083274138,-0.0157581027758046 1,18 18: + 0,0 c 19, 0,1 c 18, 0,2 c 17, 0,3 c 16, 0,4 c 15, + 0,5 c 14, 0,6 c 13, 0,7 c 12, 0,8 c 11, 0,9 c 10, + 0,10 c 9, 0,11 c 8, 0,12 c 7, 0,13 c 6, 0,14 c 5, + 0,15 c 4, 0,16 c 3, 0,17 c 2; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,0.0157581027758046 16,1 16: + 0,0 c 320, 1,0 c 302, 2,0 c 284, 3,0 c 266, 4,0 c 249, + 5,0 c 221, 6,0 c 201, 7,0 c 181, 8,0 c 161, 9,0 c 141, + 10,0 c 121, 11,0 c 101, 12,0 c 81, 13,0 c 61, 14,0 c 41, + 15,0 c 21; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + 0.01925990339265,-0.0157581027758046 16,18 256: + 0,0 c 334, 0,1 c 333, 0,2 c 332, 0,3 c 331, 0,4 c 330, + 0,5 c 329, 0,12 c 326, 0,13 c 325, 0,14 c 324, 0,15 c 323, + 0,16 c 322, 0,17 c 321, 1,0 c 316, 1,1 c 315, 1,2 c 314, + 1,3 c 313, 1,4 c 312, 1,5 c 311, 1,12 c 308, 1,13 c 307, + 1,14 c 306, 1,15 c 305, 1,16 c 304, 1,17 c 303, 2,0 c 298, + 2,1 c 297, 2,2 c 296, 2,3 c 295, 2,4 c 294, 2,5 c 293, + 2,12 c 290, 2,13 c 289, 2,14 c 288, 2,15 c 287, 2,16 c 286, + 2,17 c 285, 3,0 c 280, 3,1 c 279, 3,2 c 278, 3,3 c 277, + 3,4 c 276, 3,5 c 275, 3,12 c 272, 3,13 c 271, 3,14 c 270, + 3,15 c 269, 3,16 c 268, 3,17 c 267, 4,0 c 262, 4,1 c 261, + 4,2 c 260, 4,3 c 259, 4,4 c 258, 4,5 c 257, 4,12 c 255, + 4,13 c 254, 4,14 c 253, 4,15 c 252, 4,16 c 251, 4,17 c 250, + 5,0 c 238, 5,1 c 237, 5,2 c 236, 5,3 c 235, 5,4 c 234, + 5,5 c 233, 5,6 c 232, 5,7 c 231, 5,10 c 229, 5,11 c 228, + 5,12 c 227, 5,13 c 226, 5,14 c 225, 5,15 c 224, 5,16 c 223, + 5,17 c 222, 6,0 c 219, 6,1 c 218, 6,2 c 217, 6,3 c 216, + 6,4 c 215, 6,5 c 214, 6,6 c 213, 6,7 c 212, 6,8 c 211, + 6,9 c 210, 6,10 c 209, 6,11 c 208, 6,12 c 207, 6,13 c 206, + 6,14 c 205, 6,15 c 204, 6,16 c 203, 6,17 c 202, 7,0 c 199, + 7,1 c 198, 7,2 c 197, 7,3 c 196, 7,4 c 195, 7,5 c 194, + 7,6 c 193, 7,7 c 192, 7,8 c 191, 7,9 c 190, 7,10 c 189, + 7,11 c 188, 7,12 c 187, 7,13 c 186, 7,14 c 185, 7,15 c 184, + 7,16 c 183, 7,17 c 182, 8,0 c 179, 8,1 c 178, 8,2 c 177, + 8,3 c 176, 8,4 c 175, 8,5 c 174, 8,6 c 173, 8,7 c 172, + 8,8 c 171, 8,9 c 170, 8,10 c 169, 8,11 c 168, 8,12 c 167, + 8,13 c 166, 8,14 c 165, 8,15 c 164, 8,16 c 163, 8,17 c 162, + 9,0 c 159, 9,1 c 158, 9,2 c 157, 9,3 c 156, 9,4 c 155, + 9,5 c 154, 9,6 c 153, 9,7 c 152, 9,8 c 151, 9,9 c 150, + 9,10 c 149, 9,11 c 148, 9,12 c 147, 9,13 c 146, 9,14 c 145, + 9,15 c 144, 9,16 c 143, 9,17 c 142, 10,0 c 139, 10,1 c 138, + 10,2 c 137, 10,3 c 136, 10,4 c 135, 10,5 c 134, 10,6 c 133, + 10,7 c 132, 10,8 c 131, 10,9 c 130, 10,10 c 129, 10,11 c 128, + 10,12 c 127, 10,13 c 126, 10,14 c 125, 10,15 c 124, 10,16 c 123, + 10,17 c 122, 11,0 c 119, 11,1 c 118, 11,2 c 117, 11,3 c 116, + 11,4 c 115, 11,5 c 114, 11,6 c 113, 11,7 c 112, 11,8 c 111, + 11,9 c 110, 11,10 c 109, 11,11 c 108, 11,12 c 107, 11,13 c 106, + 11,14 c 105, 11,15 c 104, 11,16 c 103, 11,17 c 102, 12,0 c 99, + 12,1 c 98, 12,2 c 97, 12,3 c 96, 12,4 c 95, 12,5 c 94, + 12,6 c 93, 12,7 c 92, 12,8 c 91, 12,9 c 90, 12,10 c 89, + 12,11 c 88, 12,12 c 87, 12,13 c 86, 12,14 c 85, 12,15 c 84, + 12,16 c 83, 12,17 c 82, 13,0 c 79, 13,1 c 78, 13,2 c 77, + 13,3 c 76, 13,4 c 75, 13,5 c 74, 13,6 c 73, 13,7 c 72, + 13,8 c 71, 13,9 c 70, 13,10 c 69, 13,11 c 68, 13,12 c 67, + 13,13 c 66, 13,14 c 65, 13,15 c 64, 13,16 c 63, 13,17 c 62, + 14,0 c 59, 14,1 c 58, 14,2 c 57, 14,3 c 56, 14,4 c 55, + 14,5 c 54, 14,6 c 53, 14,7 c 52, 14,8 c 51, 14,9 c 50, + 14,10 c 49, 14,11 c 48, 14,12 c 47, 14,13 c 46, 14,14 c 45, + 14,15 c 44, 14,16 c 43, 14,17 c 42, 15,0 c 39, 15,1 c 38, + 15,2 c 37, 15,3 c 36, 15,4 c 35, 15,5 c 34, 15,6 c 33, + 15,7 c 32, 15,8 c 31, 15,9 c 30, 15,10 c 29, 15,11 c 28, + 15,12 c 27, 15,13 c 26, 15,14 c 25, 15,15 c 24, 15,16 c 23, + 15,17 c 22; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,-0.0166 16,1 16: + 0,0 c 335, 1,0 c 317, 2,0 c 299, 3,0 c 281, 4,0 c 263, + 5,0 c 239, 6,0 c 220, 7,0 c 200, 8,0 c 180, 9,0 c 160, + 10,0 c 140, 11,0 c 120, 12,0 c 100, 13,0 c 80, 14,0 c 60, + 15,0 c 40; + RGrid 0.00172333333333333,0.00165 0 1: + 0.00165,-0.00165 15,2 30: + 0,0 c 371, 0,1 c 372, 1,0 c 369, 1,1 c 370, 2,0 c 367, + 2,1 c 368, 3,0 c 366, 3,1 c 365, 4,0 c 364, 4,1 c 363, + 5,0 c 362, 5,1 c 361, 6,0 c 360, 6,1 c 359, 7,0 c 358, + 7,1 c 357, 8,0 c 356, 8,1 c 355, 9,0 c 354, 9,1 c 337, + 10,0 c 336, 10,1 c 319, 11,0 c 318, 11,1 c 301, 12,0 c 300, + 12,1 c 283, 13,0 c 282, 13,1 c 265, 14,0 c 248, 14,1 c 264; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,0.0049 4,1 4: + 0,0 c 327, 1,0 c 309, 2,0 c 291, 3,0 c 273; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,-0.0052527009252682 4,1 4: + 0,0 c 328, 1,0 c 310, 2,0 c 292, 3,0 c 274; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,0.0052527009252682 1,6 6: + 0,0 c 344, 0,1 c 343, 0,2 c 342, 0,3 c 341, 0,4 c 340, + 0,5 c 339; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,-0.0157581027758046 1,6 6: + 0,0 c 352, 0,1 c 351, 0,2 c 350, 0,3 c 349, 0,4 c 348, + 0,5 c 347; + RGrid 0.00165,0.00165 0 1: + 0,-0.00165 1,2 2: + 0,0 c 373, 0,1 c 374; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 1 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 2 { 1 3 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 374 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 +# 251 252 253 254 255 256 257 258 259 260 +# 261 262 263 264 265 266 267 268 269 270 +# 271 272 273 274 275 276 277 278 279 280 +# 281 282 283 284 285 286 287 288 289 290 +# 291 292 293 294 295 296 297 298 299 300 +# 301 302 303 304 305 306 307 308 309 310 +# 311 312 313 314 315 316 317 318 319 320 +# 321 322 323 324 325 326 327 328 329 330 +# 331 332 333 334 335 336 337 338 339 340 +# 341 342 343 344 345 346 347 348 349 350 +# 351 352 353 354 355 356 357 358 359 360 +# 361 362 363 364 365 366 367 368 369 370 +# 371 372 373 374 }; +# key "_edge_mesh" value "no" CrefRA 374 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 +# 251 252 253 254 255 256 257 258 259 260 +# 261 262 263 264 265 266 267 268 269 270 +# 271 272 273 274 275 276 277 278 279 280 +# 281 282 283 284 285 286 287 288 289 290 +# 291 292 293 294 295 296 297 298 299 300 +# 301 302 303 304 305 306 307 308 309 310 +# 311 312 313 314 315 316 317 318 319 320 +# 321 322 323 324 325 326 327 328 329 330 +# 331 332 333 334 335 336 337 338 339 340 +# 341 342 343 344 345 346 347 348 349 350 +# 351 352 353 354 355 356 357 358 359 360 +# 361 362 363 364 365 366 367 368 369 370 +# 371 372 373 374 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 374 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 +# 251 252 253 254 255 256 257 258 259 260 +# 261 262 263 264 265 266 267 268 269 270 +# 271 272 273 274 275 276 277 278 279 280 +# 281 282 283 284 285 286 287 288 289 290 +# 291 292 293 294 295 296 297 298 299 300 +# 301 302 303 304 305 306 307 308 309 310 +# 311 312 313 314 315 316 317 318 319 320 +# 321 322 323 324 325 326 327 328 329 330 +# 331 332 333 334 335 336 337 338 339 340 +# 341 342 343 344 345 346 347 348 349 350 +# 351 352 353 354 355 356 357 358 359 360 +# 361 362 363 364 365 366 367 368 369 370 +# 371 372 373 374 }; +# key "_strip_model" value "3" CrefRA 374 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 +# 251 252 253 254 255 256 257 258 259 260 +# 261 262 263 264 265 266 267 268 269 270 +# 271 272 273 274 275 276 277 278 279 280 +# 281 282 283 284 285 286 287 288 289 290 +# 291 292 293 294 295 296 297 298 299 300 +# 301 302 303 304 305 306 307 308 309 310 +# 311 312 313 314 315 316 317 318 319 320 +# 321 322 323 324 325 326 327 328 329 330 +# 331 332 333 334 335 336 337 338 339 340 +# 341 342 343 344 345 346 347 348 349 350 +# 351 352 353 354 355 356 357 358 359 360 +# 361 362 363 364 365 366 367 368 369 370 +# 371 372 373 374 }; +# key "_tml_mesh" value "no" CrefRA 374 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 +# 251 252 253 254 255 256 257 258 259 260 +# 261 262 263 264 265 266 267 268 269 270 +# 271 272 273 274 275 276 277 278 279 280 +# 281 282 283 284 285 286 287 288 289 290 +# 291 292 293 294 295 296 297 298 299 300 +# 301 302 303 304 305 306 307 308 309 310 +# 311 312 313 314 315 316 317 318 319 320 +# 321 322 323 324 325 326 327 328 329 330 +# 331 332 333 334 335 336 337 338 339 340 +# 341 342 343 344 345 346 347 348 349 350 +# 351 352 353 354 355 356 357 358 359 360 +# 361 362 363 364 365 366 367 368 369 370 +# 371 372 373 374 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mrp b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..07a15ed Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msf b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..27c7845 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msh b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..3caa337 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.msh @@ -0,0 +1,5630 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 870: + p 1: 0 -0.00165 0.00152, + p 2: 0 0 0.00152, + p 3: 0 0.00165 0.00152, + p 4: 0.00165 0 0.00152, + p 5: 0.00165 -0.00165 0.00152, + p 6: 0.00165 0.00165 0.00152, + p 7: 0.00337333333333333 0 0.00152, + p 8: 0.00337333333333333 -0.00165 0.00152, + p 9: 0.00337333333333333 0.00165 0.00152, + p 10: 0.00509666666666667 0 0.00152, + p 11: 0.00509666666666667 -0.00165 0.00152, + p 12: 0.00509666666666667 0.00165 0.00152, + p 13: 0.00682 0 0.00152, + p 14: 0.00682 -0.00165 0.00152, + p 15: 0.00682 0.00165 0.00152, + p 16: 0.00854333333333333 -0.00165 0.00152, + p 17: 0.00854333333333333 0.00165 0.00152, + p 18: 0.00854333333333333 0 0.00152, + p 19: 0.0102666666666667 -0.00165 0.00152, + p 20: 0.0102666666666667 0.00165 0.00152, + p 21: 0.0102666666666667 0 0.00152, + p 22: 0.01199 -0.00165 0.00152, + p 23: 0.01199 0.00165 0.00152, + p 24: 0.01199 0 0.00152, + p 25: 0.0137133333333333 -0.00165 0.00152, + p 26: 0.0137133333333333 0.00165 0.00152, + p 27: 0.0137133333333333 0 0.00152, + p 28: 0.0154366666666667 -0.00165 0.00152, + p 29: 0.0154366666666667 0.00165 0.00152, + p 30: 0.0154366666666667 0 0.00152, + p 31: 0.01716 -0.00165 0.00152, + p 32: 0.01716 0.00165 0.00152, + p 33: 0.01716 0 0.00152, + p 34: 0.0175 -0.0166 0.00152, + p 35: 0.0175 -0.0157581027758046 0.00152, + p 36: 0.0175 -0.0140072024673819 0.00152, + p 37: 0.0175 -0.0122563021589591 0.00152, + p 38: 0.0175 -0.0105054018505364 0.00152, + p 39: 0.0175 -0.00875450154211366 0.00152, + p 40: 0.0175 -0.00700360123369093 0.00152, + p 41: 0.0175 -0.0052527009252682 0.00152, + p 42: 0.0175 -0.0049 0.00152, + p 43: 0.0175 0.0049 0.00152, + p 44: 0.0175 0.0052527009252682 0.00152, + p 45: 0.0175 0.00700360123369093 0.00152, + p 46: 0.0175 0.00875450154211366 0.00152, + p 47: 0.0175 0.0105054018505364 0.00152, + p 48: 0.0175 0.0122563021589591 0.00152, + p 49: 0.0175 0.0140072024673819 0.00152, + p 50: 0.0175 0.0157581027758046 0.00152, + p 51: 0.0175 0.0166 0.00152, + p 52: 0.0188833333333333 -0.00165 0.00152, + p 53: 0.0188833333333333 0.00165 0.00152, + p 54: 0.0188833333333333 0 0.00152, + p 55: 0.01925990339265 -0.0166 0.00152, + p 56: 0.01925990339265 -0.0157581027758046 0.00152, + p 57: 0.01925990339265 -0.0140072024673819 0.00152, + p 58: 0.01925990339265 -0.0122563021589591 0.00152, + p 59: 0.01925990339265 -0.0105054018505364 0.00152, + p 60: 0.01925990339265 -0.00875450154211366 0.00152, + p 61: 0.01925990339265 -0.00700360123369093 0.00152, + p 62: 0.01925990339265 -0.0052527009252682 0.00152, + p 63: 0.01925990339265 -0.0049 0.00152, + p 64: 0.01925990339265 0.0049 0.00152, + p 65: 0.01925990339265 0.0052527009252682 0.00152, + p 66: 0.01925990339265 0.00700360123369093 0.00152, + p 67: 0.01925990339265 0.00875450154211366 0.00152, + p 68: 0.01925990339265 0.0105054018505364 0.00152, + p 69: 0.01925990339265 0.0122563021589591 0.00152, + p 70: 0.01925990339265 0.0140072024673819 0.00152, + p 71: 0.01925990339265 0.0157581027758046 0.00152, + p 72: 0.01925990339265 0.0166 0.00152, + p 73: 0.0206066666666667 -0.00165 0.00152, + p 74: 0.0206066666666667 0.00165 0.00152, + p 75: 0.0206066666666667 0 0.00152, + p 76: 0.0210108037010728 -0.0166 0.00152, + p 77: 0.0210108037010728 -0.0157581027758046 0.00152, + p 78: 0.0210108037010728 -0.0140072024673819 0.00152, + p 79: 0.0210108037010728 -0.0122563021589591 0.00152, + p 80: 0.0210108037010728 -0.0105054018505364 0.00152, + p 81: 0.0210108037010728 -0.00875450154211366 0.00152, + p 82: 0.0210108037010728 -0.00700360123369093 0.00152, + p 83: 0.0210108037010728 -0.0052527009252682 0.00152, + p 84: 0.0210108037010728 -0.0049 0.00152, + p 85: 0.0210108037010728 0.0049 0.00152, + p 86: 0.0210108037010728 0.0052527009252682 0.00152, + p 87: 0.0210108037010728 0.00700360123369093 0.00152, + p 88: 0.0210108037010728 0.00875450154211366 0.00152, + p 89: 0.0210108037010728 0.0105054018505364 0.00152, + p 90: 0.0210108037010728 0.0122563021589591 0.00152, + p 91: 0.0210108037010728 0.0140072024673819 0.00152, + p 92: 0.0210108037010728 0.0157581027758046 0.00152, + p 93: 0.0210108037010728 0.0166 0.00152, + p 94: 0.02233 -0.00165 0.00152, + p 95: 0.02233 0.00165 0.00152, + p 96: 0.02233 0 0.00152, + p 97: 0.0227617040094955 -0.0166 0.00152, + p 98: 0.0227617040094955 -0.0157581027758046 0.00152, + p 99: 0.0227617040094955 -0.0140072024673819 0.00152, + p 100: 0.0227617040094955 -0.0122563021589591 0.00152, + p 101: 0.0227617040094955 -0.0105054018505364 0.00152, + p 102: 0.0227617040094955 -0.00875450154211366 0.00152, + p 103: 0.0227617040094955 -0.00700360123369093 0.00152, + p 104: 0.0227617040094955 -0.0052527009252682 0.00152, + p 105: 0.0227617040094955 -0.0049 0.00152, + p 106: 0.0227617040094955 0.0049 0.00152, + p 107: 0.0227617040094955 0.0052527009252682 0.00152, + p 108: 0.0227617040094955 0.00700360123369093 0.00152, + p 109: 0.0227617040094955 0.00875450154211366 0.00152, + p 110: 0.0227617040094955 0.0105054018505364 0.00152, + p 111: 0.0227617040094955 0.0122563021589591 0.00152, + p 112: 0.0227617040094955 0.0140072024673819 0.00152, + p 113: 0.0227617040094955 0.0157581027758046 0.00152, + p 114: 0.0227617040094955 0.0166 0.00152, + p 115: 0.0240533333333333 -0.00165 0.00152, + p 116: 0.0240533333333333 0.00165 0.00152, + p 117: 0.0240533333333333 0 0.00152, + p 118: 0.0245126043179182 -0.0166 0.00152, + p 119: 0.0245126043179182 -0.0157581027758046 0.00152, + p 120: 0.0245126043179182 -0.0140072024673819 0.00152, + p 121: 0.0245126043179182 -0.0122563021589591 0.00152, + p 122: 0.0245126043179182 -0.0105054018505364 0.00152, + p 123: 0.0245126043179182 -0.00875450154211366 0.00152, + p 124: 0.0245126043179182 -0.00700360123369093 0.00152, + p 125: 0.0245126043179182 -0.0052527009252682 0.00152, + p 126: 0.0245126043179182 -0.0049 0.00152, + p 127: 0.0245126043179182 0.0049 0.00152, + p 128: 0.0245126043179182 0.0052527009252682 0.00152, + p 129: 0.0245126043179182 0.00700360123369093 0.00152, + p 130: 0.0245126043179182 0.00875450154211366 0.00152, + p 131: 0.0245126043179182 0.0105054018505364 0.00152, + p 132: 0.0245126043179182 0.0122563021589591 0.00152, + p 133: 0.0245126043179182 0.0140072024673819 0.00152, + p 134: 0.0245126043179182 0.0157581027758046 0.00152, + p 135: 0.0245126043179182 0.0166 0.00152, + p 136: 0.0257766666666667 -0.00165 0.00152, + p 137: 0.0257766666666667 0.00165 0.00152, + p 138: 0.0257766666666667 0 0.00152, + p 139: 0.026263504626341 -0.0166 0.00152, + p 140: 0.026263504626341 -0.0157581027758046 0.00152, + p 141: 0.026263504626341 -0.0140072024673819 0.00152, + p 142: 0.026263504626341 -0.0122563021589591 0.00152, + p 143: 0.026263504626341 -0.0105054018505364 0.00152, + p 144: 0.026263504626341 -0.00875450154211366 0.00152, + p 145: 0.026263504626341 -0.00700360123369093 0.00152, + p 146: 0.026263504626341 -0.0052527009252682 0.00152, + p 147: 0.026263504626341 -0.0049 0.00152, + p 148: 0.026263504626341 0.0049 0.00152, + p 149: 0.026263504626341 0.0052527009252682 0.00152, + p 150: 0.026263504626341 0.00700360123369093 0.00152, + p 151: 0.026263504626341 0.00875450154211366 0.00152, + p 152: 0.026263504626341 0.0105054018505364 0.00152, + p 153: 0.026263504626341 0.0122563021589591 0.00152, + p 154: 0.026263504626341 0.0140072024673819 0.00152, + p 155: 0.026263504626341 0.0157581027758046 0.00152, + p 156: 0.026263504626341 0.0166 0.00152, + p 157: 0.0275 0 0.00152, + p 158: 0.0275 -0.0049 0.00152, + p 159: 0.0275 -0.00350180061684546 0.00152, + p 160: 0.0275 -0.00165 0.00152, + p 161: 0.0275 0.00165 0.00152, + p 162: 0.0275 0.00350180061684546 0.00152, + p 163: 0.0275 0.0049 0.00152, + p 164: 0.0280144049347637 -0.0166 0.00152, + p 165: 0.0280144049347637 -0.0157581027758046 0.00152, + p 166: 0.0280144049347637 -0.0140072024673819 0.00152, + p 167: 0.0280144049347637 -0.0122563021589591 0.00152, + p 168: 0.0280144049347637 -0.0105054018505364 0.00152, + p 169: 0.0280144049347637 -0.00875450154211366 0.00152, + p 170: 0.0280144049347637 -0.00700360123369093 0.00152, + p 171: 0.0280144049347637 -0.0052527009252682 0.00152, + p 172: 0.0280144049347637 -0.00350180061684546 0.00152, + p 173: 0.0280144049347637 -0.00175090030842273 0.00152, + p 174: 0.0280144049347637 0.00175090030842273 0.00152, + p 175: 0.0280144049347637 0.00350180061684546 0.00152, + p 176: 0.0280144049347637 0.0052527009252682 0.00152, + p 177: 0.0280144049347637 0.00700360123369093 0.00152, + p 178: 0.0280144049347637 0.00875450154211366 0.00152, + p 179: 0.0280144049347637 0.0105054018505364 0.00152, + p 180: 0.0280144049347637 0.0122563021589591 0.00152, + p 181: 0.0280144049347637 0.0140072024673819 0.00152, + p 182: 0.0280144049347637 0.0157581027758046 0.00152, + p 183: 0.0280144049347637 0.0166 0.00152, + p 184: 0.0297653052431864 -0.0166 0.00152, + p 185: 0.0297653052431864 -0.0157581027758046 0.00152, + p 186: 0.0297653052431864 -0.0140072024673819 0.00152, + p 187: 0.0297653052431864 -0.0122563021589591 0.00152, + p 188: 0.0297653052431864 -0.0105054018505364 0.00152, + p 189: 0.0297653052431864 -0.00875450154211366 0.00152, + p 190: 0.0297653052431864 -0.00700360123369093 0.00152, + p 191: 0.0297653052431864 -0.0052527009252682 0.00152, + p 192: 0.0297653052431864 -0.00350180061684546 0.00152, + p 193: 0.0297653052431864 -0.00175090030842273 0.00152, + p 194: 0.0297653052431864 0 0.00152, + p 195: 0.0297653052431864 0.00175090030842273 0.00152, + p 196: 0.0297653052431864 0.00350180061684546 0.00152, + p 197: 0.0297653052431864 0.0052527009252682 0.00152, + p 198: 0.0297653052431864 0.00700360123369093 0.00152, + p 199: 0.0297653052431864 0.00875450154211366 0.00152, + p 200: 0.0297653052431864 0.0105054018505364 0.00152, + p 201: 0.0297653052431864 0.0122563021589591 0.00152, + p 202: 0.0297653052431864 0.0140072024673819 0.00152, + p 203: 0.0297653052431864 0.0157581027758046 0.00152, + p 204: 0.0297653052431864 0.0166 0.00152, + p 205: 0.0315162055516092 -0.0166 0.00152, + p 206: 0.0315162055516092 -0.0157581027758046 0.00152, + p 207: 0.0315162055516092 -0.0140072024673819 0.00152, + p 208: 0.0315162055516092 -0.0122563021589591 0.00152, + p 209: 0.0315162055516092 -0.0105054018505364 0.00152, + p 210: 0.0315162055516092 -0.00875450154211366 0.00152, + p 211: 0.0315162055516092 -0.00700360123369093 0.00152, + p 212: 0.0315162055516092 -0.0052527009252682 0.00152, + p 213: 0.0315162055516092 -0.00350180061684546 0.00152, + p 214: 0.0315162055516092 -0.00175090030842273 0.00152, + p 215: 0.0315162055516092 0 0.00152, + p 216: 0.0315162055516092 0.00175090030842273 0.00152, + p 217: 0.0315162055516092 0.00350180061684546 0.00152, + p 218: 0.0315162055516092 0.0052527009252682 0.00152, + p 219: 0.0315162055516092 0.00700360123369093 0.00152, + p 220: 0.0315162055516092 0.00875450154211366 0.00152, + p 221: 0.0315162055516092 0.0105054018505364 0.00152, + p 222: 0.0315162055516092 0.0122563021589591 0.00152, + p 223: 0.0315162055516092 0.0140072024673819 0.00152, + p 224: 0.0315162055516092 0.0157581027758046 0.00152, + p 225: 0.0315162055516092 0.0166 0.00152, + p 226: 0.0332671058600319 -0.0166 0.00152, + p 227: 0.0332671058600319 -0.0157581027758046 0.00152, + p 228: 0.0332671058600319 -0.0140072024673819 0.00152, + p 229: 0.0332671058600319 -0.0122563021589591 0.00152, + p 230: 0.0332671058600319 -0.0105054018505364 0.00152, + p 231: 0.0332671058600319 -0.00875450154211366 0.00152, + p 232: 0.0332671058600319 -0.00700360123369093 0.00152, + p 233: 0.0332671058600319 -0.0052527009252682 0.00152, + p 234: 0.0332671058600319 -0.00350180061684546 0.00152, + p 235: 0.0332671058600319 -0.00175090030842273 0.00152, + p 236: 0.0332671058600319 0 0.00152, + p 237: 0.0332671058600319 0.00175090030842273 0.00152, + p 238: 0.0332671058600319 0.00350180061684546 0.00152, + p 239: 0.0332671058600319 0.0052527009252682 0.00152, + p 240: 0.0332671058600319 0.00700360123369093 0.00152, + p 241: 0.0332671058600319 0.00875450154211366 0.00152, + p 242: 0.0332671058600319 0.0105054018505364 0.00152, + p 243: 0.0332671058600319 0.0122563021589591 0.00152, + p 244: 0.0332671058600319 0.0140072024673819 0.00152, + p 245: 0.0332671058600319 0.0157581027758046 0.00152, + p 246: 0.0332671058600319 0.0166 0.00152, + p 247: 0.0350180061684546 -0.0166 0.00152, + p 248: 0.0350180061684546 -0.0157581027758046 0.00152, + p 249: 0.0350180061684546 -0.0140072024673819 0.00152, + p 250: 0.0350180061684546 -0.0122563021589591 0.00152, + p 251: 0.0350180061684546 -0.0105054018505364 0.00152, + p 252: 0.0350180061684546 -0.00875450154211366 0.00152, + p 253: 0.0350180061684546 -0.00700360123369093 0.00152, + p 254: 0.0350180061684546 -0.0052527009252682 0.00152, + p 255: 0.0350180061684546 -0.00350180061684546 0.00152, + p 256: 0.0350180061684546 -0.00175090030842273 0.00152, + p 257: 0.0350180061684546 0 0.00152, + p 258: 0.0350180061684546 0.00175090030842273 0.00152, + p 259: 0.0350180061684546 0.00350180061684546 0.00152, + p 260: 0.0350180061684546 0.0052527009252682 0.00152, + p 261: 0.0350180061684546 0.00700360123369093 0.00152, + p 262: 0.0350180061684546 0.00875450154211366 0.00152, + p 263: 0.0350180061684546 0.0105054018505364 0.00152, + p 264: 0.0350180061684546 0.0122563021589591 0.00152, + p 265: 0.0350180061684546 0.0140072024673819 0.00152, + p 266: 0.0350180061684546 0.0157581027758046 0.00152, + p 267: 0.0350180061684546 0.0166 0.00152, + p 268: 0.0367689064768774 -0.0166 0.00152, + p 269: 0.0367689064768774 -0.0157581027758046 0.00152, + p 270: 0.0367689064768774 -0.0140072024673819 0.00152, + p 271: 0.0367689064768774 -0.0122563021589591 0.00152, + p 272: 0.0367689064768774 -0.0105054018505364 0.00152, + p 273: 0.0367689064768774 -0.00875450154211366 0.00152, + p 274: 0.0367689064768774 -0.00700360123369093 0.00152, + p 275: 0.0367689064768774 -0.0052527009252682 0.00152, + p 276: 0.0367689064768774 -0.00350180061684546 0.00152, + p 277: 0.0367689064768774 -0.00175090030842273 0.00152, + p 278: 0.0367689064768774 0 0.00152, + p 279: 0.0367689064768774 0.00175090030842273 0.00152, + p 280: 0.0367689064768774 0.00350180061684546 0.00152, + p 281: 0.0367689064768774 0.0052527009252682 0.00152, + p 282: 0.0367689064768774 0.00700360123369093 0.00152, + p 283: 0.0367689064768774 0.00875450154211366 0.00152, + p 284: 0.0367689064768774 0.0105054018505364 0.00152, + p 285: 0.0367689064768774 0.0122563021589591 0.00152, + p 286: 0.0367689064768774 0.0140072024673819 0.00152, + p 287: 0.0367689064768774 0.0157581027758046 0.00152, + p 288: 0.0367689064768774 0.0166 0.00152, + p 289: 0.0385198067853001 -0.0166 0.00152, + p 290: 0.0385198067853001 -0.0157581027758046 0.00152, + p 291: 0.0385198067853001 -0.0140072024673819 0.00152, + p 292: 0.0385198067853001 -0.0122563021589591 0.00152, + p 293: 0.0385198067853001 -0.0105054018505364 0.00152, + p 294: 0.0385198067853001 -0.00875450154211366 0.00152, + p 295: 0.0385198067853001 -0.00700360123369093 0.00152, + p 296: 0.0385198067853001 -0.0052527009252682 0.00152, + p 297: 0.0385198067853001 -0.00350180061684546 0.00152, + p 298: 0.0385198067853001 -0.00175090030842273 0.00152, + p 299: 0.0385198067853001 0 0.00152, + p 300: 0.0385198067853001 0.00175090030842273 0.00152, + p 301: 0.0385198067853001 0.00350180061684546 0.00152, + p 302: 0.0385198067853001 0.0052527009252682 0.00152, + p 303: 0.0385198067853001 0.00700360123369093 0.00152, + p 304: 0.0385198067853001 0.00875450154211366 0.00152, + p 305: 0.0385198067853001 0.0105054018505364 0.00152, + p 306: 0.0385198067853001 0.0122563021589591 0.00152, + p 307: 0.0385198067853001 0.0140072024673819 0.00152, + p 308: 0.0385198067853001 0.0157581027758046 0.00152, + p 309: 0.0385198067853001 0.0166 0.00152, + p 310: 0.0402707070937228 -0.0166 0.00152, + p 311: 0.0402707070937228 -0.0157581027758046 0.00152, + p 312: 0.0402707070937228 -0.0140072024673819 0.00152, + p 313: 0.0402707070937228 -0.0122563021589591 0.00152, + p 314: 0.0402707070937228 -0.0105054018505364 0.00152, + p 315: 0.0402707070937228 -0.00875450154211366 0.00152, + p 316: 0.0402707070937228 -0.00700360123369093 0.00152, + p 317: 0.0402707070937228 -0.0052527009252682 0.00152, + p 318: 0.0402707070937228 -0.00350180061684546 0.00152, + p 319: 0.0402707070937228 -0.00175090030842273 0.00152, + p 320: 0.0402707070937228 0 0.00152, + p 321: 0.0402707070937228 0.00175090030842273 0.00152, + p 322: 0.0402707070937228 0.00350180061684546 0.00152, + p 323: 0.0402707070937228 0.0052527009252682 0.00152, + p 324: 0.0402707070937228 0.00700360123369093 0.00152, + p 325: 0.0402707070937228 0.00875450154211366 0.00152, + p 326: 0.0402707070937228 0.0105054018505364 0.00152, + p 327: 0.0402707070937228 0.0122563021589591 0.00152, + p 328: 0.0402707070937228 0.0140072024673819 0.00152, + p 329: 0.0402707070937228 0.0157581027758046 0.00152, + p 330: 0.0402707070937228 0.0166 0.00152, + p 331: 0.0420216074021456 -0.0166 0.00152, + p 332: 0.0420216074021456 -0.0157581027758046 0.00152, + p 333: 0.0420216074021456 -0.0140072024673819 0.00152, + p 334: 0.0420216074021456 -0.0122563021589591 0.00152, + p 335: 0.0420216074021456 -0.0105054018505364 0.00152, + p 336: 0.0420216074021456 -0.00875450154211366 0.00152, + p 337: 0.0420216074021456 -0.00700360123369093 0.00152, + p 338: 0.0420216074021456 -0.0052527009252682 0.00152, + p 339: 0.0420216074021456 -0.00350180061684546 0.00152, + p 340: 0.0420216074021456 -0.00175090030842273 0.00152, + p 341: 0.0420216074021456 0 0.00152, + p 342: 0.0420216074021456 0.00175090030842273 0.00152, + p 343: 0.0420216074021456 0.00350180061684546 0.00152, + p 344: 0.0420216074021456 0.0052527009252682 0.00152, + p 345: 0.0420216074021456 0.00700360123369093 0.00152, + p 346: 0.0420216074021456 0.00875450154211366 0.00152, + p 347: 0.0420216074021456 0.0105054018505364 0.00152, + p 348: 0.0420216074021456 0.0122563021589591 0.00152, + p 349: 0.0420216074021456 0.0140072024673819 0.00152, + p 350: 0.0420216074021456 0.0157581027758046 0.00152, + p 351: 0.0420216074021456 0.0166 0.00152, + p 352: 0.0437725077105683 -0.0166 0.00152, + p 353: 0.0437725077105683 -0.0157581027758046 0.00152, + p 354: 0.0437725077105683 -0.0140072024673819 0.00152, + p 355: 0.0437725077105683 -0.0122563021589591 0.00152, + p 356: 0.0437725077105683 -0.0105054018505364 0.00152, + p 357: 0.0437725077105683 -0.00875450154211366 0.00152, + p 358: 0.0437725077105683 -0.00700360123369093 0.00152, + p 359: 0.0437725077105683 -0.0052527009252682 0.00152, + p 360: 0.0437725077105683 -0.00350180061684546 0.00152, + p 361: 0.0437725077105683 -0.00175090030842273 0.00152, + p 362: 0.0437725077105683 0 0.00152, + p 363: 0.0437725077105683 0.00175090030842273 0.00152, + p 364: 0.0437725077105683 0.00350180061684546 0.00152, + p 365: 0.0437725077105683 0.0052527009252682 0.00152, + p 366: 0.0437725077105683 0.00700360123369093 0.00152, + p 367: 0.0437725077105683 0.00875450154211366 0.00152, + p 368: 0.0437725077105683 0.0105054018505364 0.00152, + p 369: 0.0437725077105683 0.0122563021589591 0.00152, + p 370: 0.0437725077105683 0.0140072024673819 0.00152, + p 371: 0.0437725077105683 0.0157581027758046 0.00152, + p 372: 0.0437725077105683 0.0166 0.00152, + p 373: 0.045523408018991 -0.0166 0.00152, + p 374: 0.045523408018991 -0.0157581027758046 0.00152, + p 375: 0.045523408018991 -0.0140072024673819 0.00152, + p 376: 0.045523408018991 -0.0122563021589591 0.00152, + p 377: 0.045523408018991 -0.0105054018505364 0.00152, + p 378: 0.045523408018991 -0.00875450154211366 0.00152, + p 379: 0.045523408018991 -0.00700360123369093 0.00152, + p 380: 0.045523408018991 -0.0052527009252682 0.00152, + p 381: 0.045523408018991 -0.00350180061684546 0.00152, + p 382: 0.045523408018991 -0.00175090030842273 0.00152, + p 383: 0.045523408018991 0 0.00152, + p 384: 0.045523408018991 0.00175090030842273 0.00152, + p 385: 0.045523408018991 0.00350180061684546 0.00152, + p 386: 0.045523408018991 0.0052527009252682 0.00152, + p 387: 0.045523408018991 0.00700360123369093 0.00152, + p 388: 0.045523408018991 0.00875450154211366 0.00152, + p 389: 0.045523408018991 0.0105054018505364 0.00152, + p 390: 0.045523408018991 0.0122563021589591 0.00152, + p 391: 0.045523408018991 0.0140072024673819 0.00152, + p 392: 0.045523408018991 0.0157581027758046 0.00152, + p 393: 0.045523408018991 0.0166 0.00152, + p 394: 0.0472743083274138 -0.0166 0.00152, + p 395: 0.0472743083274138 -0.0157581027758046 0.00152, + p 396: 0.0472743083274138 -0.0140072024673819 0.00152, + p 397: 0.0472743083274138 -0.0122563021589591 0.00152, + p 398: 0.0472743083274138 -0.0105054018505364 0.00152, + p 399: 0.0472743083274138 -0.00875450154211366 0.00152, + p 400: 0.0472743083274138 -0.00700360123369093 0.00152, + p 401: 0.0472743083274138 -0.0052527009252682 0.00152, + p 402: 0.0472743083274138 -0.00350180061684546 0.00152, + p 403: 0.0472743083274138 -0.00175090030842273 0.00152, + p 404: 0.0472743083274138 0 0.00152, + p 405: 0.0472743083274138 0.00175090030842273 0.00152, + p 406: 0.0472743083274138 0.00350180061684546 0.00152, + p 407: 0.0472743083274138 0.0052527009252682 0.00152, + p 408: 0.0472743083274138 0.00700360123369093 0.00152, + p 409: 0.0472743083274138 0.00875450154211366 0.00152, + p 410: 0.0472743083274138 0.0105054018505364 0.00152, + p 411: 0.0472743083274138 0.0122563021589591 0.00152, + p 412: 0.0472743083274138 0.0140072024673819 0.00152, + p 413: 0.0472743083274138 0.0157581027758046 0.00152, + p 414: 0.0472743083274138 0.0166 0.00152, + p 415: 0.049 -0.0166 0.00152, + p 416: 0.049 -0.0157581027758046 0.00152, + p 417: 0.049 -0.0140072024673819 0.00152, + p 418: 0.049 -0.0122563021589591 0.00152, + p 419: 0.049 -0.0105054018505364 0.00152, + p 420: 0.049 -0.00875450154211366 0.00152, + p 421: 0.049 -0.00700360123369093 0.00152, + p 422: 0.049 -0.0052527009252682 0.00152, + p 423: 0.049 -0.00350180061684546 0.00152, + p 424: 0.049 -0.00175090030842273 0.00152, + p 425: 0.049 0 0.00152, + p 426: 0.049 0.00175090030842273 0.00152, + p 427: 0.049 0.00350180061684546 0.00152, + p 428: 0.049 0.0052527009252682 0.00152, + p 429: 0.049 0.00700360123369093 0.00152, + p 430: 0.049 0.00875450154211366 0.00152, + p 431: 0.049 0.0105054018505364 0.00152, + p 432: 0.049 0.0122563021589591 0.00152, + p 433: 0.049 0.0140072024673819 0.00152, + p 434: 0.049 0.0157581027758046 0.00152, + p 435: 0.049 0.0166 0.00152, + p 436: 0.0472743083274138 0.0166 0.001545, + p 437: 0.0472743083274138 0.0157581027758046 0.001545, + p 438: 0.049 0.0157581027758046 0.001545, + p 439: 0.049 0.0166 0.001545, + p 440: 0.0472743083274138 0.0140072024673819 0.001545, + p 441: 0.049 0.0140072024673819 0.001545, + p 442: 0.0472743083274138 0.0122563021589591 0.001545, + p 443: 0.049 0.0122563021589591 0.001545, + p 444: 0.0472743083274138 0.0105054018505364 0.001545, + p 445: 0.049 0.0105054018505364 0.001545, + p 446: 0.0472743083274138 0.00875450154211366 0.001545, + p 447: 0.049 0.00875450154211366 0.001545, + p 448: 0.0472743083274138 0.00700360123369093 0.001545, + p 449: 0.049 0.00700360123369093 0.001545, + p 450: 0.0472743083274138 0.0052527009252682 0.001545, + p 451: 0.049 0.0052527009252682 0.001545, + p 452: 0.0472743083274138 0.00350180061684546 0.001545, + p 453: 0.049 0.00350180061684546 0.001545, + p 454: 0.0472743083274138 0.00175090030842273 0.001545, + p 455: 0.049 0.00175090030842273 0.001545, + p 456: 0.0472743083274138 0 0.001545, + p 457: 0.049 0 0.001545, + p 458: 0.0472743083274138 -0.00175090030842273 0.001545, + p 459: 0.049 -0.00175090030842273 0.001545, + p 460: 0.0472743083274138 -0.00350180061684546 0.001545, + p 461: 0.049 -0.00350180061684546 0.001545, + p 462: 0.0472743083274138 -0.0052527009252682 0.001545, + p 463: 0.049 -0.0052527009252682 0.001545, + p 464: 0.0472743083274138 -0.00700360123369093 0.001545, + p 465: 0.049 -0.00700360123369093 0.001545, + p 466: 0.0472743083274138 -0.00875450154211366 0.001545, + p 467: 0.049 -0.00875450154211366 0.001545, + p 468: 0.0472743083274138 -0.0105054018505364 0.001545, + p 469: 0.049 -0.0105054018505364 0.001545, + p 470: 0.0472743083274138 -0.0122563021589591 0.001545, + p 471: 0.049 -0.0122563021589591 0.001545, + p 472: 0.0472743083274138 -0.0140072024673819 0.001545, + p 473: 0.049 -0.0140072024673819 0.001545, + p 474: 0.0472743083274138 -0.0157581027758046 0.001545, + p 475: 0.049 -0.0157581027758046 0.001545, + p 476: 0.0472743083274138 -0.0166 0.001545, + p 477: 0.049 -0.0166 0.001545, + p 478: 0.045523408018991 0.0166 0.001545, + p 479: 0.045523408018991 0.0157581027758046 0.001545, + p 480: 0.045523408018991 0.0140072024673819 0.001545, + p 481: 0.045523408018991 0.0122563021589591 0.001545, + p 482: 0.045523408018991 0.0105054018505364 0.001545, + p 483: 0.045523408018991 0.00875450154211366 0.001545, + p 484: 0.045523408018991 0.00700360123369093 0.001545, + p 485: 0.045523408018991 0.0052527009252682 0.001545, + p 486: 0.045523408018991 0.00350180061684546 0.001545, + p 487: 0.045523408018991 0.00175090030842273 0.001545, + p 488: 0.045523408018991 0 0.001545, + p 489: 0.045523408018991 -0.00175090030842273 0.001545, + p 490: 0.045523408018991 -0.00350180061684546 0.001545, + p 491: 0.045523408018991 -0.0052527009252682 0.001545, + p 492: 0.045523408018991 -0.00700360123369093 0.001545, + p 493: 0.045523408018991 -0.00875450154211366 0.001545, + p 494: 0.045523408018991 -0.0105054018505364 0.001545, + p 495: 0.045523408018991 -0.0122563021589591 0.001545, + p 496: 0.045523408018991 -0.0140072024673819 0.001545, + p 497: 0.045523408018991 -0.0157581027758046 0.001545, + p 498: 0.045523408018991 -0.0166 0.001545, + p 499: 0.0437725077105683 0.0166 0.001545, + p 500: 0.0437725077105683 0.0157581027758046 0.001545, + p 501: 0.0437725077105683 0.0140072024673819 0.001545, + p 502: 0.0437725077105683 0.0122563021589591 0.001545, + p 503: 0.0437725077105683 0.0105054018505364 0.001545, + p 504: 0.0437725077105683 0.00875450154211366 0.001545, + p 505: 0.0437725077105683 0.00700360123369093 0.001545, + p 506: 0.0437725077105683 0.0052527009252682 0.001545, + p 507: 0.0437725077105683 0.00350180061684546 0.001545, + p 508: 0.0437725077105683 0.00175090030842273 0.001545, + p 509: 0.0437725077105683 0 0.001545, + p 510: 0.0437725077105683 -0.00175090030842273 0.001545, + p 511: 0.0437725077105683 -0.00350180061684546 0.001545, + p 512: 0.0437725077105683 -0.0052527009252682 0.001545, + p 513: 0.0437725077105683 -0.00700360123369093 0.001545, + p 514: 0.0437725077105683 -0.00875450154211366 0.001545, + p 515: 0.0437725077105683 -0.0105054018505364 0.001545, + p 516: 0.0437725077105683 -0.0122563021589591 0.001545, + p 517: 0.0437725077105683 -0.0140072024673819 0.001545, + p 518: 0.0437725077105683 -0.0157581027758046 0.001545, + p 519: 0.0437725077105683 -0.0166 0.001545, + p 520: 0.0420216074021456 0.0166 0.001545, + p 521: 0.0420216074021456 0.0157581027758046 0.001545, + p 522: 0.0420216074021456 0.0140072024673819 0.001545, + p 523: 0.0420216074021456 0.0122563021589591 0.001545, + p 524: 0.0420216074021456 0.0105054018505364 0.001545, + p 525: 0.0420216074021456 0.00875450154211366 0.001545, + p 526: 0.0420216074021456 0.00700360123369093 0.001545, + p 527: 0.0420216074021456 0.0052527009252682 0.001545, + p 528: 0.0420216074021456 0.00350180061684546 0.001545, + p 529: 0.0420216074021456 0.00175090030842273 0.001545, + p 530: 0.0420216074021456 0 0.001545, + p 531: 0.0420216074021456 -0.00175090030842273 0.001545, + p 532: 0.0420216074021456 -0.00350180061684546 0.001545, + p 533: 0.0420216074021456 -0.0052527009252682 0.001545, + p 534: 0.0420216074021456 -0.00700360123369093 0.001545, + p 535: 0.0420216074021456 -0.00875450154211366 0.001545, + p 536: 0.0420216074021456 -0.0105054018505364 0.001545, + p 537: 0.0420216074021456 -0.0122563021589591 0.001545, + p 538: 0.0420216074021456 -0.0140072024673819 0.001545, + p 539: 0.0420216074021456 -0.0157581027758046 0.001545, + p 540: 0.0420216074021456 -0.0166 0.001545, + p 541: 0.0402707070937228 0.0166 0.001545, + p 542: 0.0402707070937228 0.0157581027758046 0.001545, + p 543: 0.0402707070937228 0.0140072024673819 0.001545, + p 544: 0.0402707070937228 0.0122563021589591 0.001545, + p 545: 0.0402707070937228 0.0105054018505364 0.001545, + p 546: 0.0402707070937228 0.00875450154211366 0.001545, + p 547: 0.0402707070937228 0.00700360123369093 0.001545, + p 548: 0.0402707070937228 0.0052527009252682 0.001545, + p 549: 0.0402707070937228 0.00350180061684546 0.001545, + p 550: 0.0402707070937228 0.00175090030842273 0.001545, + p 551: 0.0402707070937228 0 0.001545, + p 552: 0.0402707070937228 -0.00175090030842273 0.001545, + p 553: 0.0402707070937228 -0.00350180061684546 0.001545, + p 554: 0.0402707070937228 -0.0052527009252682 0.001545, + p 555: 0.0402707070937228 -0.00700360123369093 0.001545, + p 556: 0.0402707070937228 -0.00875450154211366 0.001545, + p 557: 0.0402707070937228 -0.0105054018505364 0.001545, + p 558: 0.0402707070937228 -0.0122563021589591 0.001545, + p 559: 0.0402707070937228 -0.0140072024673819 0.001545, + p 560: 0.0402707070937228 -0.0157581027758046 0.001545, + p 561: 0.0402707070937228 -0.0166 0.001545, + p 562: 0.0385198067853001 0.0166 0.001545, + p 563: 0.0385198067853001 0.0157581027758046 0.001545, + p 564: 0.0385198067853001 0.0140072024673819 0.001545, + p 565: 0.0385198067853001 0.0122563021589591 0.001545, + p 566: 0.0385198067853001 0.0105054018505364 0.001545, + p 567: 0.0385198067853001 0.00875450154211366 0.001545, + p 568: 0.0385198067853001 0.00700360123369093 0.001545, + p 569: 0.0385198067853001 0.0052527009252682 0.001545, + p 570: 0.0385198067853001 0.00350180061684546 0.001545, + p 571: 0.0385198067853001 0.00175090030842273 0.001545, + p 572: 0.0385198067853001 0 0.001545, + p 573: 0.0385198067853001 -0.00175090030842273 0.001545, + p 574: 0.0385198067853001 -0.00350180061684546 0.001545, + p 575: 0.0385198067853001 -0.0052527009252682 0.001545, + p 576: 0.0385198067853001 -0.00700360123369093 0.001545, + p 577: 0.0385198067853001 -0.00875450154211366 0.001545, + p 578: 0.0385198067853001 -0.0105054018505364 0.001545, + p 579: 0.0385198067853001 -0.0122563021589591 0.001545, + p 580: 0.0385198067853001 -0.0140072024673819 0.001545, + p 581: 0.0385198067853001 -0.0157581027758046 0.001545, + p 582: 0.0385198067853001 -0.0166 0.001545, + p 583: 0.0367689064768774 0.0166 0.001545, + p 584: 0.0367689064768774 0.0157581027758046 0.001545, + p 585: 0.0367689064768774 0.0140072024673819 0.001545, + p 586: 0.0367689064768774 0.0122563021589591 0.001545, + p 587: 0.0367689064768774 0.0105054018505364 0.001545, + p 588: 0.0367689064768774 0.00875450154211366 0.001545, + p 589: 0.0367689064768774 0.00700360123369093 0.001545, + p 590: 0.0367689064768774 0.0052527009252682 0.001545, + p 591: 0.0367689064768774 0.00350180061684546 0.001545, + p 592: 0.0367689064768774 0.00175090030842273 0.001545, + p 593: 0.0367689064768774 0 0.001545, + p 594: 0.0367689064768774 -0.00175090030842273 0.001545, + p 595: 0.0367689064768774 -0.00350180061684546 0.001545, + p 596: 0.0367689064768774 -0.0052527009252682 0.001545, + p 597: 0.0367689064768774 -0.00700360123369093 0.001545, + p 598: 0.0367689064768774 -0.00875450154211366 0.001545, + p 599: 0.0367689064768774 -0.0105054018505364 0.001545, + p 600: 0.0367689064768774 -0.0122563021589591 0.001545, + p 601: 0.0367689064768774 -0.0140072024673819 0.001545, + p 602: 0.0367689064768774 -0.0157581027758046 0.001545, + p 603: 0.0367689064768774 -0.0166 0.001545, + p 604: 0.0350180061684546 0.0166 0.001545, + p 605: 0.0350180061684546 0.0157581027758046 0.001545, + p 606: 0.0350180061684546 0.0140072024673819 0.001545, + p 607: 0.0350180061684546 0.0122563021589591 0.001545, + p 608: 0.0350180061684546 0.0105054018505364 0.001545, + p 609: 0.0350180061684546 0.00875450154211366 0.001545, + p 610: 0.0350180061684546 0.00700360123369093 0.001545, + p 611: 0.0350180061684546 0.0052527009252682 0.001545, + p 612: 0.0350180061684546 0.00350180061684546 0.001545, + p 613: 0.0350180061684546 0.00175090030842273 0.001545, + p 614: 0.0350180061684546 0 0.001545, + p 615: 0.0350180061684546 -0.00175090030842273 0.001545, + p 616: 0.0350180061684546 -0.00350180061684546 0.001545, + p 617: 0.0350180061684546 -0.0052527009252682 0.001545, + p 618: 0.0350180061684546 -0.00700360123369093 0.001545, + p 619: 0.0350180061684546 -0.00875450154211366 0.001545, + p 620: 0.0350180061684546 -0.0105054018505364 0.001545, + p 621: 0.0350180061684546 -0.0122563021589591 0.001545, + p 622: 0.0350180061684546 -0.0140072024673819 0.001545, + p 623: 0.0350180061684546 -0.0157581027758046 0.001545, + p 624: 0.0350180061684546 -0.0166 0.001545, + p 625: 0.0332671058600319 0.0166 0.001545, + p 626: 0.0332671058600319 0.0157581027758046 0.001545, + p 627: 0.0332671058600319 0.0140072024673819 0.001545, + p 628: 0.0332671058600319 0.0122563021589591 0.001545, + p 629: 0.0332671058600319 0.0105054018505364 0.001545, + p 630: 0.0332671058600319 0.00875450154211366 0.001545, + p 631: 0.0332671058600319 0.00700360123369093 0.001545, + p 632: 0.0332671058600319 0.0052527009252682 0.001545, + p 633: 0.0332671058600319 0.00350180061684546 0.001545, + p 634: 0.0332671058600319 0.00175090030842273 0.001545, + p 635: 0.0332671058600319 0 0.001545, + p 636: 0.0332671058600319 -0.00175090030842273 0.001545, + p 637: 0.0332671058600319 -0.00350180061684546 0.001545, + p 638: 0.0332671058600319 -0.0052527009252682 0.001545, + p 639: 0.0332671058600319 -0.00700360123369093 0.001545, + p 640: 0.0332671058600319 -0.00875450154211366 0.001545, + p 641: 0.0332671058600319 -0.0105054018505364 0.001545, + p 642: 0.0332671058600319 -0.0122563021589591 0.001545, + p 643: 0.0332671058600319 -0.0140072024673819 0.001545, + p 644: 0.0332671058600319 -0.0157581027758046 0.001545, + p 645: 0.0332671058600319 -0.0166 0.001545, + p 646: 0.0315162055516092 0.0166 0.001545, + p 647: 0.0315162055516092 0.0157581027758046 0.001545, + p 648: 0.0315162055516092 0.0140072024673819 0.001545, + p 649: 0.0315162055516092 0.0122563021589591 0.001545, + p 650: 0.0315162055516092 0.0105054018505364 0.001545, + p 651: 0.0315162055516092 0.00875450154211366 0.001545, + p 652: 0.0315162055516092 0.00700360123369093 0.001545, + p 653: 0.0315162055516092 0.0052527009252682 0.001545, + p 654: 0.0315162055516092 0.00350180061684546 0.001545, + p 655: 0.0315162055516092 0.00175090030842273 0.001545, + p 656: 0.0315162055516092 0 0.001545, + p 657: 0.0315162055516092 -0.00175090030842273 0.001545, + p 658: 0.0315162055516092 -0.00350180061684546 0.001545, + p 659: 0.0315162055516092 -0.0052527009252682 0.001545, + p 660: 0.0315162055516092 -0.00700360123369093 0.001545, + p 661: 0.0315162055516092 -0.00875450154211366 0.001545, + p 662: 0.0315162055516092 -0.0105054018505364 0.001545, + p 663: 0.0315162055516092 -0.0122563021589591 0.001545, + p 664: 0.0315162055516092 -0.0140072024673819 0.001545, + p 665: 0.0315162055516092 -0.0157581027758046 0.001545, + p 666: 0.0315162055516092 -0.0166 0.001545, + p 667: 0.0297653052431864 0.0166 0.001545, + p 668: 0.0297653052431864 0.0157581027758046 0.001545, + p 669: 0.0297653052431864 0.0140072024673819 0.001545, + p 670: 0.0297653052431864 0.0122563021589591 0.001545, + p 671: 0.0297653052431864 0.0105054018505364 0.001545, + p 672: 0.0297653052431864 0.00875450154211366 0.001545, + p 673: 0.0297653052431864 0.00700360123369093 0.001545, + p 674: 0.0297653052431864 0.0052527009252682 0.001545, + p 675: 0.0297653052431864 0.00350180061684546 0.001545, + p 676: 0.0297653052431864 0.00175090030842273 0.001545, + p 677: 0.0297653052431864 0 0.001545, + p 678: 0.0297653052431864 -0.00175090030842273 0.001545, + p 679: 0.0297653052431864 -0.00350180061684546 0.001545, + p 680: 0.0297653052431864 -0.0052527009252682 0.001545, + p 681: 0.0297653052431864 -0.00700360123369093 0.001545, + p 682: 0.0297653052431864 -0.00875450154211366 0.001545, + p 683: 0.0297653052431864 -0.0105054018505364 0.001545, + p 684: 0.0297653052431864 -0.0122563021589591 0.001545, + p 685: 0.0297653052431864 -0.0140072024673819 0.001545, + p 686: 0.0297653052431864 -0.0157581027758046 0.001545, + p 687: 0.0297653052431864 -0.0166 0.001545, + p 688: 0.0280144049347637 0.0166 0.001545, + p 689: 0.0280144049347637 0.0157581027758046 0.001545, + p 690: 0.0280144049347637 0.0140072024673819 0.001545, + p 691: 0.0280144049347637 0.0122563021589591 0.001545, + p 692: 0.0280144049347637 0.0105054018505364 0.001545, + p 693: 0.0280144049347637 0.00875450154211366 0.001545, + p 694: 0.0280144049347637 0.00700360123369093 0.001545, + p 695: 0.0280144049347637 0.0052527009252682 0.001545, + p 696: 0.0280144049347637 0.00350180061684546 0.001545, + p 697: 0.0280144049347637 0.00175090030842273 0.001545, + p 698: 0.0275 0 0.001545, + p 699: 0.0280144049347637 -0.00175090030842273 0.001545, + p 700: 0.0280144049347637 -0.00350180061684546 0.001545, + p 701: 0.0280144049347637 -0.0052527009252682 0.001545, + p 702: 0.0280144049347637 -0.00700360123369093 0.001545, + p 703: 0.0280144049347637 -0.00875450154211366 0.001545, + p 704: 0.0280144049347637 -0.0105054018505364 0.001545, + p 705: 0.0280144049347637 -0.0122563021589591 0.001545, + p 706: 0.0280144049347637 -0.0140072024673819 0.001545, + p 707: 0.0280144049347637 -0.0157581027758046 0.001545, + p 708: 0.0280144049347637 -0.0166 0.001545, + p 709: 0.0275 0.0049 0.001545, + p 710: 0.0275 0.00350180061684546 0.001545, + p 711: 0.0275 0.00165 0.001545, + p 712: 0.0275 -0.00165 0.001545, + p 713: 0.0275 -0.00350180061684546 0.001545, + p 714: 0.0275 -0.0049 0.001545, + p 715: 0.026263504626341 -0.0049 0.001545, + p 716: 0.026263504626341 -0.0052527009252682 0.001545, + p 717: 0.0257766666666667 0 0.001545, + p 718: 0.0257766666666667 -0.00165 0.001545, + p 719: 0.026263504626341 0.0166 0.001545, + p 720: 0.026263504626341 0.0157581027758046 0.001545, + p 721: 0.026263504626341 0.0140072024673819 0.001545, + p 722: 0.026263504626341 0.0122563021589591 0.001545, + p 723: 0.026263504626341 0.0105054018505364 0.001545, + p 724: 0.026263504626341 0.00875450154211366 0.001545, + p 725: 0.026263504626341 0.00700360123369093 0.001545, + p 726: 0.026263504626341 0.0052527009252682 0.001545, + p 727: 0.026263504626341 0.0049 0.001545, + p 728: 0.026263504626341 -0.00700360123369093 0.001545, + p 729: 0.026263504626341 -0.00875450154211366 0.001545, + p 730: 0.026263504626341 -0.0105054018505364 0.001545, + p 731: 0.026263504626341 -0.0122563021589591 0.001545, + p 732: 0.026263504626341 -0.0140072024673819 0.001545, + p 733: 0.026263504626341 -0.0157581027758046 0.001545, + p 734: 0.026263504626341 -0.0166 0.001545, + p 735: 0.0257766666666667 0.00165 0.001545, + p 736: 0.0240533333333333 0.00165 0.001545, + p 737: 0.0240533333333333 0 0.001545, + p 738: 0.0245126043179182 0.0166 0.001545, + p 739: 0.0245126043179182 0.0157581027758046 0.001545, + p 740: 0.0245126043179182 0.0140072024673819 0.001545, + p 741: 0.0245126043179182 0.0122563021589591 0.001545, + p 742: 0.0245126043179182 0.0105054018505364 0.001545, + p 743: 0.0245126043179182 0.00875450154211366 0.001545, + p 744: 0.0245126043179182 0.00700360123369093 0.001545, + p 745: 0.0245126043179182 0.0052527009252682 0.001545, + p 746: 0.0245126043179182 0.0049 0.001545, + p 747: 0.0245126043179182 -0.0049 0.001545, + p 748: 0.0245126043179182 -0.0052527009252682 0.001545, + p 749: 0.0245126043179182 -0.00700360123369093 0.001545, + p 750: 0.0245126043179182 -0.00875450154211366 0.001545, + p 751: 0.0245126043179182 -0.0105054018505364 0.001545, + p 752: 0.0245126043179182 -0.0122563021589591 0.001545, + p 753: 0.0245126043179182 -0.0140072024673819 0.001545, + p 754: 0.0245126043179182 -0.0157581027758046 0.001545, + p 755: 0.0245126043179182 -0.0166 0.001545, + p 756: 0.0240533333333333 -0.00165 0.001545, + p 757: 0.02233 0.00165 0.001545, + p 758: 0.02233 0 0.001545, + p 759: 0.0227617040094955 0.0166 0.001545, + p 760: 0.0227617040094955 0.0157581027758046 0.001545, + p 761: 0.0227617040094955 0.0140072024673819 0.001545, + p 762: 0.0227617040094955 0.0122563021589591 0.001545, + p 763: 0.0227617040094955 0.0105054018505364 0.001545, + p 764: 0.0227617040094955 0.00875450154211366 0.001545, + p 765: 0.0227617040094955 0.00700360123369093 0.001545, + p 766: 0.0227617040094955 0.0052527009252682 0.001545, + p 767: 0.0227617040094955 0.0049 0.001545, + p 768: 0.0227617040094955 -0.0049 0.001545, + p 769: 0.0227617040094955 -0.0052527009252682 0.001545, + p 770: 0.0227617040094955 -0.00700360123369093 0.001545, + p 771: 0.0227617040094955 -0.00875450154211366 0.001545, + p 772: 0.0227617040094955 -0.0105054018505364 0.001545, + p 773: 0.0227617040094955 -0.0122563021589591 0.001545, + p 774: 0.0227617040094955 -0.0140072024673819 0.001545, + p 775: 0.0227617040094955 -0.0157581027758046 0.001545, + p 776: 0.0227617040094955 -0.0166 0.001545, + p 777: 0.02233 -0.00165 0.001545, + p 778: 0.0206066666666667 0.00165 0.001545, + p 779: 0.0206066666666667 0 0.001545, + p 780: 0.0210108037010728 0.0166 0.001545, + p 781: 0.0210108037010728 0.0157581027758046 0.001545, + p 782: 0.0210108037010728 0.0140072024673819 0.001545, + p 783: 0.0210108037010728 0.0122563021589591 0.001545, + p 784: 0.0210108037010728 0.0105054018505364 0.001545, + p 785: 0.0210108037010728 0.00875450154211366 0.001545, + p 786: 0.0210108037010728 0.00700360123369093 0.001545, + p 787: 0.0210108037010728 0.0052527009252682 0.001545, + p 788: 0.0210108037010728 0.0049 0.001545, + p 789: 0.0210108037010728 -0.0049 0.001545, + p 790: 0.0210108037010728 -0.0052527009252682 0.001545, + p 791: 0.0210108037010728 -0.00700360123369093 0.001545, + p 792: 0.0210108037010728 -0.00875450154211366 0.001545, + p 793: 0.0210108037010728 -0.0105054018505364 0.001545, + p 794: 0.0210108037010728 -0.0122563021589591 0.001545, + p 795: 0.0210108037010728 -0.0140072024673819 0.001545, + p 796: 0.0210108037010728 -0.0157581027758046 0.001545, + p 797: 0.0210108037010728 -0.0166 0.001545, + p 798: 0.0206066666666667 -0.00165 0.001545, + p 799: 0.0188833333333333 0.00165 0.001545, + p 800: 0.0188833333333333 0 0.001545, + p 801: 0.01925990339265 0.0166 0.001545, + p 802: 0.01925990339265 0.0157581027758046 0.001545, + p 803: 0.01925990339265 0.0140072024673819 0.001545, + p 804: 0.01925990339265 0.0122563021589591 0.001545, + p 805: 0.01925990339265 0.0105054018505364 0.001545, + p 806: 0.01925990339265 0.00875450154211366 0.001545, + p 807: 0.01925990339265 0.00700360123369093 0.001545, + p 808: 0.01925990339265 0.0052527009252682 0.001545, + p 809: 0.01925990339265 0.0049 0.001545, + p 810: 0.01925990339265 -0.0049 0.001545, + p 811: 0.01925990339265 -0.0052527009252682 0.001545, + p 812: 0.01925990339265 -0.00700360123369093 0.001545, + p 813: 0.01925990339265 -0.00875450154211366 0.001545, + p 814: 0.01925990339265 -0.0105054018505364 0.001545, + p 815: 0.01925990339265 -0.0122563021589591 0.001545, + p 816: 0.01925990339265 -0.0140072024673819 0.001545, + p 817: 0.01925990339265 -0.0157581027758046 0.001545, + p 818: 0.01925990339265 -0.0166 0.001545, + p 819: 0.0188833333333333 -0.00165 0.001545, + p 820: 0.01716 0.00165 0.001545, + p 821: 0.01716 0 0.001545, + p 822: 0.0175 0.0166 0.001545, + p 823: 0.0175 0.0157581027758046 0.001545, + p 824: 0.0175 0.0140072024673819 0.001545, + p 825: 0.0175 0.0122563021589591 0.001545, + p 826: 0.0175 0.0105054018505364 0.001545, + p 827: 0.0175 0.00875450154211366 0.001545, + p 828: 0.0175 0.00700360123369093 0.001545, + p 829: 0.0175 0.0052527009252682 0.001545, + p 830: 0.0175 0.0049 0.001545, + p 831: 0.0175 -0.0049 0.001545, + p 832: 0.0175 -0.0052527009252682 0.001545, + p 833: 0.0175 -0.00700360123369093 0.001545, + p 834: 0.0175 -0.00875450154211366 0.001545, + p 835: 0.0175 -0.0105054018505364 0.001545, + p 836: 0.0175 -0.0122563021589591 0.001545, + p 837: 0.0175 -0.0140072024673819 0.001545, + p 838: 0.0175 -0.0157581027758046 0.001545, + p 839: 0.0175 -0.0166 0.001545, + p 840: 0.01716 -0.00165 0.001545, + p 841: 0.0154366666666667 0.00165 0.001545, + p 842: 0.0154366666666667 0 0.001545, + p 843: 0.0154366666666667 -0.00165 0.001545, + p 844: 0.0137133333333333 0.00165 0.001545, + p 845: 0.0137133333333333 0 0.001545, + p 846: 0.0137133333333333 -0.00165 0.001545, + p 847: 0.01199 0.00165 0.001545, + p 848: 0.01199 0 0.001545, + p 849: 0.01199 -0.00165 0.001545, + p 850: 0.0102666666666667 0.00165 0.001545, + p 851: 0.0102666666666667 0 0.001545, + p 852: 0.0102666666666667 -0.00165 0.001545, + p 853: 0.00854333333333333 0.00165 0.001545, + p 854: 0.00854333333333333 0 0.001545, + p 855: 0.00854333333333333 -0.00165 0.001545, + p 856: 0.00682 0.00165 0.001545, + p 857: 0.00682 0 0.001545, + p 858: 0.00682 -0.00165 0.001545, + p 859: 0.00509666666666667 0 0.001545, + p 860: 0.00509666666666667 -0.00165 0.001545, + p 861: 0.00509666666666667 0.00165 0.001545, + p 862: 0.00337333333333333 0 0.001545, + p 863: 0.00337333333333333 -0.00165 0.001545, + p 864: 0.00337333333333333 0.00165 0.001545, + p 865: 0.00165 0 0.001545, + p 866: 0.00165 -0.00165 0.001545, + p 867: 0.00165 0.00165 0.001545, + p 868: 0 0 0.001545, + p 869: 0 -0.00165 0.001545, + p 870: 0 0.00165 0.001545; +EdefIA 1754: + s 1: 1 2, + s 2: 1 5, + s 3: 2 3, + s 4: 2 4, + s 5: 3 6, + s 6: 4 5, + s 7: 4 6, + s 8: 4 7, + s 9: 5 8, + s 10: 6 9, + s 11: 7 8, + s 12: 7 9, + s 13: 7 10, + s 14: 8 11, + s 15: 9 12, + s 16: 10 11, + s 17: 10 12, + s 18: 10 13, + s 19: 11 14, + s 20: 12 15, + s 21: 13 14, + s 22: 13 15, + s 23: 13 18, + s 24: 14 16, + s 25: 15 17, + s 26: 16 18, + s 27: 16 19, + s 28: 17 18, + s 29: 17 20, + s 30: 18 21, + s 31: 19 21, + s 32: 19 22, + s 33: 20 21, + s 34: 20 23, + s 35: 21 24, + s 36: 22 24, + s 37: 22 25, + s 38: 23 24, + s 39: 23 26, + s 40: 24 27, + s 41: 25 27, + s 42: 25 28, + s 43: 26 27, + s 44: 26 29, + s 45: 27 30, + s 46: 28 30, + s 47: 28 31, + s 48: 29 30, + s 49: 29 32, + s 50: 30 33, + s 51: 31 33, + s 52: 31 52, + s 53: 32 33, + s 54: 32 53, + s 55: 33 54, + s 56: 34 35, + s 57: 34 55, + s 58: 35 36, + s 59: 35 56, + s 60: 36 37, + s 61: 36 57, + s 62: 37 38, + s 63: 37 58, + s 64: 38 39, + s 65: 38 59, + s 66: 39 40, + s 67: 39 60, + s 68: 40 41, + s 69: 40 61, + s 70: 41 42, + s 71: 41 62, + s 72: 42 63, + s 73: 43 44, + s 74: 43 64, + s 75: 44 45, + s 76: 44 65, + s 77: 45 46, + s 78: 45 66, + s 79: 46 47, + s 80: 46 67, + s 81: 47 48, + s 82: 47 68, + s 83: 48 49, + s 84: 48 69, + s 85: 49 50, + s 86: 49 70, + s 87: 50 51, + s 88: 50 71, + s 89: 51 72, + s 90: 52 54, + s 91: 52 73, + s 92: 53 54, + s 93: 53 74, + s 94: 54 75, + s 95: 55 56, + s 96: 55 76, + s 97: 56 57, + s 98: 56 77, + s 99: 57 58, + s 100: 57 78, + s 101: 58 59, + s 102: 58 79, + s 103: 59 60, + s 104: 59 80, + s 105: 60 61, + s 106: 60 81, + s 107: 61 62, + s 108: 61 82, + s 109: 62 63, + s 110: 62 83, + s 111: 63 84, + s 112: 64 65, + s 113: 64 85, + s 114: 65 66, + s 115: 65 86, + s 116: 66 67, + s 117: 66 87, + s 118: 67 68, + s 119: 67 88, + s 120: 68 69, + s 121: 68 89, + s 122: 69 70, + s 123: 69 90, + s 124: 70 71, + s 125: 70 91, + s 126: 71 72, + s 127: 71 92, + s 128: 72 93, + s 129: 73 75, + s 130: 73 94, + s 131: 74 75, + s 132: 74 95, + s 133: 75 96, + s 134: 76 77, + s 135: 76 97, + s 136: 77 78, + s 137: 77 98, + s 138: 78 79, + s 139: 78 99, + s 140: 79 80, + s 141: 79 100, + s 142: 80 81, + s 143: 80 101, + s 144: 81 82, + s 145: 81 102, + s 146: 82 83, + s 147: 82 103, + s 148: 83 84, + s 149: 83 104, + s 150: 84 105, + s 151: 85 86, + s 152: 85 106, + s 153: 86 87, + s 154: 86 107, + s 155: 87 88, + s 156: 87 108, + s 157: 88 89, + s 158: 88 109, + s 159: 89 90, + s 160: 89 110, + s 161: 90 91, + s 162: 90 111, + s 163: 91 92, + s 164: 91 112, + s 165: 92 93, + s 166: 92 113, + s 167: 93 114, + s 168: 94 96, + s 169: 94 115, + s 170: 95 96, + s 171: 95 116, + s 172: 96 117, + s 173: 97 98, + s 174: 97 118, + s 175: 98 99, + s 176: 98 119, + s 177: 99 100, + s 178: 99 120, + s 179: 100 101, + s 180: 100 121, + s 181: 101 102, + s 182: 101 122, + s 183: 102 103, + s 184: 102 123, + s 185: 103 104, + s 186: 103 124, + s 187: 104 105, + s 188: 104 125, + s 189: 105 126, + s 190: 106 107, + s 191: 106 127, + s 192: 107 108, + s 193: 107 128, + s 194: 108 109, + s 195: 108 129, + s 196: 109 110, + s 197: 109 130, + s 198: 110 111, + s 199: 110 131, + s 200: 111 112, + s 201: 111 132, + s 202: 112 113, + s 203: 112 133, + s 204: 113 114, + s 205: 113 134, + s 206: 114 135, + s 207: 115 117, + s 208: 115 136, + s 209: 116 117, + s 210: 116 137, + s 211: 117 138, + s 212: 118 119, + s 213: 118 139, + s 214: 119 120, + s 215: 119 140, + s 216: 120 121, + s 217: 120 141, + s 218: 121 122, + s 219: 121 142, + s 220: 122 123, + s 221: 122 143, + s 222: 123 124, + s 223: 123 144, + s 224: 124 125, + s 225: 124 145, + s 226: 125 126, + s 227: 125 146, + s 228: 126 147, + s 229: 127 128, + s 230: 127 148, + s 231: 128 129, + s 232: 128 149, + s 233: 129 130, + s 234: 129 150, + s 235: 130 131, + s 236: 130 151, + s 237: 131 132, + s 238: 131 152, + s 239: 132 133, + s 240: 132 153, + s 241: 133 134, + s 242: 133 154, + s 243: 134 135, + s 244: 134 155, + s 245: 135 156, + s 246: 136 138, + s 247: 136 160, + s 248: 137 138, + s 249: 137 161, + s 250: 138 157, + s 251: 139 140, + s 252: 139 164, + s 253: 140 141, + s 254: 140 165, + s 255: 141 142, + s 256: 141 166, + s 257: 142 143, + s 258: 142 167, + s 259: 143 144, + s 260: 143 168, + s 261: 144 145, + s 262: 144 169, + s 263: 145 146, + s 264: 145 170, + s 265: 146 147, + s 266: 146 171, + s 267: 147 158, + s 268: 148 149, + s 269: 148 163, + s 270: 149 150, + s 271: 149 176, + s 272: 150 151, + s 273: 150 177, + s 274: 151 152, + s 275: 151 178, + s 276: 152 153, + s 277: 152 179, + s 278: 153 154, + s 279: 153 180, + s 280: 154 155, + s 281: 154 181, + s 282: 155 156, + s 283: 155 182, + s 284: 156 183, + s 285: 157 160, + s 286: 157 161, + s 287: 157 173, + s 288: 157 174, + s 289: 157 194, + s 290: 158 159, + s 291: 158 171, + s 292: 159 160, + s 293: 159 172, + s 294: 160 173, + s 295: 161 162, + s 296: 161 174, + s 297: 162 163, + s 298: 162 175, + s 299: 163 176, + s 300: 164 165, + s 301: 164 184, + s 302: 165 166, + s 303: 165 185, + s 304: 166 167, + s 305: 166 186, + s 306: 167 168, + s 307: 167 187, + s 308: 168 169, + s 309: 168 188, + s 310: 169 170, + s 311: 169 189, + s 312: 170 171, + s 313: 170 190, + s 314: 171 172, + s 315: 171 191, + s 316: 172 173, + s 317: 172 192, + s 318: 173 193, + s 319: 174 175, + s 320: 174 195, + s 321: 175 176, + s 322: 175 196, + s 323: 176 177, + s 324: 176 197, + s 325: 177 178, + s 326: 177 198, + s 327: 178 179, + s 328: 178 199, + s 329: 179 180, + s 330: 179 200, + s 331: 180 181, + s 332: 180 201, + s 333: 181 182, + s 334: 181 202, + s 335: 182 183, + s 336: 182 203, + s 337: 183 204, + s 338: 184 185, + s 339: 184 205, + s 340: 185 186, + s 341: 185 206, + s 342: 186 187, + s 343: 186 207, + s 344: 187 188, + s 345: 187 208, + s 346: 188 189, + s 347: 188 209, + s 348: 189 190, + s 349: 189 210, + s 350: 190 191, + s 351: 190 211, + s 352: 191 192, + s 353: 191 212, + s 354: 192 193, + s 355: 192 213, + s 356: 193 194, + s 357: 193 214, + s 358: 194 195, + s 359: 194 215, + s 360: 195 196, + s 361: 195 216, + s 362: 196 197, + s 363: 196 217, + s 364: 197 198, + s 365: 197 218, + s 366: 198 199, + s 367: 198 219, + s 368: 199 200, + s 369: 199 220, + s 370: 200 201, + s 371: 200 221, + s 372: 201 202, + s 373: 201 222, + s 374: 202 203, + s 375: 202 223, + s 376: 203 204, + s 377: 203 224, + s 378: 204 225, + s 379: 205 206, + s 380: 205 226, + s 381: 206 207, + s 382: 206 227, + s 383: 207 208, + s 384: 207 228, + s 385: 208 209, + s 386: 208 229, + s 387: 209 210, + s 388: 209 230, + s 389: 210 211, + s 390: 210 231, + s 391: 211 212, + s 392: 211 232, + s 393: 212 213, + s 394: 212 233, + s 395: 213 214, + s 396: 213 234, + s 397: 214 215, + s 398: 214 235, + s 399: 215 216, + s 400: 215 236, + s 401: 216 217, + s 402: 216 237, + s 403: 217 218, + s 404: 217 238, + s 405: 218 219, + s 406: 218 239, + s 407: 219 220, + s 408: 219 240, + s 409: 220 221, + s 410: 220 241, + s 411: 221 222, + s 412: 221 242, + s 413: 222 223, + s 414: 222 243, + s 415: 223 224, + s 416: 223 244, + s 417: 224 225, + s 418: 224 245, + s 419: 225 246, + s 420: 226 227, + s 421: 226 247, + s 422: 227 228, + s 423: 227 248, + s 424: 228 229, + s 425: 228 249, + s 426: 229 230, + s 427: 229 250, + s 428: 230 231, + s 429: 230 251, + s 430: 231 232, + s 431: 231 252, + s 432: 232 233, + s 433: 232 253, + s 434: 233 234, + s 435: 233 254, + s 436: 234 235, + s 437: 234 255, + s 438: 235 236, + s 439: 235 256, + s 440: 236 237, + s 441: 236 257, + s 442: 237 238, + s 443: 237 258, + s 444: 238 239, + s 445: 238 259, + s 446: 239 240, + s 447: 239 260, + s 448: 240 241, + s 449: 240 261, + s 450: 241 242, + s 451: 241 262, + s 452: 242 243, + s 453: 242 263, + s 454: 243 244, + s 455: 243 264, + s 456: 244 245, + s 457: 244 265, + s 458: 245 246, + s 459: 245 266, + s 460: 246 267, + s 461: 247 248, + s 462: 247 268, + s 463: 248 249, + s 464: 248 269, + s 465: 249 250, + s 466: 249 270, + s 467: 250 251, + s 468: 250 271, + s 469: 251 252, + s 470: 251 272, + s 471: 252 253, + s 472: 252 273, + s 473: 253 254, + s 474: 253 274, + s 475: 254 255, + s 476: 254 275, + s 477: 255 256, + s 478: 255 276, + s 479: 256 257, + s 480: 256 277, + s 481: 257 258, + s 482: 257 278, + s 483: 258 259, + s 484: 258 279, + s 485: 259 260, + s 486: 259 280, + s 487: 260 261, + s 488: 260 281, + s 489: 261 262, + s 490: 261 282, + s 491: 262 263, + s 492: 262 283, + s 493: 263 264, + s 494: 263 284, + s 495: 264 265, + s 496: 264 285, + s 497: 265 266, + s 498: 265 286, + s 499: 266 267, + s 500: 266 287, + s 501: 267 288, + s 502: 268 269, + s 503: 268 289, + s 504: 269 270, + s 505: 269 290, + s 506: 270 271, + s 507: 270 291, + s 508: 271 272, + s 509: 271 292, + s 510: 272 273, + s 511: 272 293, + s 512: 273 274, + s 513: 273 294, + s 514: 274 275, + s 515: 274 295, + s 516: 275 276, + s 517: 275 296, + s 518: 276 277, + s 519: 276 297, + s 520: 277 278, + s 521: 277 298, + s 522: 278 279, + s 523: 278 299, + s 524: 279 280, + s 525: 279 300, + s 526: 280 281, + s 527: 280 301, + s 528: 281 282, + s 529: 281 302, + s 530: 282 283, + s 531: 282 303, + s 532: 283 284, + s 533: 283 304, + s 534: 284 285, + s 535: 284 305, + s 536: 285 286, + s 537: 285 306, + s 538: 286 287, + s 539: 286 307, + s 540: 287 288, + s 541: 287 308, + s 542: 288 309, + s 543: 289 290, + s 544: 289 310, + s 545: 290 291, + s 546: 290 311, + s 547: 291 292, + s 548: 291 312, + s 549: 292 293, + s 550: 292 313, + s 551: 293 294, + s 552: 293 314, + s 553: 294 295, + s 554: 294 315, + s 555: 295 296, + s 556: 295 316, + s 557: 296 297, + s 558: 296 317, + s 559: 297 298, + s 560: 297 318, + s 561: 298 299, + s 562: 298 319, + s 563: 299 300, + s 564: 299 320, + s 565: 300 301, + s 566: 300 321, + s 567: 301 302, + s 568: 301 322, + s 569: 302 303, + s 570: 302 323, + s 571: 303 304, + s 572: 303 324, + s 573: 304 305, + s 574: 304 325, + s 575: 305 306, + s 576: 305 326, + s 577: 306 307, + s 578: 306 327, + s 579: 307 308, + s 580: 307 328, + s 581: 308 309, + s 582: 308 329, + s 583: 309 330, + s 584: 310 311, + s 585: 310 331, + s 586: 311 312, + s 587: 311 332, + s 588: 312 313, + s 589: 312 333, + s 590: 313 314, + s 591: 313 334, + s 592: 314 315, + s 593: 314 335, + s 594: 315 316, + s 595: 315 336, + s 596: 316 317, + s 597: 316 337, + s 598: 317 318, + s 599: 317 338, + s 600: 318 319, + s 601: 318 339, + s 602: 319 320, + s 603: 319 340, + s 604: 320 321, + s 605: 320 341, + s 606: 321 322, + s 607: 321 342, + s 608: 322 323, + s 609: 322 343, + s 610: 323 324, + s 611: 323 344, + s 612: 324 325, + s 613: 324 345, + s 614: 325 326, + s 615: 325 346, + s 616: 326 327, + s 617: 326 347, + s 618: 327 328, + s 619: 327 348, + s 620: 328 329, + s 621: 328 349, + s 622: 329 330, + s 623: 329 350, + s 624: 330 351, + s 625: 331 332, + s 626: 331 352, + s 627: 332 333, + s 628: 332 353, + s 629: 333 334, + s 630: 333 354, + s 631: 334 335, + s 632: 334 355, + s 633: 335 336, + s 634: 335 356, + s 635: 336 337, + s 636: 336 357, + s 637: 337 338, + s 638: 337 358, + s 639: 338 339, + s 640: 338 359, + s 641: 339 340, + s 642: 339 360, + s 643: 340 341, + s 644: 340 361, + s 645: 341 342, + s 646: 341 362, + s 647: 342 343, + s 648: 342 363, + s 649: 343 344, + s 650: 343 364, + s 651: 344 345, + s 652: 344 365, + s 653: 345 346, + s 654: 345 366, + s 655: 346 347, + s 656: 346 367, + s 657: 347 348, + s 658: 347 368, + s 659: 348 349, + s 660: 348 369, + s 661: 349 350, + s 662: 349 370, + s 663: 350 351, + s 664: 350 371, + s 665: 351 372, + s 666: 352 353, + s 667: 352 373, + s 668: 353 354, + s 669: 353 374, + s 670: 354 355, + s 671: 354 375, + s 672: 355 356, + s 673: 355 376, + s 674: 356 357, + s 675: 356 377, + s 676: 357 358, + s 677: 357 378, + s 678: 358 359, + s 679: 358 379, + s 680: 359 360, + s 681: 359 380, + s 682: 360 361, + s 683: 360 381, + s 684: 361 362, + s 685: 361 382, + s 686: 362 363, + s 687: 362 383, + s 688: 363 364, + s 689: 363 384, + s 690: 364 365, + s 691: 364 385, + s 692: 365 366, + s 693: 365 386, + s 694: 366 367, + s 695: 366 387, + s 696: 367 368, + s 697: 367 388, + s 698: 368 369, + s 699: 368 389, + s 700: 369 370, + s 701: 369 390, + s 702: 370 371, + s 703: 370 391, + s 704: 371 372, + s 705: 371 392, + s 706: 372 393, + s 707: 373 374, + s 708: 373 394, + s 709: 374 375, + s 710: 374 395, + s 711: 375 376, + s 712: 375 396, + s 713: 376 377, + s 714: 376 397, + s 715: 377 378, + s 716: 377 398, + s 717: 378 379, + s 718: 378 399, + s 719: 379 380, + s 720: 379 400, + s 721: 380 381, + s 722: 380 401, + s 723: 381 382, + s 724: 381 402, + s 725: 382 383, + s 726: 382 403, + s 727: 383 384, + s 728: 383 404, + s 729: 384 385, + s 730: 384 405, + s 731: 385 386, + s 732: 385 406, + s 733: 386 387, + s 734: 386 407, + s 735: 387 388, + s 736: 387 408, + s 737: 388 389, + s 738: 388 409, + s 739: 389 390, + s 740: 389 410, + s 741: 390 391, + s 742: 390 411, + s 743: 391 392, + s 744: 391 412, + s 745: 392 393, + s 746: 392 413, + s 747: 393 414, + s 748: 394 395, + s 749: 394 415, + s 750: 395 396, + s 751: 395 416, + s 752: 396 397, + s 753: 396 417, + s 754: 397 398, + s 755: 397 418, + s 756: 398 399, + s 757: 398 419, + s 758: 399 400, + s 759: 399 420, + s 760: 400 401, + s 761: 400 421, + s 762: 401 402, + s 763: 401 422, + s 764: 402 403, + s 765: 402 423, + s 766: 403 404, + s 767: 403 424, + s 768: 404 405, + s 769: 404 425, + s 770: 405 406, + s 771: 405 426, + s 772: 406 407, + s 773: 406 427, + s 774: 407 408, + s 775: 407 428, + s 776: 408 409, + s 777: 408 429, + s 778: 409 410, + s 779: 409 430, + s 780: 410 411, + s 781: 410 431, + s 782: 411 412, + s 783: 411 432, + s 784: 412 413, + s 785: 412 433, + s 786: 413 414, + s 787: 413 434, + s 788: 414 435, + s 789: 415 416, + s 790: 416 417, + s 791: 417 418, + s 792: 418 419, + s 793: 419 420, + s 794: 420 421, + s 795: 421 422, + s 796: 422 423, + s 797: 423 424, + s 798: 424 425, + s 799: 425 426, + s 800: 426 427, + s 801: 427 428, + s 802: 428 429, + s 803: 429 430, + s 804: 430 431, + s 805: 431 432, + s 806: 432 433, + s 807: 433 434, + s 808: 434 435, + s 809: 437 436, + s 810: 437 438, + s 811: 438 439, + s 812: 436 439, + s 813: 440 437, + s 814: 440 441, + s 815: 441 438, + s 816: 442 440, + s 817: 442 443, + s 818: 443 441, + s 819: 444 442, + s 820: 444 445, + s 821: 445 443, + s 822: 446 444, + s 823: 446 447, + s 824: 447 445, + s 825: 448 446, + s 826: 448 449, + s 827: 449 447, + s 828: 450 448, + s 829: 450 451, + s 830: 451 449, + s 831: 452 450, + s 832: 452 453, + s 833: 453 451, + s 834: 454 452, + s 835: 454 455, + s 836: 455 453, + s 837: 456 454, + s 838: 456 457, + s 839: 457 455, + s 840: 458 456, + s 841: 458 459, + s 842: 459 457, + s 843: 460 458, + s 844: 460 461, + s 845: 461 459, + s 846: 462 460, + s 847: 462 463, + s 848: 463 461, + s 849: 464 462, + s 850: 464 465, + s 851: 465 463, + s 852: 466 464, + s 853: 466 467, + s 854: 467 465, + s 855: 468 466, + s 856: 468 469, + s 857: 469 467, + s 858: 470 468, + s 859: 470 471, + s 860: 471 469, + s 861: 472 470, + s 862: 472 473, + s 863: 473 471, + s 864: 474 472, + s 865: 474 475, + s 866: 475 473, + s 867: 476 474, + s 868: 476 477, + s 869: 477 475, + s 870: 479 478, + s 871: 479 437, + s 872: 478 436, + s 873: 480 479, + s 874: 480 440, + s 875: 481 480, + s 876: 481 442, + s 877: 482 481, + s 878: 482 444, + s 879: 483 482, + s 880: 483 446, + s 881: 484 483, + s 882: 484 448, + s 883: 485 484, + s 884: 485 450, + s 885: 486 485, + s 886: 486 452, + s 887: 487 486, + s 888: 487 454, + s 889: 488 487, + s 890: 488 456, + s 891: 489 488, + s 892: 489 458, + s 893: 490 489, + s 894: 490 460, + s 895: 491 490, + s 896: 491 462, + s 897: 492 491, + s 898: 492 464, + s 899: 493 492, + s 900: 493 466, + s 901: 494 493, + s 902: 494 468, + s 903: 495 494, + s 904: 495 470, + s 905: 496 495, + s 906: 496 472, + s 907: 497 496, + s 908: 497 474, + s 909: 498 497, + s 910: 498 476, + s 911: 500 499, + s 912: 500 479, + s 913: 499 478, + s 914: 501 500, + s 915: 501 480, + s 916: 502 501, + s 917: 502 481, + s 918: 503 502, + s 919: 503 482, + s 920: 504 503, + s 921: 504 483, + s 922: 505 504, + s 923: 505 484, + s 924: 506 505, + s 925: 506 485, + s 926: 507 506, + s 927: 507 486, + s 928: 508 507, + s 929: 508 487, + s 930: 509 508, + s 931: 509 488, + s 932: 510 509, + s 933: 510 489, + s 934: 511 510, + s 935: 511 490, + s 936: 512 511, + s 937: 512 491, + s 938: 513 512, + s 939: 513 492, + s 940: 514 513, + s 941: 514 493, + s 942: 515 514, + s 943: 515 494, + s 944: 516 515, + s 945: 516 495, + s 946: 517 516, + s 947: 517 496, + s 948: 518 517, + s 949: 518 497, + s 950: 519 518, + s 951: 519 498, + s 952: 521 520, + s 953: 521 500, + s 954: 520 499, + s 955: 522 521, + s 956: 522 501, + s 957: 523 522, + s 958: 523 502, + s 959: 524 523, + s 960: 524 503, + s 961: 525 524, + s 962: 525 504, + s 963: 526 525, + s 964: 526 505, + s 965: 527 526, + s 966: 527 506, + s 967: 528 527, + s 968: 528 507, + s 969: 529 528, + s 970: 529 508, + s 971: 530 529, + s 972: 530 509, + s 973: 531 530, + s 974: 531 510, + s 975: 532 531, + s 976: 532 511, + s 977: 533 532, + s 978: 533 512, + s 979: 534 533, + s 980: 534 513, + s 981: 535 534, + s 982: 535 514, + s 983: 536 535, + s 984: 536 515, + s 985: 537 536, + s 986: 537 516, + s 987: 538 537, + s 988: 538 517, + s 989: 539 538, + s 990: 539 518, + s 991: 540 539, + s 992: 540 519, + s 993: 542 541, + s 994: 542 521, + s 995: 541 520, + s 996: 543 542, + s 997: 543 522, + s 998: 544 543, + s 999: 544 523, + s 1000: 545 544, + s 1001: 545 524, + s 1002: 546 545, + s 1003: 546 525, + s 1004: 547 546, + s 1005: 547 526, + s 1006: 548 547, + s 1007: 548 527, + s 1008: 549 548, + s 1009: 549 528, + s 1010: 550 549, + s 1011: 550 529, + s 1012: 551 550, + s 1013: 551 530, + s 1014: 552 551, + s 1015: 552 531, + s 1016: 553 552, + s 1017: 553 532, + s 1018: 554 553, + s 1019: 554 533, + s 1020: 555 554, + s 1021: 555 534, + s 1022: 556 555, + s 1023: 556 535, + s 1024: 557 556, + s 1025: 557 536, + s 1026: 558 557, + s 1027: 558 537, + s 1028: 559 558, + s 1029: 559 538, + s 1030: 560 559, + s 1031: 560 539, + s 1032: 561 560, + s 1033: 561 540, + s 1034: 563 562, + s 1035: 563 542, + s 1036: 562 541, + s 1037: 564 563, + s 1038: 564 543, + s 1039: 565 564, + s 1040: 565 544, + s 1041: 566 565, + s 1042: 566 545, + s 1043: 567 566, + s 1044: 567 546, + s 1045: 568 567, + s 1046: 568 547, + s 1047: 569 568, + s 1048: 569 548, + s 1049: 570 569, + s 1050: 570 549, + s 1051: 571 570, + s 1052: 571 550, + s 1053: 572 571, + s 1054: 572 551, + s 1055: 573 572, + s 1056: 573 552, + s 1057: 574 573, + s 1058: 574 553, + s 1059: 575 574, + s 1060: 575 554, + s 1061: 576 575, + s 1062: 576 555, + s 1063: 577 576, + s 1064: 577 556, + s 1065: 578 577, + s 1066: 578 557, + s 1067: 579 578, + s 1068: 579 558, + s 1069: 580 579, + s 1070: 580 559, + s 1071: 581 580, + s 1072: 581 560, + s 1073: 582 581, + s 1074: 582 561, + s 1075: 584 583, + s 1076: 584 563, + s 1077: 583 562, + s 1078: 585 584, + s 1079: 585 564, + s 1080: 586 585, + s 1081: 586 565, + s 1082: 587 586, + s 1083: 587 566, + s 1084: 588 587, + s 1085: 588 567, + s 1086: 589 588, + s 1087: 589 568, + s 1088: 590 589, + s 1089: 590 569, + s 1090: 591 590, + s 1091: 591 570, + s 1092: 592 591, + s 1093: 592 571, + s 1094: 593 592, + s 1095: 593 572, + s 1096: 594 593, + s 1097: 594 573, + s 1098: 595 594, + s 1099: 595 574, + s 1100: 596 595, + s 1101: 596 575, + s 1102: 597 596, + s 1103: 597 576, + s 1104: 598 597, + s 1105: 598 577, + s 1106: 599 598, + s 1107: 599 578, + s 1108: 600 599, + s 1109: 600 579, + s 1110: 601 600, + s 1111: 601 580, + s 1112: 602 601, + s 1113: 602 581, + s 1114: 603 602, + s 1115: 603 582, + s 1116: 605 604, + s 1117: 605 584, + s 1118: 604 583, + s 1119: 606 605, + s 1120: 606 585, + s 1121: 607 606, + s 1122: 607 586, + s 1123: 608 607, + s 1124: 608 587, + s 1125: 609 608, + s 1126: 609 588, + s 1127: 610 609, + s 1128: 610 589, + s 1129: 611 610, + s 1130: 611 590, + s 1131: 612 611, + s 1132: 612 591, + s 1133: 613 612, + s 1134: 613 592, + s 1135: 614 613, + s 1136: 614 593, + s 1137: 615 614, + s 1138: 615 594, + s 1139: 616 615, + s 1140: 616 595, + s 1141: 617 616, + s 1142: 617 596, + s 1143: 618 617, + s 1144: 618 597, + s 1145: 619 618, + s 1146: 619 598, + s 1147: 620 619, + s 1148: 620 599, + s 1149: 621 620, + s 1150: 621 600, + s 1151: 622 621, + s 1152: 622 601, + s 1153: 623 622, + s 1154: 623 602, + s 1155: 624 623, + s 1156: 624 603, + s 1157: 626 625, + s 1158: 626 605, + s 1159: 625 604, + s 1160: 627 626, + s 1161: 627 606, + s 1162: 628 627, + s 1163: 628 607, + s 1164: 629 628, + s 1165: 629 608, + s 1166: 630 629, + s 1167: 630 609, + s 1168: 631 630, + s 1169: 631 610, + s 1170: 632 631, + s 1171: 632 611, + s 1172: 633 632, + s 1173: 633 612, + s 1174: 634 633, + s 1175: 634 613, + s 1176: 635 634, + s 1177: 635 614, + s 1178: 636 635, + s 1179: 636 615, + s 1180: 637 636, + s 1181: 637 616, + s 1182: 638 637, + s 1183: 638 617, + s 1184: 639 638, + s 1185: 639 618, + s 1186: 640 639, + s 1187: 640 619, + s 1188: 641 640, + s 1189: 641 620, + s 1190: 642 641, + s 1191: 642 621, + s 1192: 643 642, + s 1193: 643 622, + s 1194: 644 643, + s 1195: 644 623, + s 1196: 645 644, + s 1197: 645 624, + s 1198: 647 646, + s 1199: 647 626, + s 1200: 646 625, + s 1201: 648 647, + s 1202: 648 627, + s 1203: 649 648, + s 1204: 649 628, + s 1205: 650 649, + s 1206: 650 629, + s 1207: 651 650, + s 1208: 651 630, + s 1209: 652 651, + s 1210: 652 631, + s 1211: 653 652, + s 1212: 653 632, + s 1213: 654 653, + s 1214: 654 633, + s 1215: 655 654, + s 1216: 655 634, + s 1217: 656 655, + s 1218: 656 635, + s 1219: 657 656, + s 1220: 657 636, + s 1221: 658 657, + s 1222: 658 637, + s 1223: 659 658, + s 1224: 659 638, + s 1225: 660 659, + s 1226: 660 639, + s 1227: 661 660, + s 1228: 661 640, + s 1229: 662 661, + s 1230: 662 641, + s 1231: 663 662, + s 1232: 663 642, + s 1233: 664 663, + s 1234: 664 643, + s 1235: 665 664, + s 1236: 665 644, + s 1237: 666 665, + s 1238: 666 645, + s 1239: 668 667, + s 1240: 668 647, + s 1241: 667 646, + s 1242: 669 668, + s 1243: 669 648, + s 1244: 670 669, + s 1245: 670 649, + s 1246: 671 670, + s 1247: 671 650, + s 1248: 672 671, + s 1249: 672 651, + s 1250: 673 672, + s 1251: 673 652, + s 1252: 674 673, + s 1253: 674 653, + s 1254: 675 674, + s 1255: 675 654, + s 1256: 676 675, + s 1257: 676 655, + s 1258: 677 676, + s 1259: 677 656, + s 1260: 678 677, + s 1261: 678 657, + s 1262: 679 678, + s 1263: 679 658, + s 1264: 680 679, + s 1265: 680 659, + s 1266: 681 680, + s 1267: 681 660, + s 1268: 682 681, + s 1269: 682 661, + s 1270: 683 682, + s 1271: 683 662, + s 1272: 684 683, + s 1273: 684 663, + s 1274: 685 684, + s 1275: 685 664, + s 1276: 686 685, + s 1277: 686 665, + s 1278: 687 686, + s 1279: 687 666, + s 1280: 689 688, + s 1281: 689 668, + s 1282: 688 667, + s 1283: 690 689, + s 1284: 690 669, + s 1285: 691 690, + s 1286: 691 670, + s 1287: 692 691, + s 1288: 692 671, + s 1289: 693 692, + s 1290: 693 672, + s 1291: 694 693, + s 1292: 694 673, + s 1293: 695 694, + s 1294: 695 674, + s 1295: 696 695, + s 1296: 696 675, + s 1297: 697 696, + s 1298: 697 676, + s 1299: 698 697, + s 1300: 698 677, + s 1301: 700 699, + s 1302: 700 679, + s 1303: 699 678, + s 1304: 701 700, + s 1305: 701 680, + s 1306: 702 701, + s 1307: 702 681, + s 1308: 703 702, + s 1309: 703 682, + s 1310: 704 703, + s 1311: 704 683, + s 1312: 705 704, + s 1313: 705 684, + s 1314: 706 705, + s 1315: 706 685, + s 1316: 707 706, + s 1317: 707 686, + s 1318: 708 707, + s 1319: 708 687, + s 1320: 709 695, + s 1321: 710 709, + s 1322: 710 696, + s 1323: 711 710, + s 1324: 711 697, + s 1325: 698 711, + s 1326: 712 699, + s 1327: 713 712, + s 1328: 713 700, + s 1329: 714 713, + s 1330: 714 701, + s 1331: 715 714, + s 1332: 716 715, + s 1333: 716 701, + s 1334: 698 699, + s 1335: 698 712, + s 1336: 718 717, + s 1337: 718 712, + s 1338: 717 698, + s 1339: 720 719, + s 1340: 720 689, + s 1341: 719 688, + s 1342: 721 720, + s 1343: 721 690, + s 1344: 722 721, + s 1345: 722 691, + s 1346: 723 722, + s 1347: 723 692, + s 1348: 724 723, + s 1349: 724 693, + s 1350: 725 724, + s 1351: 725 694, + s 1352: 726 725, + s 1353: 726 695, + s 1354: 727 726, + s 1355: 727 709, + s 1356: 728 716, + s 1357: 728 702, + s 1358: 729 728, + s 1359: 729 703, + s 1360: 730 729, + s 1361: 730 704, + s 1362: 731 730, + s 1363: 731 705, + s 1364: 732 731, + s 1365: 732 706, + s 1366: 733 732, + s 1367: 733 707, + s 1368: 734 733, + s 1369: 734 708, + s 1370: 735 717, + s 1371: 735 711, + s 1372: 736 737, + s 1373: 737 717, + s 1374: 736 735, + s 1375: 739 738, + s 1376: 739 720, + s 1377: 738 719, + s 1378: 740 739, + s 1379: 740 721, + s 1380: 741 740, + s 1381: 741 722, + s 1382: 742 741, + s 1383: 742 723, + s 1384: 743 742, + s 1385: 743 724, + s 1386: 744 743, + s 1387: 744 725, + s 1388: 745 744, + s 1389: 745 726, + s 1390: 746 745, + s 1391: 746 727, + s 1392: 748 747, + s 1393: 748 716, + s 1394: 747 715, + s 1395: 749 748, + s 1396: 749 728, + s 1397: 750 749, + s 1398: 750 729, + s 1399: 751 750, + s 1400: 751 730, + s 1401: 752 751, + s 1402: 752 731, + s 1403: 753 752, + s 1404: 753 732, + s 1405: 754 753, + s 1406: 754 733, + s 1407: 755 754, + s 1408: 755 734, + s 1409: 756 737, + s 1410: 756 718, + s 1411: 757 758, + s 1412: 758 737, + s 1413: 757 736, + s 1414: 760 759, + s 1415: 760 739, + s 1416: 759 738, + s 1417: 761 760, + s 1418: 761 740, + s 1419: 762 761, + s 1420: 762 741, + s 1421: 763 762, + s 1422: 763 742, + s 1423: 764 763, + s 1424: 764 743, + s 1425: 765 764, + s 1426: 765 744, + s 1427: 766 765, + s 1428: 766 745, + s 1429: 767 766, + s 1430: 767 746, + s 1431: 769 768, + s 1432: 769 748, + s 1433: 768 747, + s 1434: 770 769, + s 1435: 770 749, + s 1436: 771 770, + s 1437: 771 750, + s 1438: 772 771, + s 1439: 772 751, + s 1440: 773 772, + s 1441: 773 752, + s 1442: 774 773, + s 1443: 774 753, + s 1444: 775 774, + s 1445: 775 754, + s 1446: 776 775, + s 1447: 776 755, + s 1448: 777 758, + s 1449: 777 756, + s 1450: 778 779, + s 1451: 779 758, + s 1452: 778 757, + s 1453: 781 780, + s 1454: 781 760, + s 1455: 780 759, + s 1456: 782 781, + s 1457: 782 761, + s 1458: 783 782, + s 1459: 783 762, + s 1460: 784 783, + s 1461: 784 763, + s 1462: 785 784, + s 1463: 785 764, + s 1464: 786 785, + s 1465: 786 765, + s 1466: 787 786, + s 1467: 787 766, + s 1468: 788 787, + s 1469: 788 767, + s 1470: 790 789, + s 1471: 790 769, + s 1472: 789 768, + s 1473: 791 790, + s 1474: 791 770, + s 1475: 792 791, + s 1476: 792 771, + s 1477: 793 792, + s 1478: 793 772, + s 1479: 794 793, + s 1480: 794 773, + s 1481: 795 794, + s 1482: 795 774, + s 1483: 796 795, + s 1484: 796 775, + s 1485: 797 796, + s 1486: 797 776, + s 1487: 798 779, + s 1488: 798 777, + s 1489: 799 800, + s 1490: 800 779, + s 1491: 799 778, + s 1492: 802 801, + s 1493: 802 781, + s 1494: 801 780, + s 1495: 803 802, + s 1496: 803 782, + s 1497: 804 803, + s 1498: 804 783, + s 1499: 805 804, + s 1500: 805 784, + s 1501: 806 805, + s 1502: 806 785, + s 1503: 807 806, + s 1504: 807 786, + s 1505: 808 807, + s 1506: 808 787, + s 1507: 809 808, + s 1508: 809 788, + s 1509: 811 810, + s 1510: 811 790, + s 1511: 810 789, + s 1512: 812 811, + s 1513: 812 791, + s 1514: 813 812, + s 1515: 813 792, + s 1516: 814 813, + s 1517: 814 793, + s 1518: 815 814, + s 1519: 815 794, + s 1520: 816 815, + s 1521: 816 795, + s 1522: 817 816, + s 1523: 817 796, + s 1524: 818 817, + s 1525: 818 797, + s 1526: 819 800, + s 1527: 819 798, + s 1528: 820 821, + s 1529: 821 800, + s 1530: 820 799, + s 1531: 823 822, + s 1532: 823 802, + s 1533: 822 801, + s 1534: 824 823, + s 1535: 824 803, + s 1536: 825 824, + s 1537: 825 804, + s 1538: 826 825, + s 1539: 826 805, + s 1540: 827 826, + s 1541: 827 806, + s 1542: 828 827, + s 1543: 828 807, + s 1544: 829 828, + s 1545: 829 808, + s 1546: 830 829, + s 1547: 830 809, + s 1548: 832 831, + s 1549: 832 811, + s 1550: 831 810, + s 1551: 833 832, + s 1552: 833 812, + s 1553: 834 833, + s 1554: 834 813, + s 1555: 835 834, + s 1556: 835 814, + s 1557: 836 835, + s 1558: 836 815, + s 1559: 837 836, + s 1560: 837 816, + s 1561: 838 837, + s 1562: 838 817, + s 1563: 839 838, + s 1564: 839 818, + s 1565: 840 821, + s 1566: 840 819, + s 1567: 841 842, + s 1568: 842 821, + s 1569: 841 820, + s 1570: 843 842, + s 1571: 843 840, + s 1572: 844 845, + s 1573: 845 842, + s 1574: 844 841, + s 1575: 846 845, + s 1576: 846 843, + s 1577: 847 848, + s 1578: 848 845, + s 1579: 847 844, + s 1580: 849 848, + s 1581: 849 846, + s 1582: 850 851, + s 1583: 851 848, + s 1584: 850 847, + s 1585: 852 851, + s 1586: 852 849, + s 1587: 853 854, + s 1588: 854 851, + s 1589: 853 850, + s 1590: 855 854, + s 1591: 855 852, + s 1592: 857 856, + s 1593: 857 854, + s 1594: 856 853, + s 1595: 857 858, + s 1596: 858 855, + s 1597: 859 860, + s 1598: 860 858, + s 1599: 859 857, + s 1600: 859 861, + s 1601: 861 856, + s 1602: 862 863, + s 1603: 863 860, + s 1604: 862 859, + s 1605: 862 864, + s 1606: 864 861, + s 1607: 865 866, + s 1608: 866 863, + s 1609: 865 862, + s 1610: 865 867, + s 1611: 867 864, + s 1612: 869 868, + s 1613: 869 866, + s 1614: 868 865, + s 1615: 868 870, + s 1616: 870 867, + s 1617: 435 439, + s 1618: 434 438, + s 1619: 414 436, + s 1620: 433 441, + s 1621: 432 443, + s 1622: 431 445, + s 1623: 430 447, + s 1624: 429 449, + s 1625: 428 451, + s 1626: 427 453, + s 1627: 426 455, + s 1628: 425 457, + s 1629: 424 459, + s 1630: 423 461, + s 1631: 422 463, + s 1632: 421 465, + s 1633: 420 467, + s 1634: 419 469, + s 1635: 418 471, + s 1636: 417 473, + s 1637: 416 475, + s 1638: 415 477, + s 1639: 394 476, + s 1640: 393 478, + s 1641: 373 498, + s 1642: 372 499, + s 1643: 352 519, + s 1644: 351 520, + s 1645: 331 540, + s 1646: 330 541, + s 1647: 310 561, + s 1648: 309 562, + s 1649: 289 582, + s 1650: 288 583, + s 1651: 268 603, + s 1652: 267 604, + s 1653: 247 624, + s 1654: 246 625, + s 1655: 226 645, + s 1656: 225 646, + s 1657: 205 666, + s 1658: 204 667, + s 1659: 184 687, + s 1660: 183 688, + s 1661: 164 708, + s 1662: 163 709, + s 1663: 162 710, + s 1664: 161 711, + s 1665: 160 712, + s 1666: 159 713, + s 1667: 158 714, + s 1668: 147 715, + s 1669: 136 718, + s 1670: 156 719, + s 1671: 148 727, + s 1672: 139 734, + s 1673: 137 735, + s 1674: 116 736, + s 1675: 135 738, + s 1676: 127 746, + s 1677: 126 747, + s 1678: 118 755, + s 1679: 115 756, + s 1680: 95 757, + s 1681: 114 759, + s 1682: 106 767, + s 1683: 105 768, + s 1684: 97 776, + s 1685: 94 777, + s 1686: 74 778, + s 1687: 93 780, + s 1688: 85 788, + s 1689: 84 789, + s 1690: 76 797, + s 1691: 73 798, + s 1692: 53 799, + s 1693: 72 801, + s 1694: 64 809, + s 1695: 63 810, + s 1696: 55 818, + s 1697: 52 819, + s 1698: 32 820, + s 1699: 51 822, + s 1700: 50 823, + s 1701: 49 824, + s 1702: 48 825, + s 1703: 47 826, + s 1704: 46 827, + s 1705: 45 828, + s 1706: 44 829, + s 1707: 43 830, + s 1708: 42 831, + s 1709: 41 832, + s 1710: 40 833, + s 1711: 39 834, + s 1712: 38 835, + s 1713: 37 836, + s 1714: 36 837, + s 1715: 35 838, + s 1716: 34 839, + s 1717: 31 840, + s 1718: 29 841, + s 1719: 28 843, + s 1720: 26 844, + s 1721: 25 846, + s 1722: 23 847, + s 1723: 22 849, + s 1724: 20 850, + s 1725: 19 852, + s 1726: 17 853, + s 1727: 16 855, + s 1728: 15 856, + s 1729: 14 858, + s 1730: 11 860, + s 1731: 12 861, + s 1732: 8 863, + s 1733: 9 864, + s 1734: 5 866, + s 1735: 6 867, + s 1736: 2 868, + s 1737: 1 869, + s 1738: 3 870, + s 1739: 195 157, + s 1740: 176 162, + s 1741: 175 161, + s 1742: 173 159, + s 1743: 172 158, + s 1744: 171 147, + s 1745: 194 173, + s 1746: 176 148, + s 1747: 676 698, + s 1748: 695 710, + s 1749: 696 711, + s 1750: 699 713, + s 1751: 700 714, + s 1752: 701 715, + s 1753: 677 699, + s 1754: 695 727; +CdefIA 886: + c 1: -786 787 808 -788, + c 2: -787 -784 785 807, + c 3: -785 -782 783 806, + c 4: -783 -780 781 805, + c 5: -781 -778 779 804, + c 6: -779 -776 777 803, + c 7: -777 -774 775 802, + c 8: -775 -772 773 801, + c 9: -773 -770 771 800, + c 10: -771 -768 769 799, + c 11: -769 -766 767 798, + c 12: -767 -764 765 797, + c 13: -765 -762 763 796, + c 14: -763 -760 761 795, + c 15: -761 -758 759 794, + c 16: -759 -756 757 793, + c 17: -757 -754 755 792, + c 18: -755 -752 753 791, + c 19: -753 -750 751 790, + c 20: -748 749 789 -751, + c 21: -745 746 786 -747, + c 22: -746 -743 744 784, + c 23: -744 -741 742 782, + c 24: -742 -739 740 780, + c 25: -740 -737 738 778, + c 26: -738 -735 736 776, + c 27: -736 -733 734 774, + c 28: -734 -731 732 772, + c 29: -732 -729 730 770, + c 30: -730 -727 728 768, + c 31: -728 -725 726 766, + c 32: -726 -723 724 764, + c 33: -724 -721 722 762, + c 34: -722 -719 720 760, + c 35: -720 -717 718 758, + c 36: -718 -715 716 756, + c 37: -716 -713 714 754, + c 38: -714 -711 712 752, + c 39: -712 -709 710 750, + c 40: -707 708 748 -710, + c 41: -704 705 745 -706, + c 42: -705 -702 703 743, + c 43: -703 -700 701 741, + c 44: -701 -698 699 739, + c 45: -699 -696 697 737, + c 46: -697 -694 695 735, + c 47: -695 -692 693 733, + c 48: -693 -690 691 731, + c 49: -691 -688 689 729, + c 50: -689 -686 687 727, + c 51: -687 -684 685 725, + c 52: -685 -682 683 723, + c 53: -683 -680 681 721, + c 54: -681 -678 679 719, + c 55: -679 -676 677 717, + c 56: -677 -674 675 715, + c 57: -675 -672 673 713, + c 58: -673 -670 671 711, + c 59: -671 -668 669 709, + c 60: -666 667 707 -669, + c 61: -663 664 704 -665, + c 62: -664 -661 662 702, + c 63: -662 -659 660 700, + c 64: -660 -657 658 698, + c 65: -658 -655 656 696, + c 66: -656 -653 654 694, + c 67: -654 -651 652 692, + c 68: -652 -649 650 690, + c 69: -650 -647 648 688, + c 70: -648 -645 646 686, + c 71: -646 -643 644 684, + c 72: -644 -641 642 682, + c 73: -642 -639 640 680, + c 74: -640 -637 638 678, + c 75: -638 -635 636 676, + c 76: -636 -633 634 674, + c 77: -634 -631 632 672, + c 78: -632 -629 630 670, + c 79: -630 -627 628 668, + c 80: -625 626 666 -628, + c 81: -622 623 663 -624, + c 82: -623 -620 621 661, + c 83: -621 -618 619 659, + c 84: -619 -616 617 657, + c 85: -617 -614 615 655, + c 86: -615 -612 613 653, + c 87: -613 -610 611 651, + c 88: -611 -608 609 649, + c 89: -609 -606 607 647, + c 90: -607 -604 605 645, + c 91: -605 -602 603 643, + c 92: -603 -600 601 641, + c 93: -601 -598 599 639, + c 94: -599 -596 597 637, + c 95: -597 -594 595 635, + c 96: -595 -592 593 633, + c 97: -593 -590 591 631, + c 98: -591 -588 589 629, + c 99: -589 -586 587 627, + c 100: -584 585 625 -587, + c 101: -581 582 622 -583, + c 102: -582 -579 580 620, + c 103: -580 -577 578 618, + c 104: -578 -575 576 616, + c 105: -576 -573 574 614, + c 106: -574 -571 572 612, + c 107: -572 -569 570 610, + c 108: -570 -567 568 608, + c 109: -568 -565 566 606, + c 110: -566 -563 564 604, + c 111: -564 -561 562 602, + c 112: -562 -559 560 600, + c 113: -560 -557 558 598, + c 114: -558 -555 556 596, + c 115: -556 -553 554 594, + c 116: -554 -551 552 592, + c 117: -552 -549 550 590, + c 118: -550 -547 548 588, + c 119: -548 -545 546 586, + c 120: -543 544 584 -546, + c 121: -540 541 581 -542, + c 122: -541 -538 539 579, + c 123: -539 -536 537 577, + c 124: -537 -534 535 575, + c 125: -535 -532 533 573, + c 126: -533 -530 531 571, + c 127: -531 -528 529 569, + c 128: -529 -526 527 567, + c 129: -527 -524 525 565, + c 130: -525 -522 523 563, + c 131: -523 -520 521 561, + c 132: -521 -518 519 559, + c 133: -519 -516 517 557, + c 134: -517 -514 515 555, + c 135: -515 -512 513 553, + c 136: -513 -510 511 551, + c 137: -511 -508 509 549, + c 138: -509 -506 507 547, + c 139: -507 -504 505 545, + c 140: -502 503 543 -505, + c 141: -499 500 540 -501, + c 142: -500 -497 498 538, + c 143: -498 -495 496 536, + c 144: -496 -493 494 534, + c 145: -494 -491 492 532, + c 146: -492 -489 490 530, + c 147: -490 -487 488 528, + c 148: -488 -485 486 526, + c 149: -486 -483 484 524, + c 150: -484 -481 482 522, + c 151: -482 -479 480 520, + c 152: -480 -477 478 518, + c 153: -478 -475 476 516, + c 154: -476 -473 474 514, + c 155: -474 -471 472 512, + c 156: -472 -469 470 510, + c 157: -470 -467 468 508, + c 158: -468 -465 466 506, + c 159: -466 -463 464 504, + c 160: -461 462 502 -464, + c 161: -458 459 499 -460, + c 162: -459 -456 457 497, + c 163: -457 -454 455 495, + c 164: -455 -452 453 493, + c 165: -453 -450 451 491, + c 166: -451 -448 449 489, + c 167: -449 -446 447 487, + c 168: -447 -444 445 485, + c 169: -445 -442 443 483, + c 170: -443 -440 441 481, + c 171: -441 -438 439 479, + c 172: -439 -436 437 477, + c 173: -437 -434 435 475, + c 174: -435 -432 433 473, + c 175: -433 -430 431 471, + c 176: -431 -428 429 469, + c 177: -429 -426 427 467, + c 178: -427 -424 425 465, + c 179: -425 -422 423 463, + c 180: -420 421 461 -423, + c 181: -417 418 458 -419, + c 182: -418 -415 416 456, + c 183: -416 -413 414 454, + c 184: -414 -411 412 452, + c 185: -412 -409 410 450, + c 186: -410 -407 408 448, + c 187: -408 -405 406 446, + c 188: -406 -403 404 444, + c 189: -404 -401 402 442, + c 190: -402 -399 400 440, + c 191: -400 -397 398 438, + c 192: -398 -395 396 436, + c 193: -396 -393 394 434, + c 194: -394 -391 392 432, + c 195: -392 -389 390 430, + c 196: -390 -387 388 428, + c 197: -388 -385 386 426, + c 198: -386 -383 384 424, + c 199: -384 -381 382 422, + c 200: -379 380 420 -382, + c 201: -376 377 417 -378, + c 202: -377 -374 375 415, + c 203: -375 -372 373 413, + c 204: -373 -370 371 411, + c 205: -371 -368 369 409, + c 206: -369 -366 367 407, + c 207: -367 -364 365 405, + c 208: -365 -362 363 403, + c 209: -363 -360 361 401, + c 210: -361 -358 359 399, + c 211: -359 -356 357 397, + c 212: -357 -354 355 395, + c 213: -355 -352 353 393, + c 214: -353 -350 351 391, + c 215: -351 -348 349 389, + c 216: -349 -346 347 387, + c 217: -347 -344 345 385, + c 218: -345 -342 343 383, + c 219: -343 -340 341 381, + c 220: -338 339 379 -341, + c 221: -335 336 376 -337, + c 222: -336 -333 334 374, + c 223: -334 -331 332 372, + c 224: -332 -329 330 370, + c 225: -330 -327 328 368, + c 226: -328 -325 326 366, + c 227: -326 -323 324 364, + c 228: -324 -321 322 362, + c 229: -322 -319 320 360, + c 230: -320 -288 -1739, + c 231: -318 -316 317 354, + c 232: -317 -314 315 352, + c 233: -315 -312 313 350, + c 234: -313 -310 311 348, + c 235: -311 -308 309 346, + c 236: -309 -306 307 344, + c 237: -307 -304 305 342, + c 238: -305 -302 303 340, + c 239: -300 301 338 -303, + c 240: -299 -297 -1740, + c 241: -298 -295 -1741, + c 242: -296 -286 288, + c 243: -294 -292 -1742, + c 244: -293 -290 -1743, + c 245: -291 -267 -1744, + c 246: -289 287 -1745, + c 247: -287 285 294, + c 248: -246 247 -285 -250, + c 249: -282 283 335 -284, + c 250: -283 -280 281 333, + c 251: -281 -278 279 331, + c 252: -279 -276 277 329, + c 253: -277 -274 275 327, + c 254: -275 -272 273 325, + c 255: -273 -270 271 323, + c 256: -271 -268 -1746, + c 257: -266 -263 264 312, + c 258: -264 -261 262 310, + c 259: -262 -259 260 308, + c 260: -260 -257 258 306, + c 261: -258 -255 256 304, + c 262: -256 -253 254 302, + c 263: -251 252 300 -254, + c 264: 248 250 286 -249, + c 265: 209 211 -248 -210, + c 266: -243 244 282 -245, + c 267: -244 -241 242 280, + c 268: -242 -239 240 278, + c 269: -240 -237 238 276, + c 270: -238 -235 236 274, + c 271: -236 -233 234 272, + c 272: -234 -231 232 270, + c 273: -229 230 268 -232, + c 274: -226 227 265 -228, + c 275: -227 -224 225 263, + c 276: -225 -222 223 261, + c 277: -223 -220 221 259, + c 278: -221 -218 219 257, + c 279: -219 -216 217 255, + c 280: -217 -214 215 253, + c 281: -212 213 251 -215, + c 282: -207 208 246 -211, + c 283: 170 172 -209 -171, + c 284: -204 205 243 -206, + c 285: -205 -202 203 241, + c 286: -203 -200 201 239, + c 287: -201 -198 199 237, + c 288: -199 -196 197 235, + c 289: -197 -194 195 233, + c 290: -195 -192 193 231, + c 291: -190 191 229 -193, + c 292: -187 188 226 -189, + c 293: -188 -185 186 224, + c 294: -186 -183 184 222, + c 295: -184 -181 182 220, + c 296: -182 -179 180 218, + c 297: -180 -177 178 216, + c 298: -178 -175 176 214, + c 299: -173 174 212 -176, + c 300: -168 169 207 -172, + c 301: 131 133 -170 -132, + c 302: -165 166 204 -167, + c 303: -166 -163 164 202, + c 304: -164 -161 162 200, + c 305: -162 -159 160 198, + c 306: -160 -157 158 196, + c 307: -158 -155 156 194, + c 308: -156 -153 154 192, + c 309: -151 152 190 -154, + c 310: -148 149 187 -150, + c 311: -149 -146 147 185, + c 312: -147 -144 145 183, + c 313: -145 -142 143 181, + c 314: -143 -140 141 179, + c 315: -141 -138 139 177, + c 316: -139 -136 137 175, + c 317: -134 135 173 -137, + c 318: -129 130 168 -133, + c 319: 92 94 -131 -93, + c 320: -126 127 165 -128, + c 321: -127 -124 125 163, + c 322: -125 -122 123 161, + c 323: -123 -120 121 159, + c 324: -121 -118 119 157, + c 325: -119 -116 117 155, + c 326: -117 -114 115 153, + c 327: -112 113 151 -115, + c 328: -109 110 148 -111, + c 329: -110 -107 108 146, + c 330: -108 -105 106 144, + c 331: -106 -103 104 142, + c 332: -104 -101 102 140, + c 333: -102 -99 100 138, + c 334: -100 -97 98 136, + c 335: -95 96 134 -98, + c 336: -90 91 129 -94, + c 337: 53 55 -92 -54, + c 338: -87 88 126 -89, + c 339: -85 86 124 -88, + c 340: -83 84 122 -86, + c 341: -81 82 120 -84, + c 342: -79 80 118 -82, + c 343: -77 78 116 -80, + c 344: -75 76 114 -78, + c 345: -73 74 112 -76, + c 346: -70 71 109 -72, + c 347: -68 69 107 -71, + c 348: -66 67 105 -69, + c 349: -64 65 103 -67, + c 350: -62 63 101 -65, + c 351: -60 61 99 -63, + c 352: -58 59 97 -61, + c 353: -56 57 95 -59, + c 354: -51 52 90 -55, + c 355: 48 50 -53 -49, + c 356: -46 47 51 -50, + c 357: 43 45 -48 -44, + c 358: -41 42 46 -45, + c 359: 38 40 -43 -39, + c 360: -36 37 41 -40, + c 361: 33 35 -38 -34, + c 362: -31 32 36 -35, + c 363: 28 30 -33 -29, + c 364: -26 27 31 -30, + c 365: -22 23 -28 -25, + c 366: 21 24 26 -23, + c 367: 16 19 -21 -18, + c 368: -17 18 22 -20, + c 369: 11 14 -16 -13, + c 370: -12 13 17 -15, + c 371: 6 9 -11 -8, + c 372: -7 8 12 -10, + c 373: -4 -1 2 -6, + c 374: -5 -3 4 7, + c 375: -809 810 811 -812, + c 376: -810 -813 814 815, + c 377: -814 -816 817 818, + c 378: -817 -819 820 821, + c 379: -820 -822 823 824, + c 380: -823 -825 826 827, + c 381: -826 -828 829 830, + c 382: -829 -831 832 833, + c 383: -832 -834 835 836, + c 384: -835 -837 838 839, + c 385: -838 -840 841 842, + c 386: -841 -843 844 845, + c 387: -844 -846 847 848, + c 388: -847 -849 850 851, + c 389: -850 -852 853 854, + c 390: -853 -855 856 857, + c 391: -856 -858 859 860, + c 392: -859 -861 862 863, + c 393: -862 -864 865 866, + c 394: -867 868 869 -865, + c 395: -870 871 809 -872, + c 396: -871 -873 874 813, + c 397: -874 -875 876 816, + c 398: -876 -877 878 819, + c 399: -878 -879 880 822, + c 400: -880 -881 882 825, + c 401: -882 -883 884 828, + c 402: -884 -885 886 831, + c 403: -886 -887 888 834, + c 404: -888 -889 890 837, + c 405: -890 -891 892 840, + c 406: -892 -893 894 843, + c 407: -894 -895 896 846, + c 408: -896 -897 898 849, + c 409: -898 -899 900 852, + c 410: -900 -901 902 855, + c 411: -902 -903 904 858, + c 412: -904 -905 906 861, + c 413: -906 -907 908 864, + c 414: -909 910 867 -908, + c 415: -911 912 870 -913, + c 416: -912 -914 915 873, + c 417: -915 -916 917 875, + c 418: -917 -918 919 877, + c 419: -919 -920 921 879, + c 420: -921 -922 923 881, + c 421: -923 -924 925 883, + c 422: -925 -926 927 885, + c 423: -927 -928 929 887, + c 424: -929 -930 931 889, + c 425: -931 -932 933 891, + c 426: -933 -934 935 893, + c 427: -935 -936 937 895, + c 428: -937 -938 939 897, + c 429: -939 -940 941 899, + c 430: -941 -942 943 901, + c 431: -943 -944 945 903, + c 432: -945 -946 947 905, + c 433: -947 -948 949 907, + c 434: -950 951 909 -949, + c 435: -952 953 911 -954, + c 436: -953 -955 956 914, + c 437: -956 -957 958 916, + c 438: -958 -959 960 918, + c 439: -960 -961 962 920, + c 440: -962 -963 964 922, + c 441: -964 -965 966 924, + c 442: -966 -967 968 926, + c 443: -968 -969 970 928, + c 444: -970 -971 972 930, + c 445: -972 -973 974 932, + c 446: -974 -975 976 934, + c 447: -976 -977 978 936, + c 448: -978 -979 980 938, + c 449: -980 -981 982 940, + c 450: -982 -983 984 942, + c 451: -984 -985 986 944, + c 452: -986 -987 988 946, + c 453: -988 -989 990 948, + c 454: -991 992 950 -990, + c 455: -993 994 952 -995, + c 456: -994 -996 997 955, + c 457: -997 -998 999 957, + c 458: -999 -1000 1001 959, + c 459: -1001 -1002 1003 961, + c 460: -1003 -1004 1005 963, + c 461: -1005 -1006 1007 965, + c 462: -1007 -1008 1009 967, + c 463: -1009 -1010 1011 969, + c 464: -1011 -1012 1013 971, + c 465: -1013 -1014 1015 973, + c 466: -1015 -1016 1017 975, + c 467: -1017 -1018 1019 977, + c 468: -1019 -1020 1021 979, + c 469: -1021 -1022 1023 981, + c 470: -1023 -1024 1025 983, + c 471: -1025 -1026 1027 985, + c 472: -1027 -1028 1029 987, + c 473: -1029 -1030 1031 989, + c 474: -1032 1033 991 -1031, + c 475: -1034 1035 993 -1036, + c 476: -1035 -1037 1038 996, + c 477: -1038 -1039 1040 998, + c 478: -1040 -1041 1042 1000, + c 479: -1042 -1043 1044 1002, + c 480: -1044 -1045 1046 1004, + c 481: -1046 -1047 1048 1006, + c 482: -1048 -1049 1050 1008, + c 483: -1050 -1051 1052 1010, + c 484: -1052 -1053 1054 1012, + c 485: -1054 -1055 1056 1014, + c 486: -1056 -1057 1058 1016, + c 487: -1058 -1059 1060 1018, + c 488: -1060 -1061 1062 1020, + c 489: -1062 -1063 1064 1022, + c 490: -1064 -1065 1066 1024, + c 491: -1066 -1067 1068 1026, + c 492: -1068 -1069 1070 1028, + c 493: -1070 -1071 1072 1030, + c 494: -1073 1074 1032 -1072, + c 495: -1075 1076 1034 -1077, + c 496: -1076 -1078 1079 1037, + c 497: -1079 -1080 1081 1039, + c 498: -1081 -1082 1083 1041, + c 499: -1083 -1084 1085 1043, + c 500: -1085 -1086 1087 1045, + c 501: -1087 -1088 1089 1047, + c 502: -1089 -1090 1091 1049, + c 503: -1091 -1092 1093 1051, + c 504: -1093 -1094 1095 1053, + c 505: -1095 -1096 1097 1055, + c 506: -1097 -1098 1099 1057, + c 507: -1099 -1100 1101 1059, + c 508: -1101 -1102 1103 1061, + c 509: -1103 -1104 1105 1063, + c 510: -1105 -1106 1107 1065, + c 511: -1107 -1108 1109 1067, + c 512: -1109 -1110 1111 1069, + c 513: -1111 -1112 1113 1071, + c 514: -1114 1115 1073 -1113, + c 515: -1116 1117 1075 -1118, + c 516: -1117 -1119 1120 1078, + c 517: -1120 -1121 1122 1080, + c 518: -1122 -1123 1124 1082, + c 519: -1124 -1125 1126 1084, + c 520: -1126 -1127 1128 1086, + c 521: -1128 -1129 1130 1088, + c 522: -1130 -1131 1132 1090, + c 523: -1132 -1133 1134 1092, + c 524: -1134 -1135 1136 1094, + c 525: -1136 -1137 1138 1096, + c 526: -1138 -1139 1140 1098, + c 527: -1140 -1141 1142 1100, + c 528: -1142 -1143 1144 1102, + c 529: -1144 -1145 1146 1104, + c 530: -1146 -1147 1148 1106, + c 531: -1148 -1149 1150 1108, + c 532: -1150 -1151 1152 1110, + c 533: -1152 -1153 1154 1112, + c 534: -1155 1156 1114 -1154, + c 535: -1157 1158 1116 -1159, + c 536: -1158 -1160 1161 1119, + c 537: -1161 -1162 1163 1121, + c 538: -1163 -1164 1165 1123, + c 539: -1165 -1166 1167 1125, + c 540: -1167 -1168 1169 1127, + c 541: -1169 -1170 1171 1129, + c 542: -1171 -1172 1173 1131, + c 543: -1173 -1174 1175 1133, + c 544: -1175 -1176 1177 1135, + c 545: -1177 -1178 1179 1137, + c 546: -1179 -1180 1181 1139, + c 547: -1181 -1182 1183 1141, + c 548: -1183 -1184 1185 1143, + c 549: -1185 -1186 1187 1145, + c 550: -1187 -1188 1189 1147, + c 551: -1189 -1190 1191 1149, + c 552: -1191 -1192 1193 1151, + c 553: -1193 -1194 1195 1153, + c 554: -1196 1197 1155 -1195, + c 555: -1198 1199 1157 -1200, + c 556: -1199 -1201 1202 1160, + c 557: -1202 -1203 1204 1162, + c 558: -1204 -1205 1206 1164, + c 559: -1206 -1207 1208 1166, + c 560: -1208 -1209 1210 1168, + c 561: -1210 -1211 1212 1170, + c 562: -1212 -1213 1214 1172, + c 563: -1214 -1215 1216 1174, + c 564: -1216 -1217 1218 1176, + c 565: -1218 -1219 1220 1178, + c 566: -1220 -1221 1222 1180, + c 567: -1222 -1223 1224 1182, + c 568: -1224 -1225 1226 1184, + c 569: -1226 -1227 1228 1186, + c 570: -1228 -1229 1230 1188, + c 571: -1230 -1231 1232 1190, + c 572: -1232 -1233 1234 1192, + c 573: -1234 -1235 1236 1194, + c 574: -1237 1238 1196 -1236, + c 575: -1239 1240 1198 -1241, + c 576: -1240 -1242 1243 1201, + c 577: -1243 -1244 1245 1203, + c 578: -1245 -1246 1247 1205, + c 579: -1247 -1248 1249 1207, + c 580: -1249 -1250 1251 1209, + c 581: -1251 -1252 1253 1211, + c 582: -1253 -1254 1255 1213, + c 583: -1255 -1256 1257 1215, + c 584: -1257 -1258 1259 1217, + c 585: -1259 -1260 1261 1219, + c 586: -1261 -1262 1263 1221, + c 587: -1263 -1264 1265 1223, + c 588: -1265 -1266 1267 1225, + c 589: -1267 -1268 1269 1227, + c 590: -1269 -1270 1271 1229, + c 591: -1271 -1272 1273 1231, + c 592: -1273 -1274 1275 1233, + c 593: -1275 -1276 1277 1235, + c 594: -1278 1279 1237 -1277, + c 595: -1280 1281 1239 -1282, + c 596: -1281 -1283 1284 1242, + c 597: -1284 -1285 1286 1244, + c 598: -1286 -1287 1288 1246, + c 599: -1288 -1289 1290 1248, + c 600: -1290 -1291 1292 1250, + c 601: -1292 -1293 1294 1252, + c 602: -1294 -1295 1296 1254, + c 603: -1296 -1297 1298 1256, + c 604: -1298 -1299 -1747, + c 605: -1303 -1301 1302 1262, + c 606: -1302 -1304 1305 1264, + c 607: -1305 -1306 1307 1266, + c 608: -1307 -1308 1309 1268, + c 609: -1309 -1310 1311 1270, + c 610: -1311 -1312 1313 1272, + c 611: -1313 -1314 1315 1274, + c 612: -1315 -1316 1317 1276, + c 613: -1318 1319 1278 -1317, + c 614: -1320 -1321 -1748, + c 615: -1322 -1323 -1749, + c 616: -1324 -1325 1299, + c 617: -1326 -1327 -1750, + c 618: -1328 -1329 -1751, + c 619: -1330 -1331 -1752, + c 620: -1300 1334 -1753, + c 621: -1334 1335 1326, + c 622: -1336 1337 -1335 -1338, + c 623: -1339 1340 1280 -1341, + c 624: -1340 -1342 1343 1283, + c 625: -1343 -1344 1345 1285, + c 626: -1345 -1346 1347 1287, + c 627: -1347 -1348 1349 1289, + c 628: -1349 -1350 1351 1291, + c 629: -1351 -1352 1353 1293, + c 630: -1353 -1354 -1754, + c 631: -1333 -1356 1357 1306, + c 632: -1357 -1358 1359 1308, + c 633: -1359 -1360 1361 1310, + c 634: -1361 -1362 1363 1312, + c 635: -1363 -1364 1365 1314, + c 636: -1365 -1366 1367 1316, + c 637: -1368 1369 1318 -1367, + c 638: 1370 1338 1325 -1371, + c 639: 1372 1373 -1370 -1374, + c 640: -1375 1376 1339 -1377, + c 641: -1376 -1378 1379 1342, + c 642: -1379 -1380 1381 1344, + c 643: -1381 -1382 1383 1346, + c 644: -1383 -1384 1385 1348, + c 645: -1385 -1386 1387 1350, + c 646: -1387 -1388 1389 1352, + c 647: -1390 1391 1354 -1389, + c 648: -1392 1393 1332 -1394, + c 649: -1393 -1395 1396 1356, + c 650: -1396 -1397 1398 1358, + c 651: -1398 -1399 1400 1360, + c 652: -1400 -1401 1402 1362, + c 653: -1402 -1403 1404 1364, + c 654: -1404 -1405 1406 1366, + c 655: -1407 1408 1368 -1406, + c 656: -1409 1410 1336 -1373, + c 657: 1411 1412 -1372 -1413, + c 658: -1414 1415 1375 -1416, + c 659: -1415 -1417 1418 1378, + c 660: -1418 -1419 1420 1380, + c 661: -1420 -1421 1422 1382, + c 662: -1422 -1423 1424 1384, + c 663: -1424 -1425 1426 1386, + c 664: -1426 -1427 1428 1388, + c 665: -1429 1430 1390 -1428, + c 666: -1431 1432 1392 -1433, + c 667: -1432 -1434 1435 1395, + c 668: -1435 -1436 1437 1397, + c 669: -1437 -1438 1439 1399, + c 670: -1439 -1440 1441 1401, + c 671: -1441 -1442 1443 1403, + c 672: -1443 -1444 1445 1405, + c 673: -1446 1447 1407 -1445, + c 674: -1448 1449 1409 -1412, + c 675: 1450 1451 -1411 -1452, + c 676: -1453 1454 1414 -1455, + c 677: -1454 -1456 1457 1417, + c 678: -1457 -1458 1459 1419, + c 679: -1459 -1460 1461 1421, + c 680: -1461 -1462 1463 1423, + c 681: -1463 -1464 1465 1425, + c 682: -1465 -1466 1467 1427, + c 683: -1468 1469 1429 -1467, + c 684: -1470 1471 1431 -1472, + c 685: -1471 -1473 1474 1434, + c 686: -1474 -1475 1476 1436, + c 687: -1476 -1477 1478 1438, + c 688: -1478 -1479 1480 1440, + c 689: -1480 -1481 1482 1442, + c 690: -1482 -1483 1484 1444, + c 691: -1485 1486 1446 -1484, + c 692: -1487 1488 1448 -1451, + c 693: 1489 1490 -1450 -1491, + c 694: -1492 1493 1453 -1494, + c 695: -1493 -1495 1496 1456, + c 696: -1496 -1497 1498 1458, + c 697: -1498 -1499 1500 1460, + c 698: -1500 -1501 1502 1462, + c 699: -1502 -1503 1504 1464, + c 700: -1504 -1505 1506 1466, + c 701: -1507 1508 1468 -1506, + c 702: -1509 1510 1470 -1511, + c 703: -1510 -1512 1513 1473, + c 704: -1513 -1514 1515 1475, + c 705: -1515 -1516 1517 1477, + c 706: -1517 -1518 1519 1479, + c 707: -1519 -1520 1521 1481, + c 708: -1521 -1522 1523 1483, + c 709: -1524 1525 1485 -1523, + c 710: -1526 1527 1487 -1490, + c 711: 1528 1529 -1489 -1530, + c 712: -1531 1532 1492 -1533, + c 713: -1534 1535 1495 -1532, + c 714: -1536 1537 1497 -1535, + c 715: -1538 1539 1499 -1537, + c 716: -1540 1541 1501 -1539, + c 717: -1542 1543 1503 -1541, + c 718: -1544 1545 1505 -1543, + c 719: -1546 1547 1507 -1545, + c 720: -1548 1549 1509 -1550, + c 721: -1551 1552 1512 -1549, + c 722: -1553 1554 1514 -1552, + c 723: -1555 1556 1516 -1554, + c 724: -1557 1558 1518 -1556, + c 725: -1559 1560 1520 -1558, + c 726: -1561 1562 1522 -1560, + c 727: -1563 1564 1524 -1562, + c 728: -1565 1566 1526 -1529, + c 729: 1567 1568 -1528 -1569, + c 730: -1570 1571 1565 -1568, + c 731: 1572 1573 -1567 -1574, + c 732: -1575 1576 1570 -1573, + c 733: 1577 1578 -1572 -1579, + c 734: -1580 1581 1575 -1578, + c 735: 1582 1583 -1577 -1584, + c 736: -1585 1586 1580 -1583, + c 737: 1587 1588 -1582 -1589, + c 738: -1590 1591 1585 -1588, + c 739: -1592 1593 -1587 -1594, + c 740: 1595 1596 1590 -1593, + c 741: 1597 1598 -1595 -1599, + c 742: -1600 1599 1592 -1601, + c 743: 1602 1603 -1597 -1604, + c 744: -1605 1604 1600 -1606, + c 745: 1607 1608 -1602 -1609, + c 746: -1610 1609 1605 -1611, + c 747: -1614 -1612 1613 -1607, + c 748: -1616 -1615 1614 1610, + c 749: 808 1617 -811 -1618, + c 750: 788 1617 -812 -1619, + c 751: 807 1618 -815 -1620, + c 752: 806 1620 -818 -1621, + c 753: 805 1621 -821 -1622, + c 754: 804 1622 -824 -1623, + c 755: 803 1623 -827 -1624, + c 756: 802 1624 -830 -1625, + c 757: 801 1625 -833 -1626, + c 758: 800 1626 -836 -1627, + c 759: 799 1627 -839 -1628, + c 760: 798 1628 -842 -1629, + c 761: 797 1629 -845 -1630, + c 762: 796 1630 -848 -1631, + c 763: 795 1631 -851 -1632, + c 764: 794 1632 -854 -1633, + c 765: 793 1633 -857 -1634, + c 766: 792 1634 -860 -1635, + c 767: 791 1635 -863 -1636, + c 768: 790 1636 -866 -1637, + c 769: 749 1638 -868 -1639, + c 770: 789 1637 -869 -1638, + c 771: 747 1619 -872 -1640, + c 772: 708 1639 -910 -1641, + c 773: 706 1640 -913 -1642, + c 774: 667 1641 -951 -1643, + c 775: 665 1642 -954 -1644, + c 776: 626 1643 -992 -1645, + c 777: 624 1644 -995 -1646, + c 778: 585 1645 -1033 -1647, + c 779: 583 1646 -1036 -1648, + c 780: 544 1647 -1074 -1649, + c 781: 542 1648 -1077 -1650, + c 782: 503 1649 -1115 -1651, + c 783: 501 1650 -1118 -1652, + c 784: 462 1651 -1156 -1653, + c 785: 460 1652 -1159 -1654, + c 786: 421 1653 -1197 -1655, + c 787: 419 1654 -1200 -1656, + c 788: 380 1655 -1238 -1657, + c 789: 378 1656 -1241 -1658, + c 790: 339 1657 -1279 -1659, + c 791: 337 1658 -1282 -1660, + c 792: 301 1659 -1319 -1661, + c 793: 297 1662 -1321 -1663, + c 794: 295 1663 -1323 -1664, + c 795: 292 1665 -1327 -1666, + c 796: 290 1666 -1329 -1667, + c 797: 267 1667 -1331 -1668, + c 798: 247 1665 -1337 -1669, + c 799: 284 1660 -1341 -1670, + c 800: 269 1662 -1355 -1671, + c 801: 252 1661 -1369 -1672, + c 802: 249 1664 -1371 -1673, + c 803: 210 1673 -1374 -1674, + c 804: 245 1670 -1377 -1675, + c 805: 230 1671 -1391 -1676, + c 806: 228 1668 -1394 -1677, + c 807: 213 1672 -1408 -1678, + c 808: 208 1669 -1410 -1679, + c 809: 171 1674 -1413 -1680, + c 810: 206 1675 -1416 -1681, + c 811: 191 1676 -1430 -1682, + c 812: 189 1677 -1433 -1683, + c 813: 174 1678 -1447 -1684, + c 814: 169 1679 -1449 -1685, + c 815: 132 1680 -1452 -1686, + c 816: 167 1681 -1455 -1687, + c 817: 152 1682 -1469 -1688, + c 818: 150 1683 -1472 -1689, + c 819: 135 1684 -1486 -1690, + c 820: 130 1685 -1488 -1691, + c 821: 93 1686 -1491 -1692, + c 822: 128 1687 -1494 -1693, + c 823: 113 1688 -1508 -1694, + c 824: 111 1689 -1511 -1695, + c 825: 96 1690 -1525 -1696, + c 826: 91 1691 -1527 -1697, + c 827: 54 1692 -1530 -1698, + c 828: 87 1699 -1531 -1700, + c 829: 89 1693 -1533 -1699, + c 830: 85 1700 -1534 -1701, + c 831: 83 1701 -1536 -1702, + c 832: 81 1702 -1538 -1703, + c 833: 79 1703 -1540 -1704, + c 834: 77 1704 -1542 -1705, + c 835: 75 1705 -1544 -1706, + c 836: 73 1706 -1546 -1707, + c 837: 74 1694 -1547 -1707, + c 838: 70 1708 -1548 -1709, + c 839: 72 1695 -1550 -1708, + c 840: 68 1709 -1551 -1710, + c 841: 66 1710 -1553 -1711, + c 842: 64 1711 -1555 -1712, + c 843: 62 1712 -1557 -1713, + c 844: 60 1713 -1559 -1714, + c 845: 58 1714 -1561 -1715, + c 846: 56 1715 -1563 -1716, + c 847: 57 1696 -1564 -1716, + c 848: 52 1697 -1566 -1717, + c 849: 49 1698 -1569 -1718, + c 850: 47 1717 -1571 -1719, + c 851: 44 1718 -1574 -1720, + c 852: 42 1719 -1576 -1721, + c 853: 39 1720 -1579 -1722, + c 854: 37 1721 -1581 -1723, + c 855: 34 1722 -1584 -1724, + c 856: 32 1723 -1586 -1725, + c 857: 29 1724 -1589 -1726, + c 858: 27 1725 -1591 -1727, + c 859: 25 1726 -1594 -1728, + c 860: 24 1727 -1596 -1729, + c 861: 19 1729 -1598 -1730, + c 862: 20 1728 -1601 -1731, + c 863: 14 1730 -1603 -1732, + c 864: 15 1731 -1606 -1733, + c 865: 9 1732 -1608 -1734, + c 866: 10 1733 -1611 -1735, + c 867: 1 1736 -1612 -1737, + c 868: 2 1734 -1613 -1737, + c 869: 3 1738 -1615 -1736, + c 870: 5 1735 -1616 -1738, + c 871: 289 358 1739, + c 872: 298 321 1740, + c 873: 296 319 1741, + c 874: 293 316 1742, + c 875: 291 314 1743, + c 876: -265 266 1744, + c 877: 318 356 1745, + c 878: 269 299 1746, + c 879: 1300 1258 1747, + c 880: 1322 1295 1748, + c 881: 1324 1297 1749, + c 882: 1328 1301 1750, + c 883: 1330 1304 1751, + c 884: -1332 1333 1752, + c 885: 1303 1260 1753, + c 886: 1355 1320 1754; +Overlap: + ErefRA 257 { + 1 3 2 5 9 10 14 15 19 20 + 24 25 27 29 32 34 37 39 42 44 + 47 49 52 54 56 57 58 60 62 64 + 66 68 70 72 73 74 75 77 79 81 + 83 85 87 89 91 93 96 111 113 128 + 130 132 135 150 152 167 169 171 174 189 + 191 206 208 210 213 228 230 245 247 249 + 252 267 269 284 290 292 295 297 301 337 + 339 378 380 419 421 460 462 501 503 542 + 544 583 585 624 626 665 667 706 708 747 + 749 788 789 790 791 792 793 794 795 796 + 797 798 799 800 801 802 803 804 805 806 + 807 808 1612 1615 1613 1616 1608 1611 1603 1606 + 1598 1601 1596 1594 1591 1589 1586 1584 1581 1579 + 1576 1574 1571 1569 1566 1530 1563 1564 1561 1559 + 1557 1555 1553 1551 1548 1550 1546 1547 1544 1542 + 1540 1538 1536 1534 1531 1533 1527 1491 1525 1511 + 1508 1494 1488 1452 1486 1472 1469 1455 1449 1413 + 1447 1433 1430 1416 1410 1374 1408 1394 1391 1377 + 1337 1371 1369 1331 1355 1341 1329 1327 1323 1321 + 1319 1282 1279 1241 1238 1200 1197 1159 1156 1118 + 1115 1077 1074 1036 1033 995 992 954 951 913 + 910 872 868 812 869 866 863 860 857 854 + 851 848 845 842 839 836 833 830 827 824 + 821 818 815 811 1736 1737 1738 1617 1638 1662 + 1664 1665 1667 1699 1707 1708 1716 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 0; + CrefRA 382 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 183 184 185 186 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 210 + 211 212 213 214 215 216 217 218 219 220 + 221 222 223 224 225 226 227 228 229 230 871 + 231 232 233 234 235 236 237 238 239 240 872 + 241 873 242 243 874 244 875 245 876 246 877 247 248 249 250 + 251 252 253 254 255 256 878 257 258 259 260 + 261 262 263 264 265 266 267 268 269 270 + 271 272 273 274 275 276 277 278 279 280 + 281 282 283 284 285 286 287 288 289 290 + 291 292 293 294 295 296 297 298 299 300 + 301 302 303 304 305 306 307 308 309 310 + 311 312 313 314 315 316 317 318 319 320 + 321 322 323 324 325 326 327 328 329 330 + 331 332 333 334 335 336 337 338 339 340 + 341 342 343 344 345 346 347 348 349 350 + 351 352 353 354 355 356 357 358 359 360 + 361 362 363 364 365 366 367 368 369 370 + 371 372 373 374 } + RGrid 0.00175090030842273,0.00172569167258624 -1.5707963267949 1: + 0.0472743083274138,0.0157581027758045 18,1 18: + 17,0 c 19, 16,0 c 18, 15,0 c 17, 14,0 c 16, 13,0 c 15, + 12,0 c 14, 11,0 c 13, 10,0 c 12, 9,0 c 11, 8,0 c 10, + 7,0 c 9, 6,0 c 8, 5,0 c 7, 4,0 c 6, 3,0 c 5, + 2,0 c 4, 1,0 c 3, 0,0 c 2; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,0.0157581027758046 16,1 16: + 0,0 c 320, 1,0 c 302, 2,0 c 284, 3,0 c 266, 4,0 c 249, + 5,0 c 221, 6,0 c 201, 7,0 c 181, 8,0 c 161, 9,0 c 141, + 10,0 c 121, 11,0 c 101, 12,0 c 81, 13,0 c 61, 14,0 c 41, + 15,0 c 21; + RGrid 0.00175090030842273,0.00175090030842273 -1.5707963267949 1: + 0.01925990339265,0.0157581027758045 18,16 256: + 17,0 c 334, 16,0 c 333, 15,0 c 332, 14,0 c 331, 13,0 c 330, + 12,0 c 329, 5,0 c 326, 4,0 c 325, 3,0 c 324, 2,0 c 323, + 1,0 c 322, 0,0 c 321, 17,1 c 316, 16,1 c 315, 15,1 c 314, + 14,1 c 313, 13,1 c 312, 12,1 c 311, 5,1 c 308, 4,1 c 307, + 3,1 c 306, 2,1 c 305, 1,1 c 304, 0,1 c 303, 17,2 c 298, + 16,2 c 297, 15,2 c 296, 14,2 c 295, 13,2 c 294, 12,2 c 293, + 5,2 c 290, 4,2 c 289, 3,2 c 288, 2,2 c 287, 1,2 c 286, + 0,2 c 285, 17,3 c 280, 16,3 c 279, 15,3 c 278, 14,3 c 277, + 13,3 c 276, 12,3 c 275, 5,3 c 272, 4,3 c 271, 3,3 c 270, + 2,3 c 269, 1,3 c 268, 0,3 c 267, 17,4 c 262, 16,4 c 261, + 15,4 c 260, 14,4 c 259, 13,4 c 258, 12,4 c 257, 5,4 c 255, + 4,4 c 254, 3,4 c 253, 2,4 c 252, 1,4 c 251, 0,4 c 250, + 17,5 c 238, 16,5 c 237, 15,5 c 236, 14,5 c 235, 13,5 c 234, + 12,5 c 233, 11,5 c 232, 10,5 c 231, 7,5 c 229, 6,5 c 228, + 5,5 c 227, 4,5 c 226, 3,5 c 225, 2,5 c 224, 1,5 c 223, + 0,5 c 222, 17,6 c 219, 16,6 c 218, 15,6 c 217, 14,6 c 216, + 13,6 c 215, 12,6 c 214, 11,6 c 213, 10,6 c 212, 9,6 c 211, + 8,6 c 210, 7,6 c 209, 6,6 c 208, 5,6 c 207, 4,6 c 206, + 3,6 c 205, 2,6 c 204, 1,6 c 203, 0,6 c 202, 17,7 c 199, + 16,7 c 198, 15,7 c 197, 14,7 c 196, 13,7 c 195, 12,7 c 194, + 11,7 c 193, 10,7 c 192, 9,7 c 191, 8,7 c 190, 7,7 c 189, + 6,7 c 188, 5,7 c 187, 4,7 c 186, 3,7 c 185, 2,7 c 184, + 1,7 c 183, 0,7 c 182, 17,8 c 179, 16,8 c 178, 15,8 c 177, + 14,8 c 176, 13,8 c 175, 12,8 c 174, 11,8 c 173, 10,8 c 172, + 9,8 c 171, 8,8 c 170, 7,8 c 169, 6,8 c 168, 5,8 c 167, + 4,8 c 166, 3,8 c 165, 2,8 c 164, 1,8 c 163, 0,8 c 162, + 17,9 c 159, 16,9 c 158, 15,9 c 157, 14,9 c 156, 13,9 c 155, + 12,9 c 154, 11,9 c 153, 10,9 c 152, 9,9 c 151, 8,9 c 150, + 7,9 c 149, 6,9 c 148, 5,9 c 147, 4,9 c 146, 3,9 c 145, + 2,9 c 144, 1,9 c 143, 0,9 c 142, 17,10 c 139, 16,10 c 138, + 15,10 c 137, 14,10 c 136, 13,10 c 135, 12,10 c 134, 11,10 c 133, + 10,10 c 132, 9,10 c 131, 8,10 c 130, 7,10 c 129, 6,10 c 128, + 5,10 c 127, 4,10 c 126, 3,10 c 125, 2,10 c 124, 1,10 c 123, + 0,10 c 122, 17,11 c 119, 16,11 c 118, 15,11 c 117, 14,11 c 116, + 13,11 c 115, 12,11 c 114, 11,11 c 113, 10,11 c 112, 9,11 c 111, + 8,11 c 110, 7,11 c 109, 6,11 c 108, 5,11 c 107, 4,11 c 106, + 3,11 c 105, 2,11 c 104, 1,11 c 103, 0,11 c 102, 17,12 c 99, + 16,12 c 98, 15,12 c 97, 14,12 c 96, 13,12 c 95, 12,12 c 94, + 11,12 c 93, 10,12 c 92, 9,12 c 91, 8,12 c 90, 7,12 c 89, + 6,12 c 88, 5,12 c 87, 4,12 c 86, 3,12 c 85, 2,12 c 84, + 1,12 c 83, 0,12 c 82, 17,13 c 79, 16,13 c 78, 15,13 c 77, + 14,13 c 76, 13,13 c 75, 12,13 c 74, 11,13 c 73, 10,13 c 72, + 9,13 c 71, 8,13 c 70, 7,13 c 69, 6,13 c 68, 5,13 c 67, + 4,13 c 66, 3,13 c 65, 2,13 c 64, 1,13 c 63, 0,13 c 62, + 17,14 c 59, 16,14 c 58, 15,14 c 57, 14,14 c 56, 13,14 c 55, + 12,14 c 54, 11,14 c 53, 10,14 c 52, 9,14 c 51, 8,14 c 50, + 7,14 c 49, 6,14 c 48, 5,14 c 47, 4,14 c 46, 3,14 c 45, + 2,14 c 44, 1,14 c 43, 0,14 c 42, 17,15 c 39, 16,15 c 38, + 15,15 c 37, 14,15 c 36, 13,15 c 35, 12,15 c 34, 11,15 c 33, + 10,15 c 32, 9,15 c 31, 8,15 c 30, 7,15 c 29, 6,15 c 28, + 5,15 c 27, 4,15 c 26, 3,15 c 25, 2,15 c 24, 1,15 c 23, + 0,15 c 22; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,-0.0166 16,1 16: + 0,0 c 335, 1,0 c 317, 2,0 c 299, 3,0 c 281, 4,0 c 263, + 5,0 c 239, 6,0 c 220, 7,0 c 200, 8,0 c 180, 9,0 c 160, + 10,0 c 140, 11,0 c 120, 12,0 c 100, 13,0 c 80, 14,0 c 60, + 15,0 c 40; + RGrid 0.00172333333333333,0.00165 0 1: + 0.00165,-0.00165 15,2 30: + 0,0 c 371, 0,1 c 372, 1,0 c 369, 1,1 c 370, 2,0 c 367, + 2,1 c 368, 3,0 c 366, 3,1 c 365, 4,0 c 364, 4,1 c 363, + 5,0 c 362, 5,1 c 361, 6,0 c 360, 6,1 c 359, 7,0 c 358, + 7,1 c 357, 8,0 c 356, 8,1 c 355, 9,0 c 354, 9,1 c 337, + 10,0 c 336, 10,1 c 319, 11,0 c 318, 11,1 c 301, 12,0 c 300, + 12,1 c 283, 13,0 c 282, 13,1 c 265, 14,0 c 248, 14,1 c 264; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,0.0049 4,1 4: + 0,0 c 327, 1,0 c 309, 2,0 c 291, 3,0 c 273; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,-0.0052527009252682 4,1 4: + 0,0 c 328, 1,0 c 310, 2,0 c 292, 3,0 c 274; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,0.0052527009252682 1,6 6: + 0,0 c 344, 0,1 c 343, 0,2 c 342, 0,3 c 341, 0,4 c 340, + 0,5 c 339; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,-0.0157581027758046 1,6 6: + 0,0 c 352, 0,1 c 351, 0,2 c 350, 0,3 c 349, 0,4 c 348, + 0,5 c 347; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0,0.00165 2,1 2: + 1,0 c 373, 0,0 c 374; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: impedance 0 0 precedence 0; + CrefRA 382 { + 375 376 377 378 379 380 381 382 383 384 + 385 386 387 388 389 390 391 392 393 394 + 395 396 397 398 399 400 401 402 403 404 + 405 406 407 408 409 410 411 412 413 414 + 415 416 417 418 419 420 421 422 423 424 + 425 426 427 428 429 430 431 432 433 434 + 435 436 437 438 439 440 441 442 443 444 + 445 446 447 448 449 450 451 452 453 454 + 455 456 457 458 459 460 461 462 463 464 + 465 466 467 468 469 470 471 472 473 474 + 475 476 477 478 479 480 481 482 483 484 + 485 486 487 488 489 490 491 492 493 494 + 495 496 497 498 499 500 501 502 503 504 + 505 506 507 508 509 510 511 512 513 514 + 515 516 517 518 519 520 521 522 523 524 + 525 526 527 528 529 530 531 532 533 534 + 535 536 537 538 539 540 541 542 543 544 + 545 546 547 548 549 550 551 552 553 554 + 555 556 557 558 559 560 561 562 563 564 + 565 566 567 568 569 570 571 572 573 574 + 575 576 577 578 579 580 581 582 583 584 + 585 586 587 588 589 590 591 592 593 594 + 595 596 597 598 599 600 601 602 603 604 879 + 605 606 607 608 609 610 611 612 613 614 880 + 615 881 616 617 882 618 883 619 884 620 885 621 622 623 624 + 625 626 627 628 629 630 886 631 632 633 634 + 635 636 637 638 639 640 641 642 643 644 + 645 646 647 648 649 650 651 652 653 654 + 655 656 657 658 659 660 661 662 663 664 + 665 666 667 668 669 670 671 672 673 674 + 675 676 677 678 679 680 681 682 683 684 + 685 686 687 688 689 690 691 692 693 694 + 695 696 697 698 699 700 701 702 703 704 + 705 706 707 708 709 710 711 712 713 714 + 715 716 717 718 719 720 721 722 723 724 + 725 726 727 728 729 730 731 732 733 734 + 735 736 737 738 739 740 741 742 743 744 + 745 746 747 748 } + RGrid 0.00175090030842273,0.00172569167258624 -1.5707963267949 1: + 0.0472743083274138,0.0157581027758045 18,1 18: + 17,0 c 393, 16,0 c 392, 15,0 c 391, 14,0 c 390, 13,0 c 389, + 12,0 c 388, 11,0 c 387, 10,0 c 386, 9,0 c 385, 8,0 c 384, + 7,0 c 383, 6,0 c 382, 5,0 c 381, 4,0 c 380, 3,0 c 379, + 2,0 c 378, 1,0 c 377, 0,0 c 376; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,0.0157581027758046 16,1 16: + 0,0 c 694, 1,0 c 676, 2,0 c 658, 3,0 c 640, 4,0 c 623, + 5,0 c 595, 6,0 c 575, 7,0 c 555, 8,0 c 535, 9,0 c 515, + 10,0 c 495, 11,0 c 475, 12,0 c 455, 13,0 c 435, 14,0 c 415, + 15,0 c 395; + RGrid 0.00175090030842273,0.00175090030842273 -1.5707963267949 1: + 0.01925990339265,0.0157581027758045 18,16 256: + 17,0 c 708, 16,0 c 707, 15,0 c 706, 14,0 c 705, 13,0 c 704, + 12,0 c 703, 5,0 c 700, 4,0 c 699, 3,0 c 698, 2,0 c 697, + 1,0 c 696, 0,0 c 695, 17,1 c 690, 16,1 c 689, 15,1 c 688, + 14,1 c 687, 13,1 c 686, 12,1 c 685, 5,1 c 682, 4,1 c 681, + 3,1 c 680, 2,1 c 679, 1,1 c 678, 0,1 c 677, 17,2 c 672, + 16,2 c 671, 15,2 c 670, 14,2 c 669, 13,2 c 668, 12,2 c 667, + 5,2 c 664, 4,2 c 663, 3,2 c 662, 2,2 c 661, 1,2 c 660, + 0,2 c 659, 17,3 c 654, 16,3 c 653, 15,3 c 652, 14,3 c 651, + 13,3 c 650, 12,3 c 649, 5,3 c 646, 4,3 c 645, 3,3 c 644, + 2,3 c 643, 1,3 c 642, 0,3 c 641, 17,4 c 636, 16,4 c 635, + 15,4 c 634, 14,4 c 633, 13,4 c 632, 12,4 c 631, 5,4 c 629, + 4,4 c 628, 3,4 c 627, 2,4 c 626, 1,4 c 625, 0,4 c 624, + 17,5 c 612, 16,5 c 611, 15,5 c 610, 14,5 c 609, 13,5 c 608, + 12,5 c 607, 11,5 c 606, 10,5 c 605, 7,5 c 603, 6,5 c 602, + 5,5 c 601, 4,5 c 600, 3,5 c 599, 2,5 c 598, 1,5 c 597, + 0,5 c 596, 17,6 c 593, 16,6 c 592, 15,6 c 591, 14,6 c 590, + 13,6 c 589, 12,6 c 588, 11,6 c 587, 10,6 c 586, 9,6 c 585, + 8,6 c 584, 7,6 c 583, 6,6 c 582, 5,6 c 581, 4,6 c 580, + 3,6 c 579, 2,6 c 578, 1,6 c 577, 0,6 c 576, 17,7 c 573, + 16,7 c 572, 15,7 c 571, 14,7 c 570, 13,7 c 569, 12,7 c 568, + 11,7 c 567, 10,7 c 566, 9,7 c 565, 8,7 c 564, 7,7 c 563, + 6,7 c 562, 5,7 c 561, 4,7 c 560, 3,7 c 559, 2,7 c 558, + 1,7 c 557, 0,7 c 556, 17,8 c 553, 16,8 c 552, 15,8 c 551, + 14,8 c 550, 13,8 c 549, 12,8 c 548, 11,8 c 547, 10,8 c 546, + 9,8 c 545, 8,8 c 544, 7,8 c 543, 6,8 c 542, 5,8 c 541, + 4,8 c 540, 3,8 c 539, 2,8 c 538, 1,8 c 537, 0,8 c 536, + 17,9 c 533, 16,9 c 532, 15,9 c 531, 14,9 c 530, 13,9 c 529, + 12,9 c 528, 11,9 c 527, 10,9 c 526, 9,9 c 525, 8,9 c 524, + 7,9 c 523, 6,9 c 522, 5,9 c 521, 4,9 c 520, 3,9 c 519, + 2,9 c 518, 1,9 c 517, 0,9 c 516, 17,10 c 513, 16,10 c 512, + 15,10 c 511, 14,10 c 510, 13,10 c 509, 12,10 c 508, 11,10 c 507, + 10,10 c 506, 9,10 c 505, 8,10 c 504, 7,10 c 503, 6,10 c 502, + 5,10 c 501, 4,10 c 500, 3,10 c 499, 2,10 c 498, 1,10 c 497, + 0,10 c 496, 17,11 c 493, 16,11 c 492, 15,11 c 491, 14,11 c 490, + 13,11 c 489, 12,11 c 488, 11,11 c 487, 10,11 c 486, 9,11 c 485, + 8,11 c 484, 7,11 c 483, 6,11 c 482, 5,11 c 481, 4,11 c 480, + 3,11 c 479, 2,11 c 478, 1,11 c 477, 0,11 c 476, 17,12 c 473, + 16,12 c 472, 15,12 c 471, 14,12 c 470, 13,12 c 469, 12,12 c 468, + 11,12 c 467, 10,12 c 466, 9,12 c 465, 8,12 c 464, 7,12 c 463, + 6,12 c 462, 5,12 c 461, 4,12 c 460, 3,12 c 459, 2,12 c 458, + 1,12 c 457, 0,12 c 456, 17,13 c 453, 16,13 c 452, 15,13 c 451, + 14,13 c 450, 13,13 c 449, 12,13 c 448, 11,13 c 447, 10,13 c 446, + 9,13 c 445, 8,13 c 444, 7,13 c 443, 6,13 c 442, 5,13 c 441, + 4,13 c 440, 3,13 c 439, 2,13 c 438, 1,13 c 437, 0,13 c 436, + 17,14 c 433, 16,14 c 432, 15,14 c 431, 14,14 c 430, 13,14 c 429, + 12,14 c 428, 11,14 c 427, 10,14 c 426, 9,14 c 425, 8,14 c 424, + 7,14 c 423, 6,14 c 422, 5,14 c 421, 4,14 c 420, 3,14 c 419, + 2,14 c 418, 1,14 c 417, 0,14 c 416, 17,15 c 413, 16,15 c 412, + 15,15 c 411, 14,15 c 410, 13,15 c 409, 12,15 c 408, 11,15 c 407, + 10,15 c 406, 9,15 c 405, 8,15 c 404, 7,15 c 403, 6,15 c 402, + 5,15 c 401, 4,15 c 400, 3,15 c 399, 2,15 c 398, 1,15 c 397, + 0,15 c 396; + RGrid 0.00175090030842273,0.000841897224195414 0 1: + 0.01925990339265,-0.0166 16,1 16: + 0,0 c 709, 1,0 c 691, 2,0 c 673, 3,0 c 655, 4,0 c 637, + 5,0 c 613, 6,0 c 594, 7,0 c 574, 8,0 c 554, 9,0 c 534, + 10,0 c 514, 11,0 c 494, 12,0 c 474, 13,0 c 454, 14,0 c 434, + 15,0 c 414; + RGrid 0.00172333333333333,0.00165 0 1: + 0.00165,-0.00165 15,2 30: + 0,0 c 745, 0,1 c 746, 1,0 c 743, 1,1 c 744, 2,0 c 741, + 2,1 c 742, 3,0 c 740, 3,1 c 739, 4,0 c 738, 4,1 c 737, + 5,0 c 736, 5,1 c 735, 6,0 c 734, 6,1 c 733, 7,0 c 732, + 7,1 c 731, 8,0 c 730, 8,1 c 729, 9,0 c 728, 9,1 c 711, + 10,0 c 710, 10,1 c 693, 11,0 c 692, 11,1 c 675, 12,0 c 674, + 12,1 c 657, 13,0 c 656, 13,1 c 639, 14,0 c 622, 14,1 c 638; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,0.0049 4,1 4: + 0,0 c 701, 1,0 c 683, 2,0 c 665, 3,0 c 647; + RGrid 0.00175090030842273,0.000352700925268195 0 1: + 0.01925990339265,-0.0052527009252682 4,1 4: + 0,0 c 702, 1,0 c 684, 2,0 c 666, 3,0 c 648; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,0.0052527009252682 1,6 6: + 0,0 c 718, 0,1 c 717, 0,2 c 716, 0,3 c 715, 0,4 c 714, + 0,5 c 713; + RGrid 0.00175990339265005,0.00175090030842273 0 1: + 0.0175,-0.0157581027758046 1,6 6: + 0,0 c 726, 0,1 c 725, 0,2 c 724, 0,3 c 723, 0,4 c 722, + 0,5 c 721; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0,0.00165 2,1 2: + 1,0 c 747, 0,0 c 748; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: impedance 0 0 precedence 0; + CrefRA 122 { + 749 750 751 752 753 754 755 756 757 758 + 759 760 761 762 763 764 765 766 767 768 + 769 770 771 772 773 774 775 776 777 778 + 779 780 781 782 783 784 785 786 787 788 + 789 790 791 792 793 794 795 796 797 798 + 799 800 801 802 803 804 805 806 807 808 + 809 810 811 812 813 814 815 816 817 818 + 819 820 821 822 823 824 825 826 827 828 + 829 830 831 832 833 834 835 836 837 838 + 839 840 841 842 843 844 845 846 847 848 + 849 850 851 852 853 854 855 856 857 858 + 859 860 861 862 863 864 865 866 867 868 + 869 870 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 1756: + b 1: -1 e 0 c 1, e 2 c 21; + b 2: -1 e 1 c 1, e 0 c 2; + b 3: -1 e 2 c 1, e 0 c 749; + b 4: -1 e 3 c 1, e 0 c 750; + b 5: -1 e 0 c 21, e 2 c 41; + b 6: -1 e 1 c 21, e 0 c 22; + b 7: -1 e 3 c 21, e 0 c 771; + b 8: -1 e 0 c 41, e 2 c 61; + b 9: -1 e 1 c 41, e 0 c 42; + b 10: -1 e 3 c 41, e 0 c 773; + b 11: -1 e 0 c 61, e 2 c 81; + b 12: -1 e 1 c 61, e 0 c 62; + b 13: -1 e 3 c 61, e 0 c 775; + b 14: -1 e 0 c 81, e 2 c 101; + b 15: -1 e 1 c 81, e 0 c 82; + b 16: -1 e 3 c 81, e 0 c 777; + b 17: -1 e 0 c 101, e 2 c 121; + b 18: -1 e 1 c 101, e 0 c 102; + b 19: -1 e 3 c 101, e 0 c 779; + b 20: -1 e 0 c 121, e 2 c 141; + b 21: -1 e 1 c 121, e 0 c 122; + b 22: -1 e 3 c 121, e 0 c 781; + b 23: -1 e 0 c 141, e 2 c 161; + b 24: -1 e 1 c 141, e 0 c 142; + b 25: -1 e 3 c 141, e 0 c 783; + b 26: -1 e 0 c 161, e 2 c 181; + b 27: -1 e 1 c 161, e 0 c 162; + b 28: -1 e 3 c 161, e 0 c 785; + b 29: -1 e 0 c 181, e 2 c 201; + b 30: -1 e 1 c 181, e 0 c 182; + b 31: -1 e 3 c 181, e 0 c 787; + b 32: -1 e 0 c 201, e 2 c 221; + b 33: -1 e 1 c 201, e 0 c 202; + b 34: -1 e 3 c 201, e 0 c 789; + b 35: -1 e 0 c 221, e 2 c 249; + b 36: -1 e 1 c 221, e 0 c 222; + b 37: -1 e 3 c 221, e 0 c 791; + b 38: -1 e 0 c 249, e 2 c 266; + b 39: -1 e 1 c 249, e 0 c 250; + b 40: -1 e 3 c 249, e 0 c 799; + b 41: -1 e 0 c 266, e 2 c 284; + b 42: -1 e 1 c 266, e 0 c 267; + b 43: -1 e 3 c 266, e 0 c 804; + b 44: -1 e 0 c 284, e 2 c 302; + b 45: -1 e 1 c 284, e 0 c 285; + b 46: -1 e 3 c 284, e 0 c 810; + b 47: -1 e 0 c 302, e 2 c 320; + b 48: -1 e 1 c 302, e 0 c 303; + b 49: -1 e 3 c 302, e 0 c 816; + b 50: -1 e 0 c 320, e 2 c 338; + b 51: -1 e 1 c 320, e 0 c 321; + b 52: -1 e 3 c 320, e 0 c 822; + b 53: -1 e 0 c 338, e 0 c 828; + b 54: -1 e 1 c 338, e 3 c 339; + b 55: -1 e 3 c 338, e 0 c 829; + b 56: -1 e 1 c 828, e 3 c 829; + b 57: -1 e 0 c 712, e 2 c 828; + b 58: -1 e 3 c 828, e 1 c 830; + b 59: -1 e 3 c 822, e 1 c 829; + b 60: -1 e 3 c 712, e 2 c 829; + b 61: -1 e 3 c 816, e 1 c 822; + b 62: -1 e 3 c 694, e 2 c 822; + b 63: -1 e 3 c 810, e 1 c 816; + b 64: -1 e 3 c 676, e 2 c 816; + b 65: -1 e 3 c 804, e 1 c 810; + b 66: -1 e 3 c 658, e 2 c 810; + b 67: -1 e 3 c 799, e 1 c 804; + b 68: -1 e 3 c 640, e 2 c 804; + b 69: -1 e 3 c 791, e 1 c 799; + b 70: -1 e 3 c 623, e 2 c 799; + b 71: -1 e 3 c 789, e 1 c 791; + b 72: -1 e 3 c 595, e 2 c 791; + b 73: -1 e 3 c 787, e 1 c 789; + b 74: -1 e 3 c 575, e 2 c 789; + b 75: -1 e 3 c 785, e 1 c 787; + b 76: -1 e 3 c 555, e 2 c 787; + b 77: -1 e 3 c 783, e 1 c 785; + b 78: -1 e 3 c 535, e 2 c 785; + b 79: -1 e 3 c 781, e 1 c 783; + b 80: -1 e 3 c 515, e 2 c 783; + b 81: -1 e 3 c 779, e 1 c 781; + b 82: -1 e 3 c 495, e 2 c 781; + b 83: -1 e 3 c 777, e 1 c 779; + b 84: -1 e 3 c 475, e 2 c 779; + b 85: -1 e 3 c 775, e 1 c 777; + b 86: -1 e 3 c 455, e 2 c 777; + b 87: -1 e 3 c 773, e 1 c 775; + b 88: -1 e 3 c 435, e 2 c 775; + b 89: -1 e 3 c 771, e 1 c 773; + b 90: -1 e 3 c 415, e 2 c 773; + b 91: -1 e 3 c 750, e 1 c 771; + b 92: -1 e 3 c 395, e 2 c 771; + b 93: -1 e 1 c 749, e 1 c 750; + b 94: -1 e 3 c 375, e 2 c 750; + b 95: -1 e 2 c 375, e 2 c 749; + b 96: -1 e 3 c 749, e 1 c 751; + b 97: -1 e 0 c 375, e 2 c 395; + b 98: -1 e 1 c 375, e 0 c 376; + b 99: -1 e 0 c 395, e 2 c 415; + b 100: -1 e 1 c 395, e 0 c 396; + b 101: -1 e 0 c 415, e 2 c 435; + b 102: -1 e 1 c 415, e 0 c 416; + b 103: -1 e 0 c 435, e 2 c 455; + b 104: -1 e 1 c 435, e 0 c 436; + b 105: -1 e 0 c 455, e 2 c 475; + b 106: -1 e 1 c 455, e 0 c 456; + b 107: -1 e 0 c 475, e 2 c 495; + b 108: -1 e 1 c 475, e 0 c 476; + b 109: -1 e 0 c 495, e 2 c 515; + b 110: -1 e 1 c 495, e 0 c 496; + b 111: -1 e 0 c 515, e 2 c 535; + b 112: -1 e 1 c 515, e 0 c 516; + b 113: -1 e 0 c 535, e 2 c 555; + b 114: -1 e 1 c 535, e 0 c 536; + b 115: -1 e 0 c 555, e 2 c 575; + b 116: -1 e 1 c 555, e 0 c 556; + b 117: -1 e 0 c 575, e 2 c 595; + b 118: -1 e 1 c 575, e 0 c 576; + b 119: -1 e 0 c 595, e 2 c 623; + b 120: -1 e 1 c 595, e 0 c 596; + b 121: -1 e 0 c 623, e 2 c 640; + b 122: -1 e 1 c 623, e 0 c 624; + b 123: -1 e 0 c 640, e 2 c 658; + b 124: -1 e 1 c 640, e 0 c 641; + b 125: -1 e 0 c 658, e 2 c 676; + b 126: -1 e 1 c 658, e 0 c 659; + b 127: -1 e 0 c 676, e 2 c 694; + b 128: -1 e 1 c 676, e 0 c 677; + b 129: -1 e 0 c 694, e 2 c 712; + b 130: -1 e 1 c 694, e 0 c 695; + b 131: -1 e 1 c 712, e 3 c 713; + b 132: -1 e 0 c 713, e 2 c 830; + b 133: -1 e 1 c 713, e 3 c 714; + b 134: -1 e 1 c 695, e 2 c 713; + b 135: -1 e 0 c 339, e 0 c 830; + b 136: -1 e 3 c 830, e 1 c 831; + b 137: -1 e 1 c 339, e 3 c 340; + b 138: -1 e 1 c 321, e 2 c 339; + b 139: -1 e 0 c 340, e 0 c 831; + b 140: -1 e 1 c 340, e 3 c 341; + b 141: -1 e 1 c 322, e 2 c 340; + b 142: -1 e 0 c 714, e 2 c 831; + b 143: -1 e 3 c 831, e 1 c 832; + b 144: -1 e 1 c 714, e 3 c 715; + b 145: -1 e 1 c 696, e 2 c 714; + b 146: -1 e 0 c 715, e 2 c 832; + b 147: -1 e 1 c 715, e 3 c 716; + b 148: -1 e 1 c 697, e 2 c 715; + b 149: -1 e 0 c 341, e 0 c 832; + b 150: -1 e 3 c 832, e 1 c 833; + b 151: -1 e 1 c 341, e 3 c 342; + b 152: -1 e 1 c 323, e 2 c 341; + b 153: -1 e 0 c 342, e 0 c 833; + b 154: -1 e 1 c 342, e 3 c 343; + b 155: -1 e 1 c 324, e 2 c 342; + b 156: -1 e 0 c 716, e 2 c 833; + b 157: -1 e 3 c 833, e 1 c 834; + b 158: -1 e 1 c 716, e 3 c 717; + b 159: -1 e 1 c 698, e 2 c 716; + b 160: -1 e 0 c 717, e 2 c 834; + b 161: -1 e 1 c 717, e 3 c 718; + b 162: -1 e 1 c 699, e 2 c 717; + b 163: -1 e 0 c 343, e 0 c 834; + b 164: -1 e 3 c 834, e 1 c 835; + b 165: -1 e 1 c 343, e 3 c 344; + b 166: -1 e 1 c 325, e 2 c 343; + b 167: -1 e 0 c 344, e 0 c 835; + b 168: -1 e 1 c 344, e 3 c 345; + b 169: -1 e 1 c 326, e 2 c 344; + b 170: -1 e 0 c 718, e 2 c 835; + b 171: -1 e 3 c 835, e 1 c 836; + b 172: -1 e 1 c 718, e 3 c 719; + b 173: -1 e 1 c 700, e 2 c 718; + b 174: -1 e 0 c 719, e 2 c 836; + b 175: -1 e 1 c 719, e 2 c 837; + b 176: -1 e 0 c 701, e 2 c 719; + b 177: -1 e 0 c 345, e 0 c 836; + b 178: -1 e 3 c 836, e 3 c 837; + b 179: -1 e 1 c 345, e 0 c 837; + b 180: -1 e 0 c 327, e 2 c 345; + b 181: -1 e 3 c 823, e 1 c 837; + b 182: -1 e 1 c 327, e 0 c 823; + b 183: -1 e 3 c 817, e 1 c 823; + b 184: -1 e 1 c 701, e 2 c 823; + b 185: -1 e 0 c 309, e 2 c 327; + b 186: -1 e 2 c 326, e 3 c 327; + b 187: -1 e 1 c 309, e 0 c 817; + b 188: -1 e 0 c 291, e 2 c 309; + b 189: -1 e 2 c 308, e 3 c 309; + b 190: -1 e 3 c 811, e 1 c 817; + b 191: -1 e 1 c 683, e 2 c 817; + b 192: -1 e 1 c 291, e 0 c 811; + b 193: -1 e 3 c 805, e 1 c 811; + b 194: -1 e 1 c 665, e 2 c 811; + b 195: -1 e 0 c 273, e 2 c 291; + b 196: -1 e 2 c 290, e 3 c 291; + b 197: -1 e 1 c 273, e 0 c 805; + b 198: -1 e 1 c 256, e 2 c 273; + b 199: -1 e 2 c 272, e 3 c 273; + b 200: -1 e 3 c 800, e 1 c 805; + b 201: -1 e 1 c 647, e 2 c 805; + b 202: -1 e 0 c 878, e 0 c 800; + b 203: -1 e 1 c 793, e 1 c 800; + b 204: -1 e 0 c 886, e 2 c 800; + b 205: -1 e 2 c 255, e 0 c 256; + b 206: -1 e 0 c 240, e 1 c 878; + b 207: -1 e 1 c 255, e 3 c 272; + b 208: -1 e 1 c 227, e 3 c 255; + b 209: -1 e 2 c 254, e 0 c 255; + b 210: -1 e 1 c 272, e 3 c 290; + b 211: -1 e 2 c 271, e 0 c 272; + b 212: -1 e 1 c 290, e 3 c 308; + b 213: -1 e 2 c 289, e 0 c 290; + b 214: -1 e 1 c 308, e 3 c 326; + b 215: -1 e 2 c 307, e 0 c 308; + b 216: -1 e 2 c 325, e 0 c 326; + b 217: -1 e 1 c 307, e 3 c 325; + b 218: -1 e 2 c 324, e 0 c 325; + b 219: -1 e 1 c 289, e 3 c 307; + b 220: -1 e 2 c 306, e 0 c 307; + b 221: -1 e 1 c 271, e 3 c 289; + b 222: -1 e 2 c 288, e 0 c 289; + b 223: -1 e 1 c 254, e 3 c 271; + b 224: -1 e 2 c 270, e 0 c 271; + b 225: -1 e 1 c 226, e 3 c 254; + b 226: -1 e 2 c 253, e 0 c 254; + b 227: -1 e 2 c 226, e 0 c 227; + b 228: -1 e 1 c 206, e 3 c 226; + b 229: -1 e 2 c 225, e 0 c 226; + b 230: -1 e 2 c 227, e 0 c 228; + b 231: -1 e 1 c 207, e 3 c 227; + b 232: -1 e 1 c 228, e 1 c 872; + b 233: -1 e 2 c 228, e 0 c 229; + b 234: -1 e 1 c 208, e 3 c 228; + b 235: -1 e 1 c 240, e 0 c 793; + b 236: -1 e 0 c 872, e 0 c 241; + b 237: -1 e 1 c 614, e 2 c 793; + b 238: -1 e 3 c 793, e 1 c 794; + b 239: -1 e 0 c 614, e 1 c 886; + b 240: -1 e 0 c 880, e 0 c 615; + b 241: -1 e 1 c 602, e 1 c 880; + b 242: -1 e 2 c 629, e 0 c 630; + b 243: -1 e 1 c 630, e 2 c 647; + b 244: -1 e 1 c 629, e 3 c 646; + b 245: -1 e 1 c 601, e 3 c 629; + b 246: -1 e 2 c 628, e 0 c 629; + b 247: -1 e 1 c 646, e 3 c 664; + b 248: -1 e 2 c 646, e 3 c 647; + b 249: -1 e 2 c 645, e 0 c 646; + b 250: -1 e 1 c 664, e 3 c 682; + b 251: -1 e 2 c 664, e 3 c 665; + b 252: -1 e 2 c 663, e 0 c 664; + b 253: -1 e 1 c 682, e 3 c 700; + b 254: -1 e 2 c 682, e 3 c 683; + b 255: -1 e 2 c 681, e 0 c 682; + b 256: -1 e 2 c 700, e 3 c 701; + b 257: -1 e 2 c 699, e 0 c 700; + b 258: -1 e 0 c 683, e 2 c 701; + b 259: -1 e 0 c 665, e 2 c 683; + b 260: -1 e 0 c 647, e 2 c 665; + b 261: -1 e 1 c 681, e 3 c 699; + b 262: -1 e 2 c 698, e 0 c 699; + b 263: -1 e 1 c 663, e 3 c 681; + b 264: -1 e 2 c 680, e 0 c 681; + b 265: -1 e 1 c 645, e 3 c 663; + b 266: -1 e 2 c 662, e 0 c 663; + b 267: -1 e 1 c 628, e 3 c 645; + b 268: -1 e 2 c 644, e 0 c 645; + b 269: -1 e 1 c 600, e 3 c 628; + b 270: -1 e 2 c 627, e 0 c 628; + b 271: -1 e 2 c 600, e 0 c 601; + b 272: -1 e 1 c 580, e 3 c 600; + b 273: -1 e 2 c 599, e 0 c 600; + b 274: -1 e 2 c 601, e 0 c 602; + b 275: -1 e 1 c 581, e 3 c 601; + b 276: -1 e 2 c 602, e 0 c 603; + b 277: -1 e 1 c 582, e 3 c 602; + b 278: -1 e 1 c 603, e 1 c 881; + b 279: -1 e 2 c 603, e 0 c 604; + b 280: -1 e 1 c 583, e 3 c 603; + b 281: -1 e 1 c 615, e 2 c 794; + b 282: -1 e 0 c 881, e 0 c 616; + b 283: -1 e 1 c 241, e 0 c 794; + b 284: -1 e 3 c 794, e 1 c 802; + b 285: -1 e 0 c 873, e 0 c 242; + b 286: -1 e 1 c 229, e 1 c 873; + b 287: -1 e 1 c 242, e 2 c 264; + b 288: -1 e 1 c 230, e 2 c 242; + b 289: -1 e 0 c 264, e 2 c 265; + b 290: -1 e 3 c 248, e 1 c 264; + b 291: -1 e 3 c 264, e 0 c 802; + b 292: -1 e 0 c 265, e 2 c 283; + b 293: -1 e 1 c 265, e 3 c 282; + b 294: -1 e 3 c 265, e 0 c 803; + b 295: -1 e 0 c 283, e 2 c 301; + b 296: -1 e 1 c 283, e 3 c 300; + b 297: -1 e 3 c 283, e 0 c 809; + b 298: -1 e 0 c 301, e 2 c 319; + b 299: -1 e 1 c 301, e 3 c 318; + b 300: -1 e 3 c 301, e 0 c 815; + b 301: -1 e 0 c 319, e 2 c 337; + b 302: -1 e 1 c 319, e 3 c 336; + b 303: -1 e 3 c 319, e 0 c 821; + b 304: -1 e 0 c 337, e 2 c 355; + b 305: -1 e 1 c 337, e 3 c 354; + b 306: -1 e 3 c 337, e 0 c 827; + b 307: -1 e 0 c 355, e 2 c 357; + b 308: -1 e 1 c 355, e 3 c 356; + b 309: -1 e 3 c 355, e 0 c 849; + b 310: -1 e 0 c 357, e 2 c 359; + b 311: -1 e 1 c 357, e 3 c 358; + b 312: -1 e 3 c 357, e 0 c 851; + b 313: -1 e 0 c 359, e 2 c 361; + b 314: -1 e 1 c 359, e 3 c 360; + b 315: -1 e 3 c 359, e 0 c 853; + b 316: -1 e 0 c 361, e 2 c 363; + b 317: -1 e 1 c 361, e 3 c 362; + b 318: -1 e 3 c 361, e 0 c 855; + b 319: -1 e 0 c 363, e 2 c 365; + b 320: -1 e 1 c 363, e 3 c 364; + b 321: -1 e 3 c 363, e 0 c 857; + b 322: -1 e 0 c 365, e 2 c 368; + b 323: -1 e 1 c 365, e 3 c 366; + b 324: -1 e 3 c 365, e 0 c 859; + b 325: -1 e 0 c 368, e 2 c 370; + b 326: -1 e 3 c 367, e 1 c 368; + b 327: -1 e 3 c 368, e 0 c 862; + b 328: -1 e 0 c 370, e 2 c 372; + b 329: -1 e 3 c 369, e 1 c 370; + b 330: -1 e 3 c 370, e 0 c 864; + b 331: -1 e 0 c 372, e 3 c 374; + b 332: -1 e 3 c 371, e 1 c 372; + b 333: -1 e 3 c 372, e 0 c 866; + b 334: -1 e 1 c 374, e 0 c 869; + b 335: -1 e 0 c 373, e 2 c 374; + b 336: -1 e 0 c 374, e 0 c 870; + b 337: -1 e 1 c 869, e 3 c 870; + b 338: -1 e 1 c 748, e 2 c 869; + b 339: -1 e 1 c 867, e 3 c 869; + b 340: -1 e 3 c 866, e 1 c 870; + b 341: -1 e 0 c 748, e 2 c 870; + b 342: -1 e 3 c 864, e 1 c 866; + b 343: -1 e 3 c 746, e 2 c 866; + b 344: -1 e 3 c 862, e 1 c 864; + b 345: -1 e 3 c 744, e 2 c 864; + b 346: -1 e 3 c 859, e 1 c 862; + b 347: -1 e 3 c 742, e 2 c 862; + b 348: -1 e 3 c 857, e 1 c 859; + b 349: -1 e 3 c 739, e 2 c 859; + b 350: -1 e 3 c 855, e 1 c 857; + b 351: -1 e 3 c 737, e 2 c 857; + b 352: -1 e 3 c 853, e 1 c 855; + b 353: -1 e 3 c 735, e 2 c 855; + b 354: -1 e 3 c 851, e 1 c 853; + b 355: -1 e 3 c 733, e 2 c 853; + b 356: -1 e 3 c 849, e 1 c 851; + b 357: -1 e 3 c 731, e 2 c 851; + b 358: -1 e 3 c 827, e 1 c 849; + b 359: -1 e 3 c 729, e 2 c 849; + b 360: -1 e 3 c 821, e 1 c 827; + b 361: -1 e 3 c 711, e 2 c 827; + b 362: -1 e 3 c 815, e 1 c 821; + b 363: -1 e 3 c 693, e 2 c 821; + b 364: -1 e 3 c 809, e 1 c 815; + b 365: -1 e 3 c 675, e 2 c 815; + b 366: -1 e 3 c 803, e 1 c 809; + b 367: -1 e 3 c 657, e 2 c 809; + b 368: -1 e 3 c 802, e 1 c 803; + b 369: -1 e 3 c 639, e 2 c 803; + b 370: -1 e 3 c 638, e 2 c 802; + b 371: -1 e 0 c 638, e 2 c 639; + b 372: -1 e 3 c 622, e 1 c 638; + b 373: -1 e 1 c 616, e 2 c 638; + b 374: -1 e 0 c 639, e 2 c 657; + b 375: -1 e 1 c 639, e 3 c 656; + b 376: -1 e 0 c 657, e 2 c 675; + b 377: -1 e 1 c 657, e 3 c 674; + b 378: -1 e 0 c 675, e 2 c 693; + b 379: -1 e 1 c 675, e 3 c 692; + b 380: -1 e 0 c 693, e 2 c 711; + b 381: -1 e 1 c 693, e 3 c 710; + b 382: -1 e 0 c 711, e 2 c 729; + b 383: -1 e 1 c 711, e 3 c 728; + b 384: -1 e 0 c 729, e 2 c 731; + b 385: -1 e 1 c 729, e 3 c 730; + b 386: -1 e 0 c 731, e 2 c 733; + b 387: -1 e 1 c 731, e 3 c 732; + b 388: -1 e 0 c 733, e 2 c 735; + b 389: -1 e 1 c 733, e 3 c 734; + b 390: -1 e 0 c 735, e 2 c 737; + b 391: -1 e 1 c 735, e 3 c 736; + b 392: -1 e 0 c 737, e 2 c 739; + b 393: -1 e 1 c 737, e 3 c 738; + b 394: -1 e 0 c 739, e 2 c 742; + b 395: -1 e 1 c 739, e 3 c 740; + b 396: -1 e 0 c 742, e 2 c 744; + b 397: -1 e 3 c 741, e 1 c 742; + b 398: -1 e 0 c 744, e 2 c 746; + b 399: -1 e 3 c 743, e 1 c 744; + b 400: -1 e 0 c 746, e 3 c 748; + b 401: -1 e 3 c 745, e 1 c 746; + b 402: -1 e 0 c 747, e 2 c 748; + b 403: -1 e 1 c 747, e 2 c 867; + b 404: -1 e 2 c 747, e 2 c 868; + b 405: -1 e 0 c 745, e 3 c 747; + b 406: -1 e 1 c 373, e 0 c 867; + b 407: -1 e 3 c 867, e 3 c 868; + b 408: -1 e 2 c 373, e 0 c 868; + b 409: -1 e 0 c 371, e 3 c 373; + b 410: -1 e 3 c 865, e 1 c 868; + b 411: -1 e 1 c 371, e 0 c 865; + b 412: -1 e 3 c 863, e 1 c 865; + b 413: -1 e 1 c 745, e 2 c 865; + b 414: -1 e 0 c 369, e 2 c 371; + b 415: -1 e 1 c 369, e 0 c 863; + b 416: -1 e 0 c 367, e 2 c 369; + b 417: -1 e 3 c 861, e 1 c 863; + b 418: -1 e 1 c 743, e 2 c 863; + b 419: -1 e 1 c 367, e 0 c 861; + b 420: -1 e 3 c 860, e 1 c 861; + b 421: -1 e 1 c 741, e 2 c 861; + b 422: -1 e 0 c 366, e 2 c 367; + b 423: -1 e 1 c 366, e 0 c 860; + b 424: -1 e 0 c 364, e 2 c 366; + b 425: -1 e 3 c 858, e 1 c 860; + b 426: -1 e 1 c 740, e 2 c 860; + b 427: -1 e 1 c 364, e 0 c 858; + b 428: -1 e 3 c 856, e 1 c 858; + b 429: -1 e 1 c 738, e 2 c 858; + b 430: -1 e 0 c 362, e 2 c 364; + b 431: -1 e 1 c 362, e 0 c 856; + b 432: -1 e 0 c 360, e 2 c 362; + b 433: -1 e 3 c 854, e 1 c 856; + b 434: -1 e 1 c 736, e 2 c 856; + b 435: -1 e 1 c 360, e 0 c 854; + b 436: -1 e 3 c 852, e 1 c 854; + b 437: -1 e 1 c 734, e 2 c 854; + b 438: -1 e 0 c 358, e 2 c 360; + b 439: -1 e 1 c 358, e 0 c 852; + b 440: -1 e 0 c 356, e 2 c 358; + b 441: -1 e 3 c 850, e 1 c 852; + b 442: -1 e 1 c 732, e 2 c 852; + b 443: -1 e 1 c 356, e 0 c 850; + b 444: -1 e 3 c 848, e 1 c 850; + b 445: -1 e 1 c 730, e 2 c 850; + b 446: -1 e 0 c 354, e 2 c 356; + b 447: -1 e 1 c 354, e 0 c 848; + b 448: -1 e 0 c 336, e 2 c 354; + b 449: -1 e 3 c 826, e 1 c 848; + b 450: -1 e 1 c 728, e 2 c 848; + b 451: -1 e 1 c 336, e 0 c 826; + b 452: -1 e 3 c 820, e 1 c 826; + b 453: -1 e 1 c 710, e 2 c 826; + b 454: -1 e 0 c 318, e 2 c 336; + b 455: -1 e 1 c 318, e 0 c 820; + b 456: -1 e 0 c 300, e 2 c 318; + b 457: -1 e 3 c 814, e 1 c 820; + b 458: -1 e 1 c 692, e 2 c 820; + b 459: -1 e 1 c 300, e 0 c 814; + b 460: -1 e 3 c 808, e 1 c 814; + b 461: -1 e 1 c 674, e 2 c 814; + b 462: -1 e 0 c 282, e 2 c 300; + b 463: -1 e 1 c 282, e 0 c 808; + b 464: -1 e 0 c 248, e 2 c 282; + b 465: -1 e 3 c 798, e 1 c 808; + b 466: -1 e 1 c 656, e 2 c 808; + b 467: -1 e 1 c 248, e 0 c 798; + b 468: -1 e 1 c 795, e 1 c 798; + b 469: -1 e 1 c 622, e 2 c 798; + b 470: -1 e 1 c 247, e 2 c 248; + b 471: -1 e 1 c 246, e 0 c 247; + b 472: -1 e 0 c 243, e 2 c 247; + b 473: -1 e 0 c 871, e 0 c 246; + b 474: -1 e 0 c 231, e 0 c 877; + b 475: -1 e 1 c 211, e 1 c 877; + b 476: -1 e 2 c 229, e 0 c 230; + b 477: -1 e 1 c 210, e 1 c 871; + b 478: -1 e 1 c 209, e 3 c 229; + b 479: -1 e 2 c 209, e 0 c 210; + b 480: -1 e 1 c 189, e 3 c 209; + b 481: -1 e 2 c 208, e 0 c 209; + b 482: -1 e 2 c 210, e 0 c 211; + b 483: -1 e 1 c 190, e 3 c 210; + b 484: -1 e 2 c 211, e 0 c 212; + b 485: -1 e 1 c 191, e 3 c 211; + b 486: -1 e 1 c 212, e 3 c 231; + b 487: -1 e 2 c 212, e 0 c 213; + b 488: -1 e 1 c 192, e 3 c 212; + b 489: -1 e 1 c 231, e 1 c 874; + b 490: -1 e 2 c 231, e 0 c 232; + b 491: -1 e 1 c 243, e 0 c 795; + b 492: -1 e 0 c 874, e 0 c 244; + b 493: -1 e 1 c 617, e 2 c 795; + b 494: -1 e 3 c 795, e 1 c 796; + b 495: -1 e 0 c 617, e 2 c 621; + b 496: -1 e 0 c 882, e 0 c 618; + b 497: -1 e 1 c 605, e 1 c 882; + b 498: -1 e 1 c 620, e 0 c 621; + b 499: -1 e 1 c 621, e 2 c 622; + b 500: -1 e 0 c 879, e 0 c 620; + b 501: -1 e 0 c 605, e 0 c 885; + b 502: -1 e 1 c 585, e 1 c 885; + b 503: -1 e 1 c 604, e 2 c 616; + b 504: -1 e 1 c 584, e 1 c 879; + b 505: -1 e 2 c 584, e 0 c 585; + b 506: -1 e 1 c 564, e 3 c 584; + b 507: -1 e 2 c 583, e 0 c 584; + b 508: -1 e 2 c 585, e 0 c 586; + b 509: -1 e 1 c 565, e 3 c 585; + b 510: -1 e 1 c 586, e 3 c 605; + b 511: -1 e 2 c 586, e 0 c 587; + b 512: -1 e 1 c 566, e 3 c 586; + b 513: -1 e 2 c 605, e 0 c 606; + b 514: -1 e 1 c 606, e 1 c 883; + b 515: -1 e 2 c 606, e 0 c 607; + b 516: -1 e 1 c 587, e 3 c 606; + b 517: -1 e 1 c 618, e 2 c 796; + b 518: -1 e 0 c 883, e 0 c 619; + b 519: -1 e 1 c 244, e 0 c 796; + b 520: -1 e 3 c 796, e 1 c 797; + b 521: -1 e 0 c 875, e 0 c 245; + b 522: -1 e 1 c 232, e 1 c 875; + b 523: -1 e 1 c 245, e 0 c 797; + b 524: -1 e 0 c 876, e 2 c 274; + b 525: -1 e 1 c 876, e 0 c 257; + b 526: -1 e 1 c 619, e 2 c 797; + b 527: -1 e 3 c 797, e 1 c 806; + b 528: -1 e 0 c 884, e 2 c 648; + b 529: -1 e 1 c 884, e 0 c 631; + b 530: -1 e 0 c 648, e 2 c 666; + b 531: -1 e 1 c 648, e 0 c 649; + b 532: -1 e 3 c 648, e 2 c 806; + b 533: -1 e 0 c 666, e 2 c 684; + b 534: -1 e 1 c 666, e 0 c 667; + b 535: -1 e 3 c 666, e 2 c 812; + b 536: -1 e 0 c 684, e 2 c 702; + b 537: -1 e 1 c 684, e 0 c 685; + b 538: -1 e 3 c 684, e 2 c 818; + b 539: -1 e 0 c 702, e 2 c 720; + b 540: -1 e 1 c 702, e 0 c 703; + b 541: -1 e 3 c 702, e 2 c 824; + b 542: -1 e 0 c 720, e 2 c 838; + b 543: -1 e 1 c 720, e 3 c 721; + b 544: -1 e 3 c 720, e 2 c 839; + b 545: -1 e 0 c 346, e 0 c 838; + b 546: -1 e 1 c 838, e 3 c 839; + b 547: -1 e 3 c 838, e 1 c 840; + b 548: -1 e 1 c 346, e 3 c 347; + b 549: -1 e 0 c 328, e 2 c 346; + b 550: -1 e 3 c 346, e 0 c 839; + b 551: -1 e 0 c 347, e 0 c 840; + b 552: -1 e 1 c 347, e 3 c 348; + b 553: -1 e 1 c 329, e 2 c 347; + b 554: -1 e 0 c 721, e 2 c 840; + b 555: -1 e 3 c 840, e 1 c 841; + b 556: -1 e 1 c 721, e 3 c 722; + b 557: -1 e 1 c 703, e 2 c 721; + b 558: -1 e 0 c 722, e 2 c 841; + b 559: -1 e 1 c 722, e 3 c 723; + b 560: -1 e 1 c 704, e 2 c 722; + b 561: -1 e 0 c 348, e 0 c 841; + b 562: -1 e 3 c 841, e 1 c 842; + b 563: -1 e 1 c 348, e 3 c 349; + b 564: -1 e 1 c 330, e 2 c 348; + b 565: -1 e 0 c 349, e 0 c 842; + b 566: -1 e 1 c 349, e 3 c 350; + b 567: -1 e 1 c 331, e 2 c 349; + b 568: -1 e 0 c 723, e 2 c 842; + b 569: -1 e 3 c 842, e 1 c 843; + b 570: -1 e 1 c 723, e 3 c 724; + b 571: -1 e 1 c 705, e 2 c 723; + b 572: -1 e 0 c 724, e 2 c 843; + b 573: -1 e 1 c 724, e 3 c 725; + b 574: -1 e 1 c 706, e 2 c 724; + b 575: -1 e 0 c 350, e 0 c 843; + b 576: -1 e 3 c 843, e 1 c 844; + b 577: -1 e 1 c 350, e 3 c 351; + b 578: -1 e 1 c 332, e 2 c 350; + b 579: -1 e 0 c 351, e 0 c 844; + b 580: -1 e 1 c 351, e 3 c 352; + b 581: -1 e 1 c 333, e 2 c 351; + b 582: -1 e 0 c 725, e 2 c 844; + b 583: -1 e 3 c 844, e 1 c 845; + b 584: -1 e 1 c 725, e 3 c 726; + b 585: -1 e 1 c 707, e 2 c 725; + b 586: -1 e 0 c 726, e 2 c 845; + b 587: -1 e 1 c 726, e 3 c 727; + b 588: -1 e 1 c 708, e 2 c 726; + b 589: -1 e 0 c 352, e 0 c 845; + b 590: -1 e 3 c 845, e 1 c 846; + b 591: -1 e 1 c 352, e 3 c 353; + b 592: -1 e 1 c 334, e 2 c 352; + b 593: -1 e 0 c 353, e 0 c 846; + b 594: -1 e 1 c 353, e 0 c 847; + b 595: -1 e 0 c 335, e 2 c 353; + b 596: -1 e 0 c 727, e 2 c 846; + b 597: -1 e 3 c 846, e 3 c 847; + b 598: -1 e 1 c 727, e 2 c 847; + b 599: -1 e 0 c 709, e 2 c 727; + b 600: -1 e 3 c 825, e 1 c 847; + b 601: -1 e 1 c 335, e 0 c 825; + b 602: -1 e 3 c 819, e 1 c 825; + b 603: -1 e 1 c 709, e 2 c 825; + b 604: -1 e 0 c 317, e 2 c 335; + b 605: -1 e 2 c 334, e 3 c 335; + b 606: -1 e 1 c 317, e 0 c 819; + b 607: -1 e 0 c 299, e 2 c 317; + b 608: -1 e 2 c 316, e 3 c 317; + b 609: -1 e 3 c 813, e 1 c 819; + b 610: -1 e 1 c 691, e 2 c 819; + b 611: -1 e 1 c 299, e 0 c 813; + b 612: -1 e 3 c 807, e 1 c 813; + b 613: -1 e 1 c 673, e 2 c 813; + b 614: -1 e 0 c 281, e 2 c 299; + b 615: -1 e 2 c 298, e 3 c 299; + b 616: -1 e 1 c 281, e 0 c 807; + b 617: -1 e 0 c 263, e 2 c 281; + b 618: -1 e 2 c 280, e 3 c 281; + b 619: -1 e 3 c 801, e 1 c 807; + b 620: -1 e 1 c 655, e 2 c 807; + b 621: -1 e 1 c 263, e 0 c 801; + b 622: -1 e 3 c 792, e 1 c 801; + b 623: -1 e 1 c 637, e 2 c 801; + b 624: -1 e 0 c 239, e 2 c 263; + b 625: -1 e 2 c 262, e 3 c 263; + b 626: -1 e 1 c 239, e 0 c 792; + b 627: -1 e 0 c 220, e 2 c 239; + b 628: -1 e 2 c 238, e 3 c 239; + b 629: -1 e 3 c 790, e 1 c 792; + b 630: -1 e 1 c 613, e 2 c 792; + b 631: -1 e 1 c 220, e 0 c 790; + b 632: -1 e 3 c 788, e 1 c 790; + b 633: -1 e 1 c 594, e 2 c 790; + b 634: -1 e 0 c 200, e 2 c 220; + b 635: -1 e 2 c 219, e 3 c 220; + b 636: -1 e 1 c 200, e 0 c 788; + b 637: -1 e 0 c 180, e 2 c 200; + b 638: -1 e 2 c 199, e 3 c 200; + b 639: -1 e 3 c 786, e 1 c 788; + b 640: -1 e 1 c 574, e 2 c 788; + b 641: -1 e 1 c 180, e 0 c 786; + b 642: -1 e 3 c 784, e 1 c 786; + b 643: -1 e 1 c 554, e 2 c 786; + b 644: -1 e 0 c 160, e 2 c 180; + b 645: -1 e 2 c 179, e 3 c 180; + b 646: -1 e 1 c 160, e 0 c 784; + b 647: -1 e 0 c 140, e 2 c 160; + b 648: -1 e 2 c 159, e 3 c 160; + b 649: -1 e 3 c 782, e 1 c 784; + b 650: -1 e 1 c 534, e 2 c 784; + b 651: -1 e 1 c 140, e 0 c 782; + b 652: -1 e 3 c 780, e 1 c 782; + b 653: -1 e 1 c 514, e 2 c 782; + b 654: -1 e 0 c 120, e 2 c 140; + b 655: -1 e 2 c 139, e 3 c 140; + b 656: -1 e 1 c 120, e 0 c 780; + b 657: -1 e 0 c 100, e 2 c 120; + b 658: -1 e 2 c 119, e 3 c 120; + b 659: -1 e 3 c 778, e 1 c 780; + b 660: -1 e 1 c 494, e 2 c 780; + b 661: -1 e 1 c 100, e 0 c 778; + b 662: -1 e 3 c 776, e 1 c 778; + b 663: -1 e 1 c 474, e 2 c 778; + b 664: -1 e 0 c 80, e 2 c 100; + b 665: -1 e 2 c 99, e 3 c 100; + b 666: -1 e 1 c 80, e 0 c 776; + b 667: -1 e 0 c 60, e 2 c 80; + b 668: -1 e 2 c 79, e 3 c 80; + b 669: -1 e 3 c 774, e 1 c 776; + b 670: -1 e 1 c 454, e 2 c 776; + b 671: -1 e 1 c 60, e 0 c 774; + b 672: -1 e 3 c 772, e 1 c 774; + b 673: -1 e 1 c 434, e 2 c 774; + b 674: -1 e 0 c 40, e 2 c 60; + b 675: -1 e 2 c 59, e 3 c 60; + b 676: -1 e 1 c 40, e 0 c 772; + b 677: -1 e 0 c 20, e 2 c 40; + b 678: -1 e 2 c 39, e 3 c 40; + b 679: -1 e 3 c 769, e 1 c 772; + b 680: -1 e 1 c 414, e 2 c 772; + b 681: -1 e 1 c 20, e 0 c 769; + b 682: -1 e 1 c 769, e 3 c 770; + b 683: -1 e 1 c 394, e 2 c 769; + b 684: -1 e 2 c 20, e 0 c 770; + b 685: -1 e 2 c 19, e 3 c 20; + b 686: -1 e 3 c 768, e 1 c 770; + b 687: -1 e 2 c 394, e 2 c 770; + b 688: -1 e 3 c 19, e 0 c 768; + b 689: -1 e 3 c 767, e 1 c 768; + b 690: -1 e 3 c 393, e 2 c 768; + b 691: -1 e 1 c 19, e 3 c 39; + b 692: -1 e 2 c 18, e 0 c 19; + b 693: -1 e 1 c 39, e 3 c 59; + b 694: -1 e 2 c 38, e 0 c 39; + b 695: -1 e 1 c 59, e 3 c 79; + b 696: -1 e 2 c 58, e 0 c 59; + b 697: -1 e 1 c 79, e 3 c 99; + b 698: -1 e 2 c 78, e 0 c 79; + b 699: -1 e 1 c 99, e 3 c 119; + b 700: -1 e 2 c 98, e 0 c 99; + b 701: -1 e 1 c 119, e 3 c 139; + b 702: -1 e 2 c 118, e 0 c 119; + b 703: -1 e 1 c 139, e 3 c 159; + b 704: -1 e 2 c 138, e 0 c 139; + b 705: -1 e 1 c 159, e 3 c 179; + b 706: -1 e 2 c 158, e 0 c 159; + b 707: -1 e 1 c 179, e 3 c 199; + b 708: -1 e 2 c 178, e 0 c 179; + b 709: -1 e 1 c 199, e 3 c 219; + b 710: -1 e 2 c 198, e 0 c 199; + b 711: -1 e 1 c 219, e 3 c 238; + b 712: -1 e 2 c 218, e 0 c 219; + b 713: -1 e 1 c 238, e 3 c 262; + b 714: -1 e 2 c 237, e 0 c 238; + b 715: -1 e 1 c 262, e 3 c 280; + b 716: -1 e 2 c 261, e 0 c 262; + b 717: -1 e 1 c 280, e 3 c 298; + b 718: -1 e 2 c 279, e 0 c 280; + b 719: -1 e 1 c 298, e 3 c 316; + b 720: -1 e 2 c 297, e 0 c 298; + b 721: -1 e 1 c 316, e 3 c 334; + b 722: -1 e 2 c 315, e 0 c 316; + b 723: -1 e 2 c 333, e 0 c 334; + b 724: -1 e 1 c 315, e 3 c 333; + b 725: -1 e 2 c 332, e 0 c 333; + b 726: -1 e 1 c 297, e 3 c 315; + b 727: -1 e 2 c 314, e 0 c 315; + b 728: -1 e 1 c 279, e 3 c 297; + b 729: -1 e 2 c 296, e 0 c 297; + b 730: -1 e 1 c 261, e 3 c 279; + b 731: -1 e 2 c 278, e 0 c 279; + b 732: -1 e 1 c 237, e 3 c 261; + b 733: -1 e 2 c 260, e 0 c 261; + b 734: -1 e 1 c 218, e 3 c 237; + b 735: -1 e 2 c 236, e 0 c 237; + b 736: -1 e 1 c 198, e 3 c 218; + b 737: -1 e 2 c 217, e 0 c 218; + b 738: -1 e 1 c 178, e 3 c 198; + b 739: -1 e 2 c 197, e 0 c 198; + b 740: -1 e 1 c 158, e 3 c 178; + b 741: -1 e 2 c 177, e 0 c 178; + b 742: -1 e 1 c 138, e 3 c 158; + b 743: -1 e 2 c 157, e 0 c 158; + b 744: -1 e 1 c 118, e 3 c 138; + b 745: -1 e 2 c 137, e 0 c 138; + b 746: -1 e 1 c 98, e 3 c 118; + b 747: -1 e 2 c 117, e 0 c 118; + b 748: -1 e 1 c 78, e 3 c 98; + b 749: -1 e 2 c 97, e 0 c 98; + b 750: -1 e 1 c 58, e 3 c 78; + b 751: -1 e 2 c 77, e 0 c 78; + b 752: -1 e 1 c 38, e 3 c 58; + b 753: -1 e 2 c 57, e 0 c 58; + b 754: -1 e 1 c 18, e 3 c 38; + b 755: -1 e 2 c 37, e 0 c 38; + b 756: -1 e 3 c 18, e 0 c 767; + b 757: -1 e 2 c 17, e 0 c 18; + b 758: -1 e 3 c 766, e 1 c 767; + b 759: -1 e 3 c 392, e 2 c 767; + b 760: -1 e 3 c 17, e 0 c 766; + b 761: -1 e 3 c 765, e 1 c 766; + b 762: -1 e 3 c 391, e 2 c 766; + b 763: -1 e 1 c 17, e 3 c 37; + b 764: -1 e 2 c 16, e 0 c 17; + b 765: -1 e 1 c 37, e 3 c 57; + b 766: -1 e 2 c 36, e 0 c 37; + b 767: -1 e 1 c 57, e 3 c 77; + b 768: -1 e 2 c 56, e 0 c 57; + b 769: -1 e 1 c 77, e 3 c 97; + b 770: -1 e 2 c 76, e 0 c 77; + b 771: -1 e 1 c 97, e 3 c 117; + b 772: -1 e 2 c 96, e 0 c 97; + b 773: -1 e 1 c 117, e 3 c 137; + b 774: -1 e 2 c 116, e 0 c 117; + b 775: -1 e 1 c 137, e 3 c 157; + b 776: -1 e 2 c 136, e 0 c 137; + b 777: -1 e 1 c 157, e 3 c 177; + b 778: -1 e 2 c 156, e 0 c 157; + b 779: -1 e 1 c 177, e 3 c 197; + b 780: -1 e 2 c 176, e 0 c 177; + b 781: -1 e 1 c 197, e 3 c 217; + b 782: -1 e 2 c 196, e 0 c 197; + b 783: -1 e 1 c 217, e 3 c 236; + b 784: -1 e 2 c 216, e 0 c 217; + b 785: -1 e 1 c 236, e 3 c 260; + b 786: -1 e 2 c 235, e 0 c 236; + b 787: -1 e 1 c 260, e 3 c 278; + b 788: -1 e 2 c 259, e 0 c 260; + b 789: -1 e 1 c 278, e 3 c 296; + b 790: -1 e 2 c 277, e 0 c 278; + b 791: -1 e 1 c 296, e 3 c 314; + b 792: -1 e 2 c 295, e 0 c 296; + b 793: -1 e 1 c 314, e 3 c 332; + b 794: -1 e 2 c 313, e 0 c 314; + b 795: -1 e 2 c 331, e 0 c 332; + b 796: -1 e 1 c 313, e 3 c 331; + b 797: -1 e 2 c 330, e 0 c 331; + b 798: -1 e 1 c 295, e 3 c 313; + b 799: -1 e 2 c 312, e 0 c 313; + b 800: -1 e 1 c 277, e 3 c 295; + b 801: -1 e 2 c 294, e 0 c 295; + b 802: -1 e 1 c 259, e 3 c 277; + b 803: -1 e 2 c 276, e 0 c 277; + b 804: -1 e 1 c 235, e 3 c 259; + b 805: -1 e 2 c 258, e 0 c 259; + b 806: -1 e 1 c 216, e 3 c 235; + b 807: -1 e 2 c 234, e 0 c 235; + b 808: -1 e 1 c 196, e 3 c 216; + b 809: -1 e 2 c 215, e 0 c 216; + b 810: -1 e 1 c 176, e 3 c 196; + b 811: -1 e 2 c 195, e 0 c 196; + b 812: -1 e 1 c 156, e 3 c 176; + b 813: -1 e 2 c 175, e 0 c 176; + b 814: -1 e 1 c 136, e 3 c 156; + b 815: -1 e 2 c 155, e 0 c 156; + b 816: -1 e 1 c 116, e 3 c 136; + b 817: -1 e 2 c 135, e 0 c 136; + b 818: -1 e 1 c 96, e 3 c 116; + b 819: -1 e 2 c 115, e 0 c 116; + b 820: -1 e 1 c 76, e 3 c 96; + b 821: -1 e 2 c 95, e 0 c 96; + b 822: -1 e 1 c 56, e 3 c 76; + b 823: -1 e 2 c 75, e 0 c 76; + b 824: -1 e 1 c 36, e 3 c 56; + b 825: -1 e 2 c 55, e 0 c 56; + b 826: -1 e 1 c 16, e 3 c 36; + b 827: -1 e 2 c 35, e 0 c 36; + b 828: -1 e 3 c 16, e 0 c 765; + b 829: -1 e 2 c 15, e 0 c 16; + b 830: -1 e 3 c 764, e 1 c 765; + b 831: -1 e 3 c 390, e 2 c 765; + b 832: -1 e 3 c 15, e 0 c 764; + b 833: -1 e 3 c 763, e 1 c 764; + b 834: -1 e 3 c 389, e 2 c 764; + b 835: -1 e 1 c 15, e 3 c 35; + b 836: -1 e 2 c 14, e 0 c 15; + b 837: -1 e 1 c 35, e 3 c 55; + b 838: -1 e 2 c 34, e 0 c 35; + b 839: -1 e 1 c 55, e 3 c 75; + b 840: -1 e 2 c 54, e 0 c 55; + b 841: -1 e 1 c 75, e 3 c 95; + b 842: -1 e 2 c 74, e 0 c 75; + b 843: -1 e 1 c 95, e 3 c 115; + b 844: -1 e 2 c 94, e 0 c 95; + b 845: -1 e 1 c 115, e 3 c 135; + b 846: -1 e 2 c 114, e 0 c 115; + b 847: -1 e 1 c 135, e 3 c 155; + b 848: -1 e 2 c 134, e 0 c 135; + b 849: -1 e 1 c 155, e 3 c 175; + b 850: -1 e 2 c 154, e 0 c 155; + b 851: -1 e 1 c 175, e 3 c 195; + b 852: -1 e 2 c 174, e 0 c 175; + b 853: -1 e 1 c 195, e 3 c 215; + b 854: -1 e 2 c 194, e 0 c 195; + b 855: -1 e 1 c 215, e 3 c 234; + b 856: -1 e 2 c 214, e 0 c 215; + b 857: -1 e 1 c 234, e 3 c 258; + b 858: -1 e 2 c 233, e 0 c 234; + b 859: -1 e 1 c 258, e 3 c 276; + b 860: -1 e 2 c 257, e 0 c 258; + b 861: -1 e 1 c 276, e 3 c 294; + b 862: -1 e 2 c 275, e 0 c 276; + b 863: -1 e 1 c 294, e 3 c 312; + b 864: -1 e 2 c 293, e 0 c 294; + b 865: -1 e 1 c 312, e 3 c 330; + b 866: -1 e 2 c 311, e 0 c 312; + b 867: -1 e 2 c 329, e 0 c 330; + b 868: -1 e 1 c 311, e 3 c 329; + b 869: -1 e 1 c 328, e 0 c 329; + b 870: -1 e 1 c 293, e 3 c 311; + b 871: -1 e 1 c 310, e 0 c 311; + b 872: -1 e 1 c 275, e 3 c 293; + b 873: -1 e 1 c 292, e 0 c 293; + b 874: -1 e 1 c 257, e 3 c 275; + b 875: -1 e 1 c 274, e 0 c 275; + b 876: -1 e 1 c 233, e 3 c 257; + b 877: -1 e 1 c 214, e 3 c 233; + b 878: -1 e 2 c 232, e 0 c 233; + b 879: -1 e 1 c 194, e 3 c 214; + b 880: -1 e 2 c 213, e 0 c 214; + b 881: -1 e 1 c 174, e 3 c 194; + b 882: -1 e 2 c 193, e 0 c 194; + b 883: -1 e 1 c 154, e 3 c 174; + b 884: -1 e 2 c 173, e 0 c 174; + b 885: -1 e 1 c 134, e 3 c 154; + b 886: -1 e 2 c 153, e 0 c 154; + b 887: -1 e 1 c 114, e 3 c 134; + b 888: -1 e 2 c 133, e 0 c 134; + b 889: -1 e 1 c 94, e 3 c 114; + b 890: -1 e 2 c 113, e 0 c 114; + b 891: -1 e 1 c 74, e 3 c 94; + b 892: -1 e 2 c 93, e 0 c 94; + b 893: -1 e 1 c 54, e 3 c 74; + b 894: -1 e 2 c 73, e 0 c 74; + b 895: -1 e 1 c 34, e 3 c 54; + b 896: -1 e 2 c 53, e 0 c 54; + b 897: -1 e 1 c 14, e 3 c 34; + b 898: -1 e 2 c 33, e 0 c 34; + b 899: -1 e 3 c 14, e 0 c 763; + b 900: -1 e 2 c 13, e 0 c 14; + b 901: -1 e 3 c 762, e 1 c 763; + b 902: -1 e 3 c 388, e 2 c 763; + b 903: -1 e 3 c 13, e 0 c 762; + b 904: -1 e 3 c 761, e 1 c 762; + b 905: -1 e 3 c 387, e 2 c 762; + b 906: -1 e 1 c 13, e 3 c 33; + b 907: -1 e 2 c 12, e 0 c 13; + b 908: -1 e 1 c 33, e 3 c 53; + b 909: -1 e 2 c 32, e 0 c 33; + b 910: -1 e 1 c 53, e 3 c 73; + b 911: -1 e 2 c 52, e 0 c 53; + b 912: -1 e 1 c 73, e 3 c 93; + b 913: -1 e 2 c 72, e 0 c 73; + b 914: -1 e 1 c 93, e 3 c 113; + b 915: -1 e 2 c 92, e 0 c 93; + b 916: -1 e 1 c 113, e 3 c 133; + b 917: -1 e 2 c 112, e 0 c 113; + b 918: -1 e 1 c 133, e 3 c 153; + b 919: -1 e 2 c 132, e 0 c 133; + b 920: -1 e 1 c 153, e 3 c 173; + b 921: -1 e 2 c 152, e 0 c 153; + b 922: -1 e 1 c 173, e 3 c 193; + b 923: -1 e 2 c 172, e 0 c 173; + b 924: -1 e 1 c 193, e 3 c 213; + b 925: -1 e 2 c 192, e 0 c 193; + b 926: -1 e 1 c 213, e 3 c 232; + b 927: -1 e 1 c 172, e 3 c 192; + b 928: -1 e 2 c 191, e 0 c 192; + b 929: -1 e 1 c 152, e 3 c 172; + b 930: -1 e 2 c 171, e 0 c 172; + b 931: -1 e 1 c 132, e 3 c 152; + b 932: -1 e 2 c 151, e 0 c 152; + b 933: -1 e 1 c 112, e 3 c 132; + b 934: -1 e 2 c 131, e 0 c 132; + b 935: -1 e 1 c 92, e 3 c 112; + b 936: -1 e 2 c 111, e 0 c 112; + b 937: -1 e 1 c 72, e 3 c 92; + b 938: -1 e 2 c 91, e 0 c 92; + b 939: -1 e 1 c 52, e 3 c 72; + b 940: -1 e 2 c 71, e 0 c 72; + b 941: -1 e 1 c 32, e 3 c 52; + b 942: -1 e 2 c 51, e 0 c 52; + b 943: -1 e 1 c 12, e 3 c 32; + b 944: -1 e 2 c 31, e 0 c 32; + b 945: -1 e 3 c 12, e 0 c 761; + b 946: -1 e 2 c 11, e 0 c 12; + b 947: -1 e 3 c 760, e 1 c 761; + b 948: -1 e 3 c 386, e 2 c 761; + b 949: -1 e 3 c 11, e 0 c 760; + b 950: -1 e 3 c 759, e 1 c 760; + b 951: -1 e 3 c 385, e 2 c 760; + b 952: -1 e 1 c 11, e 3 c 31; + b 953: -1 e 2 c 10, e 0 c 11; + b 954: -1 e 1 c 31, e 3 c 51; + b 955: -1 e 2 c 30, e 0 c 31; + b 956: -1 e 1 c 51, e 3 c 71; + b 957: -1 e 2 c 50, e 0 c 51; + b 958: -1 e 1 c 71, e 3 c 91; + b 959: -1 e 2 c 70, e 0 c 71; + b 960: -1 e 1 c 91, e 3 c 111; + b 961: -1 e 2 c 90, e 0 c 91; + b 962: -1 e 1 c 111, e 3 c 131; + b 963: -1 e 2 c 110, e 0 c 111; + b 964: -1 e 1 c 131, e 3 c 151; + b 965: -1 e 2 c 130, e 0 c 131; + b 966: -1 e 1 c 151, e 3 c 171; + b 967: -1 e 2 c 150, e 0 c 151; + b 968: -1 e 1 c 171, e 3 c 191; + b 969: -1 e 2 c 170, e 0 c 171; + b 970: -1 e 2 c 190, e 0 c 191; + b 971: -1 e 1 c 170, e 3 c 190; + b 972: -1 e 2 c 189, e 0 c 190; + b 973: -1 e 1 c 150, e 3 c 170; + b 974: -1 e 2 c 169, e 0 c 170; + b 975: -1 e 1 c 130, e 3 c 150; + b 976: -1 e 2 c 149, e 0 c 150; + b 977: -1 e 1 c 110, e 3 c 130; + b 978: -1 e 2 c 129, e 0 c 130; + b 979: -1 e 1 c 90, e 3 c 110; + b 980: -1 e 2 c 109, e 0 c 110; + b 981: -1 e 1 c 70, e 3 c 90; + b 982: -1 e 2 c 89, e 0 c 90; + b 983: -1 e 1 c 50, e 3 c 70; + b 984: -1 e 2 c 69, e 0 c 70; + b 985: -1 e 1 c 30, e 3 c 50; + b 986: -1 e 2 c 49, e 0 c 50; + b 987: -1 e 1 c 10, e 3 c 30; + b 988: -1 e 2 c 29, e 0 c 30; + b 989: -1 e 3 c 10, e 0 c 759; + b 990: -1 e 2 c 9, e 0 c 10; + b 991: -1 e 3 c 758, e 1 c 759; + b 992: -1 e 3 c 384, e 2 c 759; + b 993: -1 e 3 c 9, e 0 c 758; + b 994: -1 e 3 c 757, e 1 c 758; + b 995: -1 e 3 c 383, e 2 c 758; + b 996: -1 e 1 c 9, e 3 c 29; + b 997: -1 e 2 c 8, e 0 c 9; + b 998: -1 e 1 c 29, e 3 c 49; + b 999: -1 e 2 c 28, e 0 c 29; + b 1000: -1 e 1 c 49, e 3 c 69; + b 1001: -1 e 2 c 48, e 0 c 49; + b 1002: -1 e 1 c 69, e 3 c 89; + b 1003: -1 e 2 c 68, e 0 c 69; + b 1004: -1 e 1 c 89, e 3 c 109; + b 1005: -1 e 2 c 88, e 0 c 89; + b 1006: -1 e 1 c 109, e 3 c 129; + b 1007: -1 e 2 c 108, e 0 c 109; + b 1008: -1 e 1 c 129, e 3 c 149; + b 1009: -1 e 2 c 128, e 0 c 129; + b 1010: -1 e 1 c 149, e 3 c 169; + b 1011: -1 e 2 c 148, e 0 c 149; + b 1012: -1 e 1 c 169, e 3 c 189; + b 1013: -1 e 2 c 168, e 0 c 169; + b 1014: -1 e 2 c 188, e 0 c 189; + b 1015: -1 e 1 c 188, e 3 c 208; + b 1016: -1 e 1 c 168, e 3 c 188; + b 1017: -1 e 2 c 187, e 0 c 188; + b 1018: -1 e 2 c 207, e 0 c 208; + b 1019: -1 e 1 c 187, e 3 c 207; + b 1020: -1 e 2 c 206, e 0 c 207; + b 1021: -1 e 1 c 167, e 3 c 187; + b 1022: -1 e 2 c 186, e 0 c 187; + b 1023: -1 e 2 c 167, e 0 c 168; + b 1024: -1 e 1 c 147, e 3 c 167; + b 1025: -1 e 2 c 166, e 0 c 167; + b 1026: -1 e 1 c 148, e 3 c 168; + b 1027: -1 e 1 c 128, e 3 c 148; + b 1028: -1 e 2 c 147, e 0 c 148; + b 1029: -1 e 1 c 108, e 3 c 128; + b 1030: -1 e 2 c 127, e 0 c 128; + b 1031: -1 e 1 c 88, e 3 c 108; + b 1032: -1 e 2 c 107, e 0 c 108; + b 1033: -1 e 1 c 68, e 3 c 88; + b 1034: -1 e 2 c 87, e 0 c 88; + b 1035: -1 e 1 c 48, e 3 c 68; + b 1036: -1 e 2 c 67, e 0 c 68; + b 1037: -1 e 1 c 28, e 3 c 48; + b 1038: -1 e 2 c 47, e 0 c 48; + b 1039: -1 e 1 c 8, e 3 c 28; + b 1040: -1 e 2 c 27, e 0 c 28; + b 1041: -1 e 3 c 8, e 0 c 757; + b 1042: -1 e 2 c 7, e 0 c 8; + b 1043: -1 e 3 c 756, e 1 c 757; + b 1044: -1 e 3 c 382, e 2 c 757; + b 1045: -1 e 3 c 7, e 0 c 756; + b 1046: -1 e 3 c 755, e 1 c 756; + b 1047: -1 e 3 c 381, e 2 c 756; + b 1048: -1 e 1 c 7, e 3 c 27; + b 1049: -1 e 2 c 6, e 0 c 7; + b 1050: -1 e 1 c 27, e 3 c 47; + b 1051: -1 e 2 c 26, e 0 c 27; + b 1052: -1 e 1 c 47, e 3 c 67; + b 1053: -1 e 2 c 46, e 0 c 47; + b 1054: -1 e 1 c 67, e 3 c 87; + b 1055: -1 e 2 c 66, e 0 c 67; + b 1056: -1 e 1 c 87, e 3 c 107; + b 1057: -1 e 2 c 86, e 0 c 87; + b 1058: -1 e 1 c 107, e 3 c 127; + b 1059: -1 e 2 c 106, e 0 c 107; + b 1060: -1 e 1 c 127, e 3 c 147; + b 1061: -1 e 2 c 126, e 0 c 127; + b 1062: -1 e 2 c 146, e 0 c 147; + b 1063: -1 e 1 c 146, e 3 c 166; + b 1064: -1 e 1 c 126, e 3 c 146; + b 1065: -1 e 2 c 145, e 0 c 146; + b 1066: -1 e 1 c 166, e 3 c 186; + b 1067: -1 e 2 c 165, e 0 c 166; + b 1068: -1 e 1 c 186, e 3 c 206; + b 1069: -1 e 2 c 185, e 0 c 186; + b 1070: -1 e 2 c 205, e 0 c 206; + b 1071: -1 e 1 c 205, e 3 c 225; + b 1072: -1 e 1 c 185, e 3 c 205; + b 1073: -1 e 2 c 204, e 0 c 205; + b 1074: -1 e 1 c 225, e 3 c 253; + b 1075: -1 e 2 c 224, e 0 c 225; + b 1076: -1 e 1 c 253, e 3 c 270; + b 1077: -1 e 2 c 252, e 0 c 253; + b 1078: -1 e 1 c 270, e 3 c 288; + b 1079: -1 e 2 c 269, e 0 c 270; + b 1080: -1 e 1 c 288, e 3 c 306; + b 1081: -1 e 2 c 287, e 0 c 288; + b 1082: -1 e 1 c 306, e 3 c 324; + b 1083: -1 e 2 c 305, e 0 c 306; + b 1084: -1 e 2 c 323, e 0 c 324; + b 1085: -1 e 1 c 305, e 3 c 323; + b 1086: -1 e 2 c 322, e 0 c 323; + b 1087: -1 e 1 c 287, e 3 c 305; + b 1088: -1 e 2 c 304, e 0 c 305; + b 1089: -1 e 1 c 269, e 3 c 287; + b 1090: -1 e 2 c 286, e 0 c 287; + b 1091: -1 e 1 c 252, e 3 c 269; + b 1092: -1 e 2 c 268, e 0 c 269; + b 1093: -1 e 1 c 224, e 3 c 252; + b 1094: -1 e 2 c 251, e 0 c 252; + b 1095: -1 e 1 c 204, e 3 c 224; + b 1096: -1 e 2 c 223, e 0 c 224; + b 1097: -1 e 1 c 184, e 3 c 204; + b 1098: -1 e 2 c 203, e 0 c 204; + b 1099: -1 e 2 c 184, e 0 c 185; + b 1100: -1 e 1 c 164, e 3 c 184; + b 1101: -1 e 2 c 183, e 0 c 184; + b 1102: -1 e 1 c 165, e 3 c 185; + b 1103: -1 e 1 c 145, e 3 c 165; + b 1104: -1 e 2 c 164, e 0 c 165; + b 1105: -1 e 1 c 125, e 3 c 145; + b 1106: -1 e 2 c 144, e 0 c 145; + b 1107: -1 e 2 c 125, e 0 c 126; + b 1108: -1 e 1 c 105, e 3 c 125; + b 1109: -1 e 2 c 124, e 0 c 125; + b 1110: -1 e 1 c 106, e 3 c 126; + b 1111: -1 e 1 c 86, e 3 c 106; + b 1112: -1 e 2 c 105, e 0 c 106; + b 1113: -1 e 1 c 66, e 3 c 86; + b 1114: -1 e 2 c 85, e 0 c 86; + b 1115: -1 e 1 c 46, e 3 c 66; + b 1116: -1 e 2 c 65, e 0 c 66; + b 1117: -1 e 1 c 26, e 3 c 46; + b 1118: -1 e 2 c 45, e 0 c 46; + b 1119: -1 e 1 c 6, e 3 c 26; + b 1120: -1 e 2 c 25, e 0 c 26; + b 1121: -1 e 3 c 6, e 0 c 755; + b 1122: -1 e 2 c 5, e 0 c 6; + b 1123: -1 e 3 c 754, e 1 c 755; + b 1124: -1 e 3 c 380, e 2 c 755; + b 1125: -1 e 3 c 5, e 0 c 754; + b 1126: -1 e 3 c 753, e 1 c 754; + b 1127: -1 e 3 c 379, e 2 c 754; + b 1128: -1 e 1 c 5, e 3 c 25; + b 1129: -1 e 2 c 4, e 0 c 5; + b 1130: -1 e 1 c 25, e 3 c 45; + b 1131: -1 e 2 c 24, e 0 c 25; + b 1132: -1 e 1 c 45, e 3 c 65; + b 1133: -1 e 2 c 44, e 0 c 45; + b 1134: -1 e 1 c 65, e 3 c 85; + b 1135: -1 e 2 c 64, e 0 c 65; + b 1136: -1 e 1 c 85, e 3 c 105; + b 1137: -1 e 2 c 84, e 0 c 85; + b 1138: -1 e 2 c 104, e 0 c 105; + b 1139: -1 e 1 c 104, e 3 c 124; + b 1140: -1 e 1 c 84, e 3 c 104; + b 1141: -1 e 2 c 103, e 0 c 104; + b 1142: -1 e 1 c 124, e 3 c 144; + b 1143: -1 e 2 c 123, e 0 c 124; + b 1144: -1 e 1 c 144, e 3 c 164; + b 1145: -1 e 2 c 143, e 0 c 144; + b 1146: -1 e 2 c 163, e 0 c 164; + b 1147: -1 e 1 c 163, e 3 c 183; + b 1148: -1 e 1 c 143, e 3 c 163; + b 1149: -1 e 2 c 162, e 0 c 163; + b 1150: -1 e 1 c 183, e 3 c 203; + b 1151: -1 e 2 c 182, e 0 c 183; + b 1152: -1 e 1 c 203, e 3 c 223; + b 1153: -1 e 2 c 202, e 0 c 203; + b 1154: -1 e 1 c 223, e 3 c 251; + b 1155: -1 e 2 c 222, e 0 c 223; + b 1156: -1 e 1 c 251, e 3 c 268; + b 1157: -1 e 2 c 250, e 0 c 251; + b 1158: -1 e 1 c 268, e 3 c 286; + b 1159: -1 e 2 c 267, e 0 c 268; + b 1160: -1 e 1 c 286, e 3 c 304; + b 1161: -1 e 2 c 285, e 0 c 286; + b 1162: -1 e 1 c 304, e 3 c 322; + b 1163: -1 e 2 c 303, e 0 c 304; + b 1164: -1 e 2 c 321, e 0 c 322; + b 1165: -1 e 1 c 303, e 3 c 321; + b 1166: -1 e 1 c 285, e 3 c 303; + b 1167: -1 e 1 c 267, e 3 c 285; + b 1168: -1 e 1 c 250, e 3 c 267; + b 1169: -1 e 1 c 222, e 3 c 250; + b 1170: -1 e 1 c 202, e 3 c 222; + b 1171: -1 e 1 c 182, e 3 c 202; + b 1172: -1 e 1 c 162, e 3 c 182; + b 1173: -1 e 1 c 142, e 3 c 162; + b 1174: -1 e 2 c 142, e 0 c 143; + b 1175: -1 e 1 c 122, e 3 c 142; + b 1176: -1 e 1 c 123, e 3 c 143; + b 1177: -1 e 1 c 103, e 3 c 123; + b 1178: -1 e 2 c 122, e 0 c 123; + b 1179: -1 e 1 c 83, e 3 c 103; + b 1180: -1 e 2 c 102, e 0 c 103; + b 1181: -1 e 2 c 83, e 0 c 84; + b 1182: -1 e 1 c 63, e 3 c 83; + b 1183: -1 e 2 c 82, e 0 c 83; + b 1184: -1 e 1 c 64, e 3 c 84; + b 1185: -1 e 1 c 44, e 3 c 64; + b 1186: -1 e 2 c 63, e 0 c 64; + b 1187: -1 e 1 c 24, e 3 c 44; + b 1188: -1 e 2 c 43, e 0 c 44; + b 1189: -1 e 1 c 4, e 3 c 24; + b 1190: -1 e 2 c 23, e 0 c 24; + b 1191: -1 e 3 c 4, e 0 c 753; + b 1192: -1 e 2 c 3, e 0 c 4; + b 1193: -1 e 3 c 752, e 1 c 753; + b 1194: -1 e 3 c 378, e 2 c 753; + b 1195: -1 e 3 c 3, e 0 c 752; + b 1196: -1 e 3 c 751, e 1 c 752; + b 1197: -1 e 3 c 377, e 2 c 752; + b 1198: -1 e 1 c 3, e 3 c 23; + b 1199: -1 e 2 c 2, e 0 c 3; + b 1200: -1 e 1 c 23, e 3 c 43; + b 1201: -1 e 2 c 22, e 0 c 23; + b 1202: -1 e 1 c 43, e 3 c 63; + b 1203: -1 e 2 c 42, e 0 c 43; + b 1204: -1 e 2 c 62, e 0 c 63; + b 1205: -1 e 1 c 62, e 3 c 82; + b 1206: -1 e 1 c 42, e 3 c 62; + b 1207: -1 e 1 c 82, e 3 c 102; + b 1208: -1 e 1 c 102, e 3 c 122; + b 1209: -1 e 1 c 22, e 3 c 42; + b 1210: -1 e 1 c 2, e 3 c 22; + b 1211: -1 e 3 c 2, e 0 c 751; + b 1212: -1 e 3 c 376, e 2 c 751; + b 1213: -1 e 1 c 376, e 3 c 396; + b 1214: -1 e 2 c 376, e 0 c 377; + b 1215: -1 e 1 c 396, e 3 c 416; + b 1216: -1 e 2 c 396, e 0 c 397; + b 1217: -1 e 1 c 416, e 3 c 436; + b 1218: -1 e 2 c 416, e 0 c 417; + b 1219: -1 e 1 c 436, e 3 c 456; + b 1220: -1 e 2 c 436, e 0 c 437; + b 1221: -1 e 1 c 456, e 3 c 476; + b 1222: -1 e 2 c 456, e 0 c 457; + b 1223: -1 e 1 c 476, e 3 c 496; + b 1224: -1 e 2 c 476, e 0 c 477; + b 1225: -1 e 1 c 496, e 3 c 516; + b 1226: -1 e 2 c 496, e 0 c 497; + b 1227: -1 e 1 c 516, e 3 c 536; + b 1228: -1 e 2 c 516, e 0 c 517; + b 1229: -1 e 1 c 536, e 3 c 556; + b 1230: -1 e 2 c 536, e 0 c 537; + b 1231: -1 e 1 c 556, e 3 c 576; + b 1232: -1 e 2 c 556, e 0 c 557; + b 1233: -1 e 1 c 576, e 3 c 596; + b 1234: -1 e 2 c 576, e 0 c 577; + b 1235: -1 e 1 c 596, e 3 c 624; + b 1236: -1 e 2 c 596, e 0 c 597; + b 1237: -1 e 1 c 624, e 3 c 641; + b 1238: -1 e 2 c 624, e 0 c 625; + b 1239: -1 e 1 c 641, e 3 c 659; + b 1240: -1 e 2 c 641, e 0 c 642; + b 1241: -1 e 1 c 659, e 3 c 677; + b 1242: -1 e 2 c 659, e 0 c 660; + b 1243: -1 e 1 c 677, e 3 c 695; + b 1244: -1 e 2 c 677, e 0 c 678; + b 1245: -1 e 2 c 695, e 0 c 696; + b 1246: -1 e 2 c 696, e 0 c 697; + b 1247: -1 e 1 c 678, e 3 c 696; + b 1248: -1 e 2 c 697, e 0 c 698; + b 1249: -1 e 1 c 679, e 3 c 697; + b 1250: -1 e 1 c 680, e 3 c 698; + b 1251: -1 e 1 c 662, e 3 c 680; + b 1252: -1 e 2 c 679, e 0 c 680; + b 1253: -1 e 1 c 644, e 3 c 662; + b 1254: -1 e 2 c 661, e 0 c 662; + b 1255: -1 e 1 c 627, e 3 c 644; + b 1256: -1 e 2 c 643, e 0 c 644; + b 1257: -1 e 1 c 599, e 3 c 627; + b 1258: -1 e 2 c 626, e 0 c 627; + b 1259: -1 e 1 c 579, e 3 c 599; + b 1260: -1 e 2 c 598, e 0 c 599; + b 1261: -1 e 2 c 579, e 0 c 580; + b 1262: -1 e 1 c 559, e 3 c 579; + b 1263: -1 e 2 c 578, e 0 c 579; + b 1264: -1 e 2 c 580, e 0 c 581; + b 1265: -1 e 1 c 560, e 3 c 580; + b 1266: -1 e 2 c 581, e 0 c 582; + b 1267: -1 e 1 c 561, e 3 c 581; + b 1268: -1 e 2 c 582, e 0 c 583; + b 1269: -1 e 1 c 562, e 3 c 582; + b 1270: -1 e 1 c 563, e 3 c 583; + b 1271: -1 e 2 c 563, e 0 c 564; + b 1272: -1 e 1 c 543, e 3 c 563; + b 1273: -1 e 2 c 562, e 0 c 563; + b 1274: -1 e 2 c 564, e 0 c 565; + b 1275: -1 e 1 c 544, e 3 c 564; + b 1276: -1 e 2 c 565, e 0 c 566; + b 1277: -1 e 1 c 545, e 3 c 565; + b 1278: -1 e 2 c 566, e 0 c 567; + b 1279: -1 e 1 c 546, e 3 c 566; + b 1280: -1 e 1 c 567, e 3 c 587; + b 1281: -1 e 2 c 567, e 0 c 568; + b 1282: -1 e 1 c 547, e 3 c 567; + b 1283: -1 e 2 c 587, e 0 c 588; + b 1284: -1 e 1 c 588, e 3 c 607; + b 1285: -1 e 2 c 588, e 0 c 589; + b 1286: -1 e 1 c 568, e 3 c 588; + b 1287: -1 e 1 c 607, e 3 c 631; + b 1288: -1 e 2 c 607, e 0 c 608; + b 1289: -1 e 1 c 631, e 3 c 649; + b 1290: -1 e 2 c 631, e 0 c 632; + b 1291: -1 e 1 c 649, e 3 c 667; + b 1292: -1 e 2 c 649, e 0 c 650; + b 1293: -1 e 1 c 667, e 3 c 685; + b 1294: -1 e 2 c 667, e 0 c 668; + b 1295: -1 e 1 c 685, e 3 c 703; + b 1296: -1 e 2 c 685, e 0 c 686; + b 1297: -1 e 2 c 703, e 0 c 704; + b 1298: -1 e 2 c 704, e 0 c 705; + b 1299: -1 e 1 c 686, e 3 c 704; + b 1300: -1 e 2 c 705, e 0 c 706; + b 1301: -1 e 1 c 687, e 3 c 705; + b 1302: -1 e 2 c 706, e 0 c 707; + b 1303: -1 e 1 c 688, e 3 c 706; + b 1304: -1 e 2 c 707, e 0 c 708; + b 1305: -1 e 1 c 689, e 3 c 707; + b 1306: -1 e 2 c 708, e 3 c 709; + b 1307: -1 e 1 c 690, e 3 c 708; + b 1308: -1 e 0 c 691, e 2 c 709; + b 1309: -1 e 0 c 673, e 2 c 691; + b 1310: -1 e 2 c 690, e 3 c 691; + b 1311: -1 e 0 c 655, e 2 c 673; + b 1312: -1 e 2 c 672, e 3 c 673; + b 1313: -1 e 0 c 637, e 2 c 655; + b 1314: -1 e 2 c 654, e 3 c 655; + b 1315: -1 e 0 c 613, e 2 c 637; + b 1316: -1 e 2 c 636, e 3 c 637; + b 1317: -1 e 0 c 594, e 2 c 613; + b 1318: -1 e 2 c 612, e 3 c 613; + b 1319: -1 e 0 c 574, e 2 c 594; + b 1320: -1 e 2 c 593, e 3 c 594; + b 1321: -1 e 0 c 554, e 2 c 574; + b 1322: -1 e 2 c 573, e 3 c 574; + b 1323: -1 e 0 c 534, e 2 c 554; + b 1324: -1 e 2 c 553, e 3 c 554; + b 1325: -1 e 0 c 514, e 2 c 534; + b 1326: -1 e 2 c 533, e 3 c 534; + b 1327: -1 e 0 c 494, e 2 c 514; + b 1328: -1 e 2 c 513, e 3 c 514; + b 1329: -1 e 0 c 474, e 2 c 494; + b 1330: -1 e 2 c 493, e 3 c 494; + b 1331: -1 e 0 c 454, e 2 c 474; + b 1332: -1 e 2 c 473, e 3 c 474; + b 1333: -1 e 0 c 434, e 2 c 454; + b 1334: -1 e 2 c 453, e 3 c 454; + b 1335: -1 e 0 c 414, e 2 c 434; + b 1336: -1 e 2 c 433, e 3 c 434; + b 1337: -1 e 0 c 394, e 2 c 414; + b 1338: -1 e 2 c 413, e 3 c 414; + b 1339: -1 e 2 c 393, e 3 c 394; + b 1340: -1 e 1 c 393, e 3 c 413; + b 1341: -1 e 2 c 392, e 0 c 393; + b 1342: -1 e 1 c 413, e 3 c 433; + b 1343: -1 e 2 c 412, e 0 c 413; + b 1344: -1 e 1 c 433, e 3 c 453; + b 1345: -1 e 2 c 432, e 0 c 433; + b 1346: -1 e 1 c 453, e 3 c 473; + b 1347: -1 e 2 c 452, e 0 c 453; + b 1348: -1 e 1 c 473, e 3 c 493; + b 1349: -1 e 2 c 472, e 0 c 473; + b 1350: -1 e 1 c 493, e 3 c 513; + b 1351: -1 e 2 c 492, e 0 c 493; + b 1352: -1 e 1 c 513, e 3 c 533; + b 1353: -1 e 2 c 512, e 0 c 513; + b 1354: -1 e 1 c 533, e 3 c 553; + b 1355: -1 e 2 c 532, e 0 c 533; + b 1356: -1 e 1 c 553, e 3 c 573; + b 1357: -1 e 2 c 552, e 0 c 553; + b 1358: -1 e 1 c 573, e 3 c 593; + b 1359: -1 e 2 c 572, e 0 c 573; + b 1360: -1 e 1 c 593, e 3 c 612; + b 1361: -1 e 2 c 592, e 0 c 593; + b 1362: -1 e 1 c 612, e 3 c 636; + b 1363: -1 e 2 c 611, e 0 c 612; + b 1364: -1 e 1 c 636, e 3 c 654; + b 1365: -1 e 2 c 635, e 0 c 636; + b 1366: -1 e 1 c 654, e 3 c 672; + b 1367: -1 e 2 c 653, e 0 c 654; + b 1368: -1 e 1 c 672, e 3 c 690; + b 1369: -1 e 2 c 671, e 0 c 672; + b 1370: -1 e 2 c 689, e 0 c 690; + b 1371: -1 e 1 c 671, e 3 c 689; + b 1372: -1 e 2 c 688, e 0 c 689; + b 1373: -1 e 1 c 653, e 3 c 671; + b 1374: -1 e 2 c 670, e 0 c 671; + b 1375: -1 e 1 c 635, e 3 c 653; + b 1376: -1 e 2 c 652, e 0 c 653; + b 1377: -1 e 1 c 611, e 3 c 635; + b 1378: -1 e 2 c 634, e 0 c 635; + b 1379: -1 e 1 c 592, e 3 c 611; + b 1380: -1 e 2 c 610, e 0 c 611; + b 1381: -1 e 1 c 572, e 3 c 592; + b 1382: -1 e 2 c 591, e 0 c 592; + b 1383: -1 e 1 c 552, e 3 c 572; + b 1384: -1 e 2 c 571, e 0 c 572; + b 1385: -1 e 1 c 532, e 3 c 552; + b 1386: -1 e 2 c 551, e 0 c 552; + b 1387: -1 e 1 c 512, e 3 c 532; + b 1388: -1 e 2 c 531, e 0 c 532; + b 1389: -1 e 1 c 492, e 3 c 512; + b 1390: -1 e 2 c 511, e 0 c 512; + b 1391: -1 e 1 c 472, e 3 c 492; + b 1392: -1 e 2 c 491, e 0 c 492; + b 1393: -1 e 1 c 452, e 3 c 472; + b 1394: -1 e 2 c 471, e 0 c 472; + b 1395: -1 e 1 c 432, e 3 c 452; + b 1396: -1 e 2 c 451, e 0 c 452; + b 1397: -1 e 1 c 412, e 3 c 432; + b 1398: -1 e 2 c 431, e 0 c 432; + b 1399: -1 e 1 c 392, e 3 c 412; + b 1400: -1 e 2 c 411, e 0 c 412; + b 1401: -1 e 2 c 391, e 0 c 392; + b 1402: -1 e 1 c 391, e 3 c 411; + b 1403: -1 e 2 c 390, e 0 c 391; + b 1404: -1 e 1 c 411, e 3 c 431; + b 1405: -1 e 2 c 410, e 0 c 411; + b 1406: -1 e 1 c 431, e 3 c 451; + b 1407: -1 e 2 c 430, e 0 c 431; + b 1408: -1 e 1 c 451, e 3 c 471; + b 1409: -1 e 2 c 450, e 0 c 451; + b 1410: -1 e 1 c 471, e 3 c 491; + b 1411: -1 e 2 c 470, e 0 c 471; + b 1412: -1 e 1 c 491, e 3 c 511; + b 1413: -1 e 2 c 490, e 0 c 491; + b 1414: -1 e 1 c 511, e 3 c 531; + b 1415: -1 e 2 c 510, e 0 c 511; + b 1416: -1 e 1 c 531, e 3 c 551; + b 1417: -1 e 2 c 530, e 0 c 531; + b 1418: -1 e 1 c 551, e 3 c 571; + b 1419: -1 e 2 c 550, e 0 c 551; + b 1420: -1 e 1 c 571, e 3 c 591; + b 1421: -1 e 2 c 570, e 0 c 571; + b 1422: -1 e 1 c 591, e 3 c 610; + b 1423: -1 e 2 c 590, e 0 c 591; + b 1424: -1 e 1 c 610, e 3 c 634; + b 1425: -1 e 2 c 609, e 0 c 610; + b 1426: -1 e 1 c 634, e 3 c 652; + b 1427: -1 e 2 c 633, e 0 c 634; + b 1428: -1 e 1 c 652, e 3 c 670; + b 1429: -1 e 2 c 651, e 0 c 652; + b 1430: -1 e 1 c 670, e 3 c 688; + b 1431: -1 e 2 c 669, e 0 c 670; + b 1432: -1 e 2 c 687, e 0 c 688; + b 1433: -1 e 1 c 669, e 3 c 687; + b 1434: -1 e 2 c 686, e 0 c 687; + b 1435: -1 e 1 c 651, e 3 c 669; + b 1436: -1 e 2 c 668, e 0 c 669; + b 1437: -1 e 1 c 633, e 3 c 651; + b 1438: -1 e 2 c 650, e 0 c 651; + b 1439: -1 e 1 c 609, e 3 c 633; + b 1440: -1 e 2 c 632, e 0 c 633; + b 1441: -1 e 1 c 590, e 3 c 609; + b 1442: -1 e 2 c 608, e 0 c 609; + b 1443: -1 e 1 c 570, e 3 c 590; + b 1444: -1 e 2 c 589, e 0 c 590; + b 1445: -1 e 1 c 550, e 3 c 570; + b 1446: -1 e 2 c 569, e 0 c 570; + b 1447: -1 e 1 c 530, e 3 c 550; + b 1448: -1 e 2 c 549, e 0 c 550; + b 1449: -1 e 1 c 510, e 3 c 530; + b 1450: -1 e 2 c 529, e 0 c 530; + b 1451: -1 e 1 c 490, e 3 c 510; + b 1452: -1 e 2 c 509, e 0 c 510; + b 1453: -1 e 1 c 470, e 3 c 490; + b 1454: -1 e 2 c 489, e 0 c 490; + b 1455: -1 e 1 c 450, e 3 c 470; + b 1456: -1 e 2 c 469, e 0 c 470; + b 1457: -1 e 1 c 430, e 3 c 450; + b 1458: -1 e 2 c 449, e 0 c 450; + b 1459: -1 e 1 c 410, e 3 c 430; + b 1460: -1 e 2 c 429, e 0 c 430; + b 1461: -1 e 1 c 390, e 3 c 410; + b 1462: -1 e 2 c 409, e 0 c 410; + b 1463: -1 e 2 c 389, e 0 c 390; + b 1464: -1 e 1 c 389, e 3 c 409; + b 1465: -1 e 2 c 388, e 0 c 389; + b 1466: -1 e 1 c 409, e 3 c 429; + b 1467: -1 e 2 c 408, e 0 c 409; + b 1468: -1 e 1 c 429, e 3 c 449; + b 1469: -1 e 2 c 428, e 0 c 429; + b 1470: -1 e 1 c 449, e 3 c 469; + b 1471: -1 e 2 c 448, e 0 c 449; + b 1472: -1 e 1 c 469, e 3 c 489; + b 1473: -1 e 2 c 468, e 0 c 469; + b 1474: -1 e 1 c 489, e 3 c 509; + b 1475: -1 e 2 c 488, e 0 c 489; + b 1476: -1 e 1 c 509, e 3 c 529; + b 1477: -1 e 2 c 508, e 0 c 509; + b 1478: -1 e 1 c 529, e 3 c 549; + b 1479: -1 e 2 c 528, e 0 c 529; + b 1480: -1 e 1 c 549, e 3 c 569; + b 1481: -1 e 2 c 548, e 0 c 549; + b 1482: -1 e 1 c 569, e 3 c 589; + b 1483: -1 e 2 c 568, e 0 c 569; + b 1484: -1 e 1 c 589, e 3 c 608; + b 1485: -1 e 1 c 608, e 3 c 632; + b 1486: -1 e 1 c 632, e 3 c 650; + b 1487: -1 e 1 c 650, e 3 c 668; + b 1488: -1 e 1 c 668, e 3 c 686; + b 1489: -1 e 1 c 548, e 3 c 568; + b 1490: -1 e 1 c 528, e 3 c 548; + b 1491: -1 e 2 c 547, e 0 c 548; + b 1492: -1 e 1 c 508, e 3 c 528; + b 1493: -1 e 2 c 527, e 0 c 528; + b 1494: -1 e 1 c 488, e 3 c 508; + b 1495: -1 e 2 c 507, e 0 c 508; + b 1496: -1 e 1 c 468, e 3 c 488; + b 1497: -1 e 2 c 487, e 0 c 488; + b 1498: -1 e 1 c 448, e 3 c 468; + b 1499: -1 e 2 c 467, e 0 c 468; + b 1500: -1 e 1 c 428, e 3 c 448; + b 1501: -1 e 2 c 447, e 0 c 448; + b 1502: -1 e 1 c 408, e 3 c 428; + b 1503: -1 e 2 c 427, e 0 c 428; + b 1504: -1 e 1 c 388, e 3 c 408; + b 1505: -1 e 2 c 407, e 0 c 408; + b 1506: -1 e 2 c 387, e 0 c 388; + b 1507: -1 e 1 c 387, e 3 c 407; + b 1508: -1 e 2 c 386, e 0 c 387; + b 1509: -1 e 1 c 407, e 3 c 427; + b 1510: -1 e 2 c 406, e 0 c 407; + b 1511: -1 e 1 c 427, e 3 c 447; + b 1512: -1 e 2 c 426, e 0 c 427; + b 1513: -1 e 1 c 447, e 3 c 467; + b 1514: -1 e 2 c 446, e 0 c 447; + b 1515: -1 e 1 c 467, e 3 c 487; + b 1516: -1 e 2 c 466, e 0 c 467; + b 1517: -1 e 1 c 487, e 3 c 507; + b 1518: -1 e 2 c 486, e 0 c 487; + b 1519: -1 e 1 c 507, e 3 c 527; + b 1520: -1 e 2 c 506, e 0 c 507; + b 1521: -1 e 1 c 527, e 3 c 547; + b 1522: -1 e 2 c 526, e 0 c 527; + b 1523: -1 e 2 c 546, e 0 c 547; + b 1524: -1 e 1 c 526, e 3 c 546; + b 1525: -1 e 2 c 545, e 0 c 546; + b 1526: -1 e 1 c 506, e 3 c 526; + b 1527: -1 e 2 c 525, e 0 c 526; + b 1528: -1 e 1 c 486, e 3 c 506; + b 1529: -1 e 2 c 505, e 0 c 506; + b 1530: -1 e 1 c 466, e 3 c 486; + b 1531: -1 e 2 c 485, e 0 c 486; + b 1532: -1 e 1 c 446, e 3 c 466; + b 1533: -1 e 2 c 465, e 0 c 466; + b 1534: -1 e 1 c 426, e 3 c 446; + b 1535: -1 e 2 c 445, e 0 c 446; + b 1536: -1 e 1 c 406, e 3 c 426; + b 1537: -1 e 2 c 425, e 0 c 426; + b 1538: -1 e 1 c 386, e 3 c 406; + b 1539: -1 e 2 c 405, e 0 c 406; + b 1540: -1 e 2 c 385, e 0 c 386; + b 1541: -1 e 1 c 385, e 3 c 405; + b 1542: -1 e 2 c 384, e 0 c 385; + b 1543: -1 e 1 c 405, e 3 c 425; + b 1544: -1 e 2 c 404, e 0 c 405; + b 1545: -1 e 1 c 425, e 3 c 445; + b 1546: -1 e 2 c 424, e 0 c 425; + b 1547: -1 e 1 c 445, e 3 c 465; + b 1548: -1 e 2 c 444, e 0 c 445; + b 1549: -1 e 1 c 465, e 3 c 485; + b 1550: -1 e 2 c 464, e 0 c 465; + b 1551: -1 e 1 c 485, e 3 c 505; + b 1552: -1 e 2 c 484, e 0 c 485; + b 1553: -1 e 1 c 505, e 3 c 525; + b 1554: -1 e 2 c 504, e 0 c 505; + b 1555: -1 e 1 c 525, e 3 c 545; + b 1556: -1 e 2 c 524, e 0 c 525; + b 1557: -1 e 2 c 544, e 0 c 545; + b 1558: -1 e 1 c 524, e 3 c 544; + b 1559: -1 e 2 c 543, e 0 c 544; + b 1560: -1 e 1 c 504, e 3 c 524; + b 1561: -1 e 2 c 523, e 0 c 524; + b 1562: -1 e 1 c 484, e 3 c 504; + b 1563: -1 e 2 c 503, e 0 c 504; + b 1564: -1 e 1 c 464, e 3 c 484; + b 1565: -1 e 2 c 483, e 0 c 484; + b 1566: -1 e 1 c 444, e 3 c 464; + b 1567: -1 e 2 c 463, e 0 c 464; + b 1568: -1 e 1 c 424, e 3 c 444; + b 1569: -1 e 2 c 443, e 0 c 444; + b 1570: -1 e 1 c 404, e 3 c 424; + b 1571: -1 e 2 c 423, e 0 c 424; + b 1572: -1 e 1 c 384, e 3 c 404; + b 1573: -1 e 2 c 403, e 0 c 404; + b 1574: -1 e 2 c 383, e 0 c 384; + b 1575: -1 e 1 c 383, e 3 c 403; + b 1576: -1 e 2 c 382, e 0 c 383; + b 1577: -1 e 1 c 403, e 3 c 423; + b 1578: -1 e 2 c 402, e 0 c 403; + b 1579: -1 e 1 c 423, e 3 c 443; + b 1580: -1 e 2 c 422, e 0 c 423; + b 1581: -1 e 1 c 443, e 3 c 463; + b 1582: -1 e 2 c 442, e 0 c 443; + b 1583: -1 e 1 c 463, e 3 c 483; + b 1584: -1 e 2 c 462, e 0 c 463; + b 1585: -1 e 1 c 483, e 3 c 503; + b 1586: -1 e 2 c 482, e 0 c 483; + b 1587: -1 e 1 c 503, e 3 c 523; + b 1588: -1 e 2 c 502, e 0 c 503; + b 1589: -1 e 1 c 523, e 3 c 543; + b 1590: -1 e 2 c 522, e 0 c 523; + b 1591: -1 e 2 c 542, e 0 c 543; + b 1592: -1 e 1 c 542, e 3 c 562; + b 1593: -1 e 1 c 522, e 3 c 542; + b 1594: -1 e 2 c 541, e 0 c 542; + b 1595: -1 e 2 c 561, e 0 c 562; + b 1596: -1 e 1 c 541, e 3 c 561; + b 1597: -1 e 2 c 560, e 0 c 561; + b 1598: -1 e 1 c 521, e 3 c 541; + b 1599: -1 e 2 c 540, e 0 c 541; + b 1600: -1 e 2 c 521, e 0 c 522; + b 1601: -1 e 1 c 501, e 3 c 521; + b 1602: -1 e 2 c 520, e 0 c 521; + b 1603: -1 e 1 c 502, e 3 c 522; + b 1604: -1 e 1 c 482, e 3 c 502; + b 1605: -1 e 2 c 501, e 0 c 502; + b 1606: -1 e 1 c 462, e 3 c 482; + b 1607: -1 e 2 c 481, e 0 c 482; + b 1608: -1 e 1 c 442, e 3 c 462; + b 1609: -1 e 2 c 461, e 0 c 462; + b 1610: -1 e 1 c 422, e 3 c 442; + b 1611: -1 e 2 c 441, e 0 c 442; + b 1612: -1 e 1 c 402, e 3 c 422; + b 1613: -1 e 2 c 421, e 0 c 422; + b 1614: -1 e 1 c 382, e 3 c 402; + b 1615: -1 e 2 c 401, e 0 c 402; + b 1616: -1 e 2 c 381, e 0 c 382; + b 1617: -1 e 1 c 381, e 3 c 401; + b 1618: -1 e 2 c 380, e 0 c 381; + b 1619: -1 e 1 c 401, e 3 c 421; + b 1620: -1 e 2 c 400, e 0 c 401; + b 1621: -1 e 1 c 421, e 3 c 441; + b 1622: -1 e 2 c 420, e 0 c 421; + b 1623: -1 e 1 c 441, e 3 c 461; + b 1624: -1 e 2 c 440, e 0 c 441; + b 1625: -1 e 1 c 461, e 3 c 481; + b 1626: -1 e 2 c 460, e 0 c 461; + b 1627: -1 e 1 c 481, e 3 c 501; + b 1628: -1 e 2 c 480, e 0 c 481; + b 1629: -1 e 2 c 500, e 0 c 501; + b 1630: -1 e 1 c 500, e 3 c 520; + b 1631: -1 e 1 c 480, e 3 c 500; + b 1632: -1 e 2 c 499, e 0 c 500; + b 1633: -1 e 1 c 520, e 3 c 540; + b 1634: -1 e 2 c 519, e 0 c 520; + b 1635: -1 e 1 c 540, e 3 c 560; + b 1636: -1 e 2 c 539, e 0 c 540; + b 1637: -1 e 2 c 559, e 0 c 560; + b 1638: -1 e 1 c 539, e 3 c 559; + b 1639: -1 e 2 c 558, e 0 c 559; + b 1640: -1 e 1 c 519, e 3 c 539; + b 1641: -1 e 2 c 538, e 0 c 539; + b 1642: -1 e 1 c 499, e 3 c 519; + b 1643: -1 e 2 c 518, e 0 c 519; + b 1644: -1 e 1 c 479, e 3 c 499; + b 1645: -1 e 2 c 498, e 0 c 499; + b 1646: -1 e 2 c 479, e 0 c 480; + b 1647: -1 e 1 c 459, e 3 c 479; + b 1648: -1 e 2 c 478, e 0 c 479; + b 1649: -1 e 1 c 460, e 3 c 480; + b 1650: -1 e 1 c 440, e 3 c 460; + b 1651: -1 e 2 c 459, e 0 c 460; + b 1652: -1 e 1 c 420, e 3 c 440; + b 1653: -1 e 2 c 439, e 0 c 440; + b 1654: -1 e 1 c 400, e 3 c 420; + b 1655: -1 e 2 c 419, e 0 c 420; + b 1656: -1 e 1 c 380, e 3 c 400; + b 1657: -1 e 2 c 399, e 0 c 400; + b 1658: -1 e 2 c 379, e 0 c 380; + b 1659: -1 e 1 c 379, e 3 c 399; + b 1660: -1 e 2 c 378, e 0 c 379; + b 1661: -1 e 1 c 399, e 3 c 419; + b 1662: -1 e 2 c 398, e 0 c 399; + b 1663: -1 e 1 c 419, e 3 c 439; + b 1664: -1 e 2 c 418, e 0 c 419; + b 1665: -1 e 1 c 439, e 3 c 459; + b 1666: -1 e 2 c 438, e 0 c 439; + b 1667: -1 e 2 c 458, e 0 c 459; + b 1668: -1 e 1 c 458, e 3 c 478; + b 1669: -1 e 1 c 438, e 3 c 458; + b 1670: -1 e 2 c 457, e 0 c 458; + b 1671: -1 e 1 c 478, e 3 c 498; + b 1672: -1 e 2 c 477, e 0 c 478; + b 1673: -1 e 1 c 498, e 3 c 518; + b 1674: -1 e 2 c 497, e 0 c 498; + b 1675: -1 e 1 c 518, e 3 c 538; + b 1676: -1 e 2 c 517, e 0 c 518; + b 1677: -1 e 1 c 538, e 3 c 558; + b 1678: -1 e 2 c 537, e 0 c 538; + b 1679: -1 e 1 c 558, e 3 c 578; + b 1680: -1 e 2 c 557, e 0 c 558; + b 1681: -1 e 1 c 578, e 3 c 598; + b 1682: -1 e 2 c 577, e 0 c 578; + b 1683: -1 e 1 c 598, e 3 c 626; + b 1684: -1 e 2 c 597, e 0 c 598; + b 1685: -1 e 1 c 626, e 3 c 643; + b 1686: -1 e 2 c 625, e 0 c 626; + b 1687: -1 e 1 c 643, e 3 c 661; + b 1688: -1 e 2 c 642, e 0 c 643; + b 1689: -1 e 1 c 661, e 3 c 679; + b 1690: -1 e 2 c 660, e 0 c 661; + b 1691: -1 e 2 c 678, e 0 c 679; + b 1692: -1 e 1 c 660, e 3 c 678; + b 1693: -1 e 1 c 642, e 3 c 660; + b 1694: -1 e 1 c 625, e 3 c 642; + b 1695: -1 e 1 c 597, e 3 c 625; + b 1696: -1 e 1 c 577, e 3 c 597; + b 1697: -1 e 1 c 557, e 3 c 577; + b 1698: -1 e 1 c 537, e 3 c 557; + b 1699: -1 e 1 c 517, e 3 c 537; + b 1700: -1 e 1 c 497, e 3 c 517; + b 1701: -1 e 1 c 477, e 3 c 497; + b 1702: -1 e 1 c 457, e 3 c 477; + b 1703: -1 e 1 c 437, e 3 c 457; + b 1704: -1 e 2 c 437, e 0 c 438; + b 1705: -1 e 1 c 417, e 3 c 437; + b 1706: -1 e 1 c 418, e 3 c 438; + b 1707: -1 e 1 c 398, e 3 c 418; + b 1708: -1 e 2 c 417, e 0 c 418; + b 1709: -1 e 1 c 378, e 3 c 398; + b 1710: -1 e 2 c 397, e 0 c 398; + b 1711: -1 e 2 c 377, e 0 c 378; + b 1712: -1 e 1 c 377, e 3 c 397; + b 1713: -1 e 1 c 397, e 3 c 417; + b 1714: -1 e 0 c 274, e 2 c 292; + b 1715: -1 e 3 c 274, e 0 c 806; + b 1716: -1 e 0 c 292, e 2 c 310; + b 1717: -1 e 3 c 292, e 0 c 812; + b 1718: -1 e 0 c 310, e 2 c 328; + b 1719: -1 e 3 c 310, e 0 c 818; + b 1720: -1 e 3 c 328, e 0 c 824; + b 1721: -1 e 3 c 818, e 1 c 824; + b 1722: -1 e 3 c 824, e 1 c 839; + b 1723: -1 e 3 c 812, e 1 c 818; + b 1724: -1 e 3 c 806, e 1 c 812; + b 1725: -1 e 0 c 622, e 2 c 656; + b 1726: -1 e 0 c 656, e 2 c 674; + b 1727: -1 e 0 c 674, e 2 c 692; + b 1728: -1 e 0 c 692, e 2 c 710; + b 1729: -1 e 0 c 710, e 2 c 728; + b 1730: -1 e 0 c 728, e 2 c 730; + b 1731: -1 e 0 c 730, e 2 c 732; + b 1732: -1 e 0 c 732, e 2 c 734; + b 1733: -1 e 0 c 734, e 2 c 736; + b 1734: -1 e 0 c 736, e 2 c 738; + b 1735: -1 e 0 c 738, e 2 c 740; + b 1736: -1 e 0 c 740, e 2 c 741; + b 1737: -1 e 0 c 741, e 2 c 743; + b 1738: -1 e 0 c 743, e 2 c 745; + b 1739: e 0 c 869; + b 1740: e 0 c 867; + b 1741: -1 e 2 c 230, e 2 c 871; + b 1742: -1 e 2 c 240, e 2 c 872; + b 1743: -1 e 2 c 241, e 2 c 873; + b 1744: -1 e 2 c 243, e 2 c 874; + b 1745: -1 e 2 c 244, e 2 c 875; + b 1746: -1 e 2 c 245, e 2 c 876; + b 1747: -1 e 2 c 246, e 2 c 877; + b 1748: -1 e 2 c 256, e 2 c 878; + b 1749: -1 e 2 c 604, e 2 c 879; + b 1750: -1 e 2 c 614, e 2 c 880; + b 1751: -1 e 2 c 615, e 2 c 881; + b 1752: -1 e 2 c 617, e 2 c 882; + b 1753: -1 e 2 c 618, e 2 c 883; + b 1754: -1 e 2 c 619, e 2 c 884; + b 1755: -1 e 2 c 620, e 2 c 885; + b 1756: -1 e 2 c 630, e 2 c 886; +; +PdefRA 1 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 2 { 3 1 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.opt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..764feec --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\simulation\My_Lab1_lib\cell_2\layout\emSetup_MoM"; +# simTag "M250918025247"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\Nextcloud\TNE071_ADS\My_Lab1_wrk\data"; +DS_NAME "cell_2_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ovm b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..f6f9fc7 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,4358 @@ +OVM ASCII +Vertices +870 +0 -0.00165 0.00152 +0 0 0.00152 +0 0.00165 0.00152 +0.00165 0 0.00152 +0.00165 -0.00165 0.00152 +0.00165 0.00165 0.00152 +0.00337333333333333 0 0.00152 +0.00337333333333333 -0.00165 0.00152 +0.00337333333333333 0.00165 0.00152 +0.00509666666666667 0 0.00152 +0.00509666666666667 -0.00165 0.00152 +0.00509666666666667 0.00165 0.00152 +0.00682 0 0.00152 +0.00682 -0.00165 0.00152 +0.00682 0.00165 0.00152 +0.00854333333333333 -0.00165 0.00152 +0.00854333333333333 0.00165 0.00152 +0.00854333333333333 0 0.00152 +0.0102666666666667 -0.00165 0.00152 +0.0102666666666667 0.00165 0.00152 +0.0102666666666667 0 0.00152 +0.01199 -0.00165 0.00152 +0.01199 0.00165 0.00152 +0.01199 0 0.00152 +0.0137133333333333 -0.00165 0.00152 +0.0137133333333333 0.00165 0.00152 +0.0137133333333333 0 0.00152 +0.0154366666666667 -0.00165 0.00152 +0.0154366666666667 0.00165 0.00152 +0.0154366666666667 0 0.00152 +0.01716 -0.00165 0.00152 +0.01716 0.00165 0.00152 +0.01716 0 0.00152 +0.0175 -0.0166 0.00152 +0.0175 -0.0157581027758046 0.00152 +0.0175 -0.0140072024673819 0.00152 +0.0175 -0.0122563021589591 0.00152 +0.0175 -0.0105054018505364 0.00152 +0.0175 -0.008754501542113661 0.00152 +0.0175 -0.00700360123369093 0.00152 +0.0175 -0.0052527009252682 0.00152 +0.0175 -0.0049 0.00152 +0.0175 0.0049 0.00152 +0.0175 0.0052527009252682 0.00152 +0.0175 0.00700360123369093 0.00152 +0.0175 0.008754501542113661 0.00152 +0.0175 0.0105054018505364 0.00152 +0.0175 0.0122563021589591 0.00152 +0.0175 0.0140072024673819 0.00152 +0.0175 0.0157581027758046 0.00152 +0.0175 0.0166 0.00152 +0.0188833333333333 -0.00165 0.00152 +0.0188833333333333 0.00165 0.00152 +0.0188833333333333 0 0.00152 +0.01925990339265 -0.0166 0.00152 +0.01925990339265 -0.0157581027758046 0.00152 +0.01925990339265 -0.0140072024673819 0.00152 +0.01925990339265 -0.0122563021589591 0.00152 +0.01925990339265 -0.0105054018505364 0.00152 +0.01925990339265 -0.008754501542113661 0.00152 +0.01925990339265 -0.00700360123369093 0.00152 +0.01925990339265 -0.0052527009252682 0.00152 +0.01925990339265 -0.0049 0.00152 +0.01925990339265 0.0049 0.00152 +0.01925990339265 0.0052527009252682 0.00152 +0.01925990339265 0.00700360123369093 0.00152 +0.01925990339265 0.008754501542113661 0.00152 +0.01925990339265 0.0105054018505364 0.00152 +0.01925990339265 0.0122563021589591 0.00152 +0.01925990339265 0.0140072024673819 0.00152 +0.01925990339265 0.0157581027758046 0.00152 +0.01925990339265 0.0166 0.00152 +0.0206066666666667 -0.00165 0.00152 +0.0206066666666667 0.00165 0.00152 +0.0206066666666667 0 0.00152 +0.0210108037010728 -0.0166 0.00152 +0.0210108037010728 -0.0157581027758046 0.00152 +0.0210108037010728 -0.0140072024673819 0.00152 +0.0210108037010728 -0.0122563021589591 0.00152 +0.0210108037010728 -0.0105054018505364 0.00152 +0.0210108037010728 -0.008754501542113661 0.00152 +0.0210108037010728 -0.00700360123369093 0.00152 +0.0210108037010728 -0.0052527009252682 0.00152 +0.0210108037010728 -0.0049 0.00152 +0.0210108037010728 0.0049 0.00152 +0.0210108037010728 0.0052527009252682 0.00152 +0.0210108037010728 0.00700360123369093 0.00152 +0.0210108037010728 0.008754501542113661 0.00152 +0.0210108037010728 0.0105054018505364 0.00152 +0.0210108037010728 0.0122563021589591 0.00152 +0.0210108037010728 0.0140072024673819 0.00152 +0.0210108037010728 0.0157581027758046 0.00152 +0.0210108037010728 0.0166 0.00152 +0.02233 -0.00165 0.00152 +0.02233 0.00165 0.00152 +0.02233 0 0.00152 +0.0227617040094955 -0.0166 0.00152 +0.0227617040094955 -0.0157581027758046 0.00152 +0.0227617040094955 -0.0140072024673819 0.00152 +0.0227617040094955 -0.0122563021589591 0.00152 +0.0227617040094955 -0.0105054018505364 0.00152 +0.0227617040094955 -0.008754501542113661 0.00152 +0.0227617040094955 -0.00700360123369093 0.00152 +0.0227617040094955 -0.0052527009252682 0.00152 +0.0227617040094955 -0.0049 0.00152 +0.0227617040094955 0.0049 0.00152 +0.0227617040094955 0.0052527009252682 0.00152 +0.0227617040094955 0.00700360123369093 0.00152 +0.0227617040094955 0.008754501542113661 0.00152 +0.0227617040094955 0.0105054018505364 0.00152 +0.0227617040094955 0.0122563021589591 0.00152 +0.0227617040094955 0.0140072024673819 0.00152 +0.0227617040094955 0.0157581027758046 0.00152 +0.0227617040094955 0.0166 0.00152 +0.0240533333333333 -0.00165 0.00152 +0.0240533333333333 0.00165 0.00152 +0.0240533333333333 0 0.00152 +0.0245126043179182 -0.0166 0.00152 +0.0245126043179182 -0.0157581027758046 0.00152 +0.0245126043179182 -0.0140072024673819 0.00152 +0.0245126043179182 -0.0122563021589591 0.00152 +0.0245126043179182 -0.0105054018505364 0.00152 +0.0245126043179182 -0.008754501542113661 0.00152 +0.0245126043179182 -0.00700360123369093 0.00152 +0.0245126043179182 -0.0052527009252682 0.00152 +0.0245126043179182 -0.0049 0.00152 +0.0245126043179182 0.0049 0.00152 +0.0245126043179182 0.0052527009252682 0.00152 +0.0245126043179182 0.00700360123369093 0.00152 +0.0245126043179182 0.008754501542113661 0.00152 +0.0245126043179182 0.0105054018505364 0.00152 +0.0245126043179182 0.0122563021589591 0.00152 +0.0245126043179182 0.0140072024673819 0.00152 +0.0245126043179182 0.0157581027758046 0.00152 +0.0245126043179182 0.0166 0.00152 +0.0257766666666667 -0.00165 0.00152 +0.0257766666666667 0.00165 0.00152 +0.0257766666666667 0 0.00152 +0.026263504626341 -0.0166 0.00152 +0.026263504626341 -0.0157581027758046 0.00152 +0.026263504626341 -0.0140072024673819 0.00152 +0.026263504626341 -0.0122563021589591 0.00152 +0.026263504626341 -0.0105054018505364 0.00152 +0.026263504626341 -0.008754501542113661 0.00152 +0.026263504626341 -0.00700360123369093 0.00152 +0.026263504626341 -0.0052527009252682 0.00152 +0.026263504626341 -0.0049 0.00152 +0.026263504626341 0.0049 0.00152 +0.026263504626341 0.0052527009252682 0.00152 +0.026263504626341 0.00700360123369093 0.00152 +0.026263504626341 0.008754501542113661 0.00152 +0.026263504626341 0.0105054018505364 0.00152 +0.026263504626341 0.0122563021589591 0.00152 +0.026263504626341 0.0140072024673819 0.00152 +0.026263504626341 0.0157581027758046 0.00152 +0.026263504626341 0.0166 0.00152 +0.0275 0 0.00152 +0.0275 -0.0049 0.00152 +0.0275 -0.00350180061684546 0.00152 +0.0275 -0.00165 0.00152 +0.0275 0.00165 0.00152 +0.0275 0.00350180061684546 0.00152 +0.0275 0.0049 0.00152 +0.0280144049347637 -0.0166 0.00152 +0.0280144049347637 -0.0157581027758046 0.00152 +0.0280144049347637 -0.0140072024673819 0.00152 +0.0280144049347637 -0.0122563021589591 0.00152 +0.0280144049347637 -0.0105054018505364 0.00152 +0.0280144049347637 -0.008754501542113661 0.00152 +0.0280144049347637 -0.00700360123369093 0.00152 +0.0280144049347637 -0.0052527009252682 0.00152 +0.0280144049347637 -0.00350180061684546 0.00152 +0.0280144049347637 -0.00175090030842273 0.00152 +0.0280144049347637 0.00175090030842273 0.00152 +0.0280144049347637 0.00350180061684546 0.00152 +0.0280144049347637 0.0052527009252682 0.00152 +0.0280144049347637 0.00700360123369093 0.00152 +0.0280144049347637 0.008754501542113661 0.00152 +0.0280144049347637 0.0105054018505364 0.00152 +0.0280144049347637 0.0122563021589591 0.00152 +0.0280144049347637 0.0140072024673819 0.00152 +0.0280144049347637 0.0157581027758046 0.00152 +0.0280144049347637 0.0166 0.00152 +0.0297653052431864 -0.0166 0.00152 +0.0297653052431864 -0.0157581027758046 0.00152 +0.0297653052431864 -0.0140072024673819 0.00152 +0.0297653052431864 -0.0122563021589591 0.00152 +0.0297653052431864 -0.0105054018505364 0.00152 +0.0297653052431864 -0.008754501542113661 0.00152 +0.0297653052431864 -0.00700360123369093 0.00152 +0.0297653052431864 -0.0052527009252682 0.00152 +0.0297653052431864 -0.00350180061684546 0.00152 +0.0297653052431864 -0.00175090030842273 0.00152 +0.0297653052431864 0 0.00152 +0.0297653052431864 0.00175090030842273 0.00152 +0.0297653052431864 0.00350180061684546 0.00152 +0.0297653052431864 0.0052527009252682 0.00152 +0.0297653052431864 0.00700360123369093 0.00152 +0.0297653052431864 0.008754501542113661 0.00152 +0.0297653052431864 0.0105054018505364 0.00152 +0.0297653052431864 0.0122563021589591 0.00152 +0.0297653052431864 0.0140072024673819 0.00152 +0.0297653052431864 0.0157581027758046 0.00152 +0.0297653052431864 0.0166 0.00152 +0.0315162055516092 -0.0166 0.00152 +0.0315162055516092 -0.0157581027758046 0.00152 +0.0315162055516092 -0.0140072024673819 0.00152 +0.0315162055516092 -0.0122563021589591 0.00152 +0.0315162055516092 -0.0105054018505364 0.00152 +0.0315162055516092 -0.008754501542113661 0.00152 +0.0315162055516092 -0.00700360123369093 0.00152 +0.0315162055516092 -0.0052527009252682 0.00152 +0.0315162055516092 -0.00350180061684546 0.00152 +0.0315162055516092 -0.00175090030842273 0.00152 +0.0315162055516092 0 0.00152 +0.0315162055516092 0.00175090030842273 0.00152 +0.0315162055516092 0.00350180061684546 0.00152 +0.0315162055516092 0.0052527009252682 0.00152 +0.0315162055516092 0.00700360123369093 0.00152 +0.0315162055516092 0.008754501542113661 0.00152 +0.0315162055516092 0.0105054018505364 0.00152 +0.0315162055516092 0.0122563021589591 0.00152 +0.0315162055516092 0.0140072024673819 0.00152 +0.0315162055516092 0.0157581027758046 0.00152 +0.0315162055516092 0.0166 0.00152 +0.0332671058600319 -0.0166 0.00152 +0.0332671058600319 -0.0157581027758046 0.00152 +0.0332671058600319 -0.0140072024673819 0.00152 +0.0332671058600319 -0.0122563021589591 0.00152 +0.0332671058600319 -0.0105054018505364 0.00152 +0.0332671058600319 -0.008754501542113661 0.00152 +0.0332671058600319 -0.00700360123369093 0.00152 +0.0332671058600319 -0.0052527009252682 0.00152 +0.0332671058600319 -0.00350180061684546 0.00152 +0.0332671058600319 -0.00175090030842273 0.00152 +0.0332671058600319 0 0.00152 +0.0332671058600319 0.00175090030842273 0.00152 +0.0332671058600319 0.00350180061684546 0.00152 +0.0332671058600319 0.0052527009252682 0.00152 +0.0332671058600319 0.00700360123369093 0.00152 +0.0332671058600319 0.008754501542113661 0.00152 +0.0332671058600319 0.0105054018505364 0.00152 +0.0332671058600319 0.0122563021589591 0.00152 +0.0332671058600319 0.0140072024673819 0.00152 +0.0332671058600319 0.0157581027758046 0.00152 +0.0332671058600319 0.0166 0.00152 +0.0350180061684546 -0.0166 0.00152 +0.0350180061684546 -0.0157581027758046 0.00152 +0.0350180061684546 -0.0140072024673819 0.00152 +0.0350180061684546 -0.0122563021589591 0.00152 +0.0350180061684546 -0.0105054018505364 0.00152 +0.0350180061684546 -0.008754501542113661 0.00152 +0.0350180061684546 -0.00700360123369093 0.00152 +0.0350180061684546 -0.0052527009252682 0.00152 +0.0350180061684546 -0.00350180061684546 0.00152 +0.0350180061684546 -0.00175090030842273 0.00152 +0.0350180061684546 0 0.00152 +0.0350180061684546 0.00175090030842273 0.00152 +0.0350180061684546 0.00350180061684546 0.00152 +0.0350180061684546 0.0052527009252682 0.00152 +0.0350180061684546 0.00700360123369093 0.00152 +0.0350180061684546 0.008754501542113661 0.00152 +0.0350180061684546 0.0105054018505364 0.00152 +0.0350180061684546 0.0122563021589591 0.00152 +0.0350180061684546 0.0140072024673819 0.00152 +0.0350180061684546 0.0157581027758046 0.00152 +0.0350180061684546 0.0166 0.00152 +0.0367689064768774 -0.0166 0.00152 +0.0367689064768774 -0.0157581027758046 0.00152 +0.0367689064768774 -0.0140072024673819 0.00152 +0.0367689064768774 -0.0122563021589591 0.00152 +0.0367689064768774 -0.0105054018505364 0.00152 +0.0367689064768774 -0.008754501542113661 0.00152 +0.0367689064768774 -0.00700360123369093 0.00152 +0.0367689064768774 -0.0052527009252682 0.00152 +0.0367689064768774 -0.00350180061684546 0.00152 +0.0367689064768774 -0.00175090030842273 0.00152 +0.0367689064768774 0 0.00152 +0.0367689064768774 0.00175090030842273 0.00152 +0.0367689064768774 0.00350180061684546 0.00152 +0.0367689064768774 0.0052527009252682 0.00152 +0.0367689064768774 0.00700360123369093 0.00152 +0.0367689064768774 0.008754501542113661 0.00152 +0.0367689064768774 0.0105054018505364 0.00152 +0.0367689064768774 0.0122563021589591 0.00152 +0.0367689064768774 0.0140072024673819 0.00152 +0.0367689064768774 0.0157581027758046 0.00152 +0.0367689064768774 0.0166 0.00152 +0.0385198067853001 -0.0166 0.00152 +0.0385198067853001 -0.0157581027758046 0.00152 +0.0385198067853001 -0.0140072024673819 0.00152 +0.0385198067853001 -0.0122563021589591 0.00152 +0.0385198067853001 -0.0105054018505364 0.00152 +0.0385198067853001 -0.008754501542113661 0.00152 +0.0385198067853001 -0.00700360123369093 0.00152 +0.0385198067853001 -0.0052527009252682 0.00152 +0.0385198067853001 -0.00350180061684546 0.00152 +0.0385198067853001 -0.00175090030842273 0.00152 +0.0385198067853001 0 0.00152 +0.0385198067853001 0.00175090030842273 0.00152 +0.0385198067853001 0.00350180061684546 0.00152 +0.0385198067853001 0.0052527009252682 0.00152 +0.0385198067853001 0.00700360123369093 0.00152 +0.0385198067853001 0.008754501542113661 0.00152 +0.0385198067853001 0.0105054018505364 0.00152 +0.0385198067853001 0.0122563021589591 0.00152 +0.0385198067853001 0.0140072024673819 0.00152 +0.0385198067853001 0.0157581027758046 0.00152 +0.0385198067853001 0.0166 0.00152 +0.0402707070937228 -0.0166 0.00152 +0.0402707070937228 -0.0157581027758046 0.00152 +0.0402707070937228 -0.0140072024673819 0.00152 +0.0402707070937228 -0.0122563021589591 0.00152 +0.0402707070937228 -0.0105054018505364 0.00152 +0.0402707070937228 -0.008754501542113661 0.00152 +0.0402707070937228 -0.00700360123369093 0.00152 +0.0402707070937228 -0.0052527009252682 0.00152 +0.0402707070937228 -0.00350180061684546 0.00152 +0.0402707070937228 -0.00175090030842273 0.00152 +0.0402707070937228 0 0.00152 +0.0402707070937228 0.00175090030842273 0.00152 +0.0402707070937228 0.00350180061684546 0.00152 +0.0402707070937228 0.0052527009252682 0.00152 +0.0402707070937228 0.00700360123369093 0.00152 +0.0402707070937228 0.008754501542113661 0.00152 +0.0402707070937228 0.0105054018505364 0.00152 +0.0402707070937228 0.0122563021589591 0.00152 +0.0402707070937228 0.0140072024673819 0.00152 +0.0402707070937228 0.0157581027758046 0.00152 +0.0402707070937228 0.0166 0.00152 +0.0420216074021456 -0.0166 0.00152 +0.0420216074021456 -0.0157581027758046 0.00152 +0.0420216074021456 -0.0140072024673819 0.00152 +0.0420216074021456 -0.0122563021589591 0.00152 +0.0420216074021456 -0.0105054018505364 0.00152 +0.0420216074021456 -0.008754501542113661 0.00152 +0.0420216074021456 -0.00700360123369093 0.00152 +0.0420216074021456 -0.0052527009252682 0.00152 +0.0420216074021456 -0.00350180061684546 0.00152 +0.0420216074021456 -0.00175090030842273 0.00152 +0.0420216074021456 0 0.00152 +0.0420216074021456 0.00175090030842273 0.00152 +0.0420216074021456 0.00350180061684546 0.00152 +0.0420216074021456 0.0052527009252682 0.00152 +0.0420216074021456 0.00700360123369093 0.00152 +0.0420216074021456 0.008754501542113661 0.00152 +0.0420216074021456 0.0105054018505364 0.00152 +0.0420216074021456 0.0122563021589591 0.00152 +0.0420216074021456 0.0140072024673819 0.00152 +0.0420216074021456 0.0157581027758046 0.00152 +0.0420216074021456 0.0166 0.00152 +0.0437725077105683 -0.0166 0.00152 +0.0437725077105683 -0.0157581027758046 0.00152 +0.0437725077105683 -0.0140072024673819 0.00152 +0.0437725077105683 -0.0122563021589591 0.00152 +0.0437725077105683 -0.0105054018505364 0.00152 +0.0437725077105683 -0.008754501542113661 0.00152 +0.0437725077105683 -0.00700360123369093 0.00152 +0.0437725077105683 -0.0052527009252682 0.00152 +0.0437725077105683 -0.00350180061684546 0.00152 +0.0437725077105683 -0.00175090030842273 0.00152 +0.0437725077105683 0 0.00152 +0.0437725077105683 0.00175090030842273 0.00152 +0.0437725077105683 0.00350180061684546 0.00152 +0.0437725077105683 0.0052527009252682 0.00152 +0.0437725077105683 0.00700360123369093 0.00152 +0.0437725077105683 0.008754501542113661 0.00152 +0.0437725077105683 0.0105054018505364 0.00152 +0.0437725077105683 0.0122563021589591 0.00152 +0.0437725077105683 0.0140072024673819 0.00152 +0.0437725077105683 0.0157581027758046 0.00152 +0.0437725077105683 0.0166 0.00152 +0.045523408018991 -0.0166 0.00152 +0.045523408018991 -0.0157581027758046 0.00152 +0.045523408018991 -0.0140072024673819 0.00152 +0.045523408018991 -0.0122563021589591 0.00152 +0.045523408018991 -0.0105054018505364 0.00152 +0.045523408018991 -0.008754501542113661 0.00152 +0.045523408018991 -0.00700360123369093 0.00152 +0.045523408018991 -0.0052527009252682 0.00152 +0.045523408018991 -0.00350180061684546 0.00152 +0.045523408018991 -0.00175090030842273 0.00152 +0.045523408018991 0 0.00152 +0.045523408018991 0.00175090030842273 0.00152 +0.045523408018991 0.00350180061684546 0.00152 +0.045523408018991 0.0052527009252682 0.00152 +0.045523408018991 0.00700360123369093 0.00152 +0.045523408018991 0.008754501542113661 0.00152 +0.045523408018991 0.0105054018505364 0.00152 +0.045523408018991 0.0122563021589591 0.00152 +0.045523408018991 0.0140072024673819 0.00152 +0.045523408018991 0.0157581027758046 0.00152 +0.045523408018991 0.0166 0.00152 +0.0472743083274138 -0.0166 0.00152 +0.0472743083274138 -0.0157581027758046 0.00152 +0.0472743083274138 -0.0140072024673819 0.00152 +0.0472743083274138 -0.0122563021589591 0.00152 +0.0472743083274138 -0.0105054018505364 0.00152 +0.0472743083274138 -0.008754501542113661 0.00152 +0.0472743083274138 -0.00700360123369093 0.00152 +0.0472743083274138 -0.0052527009252682 0.00152 +0.0472743083274138 -0.00350180061684546 0.00152 +0.0472743083274138 -0.00175090030842273 0.00152 +0.0472743083274138 0 0.00152 +0.0472743083274138 0.00175090030842273 0.00152 +0.0472743083274138 0.00350180061684546 0.00152 +0.0472743083274138 0.0052527009252682 0.00152 +0.0472743083274138 0.00700360123369093 0.00152 +0.0472743083274138 0.008754501542113661 0.00152 +0.0472743083274138 0.0105054018505364 0.00152 +0.0472743083274138 0.0122563021589591 0.00152 +0.0472743083274138 0.0140072024673819 0.00152 +0.0472743083274138 0.0157581027758046 0.00152 +0.0472743083274138 0.0166 0.00152 +0.049 -0.0166 0.00152 +0.049 -0.0157581027758046 0.00152 +0.049 -0.0140072024673819 0.00152 +0.049 -0.0122563021589591 0.00152 +0.049 -0.0105054018505364 0.00152 +0.049 -0.008754501542113661 0.00152 +0.049 -0.00700360123369093 0.00152 +0.049 -0.0052527009252682 0.00152 +0.049 -0.00350180061684546 0.00152 +0.049 -0.00175090030842273 0.00152 +0.049 0 0.00152 +0.049 0.00175090030842273 0.00152 +0.049 0.00350180061684546 0.00152 +0.049 0.0052527009252682 0.00152 +0.049 0.00700360123369093 0.00152 +0.049 0.008754501542113661 0.00152 +0.049 0.0105054018505364 0.00152 +0.049 0.0122563021589591 0.00152 +0.049 0.0140072024673819 0.00152 +0.049 0.0157581027758046 0.00152 +0.049 0.0166 0.00152 +0.0472743083274138 0.0166 0.001545 +0.0472743083274138 0.0157581027758046 0.001545 +0.049 0.0157581027758046 0.001545 +0.049 0.0166 0.001545 +0.0472743083274138 0.0140072024673819 0.001545 +0.049 0.0140072024673819 0.001545 +0.0472743083274138 0.0122563021589591 0.001545 +0.049 0.0122563021589591 0.001545 +0.0472743083274138 0.0105054018505364 0.001545 +0.049 0.0105054018505364 0.001545 +0.0472743083274138 0.008754501542113661 0.001545 +0.049 0.008754501542113661 0.001545 +0.0472743083274138 0.00700360123369093 0.001545 +0.049 0.00700360123369093 0.001545 +0.0472743083274138 0.0052527009252682 0.001545 +0.049 0.0052527009252682 0.001545 +0.0472743083274138 0.00350180061684546 0.001545 +0.049 0.00350180061684546 0.001545 +0.0472743083274138 0.00175090030842273 0.001545 +0.049 0.00175090030842273 0.001545 +0.0472743083274138 0 0.001545 +0.049 0 0.001545 +0.0472743083274138 -0.00175090030842273 0.001545 +0.049 -0.00175090030842273 0.001545 +0.0472743083274138 -0.00350180061684546 0.001545 +0.049 -0.00350180061684546 0.001545 +0.0472743083274138 -0.0052527009252682 0.001545 +0.049 -0.0052527009252682 0.001545 +0.0472743083274138 -0.00700360123369093 0.001545 +0.049 -0.00700360123369093 0.001545 +0.0472743083274138 -0.008754501542113661 0.001545 +0.049 -0.008754501542113661 0.001545 +0.0472743083274138 -0.0105054018505364 0.001545 +0.049 -0.0105054018505364 0.001545 +0.0472743083274138 -0.0122563021589591 0.001545 +0.049 -0.0122563021589591 0.001545 +0.0472743083274138 -0.0140072024673819 0.001545 +0.049 -0.0140072024673819 0.001545 +0.0472743083274138 -0.0157581027758046 0.001545 +0.049 -0.0157581027758046 0.001545 +0.0472743083274138 -0.0166 0.001545 +0.049 -0.0166 0.001545 +0.045523408018991 0.0166 0.001545 +0.045523408018991 0.0157581027758046 0.001545 +0.045523408018991 0.0140072024673819 0.001545 +0.045523408018991 0.0122563021589591 0.001545 +0.045523408018991 0.0105054018505364 0.001545 +0.045523408018991 0.008754501542113661 0.001545 +0.045523408018991 0.00700360123369093 0.001545 +0.045523408018991 0.0052527009252682 0.001545 +0.045523408018991 0.00350180061684546 0.001545 +0.045523408018991 0.00175090030842273 0.001545 +0.045523408018991 0 0.001545 +0.045523408018991 -0.00175090030842273 0.001545 +0.045523408018991 -0.00350180061684546 0.001545 +0.045523408018991 -0.0052527009252682 0.001545 +0.045523408018991 -0.00700360123369093 0.001545 +0.045523408018991 -0.008754501542113661 0.001545 +0.045523408018991 -0.0105054018505364 0.001545 +0.045523408018991 -0.0122563021589591 0.001545 +0.045523408018991 -0.0140072024673819 0.001545 +0.045523408018991 -0.0157581027758046 0.001545 +0.045523408018991 -0.0166 0.001545 +0.0437725077105683 0.0166 0.001545 +0.0437725077105683 0.0157581027758046 0.001545 +0.0437725077105683 0.0140072024673819 0.001545 +0.0437725077105683 0.0122563021589591 0.001545 +0.0437725077105683 0.0105054018505364 0.001545 +0.0437725077105683 0.008754501542113661 0.001545 +0.0437725077105683 0.00700360123369093 0.001545 +0.0437725077105683 0.0052527009252682 0.001545 +0.0437725077105683 0.00350180061684546 0.001545 +0.0437725077105683 0.00175090030842273 0.001545 +0.0437725077105683 0 0.001545 +0.0437725077105683 -0.00175090030842273 0.001545 +0.0437725077105683 -0.00350180061684546 0.001545 +0.0437725077105683 -0.0052527009252682 0.001545 +0.0437725077105683 -0.00700360123369093 0.001545 +0.0437725077105683 -0.008754501542113661 0.001545 +0.0437725077105683 -0.0105054018505364 0.001545 +0.0437725077105683 -0.0122563021589591 0.001545 +0.0437725077105683 -0.0140072024673819 0.001545 +0.0437725077105683 -0.0157581027758046 0.001545 +0.0437725077105683 -0.0166 0.001545 +0.0420216074021456 0.0166 0.001545 +0.0420216074021456 0.0157581027758046 0.001545 +0.0420216074021456 0.0140072024673819 0.001545 +0.0420216074021456 0.0122563021589591 0.001545 +0.0420216074021456 0.0105054018505364 0.001545 +0.0420216074021456 0.008754501542113661 0.001545 +0.0420216074021456 0.00700360123369093 0.001545 +0.0420216074021456 0.0052527009252682 0.001545 +0.0420216074021456 0.00350180061684546 0.001545 +0.0420216074021456 0.00175090030842273 0.001545 +0.0420216074021456 0 0.001545 +0.0420216074021456 -0.00175090030842273 0.001545 +0.0420216074021456 -0.00350180061684546 0.001545 +0.0420216074021456 -0.0052527009252682 0.001545 +0.0420216074021456 -0.00700360123369093 0.001545 +0.0420216074021456 -0.008754501542113661 0.001545 +0.0420216074021456 -0.0105054018505364 0.001545 +0.0420216074021456 -0.0122563021589591 0.001545 +0.0420216074021456 -0.0140072024673819 0.001545 +0.0420216074021456 -0.0157581027758046 0.001545 +0.0420216074021456 -0.0166 0.001545 +0.0402707070937228 0.0166 0.001545 +0.0402707070937228 0.0157581027758046 0.001545 +0.0402707070937228 0.0140072024673819 0.001545 +0.0402707070937228 0.0122563021589591 0.001545 +0.0402707070937228 0.0105054018505364 0.001545 +0.0402707070937228 0.008754501542113661 0.001545 +0.0402707070937228 0.00700360123369093 0.001545 +0.0402707070937228 0.0052527009252682 0.001545 +0.0402707070937228 0.00350180061684546 0.001545 +0.0402707070937228 0.00175090030842273 0.001545 +0.0402707070937228 0 0.001545 +0.0402707070937228 -0.00175090030842273 0.001545 +0.0402707070937228 -0.00350180061684546 0.001545 +0.0402707070937228 -0.0052527009252682 0.001545 +0.0402707070937228 -0.00700360123369093 0.001545 +0.0402707070937228 -0.008754501542113661 0.001545 +0.0402707070937228 -0.0105054018505364 0.001545 +0.0402707070937228 -0.0122563021589591 0.001545 +0.0402707070937228 -0.0140072024673819 0.001545 +0.0402707070937228 -0.0157581027758046 0.001545 +0.0402707070937228 -0.0166 0.001545 +0.0385198067853001 0.0166 0.001545 +0.0385198067853001 0.0157581027758046 0.001545 +0.0385198067853001 0.0140072024673819 0.001545 +0.0385198067853001 0.0122563021589591 0.001545 +0.0385198067853001 0.0105054018505364 0.001545 +0.0385198067853001 0.008754501542113661 0.001545 +0.0385198067853001 0.00700360123369093 0.001545 +0.0385198067853001 0.0052527009252682 0.001545 +0.0385198067853001 0.00350180061684546 0.001545 +0.0385198067853001 0.00175090030842273 0.001545 +0.0385198067853001 0 0.001545 +0.0385198067853001 -0.00175090030842273 0.001545 +0.0385198067853001 -0.00350180061684546 0.001545 +0.0385198067853001 -0.0052527009252682 0.001545 +0.0385198067853001 -0.00700360123369093 0.001545 +0.0385198067853001 -0.008754501542113661 0.001545 +0.0385198067853001 -0.0105054018505364 0.001545 +0.0385198067853001 -0.0122563021589591 0.001545 +0.0385198067853001 -0.0140072024673819 0.001545 +0.0385198067853001 -0.0157581027758046 0.001545 +0.0385198067853001 -0.0166 0.001545 +0.0367689064768774 0.0166 0.001545 +0.0367689064768774 0.0157581027758046 0.001545 +0.0367689064768774 0.0140072024673819 0.001545 +0.0367689064768774 0.0122563021589591 0.001545 +0.0367689064768774 0.0105054018505364 0.001545 +0.0367689064768774 0.008754501542113661 0.001545 +0.0367689064768774 0.00700360123369093 0.001545 +0.0367689064768774 0.0052527009252682 0.001545 +0.0367689064768774 0.00350180061684546 0.001545 +0.0367689064768774 0.00175090030842273 0.001545 +0.0367689064768774 0 0.001545 +0.0367689064768774 -0.00175090030842273 0.001545 +0.0367689064768774 -0.00350180061684546 0.001545 +0.0367689064768774 -0.0052527009252682 0.001545 +0.0367689064768774 -0.00700360123369093 0.001545 +0.0367689064768774 -0.008754501542113661 0.001545 +0.0367689064768774 -0.0105054018505364 0.001545 +0.0367689064768774 -0.0122563021589591 0.001545 +0.0367689064768774 -0.0140072024673819 0.001545 +0.0367689064768774 -0.0157581027758046 0.001545 +0.0367689064768774 -0.0166 0.001545 +0.0350180061684546 0.0166 0.001545 +0.0350180061684546 0.0157581027758046 0.001545 +0.0350180061684546 0.0140072024673819 0.001545 +0.0350180061684546 0.0122563021589591 0.001545 +0.0350180061684546 0.0105054018505364 0.001545 +0.0350180061684546 0.008754501542113661 0.001545 +0.0350180061684546 0.00700360123369093 0.001545 +0.0350180061684546 0.0052527009252682 0.001545 +0.0350180061684546 0.00350180061684546 0.001545 +0.0350180061684546 0.00175090030842273 0.001545 +0.0350180061684546 0 0.001545 +0.0350180061684546 -0.00175090030842273 0.001545 +0.0350180061684546 -0.00350180061684546 0.001545 +0.0350180061684546 -0.0052527009252682 0.001545 +0.0350180061684546 -0.00700360123369093 0.001545 +0.0350180061684546 -0.008754501542113661 0.001545 +0.0350180061684546 -0.0105054018505364 0.001545 +0.0350180061684546 -0.0122563021589591 0.001545 +0.0350180061684546 -0.0140072024673819 0.001545 +0.0350180061684546 -0.0157581027758046 0.001545 +0.0350180061684546 -0.0166 0.001545 +0.0332671058600319 0.0166 0.001545 +0.0332671058600319 0.0157581027758046 0.001545 +0.0332671058600319 0.0140072024673819 0.001545 +0.0332671058600319 0.0122563021589591 0.001545 +0.0332671058600319 0.0105054018505364 0.001545 +0.0332671058600319 0.008754501542113661 0.001545 +0.0332671058600319 0.00700360123369093 0.001545 +0.0332671058600319 0.0052527009252682 0.001545 +0.0332671058600319 0.00350180061684546 0.001545 +0.0332671058600319 0.00175090030842273 0.001545 +0.0332671058600319 0 0.001545 +0.0332671058600319 -0.00175090030842273 0.001545 +0.0332671058600319 -0.00350180061684546 0.001545 +0.0332671058600319 -0.0052527009252682 0.001545 +0.0332671058600319 -0.00700360123369093 0.001545 +0.0332671058600319 -0.008754501542113661 0.001545 +0.0332671058600319 -0.0105054018505364 0.001545 +0.0332671058600319 -0.0122563021589591 0.001545 +0.0332671058600319 -0.0140072024673819 0.001545 +0.0332671058600319 -0.0157581027758046 0.001545 +0.0332671058600319 -0.0166 0.001545 +0.0315162055516092 0.0166 0.001545 +0.0315162055516092 0.0157581027758046 0.001545 +0.0315162055516092 0.0140072024673819 0.001545 +0.0315162055516092 0.0122563021589591 0.001545 +0.0315162055516092 0.0105054018505364 0.001545 +0.0315162055516092 0.008754501542113661 0.001545 +0.0315162055516092 0.00700360123369093 0.001545 +0.0315162055516092 0.0052527009252682 0.001545 +0.0315162055516092 0.00350180061684546 0.001545 +0.0315162055516092 0.00175090030842273 0.001545 +0.0315162055516092 0 0.001545 +0.0315162055516092 -0.00175090030842273 0.001545 +0.0315162055516092 -0.00350180061684546 0.001545 +0.0315162055516092 -0.0052527009252682 0.001545 +0.0315162055516092 -0.00700360123369093 0.001545 +0.0315162055516092 -0.008754501542113661 0.001545 +0.0315162055516092 -0.0105054018505364 0.001545 +0.0315162055516092 -0.0122563021589591 0.001545 +0.0315162055516092 -0.0140072024673819 0.001545 +0.0315162055516092 -0.0157581027758046 0.001545 +0.0315162055516092 -0.0166 0.001545 +0.0297653052431864 0.0166 0.001545 +0.0297653052431864 0.0157581027758046 0.001545 +0.0297653052431864 0.0140072024673819 0.001545 +0.0297653052431864 0.0122563021589591 0.001545 +0.0297653052431864 0.0105054018505364 0.001545 +0.0297653052431864 0.008754501542113661 0.001545 +0.0297653052431864 0.00700360123369093 0.001545 +0.0297653052431864 0.0052527009252682 0.001545 +0.0297653052431864 0.00350180061684546 0.001545 +0.0297653052431864 0.00175090030842273 0.001545 +0.0297653052431864 0 0.001545 +0.0297653052431864 -0.00175090030842273 0.001545 +0.0297653052431864 -0.00350180061684546 0.001545 +0.0297653052431864 -0.0052527009252682 0.001545 +0.0297653052431864 -0.00700360123369093 0.001545 +0.0297653052431864 -0.008754501542113661 0.001545 +0.0297653052431864 -0.0105054018505364 0.001545 +0.0297653052431864 -0.0122563021589591 0.001545 +0.0297653052431864 -0.0140072024673819 0.001545 +0.0297653052431864 -0.0157581027758046 0.001545 +0.0297653052431864 -0.0166 0.001545 +0.0280144049347637 0.0166 0.001545 +0.0280144049347637 0.0157581027758046 0.001545 +0.0280144049347637 0.0140072024673819 0.001545 +0.0280144049347637 0.0122563021589591 0.001545 +0.0280144049347637 0.0105054018505364 0.001545 +0.0280144049347637 0.008754501542113661 0.001545 +0.0280144049347637 0.00700360123369093 0.001545 +0.0280144049347637 0.0052527009252682 0.001545 +0.0280144049347637 0.00350180061684546 0.001545 +0.0280144049347637 0.00175090030842273 0.001545 +0.0275 0 0.001545 +0.0280144049347637 -0.00175090030842273 0.001545 +0.0280144049347637 -0.00350180061684546 0.001545 +0.0280144049347637 -0.0052527009252682 0.001545 +0.0280144049347637 -0.00700360123369093 0.001545 +0.0280144049347637 -0.008754501542113661 0.001545 +0.0280144049347637 -0.0105054018505364 0.001545 +0.0280144049347637 -0.0122563021589591 0.001545 +0.0280144049347637 -0.0140072024673819 0.001545 +0.0280144049347637 -0.0157581027758046 0.001545 +0.0280144049347637 -0.0166 0.001545 +0.0275 0.0049 0.001545 +0.0275 0.00350180061684546 0.001545 +0.0275 0.00165 0.001545 +0.0275 -0.00165 0.001545 +0.0275 -0.00350180061684546 0.001545 +0.0275 -0.0049 0.001545 +0.026263504626341 -0.0049 0.001545 +0.026263504626341 -0.0052527009252682 0.001545 +0.0257766666666667 0 0.001545 +0.0257766666666667 -0.00165 0.001545 +0.026263504626341 0.0166 0.001545 +0.026263504626341 0.0157581027758046 0.001545 +0.026263504626341 0.0140072024673819 0.001545 +0.026263504626341 0.0122563021589591 0.001545 +0.026263504626341 0.0105054018505364 0.001545 +0.026263504626341 0.008754501542113661 0.001545 +0.026263504626341 0.00700360123369093 0.001545 +0.026263504626341 0.0052527009252682 0.001545 +0.026263504626341 0.0049 0.001545 +0.026263504626341 -0.00700360123369093 0.001545 +0.026263504626341 -0.008754501542113661 0.001545 +0.026263504626341 -0.0105054018505364 0.001545 +0.026263504626341 -0.0122563021589591 0.001545 +0.026263504626341 -0.0140072024673819 0.001545 +0.026263504626341 -0.0157581027758046 0.001545 +0.026263504626341 -0.0166 0.001545 +0.0257766666666667 0.00165 0.001545 +0.0240533333333333 0.00165 0.001545 +0.0240533333333333 0 0.001545 +0.0245126043179182 0.0166 0.001545 +0.0245126043179182 0.0157581027758046 0.001545 +0.0245126043179182 0.0140072024673819 0.001545 +0.0245126043179182 0.0122563021589591 0.001545 +0.0245126043179182 0.0105054018505364 0.001545 +0.0245126043179182 0.008754501542113661 0.001545 +0.0245126043179182 0.00700360123369093 0.001545 +0.0245126043179182 0.0052527009252682 0.001545 +0.0245126043179182 0.0049 0.001545 +0.0245126043179182 -0.0049 0.001545 +0.0245126043179182 -0.0052527009252682 0.001545 +0.0245126043179182 -0.00700360123369093 0.001545 +0.0245126043179182 -0.008754501542113661 0.001545 +0.0245126043179182 -0.0105054018505364 0.001545 +0.0245126043179182 -0.0122563021589591 0.001545 +0.0245126043179182 -0.0140072024673819 0.001545 +0.0245126043179182 -0.0157581027758046 0.001545 +0.0245126043179182 -0.0166 0.001545 +0.0240533333333333 -0.00165 0.001545 +0.02233 0.00165 0.001545 +0.02233 0 0.001545 +0.0227617040094955 0.0166 0.001545 +0.0227617040094955 0.0157581027758046 0.001545 +0.0227617040094955 0.0140072024673819 0.001545 +0.0227617040094955 0.0122563021589591 0.001545 +0.0227617040094955 0.0105054018505364 0.001545 +0.0227617040094955 0.008754501542113661 0.001545 +0.0227617040094955 0.00700360123369093 0.001545 +0.0227617040094955 0.0052527009252682 0.001545 +0.0227617040094955 0.0049 0.001545 +0.0227617040094955 -0.0049 0.001545 +0.0227617040094955 -0.0052527009252682 0.001545 +0.0227617040094955 -0.00700360123369093 0.001545 +0.0227617040094955 -0.008754501542113661 0.001545 +0.0227617040094955 -0.0105054018505364 0.001545 +0.0227617040094955 -0.0122563021589591 0.001545 +0.0227617040094955 -0.0140072024673819 0.001545 +0.0227617040094955 -0.0157581027758046 0.001545 +0.0227617040094955 -0.0166 0.001545 +0.02233 -0.00165 0.001545 +0.0206066666666667 0.00165 0.001545 +0.0206066666666667 0 0.001545 +0.0210108037010728 0.0166 0.001545 +0.0210108037010728 0.0157581027758046 0.001545 +0.0210108037010728 0.0140072024673819 0.001545 +0.0210108037010728 0.0122563021589591 0.001545 +0.0210108037010728 0.0105054018505364 0.001545 +0.0210108037010728 0.008754501542113661 0.001545 +0.0210108037010728 0.00700360123369093 0.001545 +0.0210108037010728 0.0052527009252682 0.001545 +0.0210108037010728 0.0049 0.001545 +0.0210108037010728 -0.0049 0.001545 +0.0210108037010728 -0.0052527009252682 0.001545 +0.0210108037010728 -0.00700360123369093 0.001545 +0.0210108037010728 -0.008754501542113661 0.001545 +0.0210108037010728 -0.0105054018505364 0.001545 +0.0210108037010728 -0.0122563021589591 0.001545 +0.0210108037010728 -0.0140072024673819 0.001545 +0.0210108037010728 -0.0157581027758046 0.001545 +0.0210108037010728 -0.0166 0.001545 +0.0206066666666667 -0.00165 0.001545 +0.0188833333333333 0.00165 0.001545 +0.0188833333333333 0 0.001545 +0.01925990339265 0.0166 0.001545 +0.01925990339265 0.0157581027758046 0.001545 +0.01925990339265 0.0140072024673819 0.001545 +0.01925990339265 0.0122563021589591 0.001545 +0.01925990339265 0.0105054018505364 0.001545 +0.01925990339265 0.008754501542113661 0.001545 +0.01925990339265 0.00700360123369093 0.001545 +0.01925990339265 0.0052527009252682 0.001545 +0.01925990339265 0.0049 0.001545 +0.01925990339265 -0.0049 0.001545 +0.01925990339265 -0.0052527009252682 0.001545 +0.01925990339265 -0.00700360123369093 0.001545 +0.01925990339265 -0.008754501542113661 0.001545 +0.01925990339265 -0.0105054018505364 0.001545 +0.01925990339265 -0.0122563021589591 0.001545 +0.01925990339265 -0.0140072024673819 0.001545 +0.01925990339265 -0.0157581027758046 0.001545 +0.01925990339265 -0.0166 0.001545 +0.0188833333333333 -0.00165 0.001545 +0.01716 0.00165 0.001545 +0.01716 0 0.001545 +0.0175 0.0166 0.001545 +0.0175 0.0157581027758046 0.001545 +0.0175 0.0140072024673819 0.001545 +0.0175 0.0122563021589591 0.001545 +0.0175 0.0105054018505364 0.001545 +0.0175 0.008754501542113661 0.001545 +0.0175 0.00700360123369093 0.001545 +0.0175 0.0052527009252682 0.001545 +0.0175 0.0049 0.001545 +0.0175 -0.0049 0.001545 +0.0175 -0.0052527009252682 0.001545 +0.0175 -0.00700360123369093 0.001545 +0.0175 -0.008754501542113661 0.001545 +0.0175 -0.0105054018505364 0.001545 +0.0175 -0.0122563021589591 0.001545 +0.0175 -0.0140072024673819 0.001545 +0.0175 -0.0157581027758046 0.001545 +0.0175 -0.0166 0.001545 +0.01716 -0.00165 0.001545 +0.0154366666666667 0.00165 0.001545 +0.0154366666666667 0 0.001545 +0.0154366666666667 -0.00165 0.001545 +0.0137133333333333 0.00165 0.001545 +0.0137133333333333 0 0.001545 +0.0137133333333333 -0.00165 0.001545 +0.01199 0.00165 0.001545 +0.01199 0 0.001545 +0.01199 -0.00165 0.001545 +0.0102666666666667 0.00165 0.001545 +0.0102666666666667 0 0.001545 +0.0102666666666667 -0.00165 0.001545 +0.00854333333333333 0.00165 0.001545 +0.00854333333333333 0 0.001545 +0.00854333333333333 -0.00165 0.001545 +0.00682 0.00165 0.001545 +0.00682 0 0.001545 +0.00682 -0.00165 0.001545 +0.00509666666666667 0 0.001545 +0.00509666666666667 -0.00165 0.001545 +0.00509666666666667 0.00165 0.001545 +0.00337333333333333 0 0.001545 +0.00337333333333333 -0.00165 0.001545 +0.00337333333333333 0.00165 0.001545 +0.00165 0 0.001545 +0.00165 -0.00165 0.001545 +0.00165 0.00165 0.001545 +0 0 0.001545 +0 -0.00165 0.001545 +0 0.00165 0.001545 +Edges +1738 +0 1 +0 4 +1 2 +1 3 +2 5 +3 4 +3 5 +3 6 +4 7 +5 8 +6 7 +6 8 +6 9 +7 10 +8 11 +9 10 +9 11 +9 12 +10 13 +11 14 +12 13 +12 14 +12 17 +13 15 +14 16 +15 17 +15 18 +16 17 +16 19 +17 20 +18 20 +18 21 +19 20 +19 22 +20 23 +21 23 +21 24 +22 23 +22 25 +23 26 +24 26 +24 27 +25 26 +25 28 +26 29 +27 29 +27 30 +28 29 +28 31 +29 32 +30 32 +30 51 +31 32 +31 52 +32 53 +33 34 +33 54 +34 35 +34 55 +35 36 +35 56 +36 37 +36 57 +37 38 +37 58 +38 39 +38 59 +39 40 +39 60 +40 41 +40 61 +41 62 +42 43 +42 63 +43 44 +43 64 +44 45 +44 65 +45 46 +45 66 +46 47 +46 67 +47 48 +47 68 +48 49 +48 69 +49 50 +49 70 +50 71 +51 53 +51 72 +52 53 +52 73 +53 74 +54 55 +54 75 +55 56 +55 76 +56 57 +56 77 +57 58 +57 78 +58 59 +58 79 +59 60 +59 80 +60 61 +60 81 +61 62 +61 82 +62 83 +63 64 +63 84 +64 65 +64 85 +65 66 +65 86 +66 67 +66 87 +67 68 +67 88 +68 69 +68 89 +69 70 +69 90 +70 71 +70 91 +71 92 +72 74 +72 93 +73 74 +73 94 +74 95 +75 76 +75 96 +76 77 +76 97 +77 78 +77 98 +78 79 +78 99 +79 80 +79 100 +80 81 +80 101 +81 82 +81 102 +82 83 +82 103 +83 104 +84 85 +84 105 +85 86 +85 106 +86 87 +86 107 +87 88 +87 108 +88 89 +88 109 +89 90 +89 110 +90 91 +90 111 +91 92 +91 112 +92 113 +93 95 +93 114 +94 95 +94 115 +95 116 +96 97 +96 117 +97 98 +97 118 +98 99 +98 119 +99 100 +99 120 +100 101 +100 121 +101 102 +101 122 +102 103 +102 123 +103 104 +103 124 +104 125 +105 106 +105 126 +106 107 +106 127 +107 108 +107 128 +108 109 +108 129 +109 110 +109 130 +110 111 +110 131 +111 112 +111 132 +112 113 +112 133 +113 134 +114 116 +114 135 +115 116 +115 136 +116 137 +117 118 +117 138 +118 119 +118 139 +119 120 +119 140 +120 121 +120 141 +121 122 +121 142 +122 123 +122 143 +123 124 +123 144 +124 125 +124 145 +125 146 +126 127 +126 147 +127 128 +127 148 +128 129 +128 149 +129 130 +129 150 +130 131 +130 151 +131 132 +131 152 +132 133 +132 153 +133 134 +133 154 +134 155 +135 137 +135 159 +136 137 +136 160 +137 156 +138 139 +138 163 +139 140 +139 164 +140 141 +140 165 +141 142 +141 166 +142 143 +142 167 +143 144 +143 168 +144 145 +144 169 +145 146 +145 170 +146 157 +147 148 +147 162 +148 149 +148 175 +149 150 +149 176 +150 151 +150 177 +151 152 +151 178 +152 153 +152 179 +153 154 +153 180 +154 155 +154 181 +155 182 +156 159 +156 160 +156 172 +156 173 +156 193 +157 158 +157 170 +158 159 +158 171 +159 172 +160 161 +160 173 +161 162 +161 174 +162 175 +163 164 +163 183 +164 165 +164 184 +165 166 +165 185 +166 167 +166 186 +167 168 +167 187 +168 169 +168 188 +169 170 +169 189 +170 171 +170 190 +171 172 +171 191 +172 192 +173 174 +173 194 +174 175 +174 195 +175 176 +175 196 +176 177 +176 197 +177 178 +177 198 +178 179 +178 199 +179 180 +179 200 +180 181 +180 201 +181 182 +181 202 +182 203 +183 184 +183 204 +184 185 +184 205 +185 186 +185 206 +186 187 +186 207 +187 188 +187 208 +188 189 +188 209 +189 190 +189 210 +190 191 +190 211 +191 192 +191 212 +192 193 +192 213 +193 194 +193 214 +194 195 +194 215 +195 196 +195 216 +196 197 +196 217 +197 198 +197 218 +198 199 +198 219 +199 200 +199 220 +200 201 +200 221 +201 202 +201 222 +202 203 +202 223 +203 224 +204 205 +204 225 +205 206 +205 226 +206 207 +206 227 +207 208 +207 228 +208 209 +208 229 +209 210 +209 230 +210 211 +210 231 +211 212 +211 232 +212 213 +212 233 +213 214 +213 234 +214 215 +214 235 +215 216 +215 236 +216 217 +216 237 +217 218 +217 238 +218 219 +218 239 +219 220 +219 240 +220 221 +220 241 +221 222 +221 242 +222 223 +222 243 +223 224 +223 244 +224 245 +225 226 +225 246 +226 227 +226 247 +227 228 +227 248 +228 229 +228 249 +229 230 +229 250 +230 231 +230 251 +231 232 +231 252 +232 233 +232 253 +233 234 +233 254 +234 235 +234 255 +235 236 +235 256 +236 237 +236 257 +237 238 +237 258 +238 239 +238 259 +239 240 +239 260 +240 241 +240 261 +241 242 +241 262 +242 243 +242 263 +243 244 +243 264 +244 245 +244 265 +245 266 +246 247 +246 267 +247 248 +247 268 +248 249 +248 269 +249 250 +249 270 +250 251 +250 271 +251 252 +251 272 +252 253 +252 273 +253 254 +253 274 +254 255 +254 275 +255 256 +255 276 +256 257 +256 277 +257 258 +257 278 +258 259 +258 279 +259 260 +259 280 +260 261 +260 281 +261 262 +261 282 +262 263 +262 283 +263 264 +263 284 +264 265 +264 285 +265 266 +265 286 +266 287 +267 268 +267 288 +268 269 +268 289 +269 270 +269 290 +270 271 +270 291 +271 272 +271 292 +272 273 +272 293 +273 274 +273 294 +274 275 +274 295 +275 276 +275 296 +276 277 +276 297 +277 278 +277 298 +278 279 +278 299 +279 280 +279 300 +280 281 +280 301 +281 282 +281 302 +282 283 +282 303 +283 284 +283 304 +284 285 +284 305 +285 286 +285 306 +286 287 +286 307 +287 308 +288 289 +288 309 +289 290 +289 310 +290 291 +290 311 +291 292 +291 312 +292 293 +292 313 +293 294 +293 314 +294 295 +294 315 +295 296 +295 316 +296 297 +296 317 +297 298 +297 318 +298 299 +298 319 +299 300 +299 320 +300 301 +300 321 +301 302 +301 322 +302 303 +302 323 +303 304 +303 324 +304 305 +304 325 +305 306 +305 326 +306 307 +306 327 +307 308 +307 328 +308 329 +309 310 +309 330 +310 311 +310 331 +311 312 +311 332 +312 313 +312 333 +313 314 +313 334 +314 315 +314 335 +315 316 +315 336 +316 317 +316 337 +317 318 +317 338 +318 319 +318 339 +319 320 +319 340 +320 321 +320 341 +321 322 +321 342 +322 323 +322 343 +323 324 +323 344 +324 325 +324 345 +325 326 +325 346 +326 327 +326 347 +327 328 +327 348 +328 329 +328 349 +329 350 +330 331 +330 351 +331 332 +331 352 +332 333 +332 353 +333 334 +333 354 +334 335 +334 355 +335 336 +335 356 +336 337 +336 357 +337 338 +337 358 +338 339 +338 359 +339 340 +339 360 +340 341 +340 361 +341 342 +341 362 +342 343 +342 363 +343 344 +343 364 +344 345 +344 365 +345 346 +345 366 +346 347 +346 367 +347 348 +347 368 +348 349 +348 369 +349 350 +349 370 +350 371 +351 352 +351 372 +352 353 +352 373 +353 354 +353 374 +354 355 +354 375 +355 356 +355 376 +356 357 +356 377 +357 358 +357 378 +358 359 +358 379 +359 360 +359 380 +360 361 +360 381 +361 362 +361 382 +362 363 +362 383 +363 364 +363 384 +364 365 +364 385 +365 366 +365 386 +366 367 +366 387 +367 368 +367 388 +368 369 +368 389 +369 370 +369 390 +370 371 +370 391 +371 392 +372 373 +372 393 +373 374 +373 394 +374 375 +374 395 +375 376 +375 396 +376 377 +376 397 +377 378 +377 398 +378 379 +378 399 +379 380 +379 400 +380 381 +380 401 +381 382 +381 402 +382 383 +382 403 +383 384 +383 404 +384 385 +384 405 +385 386 +385 406 +386 387 +386 407 +387 388 +387 408 +388 389 +388 409 +389 390 +389 410 +390 391 +390 411 +391 392 +391 412 +392 413 +393 394 +393 414 +394 395 +394 415 +395 396 +395 416 +396 397 +396 417 +397 398 +397 418 +398 399 +398 419 +399 400 +399 420 +400 401 +400 421 +401 402 +401 422 +402 403 +402 423 +403 404 +403 424 +404 405 +404 425 +405 406 +405 426 +406 407 +406 427 +407 408 +407 428 +408 409 +408 429 +409 410 +409 430 +410 411 +410 431 +411 412 +411 432 +412 413 +412 433 +413 434 +414 415 +415 416 +416 417 +417 418 +418 419 +419 420 +420 421 +421 422 +422 423 +423 424 +424 425 +425 426 +426 427 +427 428 +428 429 +429 430 +430 431 +431 432 +432 433 +433 434 +436 435 +436 437 +437 438 +435 438 +439 436 +439 440 +440 437 +441 439 +441 442 +442 440 +443 441 +443 444 +444 442 +445 443 +445 446 +446 444 +447 445 +447 448 +448 446 +449 447 +449 450 +450 448 +451 449 +451 452 +452 450 +453 451 +453 454 +454 452 +455 453 +455 456 +456 454 +457 455 +457 458 +458 456 +459 457 +459 460 +460 458 +461 459 +461 462 +462 460 +463 461 +463 464 +464 462 +465 463 +465 466 +466 464 +467 465 +467 468 +468 466 +469 467 +469 470 +470 468 +471 469 +471 472 +472 470 +473 471 +473 474 +474 472 +475 473 +475 476 +476 474 +478 477 +478 436 +477 435 +479 478 +479 439 +480 479 +480 441 +481 480 +481 443 +482 481 +482 445 +483 482 +483 447 +484 483 +484 449 +485 484 +485 451 +486 485 +486 453 +487 486 +487 455 +488 487 +488 457 +489 488 +489 459 +490 489 +490 461 +491 490 +491 463 +492 491 +492 465 +493 492 +493 467 +494 493 +494 469 +495 494 +495 471 +496 495 +496 473 +497 496 +497 475 +499 498 +499 478 +498 477 +500 499 +500 479 +501 500 +501 480 +502 501 +502 481 +503 502 +503 482 +504 503 +504 483 +505 504 +505 484 +506 505 +506 485 +507 506 +507 486 +508 507 +508 487 +509 508 +509 488 +510 509 +510 489 +511 510 +511 490 +512 511 +512 491 +513 512 +513 492 +514 513 +514 493 +515 514 +515 494 +516 515 +516 495 +517 516 +517 496 +518 517 +518 497 +520 519 +520 499 +519 498 +521 520 +521 500 +522 521 +522 501 +523 522 +523 502 +524 523 +524 503 +525 524 +525 504 +526 525 +526 505 +527 526 +527 506 +528 527 +528 507 +529 528 +529 508 +530 529 +530 509 +531 530 +531 510 +532 531 +532 511 +533 532 +533 512 +534 533 +534 513 +535 534 +535 514 +536 535 +536 515 +537 536 +537 516 +538 537 +538 517 +539 538 +539 518 +541 540 +541 520 +540 519 +542 541 +542 521 +543 542 +543 522 +544 543 +544 523 +545 544 +545 524 +546 545 +546 525 +547 546 +547 526 +548 547 +548 527 +549 548 +549 528 +550 549 +550 529 +551 550 +551 530 +552 551 +552 531 +553 552 +553 532 +554 553 +554 533 +555 554 +555 534 +556 555 +556 535 +557 556 +557 536 +558 557 +558 537 +559 558 +559 538 +560 559 +560 539 +562 561 +562 541 +561 540 +563 562 +563 542 +564 563 +564 543 +565 564 +565 544 +566 565 +566 545 +567 566 +567 546 +568 567 +568 547 +569 568 +569 548 +570 569 +570 549 +571 570 +571 550 +572 571 +572 551 +573 572 +573 552 +574 573 +574 553 +575 574 +575 554 +576 575 +576 555 +577 576 +577 556 +578 577 +578 557 +579 578 +579 558 +580 579 +580 559 +581 580 +581 560 +583 582 +583 562 +582 561 +584 583 +584 563 +585 584 +585 564 +586 585 +586 565 +587 586 +587 566 +588 587 +588 567 +589 588 +589 568 +590 589 +590 569 +591 590 +591 570 +592 591 +592 571 +593 592 +593 572 +594 593 +594 573 +595 594 +595 574 +596 595 +596 575 +597 596 +597 576 +598 597 +598 577 +599 598 +599 578 +600 599 +600 579 +601 600 +601 580 +602 601 +602 581 +604 603 +604 583 +603 582 +605 604 +605 584 +606 605 +606 585 +607 606 +607 586 +608 607 +608 587 +609 608 +609 588 +610 609 +610 589 +611 610 +611 590 +612 611 +612 591 +613 612 +613 592 +614 613 +614 593 +615 614 +615 594 +616 615 +616 595 +617 616 +617 596 +618 617 +618 597 +619 618 +619 598 +620 619 +620 599 +621 620 +621 600 +622 621 +622 601 +623 622 +623 602 +625 624 +625 604 +624 603 +626 625 +626 605 +627 626 +627 606 +628 627 +628 607 +629 628 +629 608 +630 629 +630 609 +631 630 +631 610 +632 631 +632 611 +633 632 +633 612 +634 633 +634 613 +635 634 +635 614 +636 635 +636 615 +637 636 +637 616 +638 637 +638 617 +639 638 +639 618 +640 639 +640 619 +641 640 +641 620 +642 641 +642 621 +643 642 +643 622 +644 643 +644 623 +646 645 +646 625 +645 624 +647 646 +647 626 +648 647 +648 627 +649 648 +649 628 +650 649 +650 629 +651 650 +651 630 +652 651 +652 631 +653 652 +653 632 +654 653 +654 633 +655 654 +655 634 +656 655 +656 635 +657 656 +657 636 +658 657 +658 637 +659 658 +659 638 +660 659 +660 639 +661 660 +661 640 +662 661 +662 641 +663 662 +663 642 +664 663 +664 643 +665 664 +665 644 +667 666 +667 646 +666 645 +668 667 +668 647 +669 668 +669 648 +670 669 +670 649 +671 670 +671 650 +672 671 +672 651 +673 672 +673 652 +674 673 +674 653 +675 674 +675 654 +676 675 +676 655 +677 676 +677 656 +678 677 +678 657 +679 678 +679 658 +680 679 +680 659 +681 680 +681 660 +682 681 +682 661 +683 682 +683 662 +684 683 +684 663 +685 684 +685 664 +686 685 +686 665 +688 687 +688 667 +687 666 +689 688 +689 668 +690 689 +690 669 +691 690 +691 670 +692 691 +692 671 +693 692 +693 672 +694 693 +694 673 +695 694 +695 674 +696 695 +696 675 +697 696 +697 676 +699 698 +699 678 +698 677 +700 699 +700 679 +701 700 +701 680 +702 701 +702 681 +703 702 +703 682 +704 703 +704 683 +705 704 +705 684 +706 705 +706 685 +707 706 +707 686 +708 694 +709 708 +709 695 +710 709 +710 696 +697 710 +711 698 +712 711 +712 699 +713 712 +713 700 +714 713 +715 714 +715 700 +697 698 +697 711 +717 716 +717 711 +716 697 +719 718 +719 688 +718 687 +720 719 +720 689 +721 720 +721 690 +722 721 +722 691 +723 722 +723 692 +724 723 +724 693 +725 724 +725 694 +726 725 +726 708 +727 715 +727 701 +728 727 +728 702 +729 728 +729 703 +730 729 +730 704 +731 730 +731 705 +732 731 +732 706 +733 732 +733 707 +734 716 +734 710 +735 736 +736 716 +735 734 +738 737 +738 719 +737 718 +739 738 +739 720 +740 739 +740 721 +741 740 +741 722 +742 741 +742 723 +743 742 +743 724 +744 743 +744 725 +745 744 +745 726 +747 746 +747 715 +746 714 +748 747 +748 727 +749 748 +749 728 +750 749 +750 729 +751 750 +751 730 +752 751 +752 731 +753 752 +753 732 +754 753 +754 733 +755 736 +755 717 +756 757 +757 736 +756 735 +759 758 +759 738 +758 737 +760 759 +760 739 +761 760 +761 740 +762 761 +762 741 +763 762 +763 742 +764 763 +764 743 +765 764 +765 744 +766 765 +766 745 +768 767 +768 747 +767 746 +769 768 +769 748 +770 769 +770 749 +771 770 +771 750 +772 771 +772 751 +773 772 +773 752 +774 773 +774 753 +775 774 +775 754 +776 757 +776 755 +777 778 +778 757 +777 756 +780 779 +780 759 +779 758 +781 780 +781 760 +782 781 +782 761 +783 782 +783 762 +784 783 +784 763 +785 784 +785 764 +786 785 +786 765 +787 786 +787 766 +789 788 +789 768 +788 767 +790 789 +790 769 +791 790 +791 770 +792 791 +792 771 +793 792 +793 772 +794 793 +794 773 +795 794 +795 774 +796 795 +796 775 +797 778 +797 776 +798 799 +799 778 +798 777 +801 800 +801 780 +800 779 +802 801 +802 781 +803 802 +803 782 +804 803 +804 783 +805 804 +805 784 +806 805 +806 785 +807 806 +807 786 +808 807 +808 787 +810 809 +810 789 +809 788 +811 810 +811 790 +812 811 +812 791 +813 812 +813 792 +814 813 +814 793 +815 814 +815 794 +816 815 +816 795 +817 816 +817 796 +818 799 +818 797 +819 820 +820 799 +819 798 +822 821 +822 801 +821 800 +823 822 +823 802 +824 823 +824 803 +825 824 +825 804 +826 825 +826 805 +827 826 +827 806 +828 827 +828 807 +829 828 +829 808 +831 830 +831 810 +830 809 +832 831 +832 811 +833 832 +833 812 +834 833 +834 813 +835 834 +835 814 +836 835 +836 815 +837 836 +837 816 +838 837 +838 817 +839 820 +839 818 +840 841 +841 820 +840 819 +842 841 +842 839 +843 844 +844 841 +843 840 +845 844 +845 842 +846 847 +847 844 +846 843 +848 847 +848 845 +849 850 +850 847 +849 846 +851 850 +851 848 +852 853 +853 850 +852 849 +854 853 +854 851 +856 855 +856 853 +855 852 +856 857 +857 854 +858 859 +859 857 +858 856 +858 860 +860 855 +861 862 +862 859 +861 858 +861 863 +863 860 +864 865 +865 862 +864 861 +864 866 +866 863 +868 867 +868 865 +867 864 +867 869 +869 866 +434 438 +433 437 +413 435 +432 440 +431 442 +430 444 +429 446 +428 448 +427 450 +426 452 +425 454 +424 456 +423 458 +422 460 +421 462 +420 464 +419 466 +418 468 +417 470 +416 472 +415 474 +414 476 +393 475 +392 477 +372 497 +371 498 +351 518 +350 519 +330 539 +329 540 +309 560 +308 561 +288 581 +287 582 +267 602 +266 603 +246 623 +245 624 +225 644 +224 645 +204 665 +203 666 +183 686 +182 687 +163 707 +162 708 +161 709 +160 710 +159 711 +158 712 +157 713 +146 714 +135 717 +155 718 +147 726 +138 733 +136 734 +115 735 +134 737 +126 745 +125 746 +117 754 +114 755 +94 756 +113 758 +105 766 +104 767 +96 775 +93 776 +73 777 +92 779 +84 787 +83 788 +75 796 +72 797 +52 798 +71 800 +63 808 +62 809 +54 817 +51 818 +31 819 +50 821 +49 822 +48 823 +47 824 +46 825 +45 826 +44 827 +43 828 +42 829 +41 830 +40 831 +39 832 +38 833 +37 834 +36 835 +35 836 +34 837 +33 838 +30 839 +28 840 +27 842 +25 843 +24 845 +22 846 +21 848 +19 849 +18 851 +16 852 +15 854 +14 855 +13 857 +10 859 +11 860 +7 862 +8 863 +4 865 +5 866 +1 867 +0 868 +2 869 +Faces +870 +4 1571 1572 1614 1575 +4 1567 1568 1612 1573 +4 1563 1564 1610 1569 +4 1559 1560 1608 1565 +4 1555 1556 1606 1561 +4 1551 1552 1604 1557 +4 1547 1548 1602 1553 +4 1543 1544 1600 1549 +4 1539 1540 1598 1545 +4 1535 1536 1596 1541 +4 1531 1532 1594 1537 +4 1527 1528 1592 1533 +4 1523 1524 1590 1529 +4 1519 1520 1588 1525 +4 1515 1516 1586 1521 +4 1511 1512 1584 1517 +4 1507 1508 1582 1513 +4 1503 1504 1580 1509 +4 1499 1500 1578 1505 +4 1495 1496 1576 1501 +4 1489 1490 1570 1493 +4 1485 1486 1566 1491 +4 1481 1482 1562 1487 +4 1477 1478 1558 1483 +4 1473 1474 1554 1479 +4 1469 1470 1550 1475 +4 1465 1466 1546 1471 +4 1461 1462 1542 1467 +4 1457 1458 1538 1463 +4 1453 1454 1534 1459 +4 1449 1450 1530 1455 +4 1445 1446 1526 1451 +4 1441 1442 1522 1447 +4 1437 1438 1518 1443 +4 1433 1434 1514 1439 +4 1429 1430 1510 1435 +4 1425 1426 1506 1431 +4 1421 1422 1502 1427 +4 1417 1418 1498 1423 +4 1413 1414 1494 1419 +4 1407 1408 1488 1411 +4 1403 1404 1484 1409 +4 1399 1400 1480 1405 +4 1395 1396 1476 1401 +4 1391 1392 1472 1397 +4 1387 1388 1468 1393 +4 1383 1384 1464 1389 +4 1379 1380 1460 1385 +4 1375 1376 1456 1381 +4 1371 1372 1452 1377 +4 1367 1368 1448 1373 +4 1363 1364 1444 1369 +4 1359 1360 1440 1365 +4 1355 1356 1436 1361 +4 1351 1352 1432 1357 +4 1347 1348 1428 1353 +4 1343 1344 1424 1349 +4 1339 1340 1420 1345 +4 1335 1336 1416 1341 +4 1331 1332 1412 1337 +4 1325 1326 1406 1329 +4 1321 1322 1402 1327 +4 1317 1318 1398 1323 +4 1313 1314 1394 1319 +4 1309 1310 1390 1315 +4 1305 1306 1386 1311 +4 1301 1302 1382 1307 +4 1297 1298 1378 1303 +4 1293 1294 1374 1299 +4 1289 1290 1370 1295 +4 1285 1286 1366 1291 +4 1281 1282 1362 1287 +4 1277 1278 1358 1283 +4 1273 1274 1354 1279 +4 1269 1270 1350 1275 +4 1265 1266 1346 1271 +4 1261 1262 1342 1267 +4 1257 1258 1338 1263 +4 1253 1254 1334 1259 +4 1249 1250 1330 1255 +4 1243 1244 1324 1247 +4 1239 1240 1320 1245 +4 1235 1236 1316 1241 +4 1231 1232 1312 1237 +4 1227 1228 1308 1233 +4 1223 1224 1304 1229 +4 1219 1220 1300 1225 +4 1215 1216 1296 1221 +4 1211 1212 1292 1217 +4 1207 1208 1288 1213 +4 1203 1204 1284 1209 +4 1199 1200 1280 1205 +4 1195 1196 1276 1201 +4 1191 1192 1272 1197 +4 1187 1188 1268 1193 +4 1183 1184 1264 1189 +4 1179 1180 1260 1185 +4 1175 1176 1256 1181 +4 1171 1172 1252 1177 +4 1167 1168 1248 1173 +4 1161 1162 1242 1165 +4 1157 1158 1238 1163 +4 1153 1154 1234 1159 +4 1149 1150 1230 1155 +4 1145 1146 1226 1151 +4 1141 1142 1222 1147 +4 1137 1138 1218 1143 +4 1133 1134 1214 1139 +4 1129 1130 1210 1135 +4 1125 1126 1206 1131 +4 1121 1122 1202 1127 +4 1117 1118 1198 1123 +4 1113 1114 1194 1119 +4 1109 1110 1190 1115 +4 1105 1106 1186 1111 +4 1101 1102 1182 1107 +4 1097 1098 1178 1103 +4 1093 1094 1174 1099 +4 1089 1090 1170 1095 +4 1085 1086 1166 1091 +4 1079 1080 1160 1083 +4 1075 1076 1156 1081 +4 1071 1072 1152 1077 +4 1067 1068 1148 1073 +4 1063 1064 1144 1069 +4 1059 1060 1140 1065 +4 1055 1056 1136 1061 +4 1051 1052 1132 1057 +4 1047 1048 1128 1053 +4 1043 1044 1124 1049 +4 1039 1040 1120 1045 +4 1035 1036 1116 1041 +4 1031 1032 1112 1037 +4 1027 1028 1108 1033 +4 1023 1024 1104 1029 +4 1019 1020 1100 1025 +4 1015 1016 1096 1021 +4 1011 1012 1092 1017 +4 1007 1008 1088 1013 +4 1003 1004 1084 1009 +4 997 998 1078 1001 +4 993 994 1074 999 +4 989 990 1070 995 +4 985 986 1066 991 +4 981 982 1062 987 +4 977 978 1058 983 +4 973 974 1054 979 +4 969 970 1050 975 +4 965 966 1046 971 +4 961 962 1042 967 +4 957 958 1038 963 +4 953 954 1034 959 +4 949 950 1030 955 +4 945 946 1026 951 +4 941 942 1022 947 +4 937 938 1018 943 +4 933 934 1014 939 +4 929 930 1010 935 +4 925 926 1006 931 +4 921 922 1002 927 +4 915 916 996 919 +4 911 912 992 917 +4 907 908 988 913 +4 903 904 984 909 +4 899 900 980 905 +4 895 896 976 901 +4 891 892 972 897 +4 887 888 968 893 +4 883 884 964 889 +4 879 880 960 885 +4 875 876 956 881 +4 871 872 952 877 +4 867 868 948 873 +4 863 864 944 869 +4 859 860 940 865 +4 855 856 936 861 +4 851 852 932 857 +4 847 848 928 853 +4 843 844 924 849 +4 839 840 920 845 +4 833 834 914 837 +4 829 830 910 835 +4 825 826 906 831 +4 821 822 902 827 +4 817 818 898 823 +4 813 814 894 819 +4 809 810 890 815 +4 805 806 886 811 +4 801 802 882 807 +4 797 798 878 803 +4 793 794 874 799 +4 789 790 870 795 +4 785 786 866 791 +4 781 782 862 787 +4 777 778 858 783 +4 773 774 854 779 +4 769 770 850 775 +4 765 766 846 771 +4 761 762 842 767 +4 757 758 838 763 +4 751 752 832 755 +4 747 748 828 753 +4 743 744 824 749 +4 739 740 820 745 +4 735 736 816 741 +4 731 732 812 737 +4 727 728 808 733 +4 723 724 804 729 +4 719 720 800 725 +4 715 716 796 721 +4 711 712 792 717 +4 707 708 788 713 +4 703 704 784 709 +4 699 700 780 705 +4 695 696 776 701 +4 691 692 772 697 +4 687 688 768 693 +4 683 684 764 689 +4 679 680 760 685 +4 675 676 756 681 +4 669 670 750 673 +4 665 666 746 671 +4 661 662 742 667 +4 657 658 738 663 +4 653 654 734 659 +4 649 650 730 655 +4 645 646 726 651 +4 641 642 722 647 +4 637 638 718 643 +4 639 575 576 714 +4 631 632 706 635 +4 627 628 702 633 +4 623 624 698 629 +4 619 620 694 625 +4 615 616 690 621 +4 611 612 686 617 +4 607 608 682 613 +4 603 604 678 609 +4 599 600 674 605 +4 597 593 594 640 +4 595 589 590 636 +3 591 571 574 +4 587 583 584 630 +4 585 579 580 626 +4 581 533 529 530 +4 577 572 634 710 +3 573 568 586 +4 491 492 569 499 +4 563 564 668 567 +4 559 560 664 565 +4 555 556 660 561 +4 551 552 656 557 +4 547 548 652 553 +4 543 544 648 549 +4 539 540 644 545 +4 541 535 536 596 +4 525 526 622 531 +4 521 522 618 527 +4 517 518 614 523 +4 513 514 610 519 +4 509 510 606 515 +4 505 506 602 511 +4 501 502 598 507 +4 494 498 570 497 +4 416 420 495 419 +4 485 486 562 489 +4 481 482 558 487 +4 477 478 554 483 +4 473 474 550 479 +4 469 470 546 475 +4 465 466 542 471 +4 461 462 538 467 +4 457 458 534 463 +4 451 452 528 455 +4 447 448 524 453 +4 443 444 520 449 +4 439 440 516 445 +4 435 436 512 441 +4 431 432 508 437 +4 427 428 504 433 +4 423 424 500 429 +4 413 414 490 421 +4 338 342 417 341 +4 407 408 484 411 +4 403 404 480 409 +4 399 400 476 405 +4 395 396 472 401 +4 391 392 468 397 +4 387 388 464 393 +4 383 384 460 389 +4 379 380 456 385 +4 373 374 450 377 +4 369 370 446 375 +4 365 366 442 371 +4 361 362 438 367 +4 357 358 434 363 +4 353 354 430 359 +4 349 350 426 355 +4 345 346 422 351 +4 335 336 412 343 +4 260 264 339 263 +4 329 330 406 333 +4 325 326 402 331 +4 321 322 398 327 +4 317 318 394 323 +4 313 314 390 319 +4 309 310 386 315 +4 305 306 382 311 +4 301 302 378 307 +4 295 296 372 299 +4 291 292 368 297 +4 287 288 364 293 +4 283 284 360 289 +4 279 280 356 285 +4 275 276 352 281 +4 271 272 348 277 +4 267 268 344 273 +4 257 258 334 265 +4 182 186 261 185 +4 251 252 328 255 +4 247 248 324 253 +4 243 244 320 249 +4 239 240 316 245 +4 235 236 312 241 +4 231 232 308 237 +4 227 228 304 233 +4 223 224 300 229 +4 217 218 294 221 +4 213 214 290 219 +4 209 210 286 215 +4 205 206 282 211 +4 201 202 278 207 +4 197 198 274 203 +4 193 194 270 199 +4 189 190 266 195 +4 179 180 256 187 +4 104 108 183 107 +4 173 174 250 177 +4 169 170 246 175 +4 165 166 242 171 +4 161 162 238 167 +4 157 158 234 163 +4 153 154 230 159 +4 149 150 226 155 +4 145 146 222 151 +4 139 140 216 143 +4 135 136 212 141 +4 131 132 208 137 +4 127 128 204 133 +4 123 124 200 129 +4 119 120 196 125 +4 115 116 192 121 +4 111 112 188 117 +4 101 102 178 109 +4 94 98 105 97 +4 91 92 100 99 +4 84 88 95 87 +4 81 82 90 89 +4 74 78 85 77 +4 71 72 80 79 +4 64 68 75 67 +4 61 62 70 69 +4 54 58 65 57 +4 51 52 60 59 +4 43 44 55 49 +4 40 46 50 45 +4 30 36 41 35 +4 33 34 42 39 +4 20 26 31 25 +4 23 24 32 29 +4 10 16 21 15 +4 13 14 22 19 +4 1 2 11 7 +4 5 6 12 9 +4 1617 1618 1620 1623 +4 1625 1626 1628 1619 +4 1631 1632 1634 1627 +4 1637 1638 1640 1633 +4 1643 1644 1646 1639 +4 1649 1650 1652 1645 +4 1655 1656 1658 1651 +4 1661 1662 1664 1657 +4 1667 1668 1670 1663 +4 1673 1674 1676 1669 +4 1679 1680 1682 1675 +4 1685 1686 1688 1681 +4 1691 1692 1694 1687 +4 1697 1698 1700 1693 +4 1703 1704 1706 1699 +4 1709 1710 1712 1705 +4 1715 1716 1718 1711 +4 1721 1722 1724 1717 +4 1727 1728 1730 1723 +4 1733 1734 1736 1729 +4 1739 1740 1616 1743 +4 1745 1746 1624 1741 +4 1749 1750 1630 1747 +4 1753 1754 1636 1751 +4 1757 1758 1642 1755 +4 1761 1762 1648 1759 +4 1765 1766 1654 1763 +4 1769 1770 1660 1767 +4 1773 1774 1666 1771 +4 1777 1778 1672 1775 +4 1781 1782 1678 1779 +4 1785 1786 1684 1783 +4 1789 1790 1690 1787 +4 1793 1794 1696 1791 +4 1797 1798 1702 1795 +4 1801 1802 1708 1799 +4 1805 1806 1714 1803 +4 1809 1810 1720 1807 +4 1813 1814 1726 1811 +4 1817 1818 1732 1815 +4 1821 1822 1738 1825 +4 1827 1828 1744 1823 +4 1831 1832 1748 1829 +4 1835 1836 1752 1833 +4 1839 1840 1756 1837 +4 1843 1844 1760 1841 +4 1847 1848 1764 1845 +4 1851 1852 1768 1849 +4 1855 1856 1772 1853 +4 1859 1860 1776 1857 +4 1863 1864 1780 1861 +4 1867 1868 1784 1865 +4 1871 1872 1788 1869 +4 1875 1876 1792 1873 +4 1879 1880 1796 1877 +4 1883 1884 1800 1881 +4 1887 1888 1804 1885 +4 1891 1892 1808 1889 +4 1895 1896 1812 1893 +4 1899 1900 1816 1897 +4 1903 1904 1820 1907 +4 1909 1910 1826 1905 +4 1913 1914 1830 1911 +4 1917 1918 1834 1915 +4 1921 1922 1838 1919 +4 1925 1926 1842 1923 +4 1929 1930 1846 1927 +4 1933 1934 1850 1931 +4 1937 1938 1854 1935 +4 1941 1942 1858 1939 +4 1945 1946 1862 1943 +4 1949 1950 1866 1947 +4 1953 1954 1870 1951 +4 1957 1958 1874 1955 +4 1961 1962 1878 1959 +4 1965 1966 1882 1963 +4 1969 1970 1886 1967 +4 1973 1974 1890 1971 +4 1977 1978 1894 1975 +4 1981 1982 1898 1979 +4 1985 1986 1902 1989 +4 1991 1992 1908 1987 +4 1995 1996 1912 1993 +4 1999 2000 1916 1997 +4 2003 2004 1920 2001 +4 2007 2008 1924 2005 +4 2011 2012 1928 2009 +4 2015 2016 1932 2013 +4 2019 2020 1936 2017 +4 2023 2024 1940 2021 +4 2027 2028 1944 2025 +4 2031 2032 1948 2029 +4 2035 2036 1952 2033 +4 2039 2040 1956 2037 +4 2043 2044 1960 2041 +4 2047 2048 1964 2045 +4 2051 2052 1968 2049 +4 2055 2056 1972 2053 +4 2059 2060 1976 2057 +4 2063 2064 1980 2061 +4 2067 2068 1984 2071 +4 2073 2074 1990 2069 +4 2077 2078 1994 2075 +4 2081 2082 1998 2079 +4 2085 2086 2002 2083 +4 2089 2090 2006 2087 +4 2093 2094 2010 2091 +4 2097 2098 2014 2095 +4 2101 2102 2018 2099 +4 2105 2106 2022 2103 +4 2109 2110 2026 2107 +4 2113 2114 2030 2111 +4 2117 2118 2034 2115 +4 2121 2122 2038 2119 +4 2125 2126 2042 2123 +4 2129 2130 2046 2127 +4 2133 2134 2050 2131 +4 2137 2138 2054 2135 +4 2141 2142 2058 2139 +4 2145 2146 2062 2143 +4 2149 2150 2066 2153 +4 2155 2156 2072 2151 +4 2159 2160 2076 2157 +4 2163 2164 2080 2161 +4 2167 2168 2084 2165 +4 2171 2172 2088 2169 +4 2175 2176 2092 2173 +4 2179 2180 2096 2177 +4 2183 2184 2100 2181 +4 2187 2188 2104 2185 +4 2191 2192 2108 2189 +4 2195 2196 2112 2193 +4 2199 2200 2116 2197 +4 2203 2204 2120 2201 +4 2207 2208 2124 2205 +4 2211 2212 2128 2209 +4 2215 2216 2132 2213 +4 2219 2220 2136 2217 +4 2223 2224 2140 2221 +4 2227 2228 2144 2225 +4 2231 2232 2148 2235 +4 2237 2238 2154 2233 +4 2241 2242 2158 2239 +4 2245 2246 2162 2243 +4 2249 2250 2166 2247 +4 2253 2254 2170 2251 +4 2257 2258 2174 2255 +4 2261 2262 2178 2259 +4 2265 2266 2182 2263 +4 2269 2270 2186 2267 +4 2273 2274 2190 2271 +4 2277 2278 2194 2275 +4 2281 2282 2198 2279 +4 2285 2286 2202 2283 +4 2289 2290 2206 2287 +4 2293 2294 2210 2291 +4 2297 2298 2214 2295 +4 2301 2302 2218 2299 +4 2305 2306 2222 2303 +4 2309 2310 2226 2307 +4 2313 2314 2230 2317 +4 2319 2320 2236 2315 +4 2323 2324 2240 2321 +4 2327 2328 2244 2325 +4 2331 2332 2248 2329 +4 2335 2336 2252 2333 +4 2339 2340 2256 2337 +4 2343 2344 2260 2341 +4 2347 2348 2264 2345 +4 2351 2352 2268 2349 +4 2355 2356 2272 2353 +4 2359 2360 2276 2357 +4 2363 2364 2280 2361 +4 2367 2368 2284 2365 +4 2371 2372 2288 2369 +4 2375 2376 2292 2373 +4 2379 2380 2296 2377 +4 2383 2384 2300 2381 +4 2387 2388 2304 2385 +4 2391 2392 2308 2389 +4 2395 2396 2312 2399 +4 2401 2402 2318 2397 +4 2405 2406 2322 2403 +4 2409 2410 2326 2407 +4 2413 2414 2330 2411 +4 2417 2418 2334 2415 +4 2421 2422 2338 2419 +4 2425 2426 2342 2423 +4 2429 2430 2346 2427 +4 2433 2434 2350 2431 +4 2437 2438 2354 2435 +4 2441 2442 2358 2439 +4 2445 2446 2362 2443 +4 2449 2450 2366 2447 +4 2453 2454 2370 2451 +4 2457 2458 2374 2455 +4 2461 2462 2378 2459 +4 2465 2466 2382 2463 +4 2469 2470 2386 2467 +4 2473 2474 2390 2471 +4 2477 2478 2394 2481 +4 2483 2484 2400 2479 +4 2487 2488 2404 2485 +4 2491 2492 2408 2489 +4 2495 2496 2412 2493 +4 2499 2500 2416 2497 +4 2503 2504 2420 2501 +4 2507 2508 2424 2505 +4 2511 2512 2428 2509 +4 2515 2516 2432 2513 +4 2519 2520 2436 2517 +4 2523 2524 2440 2521 +4 2527 2528 2444 2525 +4 2531 2532 2448 2529 +4 2535 2536 2452 2533 +4 2539 2540 2456 2537 +4 2543 2544 2460 2541 +4 2547 2548 2464 2545 +4 2551 2552 2468 2549 +4 2555 2556 2472 2553 +4 2559 2560 2476 2563 +4 2565 2566 2482 2561 +4 2569 2570 2486 2567 +4 2573 2574 2490 2571 +4 2577 2578 2494 2575 +4 2581 2582 2498 2579 +4 2585 2586 2502 2583 +4 2589 2590 2506 2587 +4 2593 2594 2510 2591 +4 2595 2597 2598 2514 +4 2601 2602 2522 2605 +4 2607 2608 2526 2603 +4 2611 2612 2530 2609 +4 2615 2616 2534 2613 +4 2619 2620 2538 2617 +4 2623 2624 2542 2621 +4 2627 2628 2546 2625 +4 2631 2632 2550 2629 +4 2635 2636 2554 2633 +4 2639 2641 2642 2588 +4 2643 2645 2646 2592 +3 2647 2649 2596 +4 2651 2653 2654 2600 +4 2655 2657 2658 2606 +4 2659 2661 2663 2664 +4 2599 2666 2604 2518 +3 2667 2668 2650 +4 2671 2672 2669 2675 +4 2677 2678 2558 2681 +4 2683 2684 2564 2679 +4 2687 2688 2568 2685 +4 2691 2692 2572 2689 +4 2695 2696 2576 2693 +4 2699 2700 2580 2697 +4 2703 2704 2584 2701 +4 2705 2707 2708 2638 +4 2711 2712 2610 2665 +4 2715 2716 2614 2713 +4 2719 2720 2618 2717 +4 2723 2724 2622 2721 +4 2727 2728 2626 2725 +4 2731 2732 2630 2729 +4 2735 2736 2634 2733 +4 2738 2674 2648 2741 +4 2742 2744 2739 2747 +4 2749 2750 2676 2753 +4 2755 2756 2682 2751 +4 2759 2760 2686 2757 +4 2763 2764 2690 2761 +4 2767 2768 2694 2765 +4 2771 2772 2698 2769 +4 2775 2776 2702 2773 +4 2779 2780 2706 2777 +4 2783 2784 2662 2787 +4 2789 2790 2710 2785 +4 2793 2794 2714 2791 +4 2797 2798 2718 2795 +4 2801 2802 2722 2799 +4 2805 2806 2726 2803 +4 2809 2810 2730 2807 +4 2813 2814 2734 2811 +4 2817 2818 2670 2745 +4 2820 2822 2743 2825 +4 2827 2828 2748 2831 +4 2833 2834 2754 2829 +4 2837 2838 2758 2835 +4 2841 2842 2762 2839 +4 2845 2846 2766 2843 +4 2849 2850 2770 2847 +4 2853 2854 2774 2851 +4 2857 2858 2778 2855 +4 2861 2862 2782 2865 +4 2867 2868 2788 2863 +4 2871 2872 2792 2869 +4 2875 2876 2796 2873 +4 2879 2880 2800 2877 +4 2883 2884 2804 2881 +4 2887 2888 2808 2885 +4 2891 2892 2812 2889 +4 2895 2896 2816 2823 +4 2898 2900 2821 2903 +4 2905 2906 2826 2909 +4 2911 2912 2832 2907 +4 2915 2916 2836 2913 +4 2919 2920 2840 2917 +4 2923 2924 2844 2921 +4 2927 2928 2848 2925 +4 2931 2932 2852 2929 +4 2935 2936 2856 2933 +4 2939 2940 2860 2943 +4 2945 2946 2866 2941 +4 2949 2950 2870 2947 +4 2953 2954 2874 2951 +4 2957 2958 2878 2955 +4 2961 2962 2882 2959 +4 2965 2966 2886 2963 +4 2969 2970 2890 2967 +4 2973 2974 2894 2901 +4 2976 2978 2899 2981 +4 2983 2984 2904 2987 +4 2989 2990 2910 2985 +4 2993 2994 2914 2991 +4 2997 2998 2918 2995 +4 3001 3002 2922 2999 +4 3005 3006 2926 3003 +4 3009 3010 2930 3007 +4 3013 3014 2934 3011 +4 3017 3018 2938 3021 +4 3023 3024 2944 3019 +4 3027 3028 2948 3025 +4 3031 3032 2952 3029 +4 3035 3036 2956 3033 +4 3039 3040 2960 3037 +4 3043 3044 2964 3041 +4 3047 3048 2968 3045 +4 3051 3052 2972 2979 +4 3054 3056 2977 3059 +4 3061 3062 2982 3065 +4 3067 3068 2988 3063 +4 3071 3072 2992 3069 +4 3075 3076 2996 3073 +4 3079 3080 3000 3077 +4 3083 3084 3004 3081 +4 3087 3088 3008 3085 +4 3091 3092 3012 3089 +4 3095 3096 3016 3099 +4 3101 3102 3022 3097 +4 3105 3106 3026 3103 +4 3109 3110 3030 3107 +4 3113 3114 3034 3111 +4 3117 3118 3038 3115 +4 3121 3122 3042 3119 +4 3125 3126 3046 3123 +4 3129 3130 3050 3057 +4 3132 3134 3055 3137 +4 3139 3140 3128 3135 +4 3142 3144 3133 3147 +4 3149 3150 3138 3145 +4 3152 3154 3143 3157 +4 3159 3160 3148 3155 +4 3162 3164 3153 3167 +4 3169 3170 3158 3165 +4 3172 3174 3163 3177 +4 3179 3180 3168 3175 +4 3183 3184 3173 3187 +4 3188 3190 3178 3185 +4 3192 3194 3189 3197 +4 3199 3196 3182 3201 +4 3202 3204 3193 3207 +4 3209 3206 3198 3211 +4 3212 3214 3203 3217 +4 3219 3216 3208 3221 +4 3223 3224 3213 3227 +4 3229 3226 3218 3231 +4 1614 3232 1621 3235 +4 1574 3232 1623 3237 +4 1612 3234 1629 3239 +4 1610 3238 1635 3241 +4 1608 3240 1641 3243 +4 1606 3242 1647 3245 +4 1604 3244 1653 3247 +4 1602 3246 1659 3249 +4 1600 3248 1665 3251 +4 1598 3250 1671 3253 +4 1596 3252 1677 3255 +4 1594 3254 1683 3257 +4 1592 3256 1689 3259 +4 1590 3258 1695 3261 +4 1588 3260 1701 3263 +4 1586 3262 1707 3265 +4 1584 3264 1713 3267 +4 1582 3266 1719 3269 +4 1580 3268 1725 3271 +4 1578 3270 1731 3273 +4 1496 3274 1735 3277 +4 1576 3272 1737 3275 +4 1492 3236 1743 3279 +4 1414 3276 1819 3281 +4 1410 3278 1825 3283 +4 1332 3280 1901 3285 +4 1328 3282 1907 3287 +4 1250 3284 1983 3289 +4 1246 3286 1989 3291 +4 1168 3288 2065 3293 +4 1164 3290 2071 3295 +4 1086 3292 2147 3297 +4 1082 3294 2153 3299 +4 1004 3296 2229 3301 +4 1000 3298 2235 3303 +4 922 3300 2311 3305 +4 918 3302 2317 3307 +4 840 3304 2393 3309 +4 836 3306 2399 3311 +4 758 3308 2475 3313 +4 754 3310 2481 3315 +4 676 3312 2557 3317 +4 672 3314 2563 3319 +4 600 3316 2637 3321 +4 592 3322 2641 3325 +4 588 3324 2645 3327 +4 582 3328 2653 3331 +4 578 3330 2657 3333 +4 532 3332 2661 3335 +4 492 3328 2673 3337 +4 566 3318 2681 3339 +4 536 3322 2709 3341 +4 502 3320 2737 3343 +4 496 3326 2741 3345 +4 418 3344 2747 3347 +4 488 3338 2753 3349 +4 458 3340 2781 3351 +4 454 3334 2787 3353 +4 424 3342 2815 3355 +4 414 3336 2819 3357 +4 340 3346 2825 3359 +4 410 3348 2831 3361 +4 380 3350 2859 3363 +4 376 3352 2865 3365 +4 346 3354 2893 3367 +4 336 3356 2897 3369 +4 262 3358 2903 3371 +4 332 3360 2909 3373 +4 302 3362 2937 3375 +4 298 3364 2943 3377 +4 268 3366 2971 3379 +4 258 3368 2975 3381 +4 184 3370 2981 3383 +4 254 3372 2987 3385 +4 224 3374 3015 3387 +4 220 3376 3021 3389 +4 190 3378 3049 3391 +4 180 3380 3053 3393 +4 106 3382 3059 3395 +4 172 3396 3061 3399 +4 176 3384 3065 3397 +4 168 3398 3067 3401 +4 164 3400 3071 3403 +4 160 3402 3075 3405 +4 156 3404 3079 3407 +4 152 3406 3083 3409 +4 148 3408 3087 3411 +4 144 3410 3091 3413 +4 146 3386 3093 3413 +4 138 3414 3095 3417 +4 142 3388 3099 3415 +4 134 3416 3101 3419 +4 130 3418 3105 3421 +4 126 3420 3109 3423 +4 122 3422 3113 3425 +4 118 3424 3117 3427 +4 114 3426 3121 3429 +4 110 3428 3125 3431 +4 112 3390 3127 3431 +4 102 3392 3131 3433 +4 96 3394 3137 3435 +4 92 3432 3141 3437 +4 86 3434 3147 3439 +4 82 3436 3151 3441 +4 76 3438 3157 3443 +4 72 3440 3161 3445 +4 66 3442 3167 3447 +4 62 3444 3171 3449 +4 56 3446 3177 3451 +4 52 3448 3181 3453 +4 48 3450 3187 3455 +4 46 3452 3191 3457 +4 36 3456 3195 3459 +4 38 3454 3201 3461 +4 26 3458 3205 3463 +4 28 3460 3211 3465 +4 16 3462 3215 3467 +4 18 3464 3221 3469 +4 0 3470 3223 3473 +4 2 3466 3225 3473 +4 4 3474 3229 3471 +4 8 3468 3231 3475 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.params b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..8363559 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.params @@ -0,0 +1,2 @@ + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.pin b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..93b706b --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.pin @@ -0,0 +1,18 @@ + + + + + P1 + P1 + + + 1 + -1 + + 0 + 0 + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.plan b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.prt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..caa5d42 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.prt @@ -0,0 +1,20 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.psz b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..25e3d40 Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qas b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..ab50923 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.017003 +mesh_extrusion_duration_seconds 0.006003 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.018864 +mesh_meshing_duration_seconds 0.239533 +solve_input_processing_duration_seconds 0.06 +solve_db_initialization_duration_seconds 0.005003 +solve_port_solver_duration_seconds 0.002999 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.001998 +solve_mesh_reduction_duration_seconds 0.027522 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.386064 +solve_first_solve_duration_seconds 0.069001 +solve_first_misc_duration_seconds 0.125612 +solve_sweep_load_duration_seconds 4.798724 +solve_sweep_solve_duration_seconds 0.797814 +solve_sweep_misc_duration_seconds 0.428068 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.373928 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.959602 +solve_flow_first_frequency_duration_seconds 0.580677 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 6.024606 +solve_flow_duration_seconds 6.984208 +solve_sweep_load_duration_per_frequency_seconds 0.369132615384615 +solve_sweep_solve_duration_per_frequency_seconds 0.0613703076923077 +solve_sweep_misc_duration_per_frequency_seconds 0.0329283076923077 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.463431230769231 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.369132615384615 +solve_flow_frequency_independent_duration_seconds 0.496170769230769 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 18157568 +mesh_peak_rss_memory_bytes 43700224 +mesh_page_fault_count 12147 +solve_peak_page_memory_bytes 153542656 +solve_peak_rss_memory_bytes 170618880 +solve_page_fault_count 138180 +maximal_peak_page_memory_bytes 153542656 +maximal_peak_rss_memory_bytes 170618880 +total_page_fault_count 150327 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 2 +rectangle_count 364 +quad_count 8 +via_count 0 +matrix_size 1740 +reduced_matrix_size 1670 +frequency_count 14 +solve_peak_memory_estimate_bytes 60607334.4 +total_cell_count 374 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qry b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..7765eaf --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 18 02:52:47 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sab b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..dd6176b Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sam b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..865a82b --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sam @@ -0,0 +1,18 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 14 +1.000000e+09 +1.222222e+09 +1.666667e+09 +2.333333e+09 +2.481481e+09 +2.777778e+09 +3.000000e+09 +3.666667e+09 +4.000000e+09 +4.333333e+09 +4.444444e+09 +4.583333e+09 +4.722222e+09 +5.000000e+09 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sio b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..9d4714f Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sst b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..52775f0 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 36.03 MB + Virtual memory : 14.05 MB + Page faults : 10543 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sta b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..25a84e6 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sta @@ -0,0 +1,164 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 18 02:52:47 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 364 + Quadrangular cells : 8 + Triangular cells : 2 + Via cells : 0 + + Edge currents : 688 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 37.17 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.05 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 11.93 + + Matrix size : 1740 + Reduced matrix size : 1670 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.22 + Basis creation | 0: 0: 0 | 0: 0: 0 | 24.99 + Matrix load | 0: 0: 2 | 0: 0: 1 | 76.23 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 7.99 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.72 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 1.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 1.04 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 3 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.25 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 4 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.91 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +9. SIMULATION FREQUENCY = 4.44444 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +10. SIMULATION FREQUENCY = 2.77778 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +11. SIMULATION FREQUENCY = 2.48148 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 1 | 0.00 + +12. SIMULATION FREQUENCY = 4.72222 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +13. SIMULATION FREQUENCY = 1.22222 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +14. SIMULATION FREQUENCY = 4.58333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.20 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 14 + + Physical memory : 162.71 MB + Virtual memory : 146.43 MB + Page faults : 138189 + User Time : 0h 0m40s + Elapsed Time : 0h 0m 7s + +============================================================================== + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sti b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.stm b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..a1cddf6 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 18 02:52:47 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 2 + Rectangular cells : 364 + Non-rectangular quadrilateral cells : 8 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 41.68 MB + Virtual memory : 17.32 MB + Page faults : 12146 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sub b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.toi b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..f47f943 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.toi @@ -0,0 +1,6 @@ + + + + P1 + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.txb b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..ae65bfb Binary files /dev/null and b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_a b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..bd6895a --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_a @@ -0,0 +1,8 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,-1.6500 49.0000,-1.6500 49.0000,1.6500 0.0000,1.6500; +ADD P1 :W0.000000 27.5000,1.6000 49.0000,1.6000 49.0000,16.6000 27.5000,16.6000; +ADD P1 :W0.000000 27.5000,-16.6000 49.0000,-16.6000 49.0000,-1.6000 27.5000,-1.6000; +ADD P1 :W0.000000 17.5000,-16.6000 27.5000,-16.6000 27.5000,-4.9000 17.5000,-4.9000; +ADD P1 :W0.000000 17.5000,4.9000 27.5000,4.9000 27.5000,16.6000 17.5000,16.6000; +SAVE; diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_geo.csv b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..c6363d4 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,41 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,6 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,0 +0.141254,0 +0.177828,0 +0.223872,0 +0.281838,0 +0.354813,0 +0.446684,0 diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_out.prt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..0995510 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,13 @@ + + + + + P1 + P1 + + 50 + 0 + + + + diff --git a/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab1_wrk/simulation/My_Lab1_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab1_wrk/substrates/sub0000.ndx b/MyLab1_wrk/substrates/sub0000.ndx new file mode 100644 index 0000000..3389a12 --- /dev/null +++ b/MyLab1_wrk/substrates/sub0000.ndx @@ -0,0 +1,3 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 18 02:52:47 2025 + diff --git a/MyLab1_wrk/tmp_schematic.slm b/MyLab1_wrk/tmp_schematic.slm new file mode 100644 index 0000000..e96317b --- /dev/null +++ b/MyLab1_wrk/tmp_schematic.slm @@ -0,0 +1,13 @@ +VERSION 100 +UNIT mm +SUBNAME +TOP 0 0 0 0 +BOTTOM 0 1 0 0 +SUB0 AIR 1 1 0 1 1 0 -1 0.00152 0.00152 1 0 0 +SUB1 Subst_1 1 3.66 0.003 1 1 0 1.52 0 0.00152 2 0 4 +MET1 cond 0.00152 1 2 1 1e+50 0.025 Siemens/m mm 1 0.025 mm +MET2 cond2 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET3 diel2 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET4 hole 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET5 resi 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET6 bond 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm diff --git a/MyLab1_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 b/MyLab1_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab1_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab1_wrk/verification/EmPpMsgs/dveJobInfo.dat b/MyLab1_wrk/verification/EmPpMsgs/dveJobInfo.dat new file mode 100644 index 0000000..62037b1 --- /dev/null +++ b/MyLab1_wrk/verification/EmPpMsgs/dveJobInfo.dat @@ -0,0 +1,5 @@ +jobName=EmPpMsgs +jobType=emprep +designName=My_Lab1_lib:cell_2:layout +ruleFilePath= +addInfo="EM preprocessor messages displayed as DRC errors" diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.ael b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.ael new file mode 100644 index 0000000..56d9bc4 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.ael @@ -0,0 +1,7 @@ +create_item("DA_CLCoupler1_cell_3","Coupled-Line Coupler","DA_CLCoupler",16,-1,"CLCoupler.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_CLCoupler1_cell_3","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","CLCoupler",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("F","Center Frequency",65536,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("C","Coupling Coefficient (dB >0))",65536,"StdFormSet",13,prm("StdForm","20")), +create_parm("Zo","Characteristic Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("N","Number of Coupler Sections (N is odd)",131072,"StdFormSet",-1,prm("StdForm","1")), +create_parm("Delta","Length Added to Coupled Lines for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.atf b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.atf new file mode 100644 index 0000000..9fe7082 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/itemdef.atf differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/layout.oa b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/layout.oa new file mode 100644 index 0000000..fd6ff1c Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/layout.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/master.tag b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/master.tag b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/sch.oa b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/sch.oa new file mode 100644 index 0000000..8f7532d Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/schematic/sch.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/master.tag b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/symbol.oa b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/symbol.oa new file mode 100644 index 0000000..4d56442 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler1_cell_3/symbol/symbol.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.ael b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.ael new file mode 100644 index 0000000..0846c3d --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.ael @@ -0,0 +1,7 @@ +create_item("DA_CLCoupler_cell_3","Coupled-Line Coupler","DA_CLCoupler",16,-1,"CLCoupler.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_CLCoupler_cell_3","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","CLCoupler",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("F","Center Frequency",65536,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("C","Coupling Coefficient (dB >0))",65536,"StdFormSet",13,prm("StdForm","20")), +create_parm("Zo","Characteristic Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("N","Number of Coupler Sections (N is odd)",131072,"StdFormSet",-1,prm("StdForm","1")), +create_parm("Delta","Length Added to Coupled Lines for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.atf b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.atf new file mode 100644 index 0000000..49b540d Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/itemdef.atf differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/master.tag b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/sch.oa b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/sch.oa new file mode 100644 index 0000000..1ccc6a4 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/schematic/sch.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/master.tag b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/symbol.oa b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/symbol.oa new file mode 100644 index 0000000..0ffa59c Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/%D%A_%C%L%Coupler_cell_3/symbol/symbol.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/.oalib b/MyLab2_wrk/MyLab2_lib/.oalib new file mode 100644 index 0000000..481ce51 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/.oalib @@ -0,0 +1,6 @@ + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/cdsinfo.tag b/MyLab2_wrk/MyLab2_lib/cdsinfo.tag new file mode 100644 index 0000000..d469111 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cdsinfo.tag @@ -0,0 +1,18 @@ +############################################################################## +# Keysight Technologies Open Access Library Tag File For Cadence # +# This file is needed to use this ADS generated library within versions of # +# Cadence Virtuoso that support OpenAccess if the Windows Namespace is used. # +############################################################################## + +CDSLIBRARY + +# DMTYPE sets the type of DM (version control) system. +# +# DMTYPE none + +# NAMESPACE sets the type of encoding used for cell and view names. +# Note that all ADS libraries are generated on Windows, you should leave the +# value as LibraryNT unless you have manually changed the library. +# For Linux filesystem encoding, use LibraryUnix. +# +NAMESPACE LibraryNT diff --git a/MyLab2_wrk/MyLab2_lib/cell_1.subst b/MyLab2_wrk/MyLab2_lib/cell_1.subst new file mode 100644 index 0000000..83390ae --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1.subst @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/eesof_em_setup.file b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/emStateFile.xml b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/emStateFile.xml new file mode 100644 index 0000000..dd58366 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/emStateFile.xml @@ -0,0 +1,2673 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_1_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_1 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__15 + + N__15 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__17 + + N__17 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__18 + + N__18 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__31 + + N__31 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__32 + + N__32 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__34 + + N__34 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__35 + + N__35 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__36 + + N__36 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__37 + + N__37 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P5 + + P5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__15 + + N__15 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__17 + + N__17 + 0 + 0 + 0 + + N__18 + + N__18 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__31 + + N__31 + 0 + 0 + 0 + + N__32 + + N__32 + 0 + 0 + 0 + + N__34 + + N__34 + 0 + 0 + 0 + + N__35 + + N__35 + 0 + 0 + 0 + + N__36 + + N__36 + 0 + 0 + 0 + + N__37 + + N__37 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + P5 + + P5 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__15 + + N__15 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__17 + + N__17 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__18 + + N__18 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__31 + + N__31 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__32 + + N__32 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__34 + + N__34 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__35 + + N__35 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__36 + + N__36 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__37 + + N__37 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P5 + + P5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__15 + + N__15 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__17 + + N__17 + 0 + 0 + 0 + + N__18 + + N__18 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__31 + + N__31 + 0 + 0 + 0 + + N__32 + + N__32 + 0 + 0 + 0 + + N__34 + + N__34 + 0 + 0 + 0 + + N__35 + + N__35 + 0 + 0 + 0 + + N__36 + + N__36 + 0 + 0 + 0 + + N__37 + + N__37 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + P5 + + P5 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_1 + True + True + cell_1 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_1 + True + True + S_Nport_P.ddt + + + True + cell_1 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_1:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MSABND_MDS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MTEE_ADS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:cell_1:layout:Bend2 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend3 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend4 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend5 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL10 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL11 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL2 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL5 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL6 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL7 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL8 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL9 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee1 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee2 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee3 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.01454:-0.0008 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.005:0.0022 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + 0.005:-0.0038 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + -0.000885:0.00055 + + + + + + + P5 + P5 + 5 + + + + + 1 + -1 + cond:drawing + point + + -0.000885:-0.00215 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 100:0 + Auto + 0 + 2 + + + P4 + + + P5 + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_1<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_1_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/master.tag b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/layout/layout.oa b/MyLab2_wrk/MyLab2_lib/cell_1/layout/layout.oa new file mode 100644 index 0000000..d3b245e Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_1/layout/layout.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/layout/master.tag b/MyLab2_wrk/MyLab2_lib/cell_1/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/schematic/master.tag b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa new file mode 100644 index 0000000..388f14c Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa.cdslck b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa.cdslck new file mode 100644 index 0000000..ba8aa6a --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_1/schematic/sch.oa.cdslck @@ -0,0 +1,16 @@ +# +# Edit Lock-Stake file. CAUTION: Please do not change. +# +# Information about current Edit Lock Owner. +# +LockStakeVersion 1.1 +LoginName forss +HostName MONSTER +ProcessIdentifier 26076 +ProcessCreationTime_UTC 1758808265 +ProcessCreationTime_Readable Thu Sep 25 15:51:05 2025 W. Europe Daylight Time +AppIdentifier OA File System Design Manager +OSType win32 +ReasonForPlacingEditLock OpenAccess edit lock +FilePathUsedToEditLock C:\Users\forss\MyLab2_wrk\MyLab2_lib\cell_1\schematic\sch.oa.cdslck +TimeEditLocked Thu Sep 25 15:53:43 2025 W. Europe Daylight Time diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/eesof_em_setup.file b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/emStateFile.xml b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/emStateFile.xml new file mode 100644 index 0000000..b0d1857 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/emStateFile.xml @@ -0,0 +1,2290 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__21 + + N__21 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__22 + + N__22 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__23 + + N__23 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__24 + + N__24 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__25 + + N__25 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__26 + + N__26 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__21 + + N__21 + 0 + 0 + 0 + + N__22 + + N__22 + 0 + 0 + 0 + + N__23 + + N__23 + 0 + 0 + 0 + + N__24 + + N__24 + 0 + 0 + 0 + + N__25 + + N__25 + 0 + 0 + 0 + + N__26 + + N__26 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__21 + + N__21 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__22 + + N__22 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__23 + + N__23 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__24 + + N__24 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__25 + + N__25 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__26 + + N__26 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__21 + + N__21 + 0 + 0 + 0 + + N__22 + + N__22 + 0 + 0 + 0 + + N__23 + + N__23 + 0 + 0 + 0 + + N__24 + + N__24 + 0 + 0 + 0 + + N__25 + + N__25 + 0 + 0 + 0 + + N__26 + + N__26 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_2 + True + True + cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_2 + True + True + S_Nport_P.ddt + + + True + cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_2:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MSABND_MDS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:cell_2:layout:Bend6 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend7 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend8 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend9 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:TL12 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL13 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL14 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL15 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL16 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL17 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL18 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL19 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.0247:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.005:0 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + 0.005:-0.013 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + -0.0247:-0.013 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 50:0 + Auto + 0 + 2 + + + P4 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/master.tag b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_2/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/layout/layout.oa b/MyLab2_wrk/MyLab2_lib/cell_2/layout/layout.oa new file mode 100644 index 0000000..199f0ce Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_2/layout/layout.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/layout/master.tag b/MyLab2_wrk/MyLab2_lib/cell_2/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_2/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/schematic/master.tag b/MyLab2_wrk/MyLab2_lib/cell_2/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_2/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_2/schematic/sch.oa b/MyLab2_wrk/MyLab2_lib/cell_2/schematic/sch.oa new file mode 100644 index 0000000..ed09b7e Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_2/schematic/sch.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/eesof_em_setup.file b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/emStateFile.xml b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/emStateFile.xml new file mode 100644 index 0000000..117ecb6 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/emStateFile.xml @@ -0,0 +1,1906 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_3_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_3 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_3 + True + True + cell_3 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_3 + True + True + S_Nport_P.ddt + + + True + cell_3 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_3:layout + False + + False + False + False + + MyLab2_lib:DA_CLCoupler1_cell_3 + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MCLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:DA_CLCoupler1_cell_3:layout:CLin1 + + 34 + ads_tlines:MCLIN:layout + em + + False + + MyLab2_lib:cell_3:layout:DA_CLCoupler1 + + 34 + MyLab2_lib:DA_CLCoupler1_cell_3:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.0022457:-0.0082457 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.0200457:-0.0082457 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + -0.0022457:0.0029457 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + 0.0200395:0.0029395 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 50:0 + Auto + 0 + 2 + + + P4 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_3<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_3_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/master.tag b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_3/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/layout/layout.oa b/MyLab2_wrk/MyLab2_lib/cell_3/layout/layout.oa new file mode 100644 index 0000000..9656294 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_3/layout/layout.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/layout/master.tag b/MyLab2_wrk/MyLab2_lib/cell_3/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_3/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/schematic/master.tag b/MyLab2_wrk/MyLab2_lib/cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab2_wrk/MyLab2_lib/cell_3/schematic/sch.oa b/MyLab2_wrk/MyLab2_lib/cell_3/schematic/sch.oa new file mode 100644 index 0000000..029b638 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/cell_3/schematic/sch.oa differ diff --git a/MyLab2_wrk/MyLab2_lib/eesof_lib.cfg b/MyLab2_wrk/MyLab2_lib/eesof_lib.cfg new file mode 100644 index 0000000..321a7a8 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/eesof_lib.cfg @@ -0,0 +1 @@ +DEFAULT_SUBSTRATE=MyLab2_lib:cell_1 diff --git a/MyLab2_wrk/MyLab2_lib/layout.prf b/MyLab2_wrk/MyLab2_lib/layout.prf new file mode 100644 index 0000000..936bf6b --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/layout.prf @@ -0,0 +1,9 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/layout_lib.prf.mm,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +pathWidth 0.625 +textHeight 0.254 +instTextHeight 0.254 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625 +portSize 1.0000000 +unitsLng 4 diff --git a/MyLab2_wrk/MyLab2_lib/libRefs.json b/MyLab2_wrk/MyLab2_lib/libRefs.json new file mode 100644 index 0000000..44feb56 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/libRefs.json @@ -0,0 +1 @@ +{"cells":[{"name":{"_data_":"DA_CLCoupler1_cell_3","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_datacmps:VAR:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MCLIN:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178373064,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178372825,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759178373063,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1759178372874,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178372842,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178372808,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759178372812,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_CLCoupler_cell_3","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178284658,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178284641,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759178284645,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178284659,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178284619,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759178284622,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_1","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"MyLab2_lib:cell_1.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"MyLab2_lib:cell_1:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758810208953,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1758810208946,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1758810314545,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758810208945,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"layout","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"MyLab2_lib:cell_1:emSetup","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLIN:layout","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSABND_MDS:layout","_wellknowntype_":"string"},{"_data_":"ads_tlines:MTEE_ADS:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758810679146,"_wellknowntype_":"int64"}},{"file":{"_data_":"layout.oa","_wellknowntype_":"string"},"time":{"_data_":1758810678168,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758809867252,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:R:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:DisplayTemplate:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:S_Param:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:Term:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLIN:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSABND_MDS:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSUB:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MTEE_ADS:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758810692283,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758808423993,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1758810692282,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1758808423994,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_2","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"MyLab2_lib:cell_1.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"MyLab2_lib:cell_2:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759177533071,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1759177533063,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1759177574311,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759177533061,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:DisplayTemplate:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:S_Param:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:Term:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLIN:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSABND_MDS:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSUB:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1758923932739,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1758810696365,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1758811388538,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_3","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"MyLab2_lib:cell_1.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"MyLab2_lib:cell_3:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178734985,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1759178734983,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1759178762141,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178734983,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"MyLab2_lib:DA_CLCoupler1_cell_3:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:DisplayTemplate:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:S_Param:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:Term:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MSUB:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759178381250,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759178136184,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759178381249,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1759178136205,"_wellknowntype_":"int64"}}]}]}],"name":{"_data_":"MyLab2_lib","_wellknowntype_":"string"},"version":{"_data_":1.0,"_wellknowntype_":"double"}} \ No newline at end of file diff --git a/MyLab2_wrk/MyLab2_lib/materials.matdb b/MyLab2_wrk/MyLab2_lib/materials.matdb new file mode 100644 index 0000000..b04039f --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/materials.matdb @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/schematic.prf b/MyLab2_wrk/MyLab2_lib/schematic.prf new file mode 100644 index 0000000..58fefdd --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/schematic.prf @@ -0,0 +1,12 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/schematic_lib.prf.mil,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +textHeight 0.125000 +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +unitsLng 4 +instNameLayerID ads_device:ads_annotate +instIDLayerID ads_annotate:ads_drawing7 +instParam1LayerID ads_annotate:drawing +pinAnnotLayerID ads_pin:ads_label diff --git a/MyLab2_wrk/MyLab2_lib/substrate1.subst b/MyLab2_wrk/MyLab2_lib/substrate1.subst new file mode 100644 index 0000000..e5b3c4f --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib/substrate1.subst @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/MyLab2_wrk/MyLab2_lib/tech.db b/MyLab2_wrk/MyLab2_lib/tech.db new file mode 100644 index 0000000..d474c70 Binary files /dev/null and b/MyLab2_wrk/MyLab2_lib/tech.db differ diff --git a/MyLab2_wrk/MyLab2_lib_lay.prf b/MyLab2_wrk/MyLab2_lib_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab2_wrk/MyLab2_lib_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab2_wrk/ads_simulation_lay.prf b/MyLab2_wrk/ads_simulation_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab2_wrk/ads_simulation_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab2_wrk/ads_tlines_lay.prf b/MyLab2_wrk/ads_tlines_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab2_wrk/ads_tlines_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab2_wrk/cds.lib b/MyLab2_wrk/cds.lib new file mode 100644 index 0000000..3541b94 --- /dev/null +++ b/MyLab2_wrk/cds.lib @@ -0,0 +1 @@ +softinclude lib.defs diff --git a/MyLab2_wrk/cell_1.dds b/MyLab2_wrk/cell_1.dds new file mode 100644 index 0000000..175116c --- /dev/null +++ b/MyLab2_wrk/cell_1.dds @@ -0,0 +1,1177 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-25T14:31:26Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-25T14:07:49Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 127281531); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 485121872); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 439310644); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1001994064); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 994396677); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 780006349); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 328902240); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1664847806); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1834155328); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 814750151); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 596608079); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1647285921); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1191458533); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1193038679); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1270); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1510663527); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1135839795); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -45); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1767025426); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2031374804); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1910269591); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 854942278); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m2", "2500000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1593995531); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 2625); + set(markerID, "MkrReadoutRight", 4024); + set(markerID, "MkrReadoutBottom", 6077); + set(markerID, "MkrReadoutTop", 5500); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1272968399); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5577); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 354567652); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2017469636); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -16); + set(axisID, "MaxValue", -2); + set(axisID, "StepSize", 2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785839943); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 71261571); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 879510947); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2499999999.75000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 388479841); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 7000); + set(markerID, "MkrReadoutRight", 8395); + set(markerID, "MkrReadoutBottom", 1948); + set(markerID, "MkrReadoutTop", 1375); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(1,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 861021552); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 766432789); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 120729897); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 120729897); + set(ddWinId, "PageViewRect_120729897", list(-2081, 9291, 13547, -1420)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/cell_1.dds~ b/MyLab2_wrk/cell_1.dds~ new file mode 100644 index 0000000..2b4a799 --- /dev/null +++ b/MyLab2_wrk/cell_1.dds~ @@ -0,0 +1,1177 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-25T14:16:28Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-25T14:07:49Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 127281531); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 485121872); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 439310644); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1001994064); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 994396677); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 780006349); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 328902240); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1664847806); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1834155328); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 814750151); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 596608079); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1647285921); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1191458533); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1193038679); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1270); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1510663527); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1135839795); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1767025426); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2031374804); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1910269591); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 854942278); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m2", "2500000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1593995531); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 2625); + set(markerID, "MkrReadoutRight", 4004); + set(markerID, "MkrReadoutBottom", 6057); + set(markerID, "MkrReadoutTop", 5500); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1272968399); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5577); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 354567652); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2017469636); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -35); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785839943); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 71261571); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 879510947); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2470000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 388479841); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 7000); + set(markerID, "MkrReadoutRight", 8379); + set(markerID, "MkrReadoutBottom", 1932); + set(markerID, "MkrReadoutTop", 1375); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(1,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 861021552); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 766432789); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 120729897); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 120729897); + set(ddWinId, "PageViewRect_120729897", list(-3833, 10568, 15701, -2820)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/cell_2.dds b/MyLab2_wrk/cell_2.dds new file mode 100644 index 0000000..a15cbf1 --- /dev/null +++ b/MyLab2_wrk/cell_2.dds @@ -0,0 +1,6450 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-29T20:36:56Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2"); +// Snap/Grid Defaults + set(ddoId, "GridType", 1); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1266765771); +// Graphical Object: + set(goId0, "Right", 7242); + set(goId0, "Bottom", 4711); + set(goId0, "Left", 2569); + set(goId0, "Top", 1458); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 872858671); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1030403721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1590241408); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 717254905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 351205704); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m4", "2527777777.68750000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 674094428); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 5375); + set(markerID, "MkrReadoutRight", 6746); + set(markerID, "MkrReadoutBottom", 1299); + set(markerID, "MkrReadoutTop", 750); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(4,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1081517993); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m3", "2513888888.78125000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 345762806); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 3375); + set(markerID, "MkrReadoutRight", 4839); + set(markerID, "MkrReadoutBottom", 1299); + set(markerID, "MkrReadoutTop", 750); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1360879413); +// Graphical Object: + set(goId0, "Right", 7242); + set(goId0, "Bottom", 7961); + set(goId0, "Left", 2476); + set(goId0, "Top", 4875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1721823831); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 207551007); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 100); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1877549343); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1878695351); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1664697548); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2520833333.23437500000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1769274109); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 3250); + set(markerID, "MkrReadoutRight", 5062); + set(markerID, "MkrReadoutBottom", 8674); + set(markerID, "MkrReadoutTop", 8125); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "phase(S(3,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 77800890); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m2", "2493055555.42187500000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 211653335); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 5500); + set(markerID, "MkrReadoutRight", 7265); + set(markerID, "MkrReadoutBottom", 8674); + set(markerID, "MkrReadoutTop", 8125); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 441093306); +// Graphical Object: + set(goId0, "Right", 12242); + set(goId0, "Bottom", 4711); + set(goId0, "Left", 7569); + set(goId0, "Top", 1625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1426759495); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1737509796); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573748856); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 978919637); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1916308571); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m6", "2499999999.87500000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 439895448); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 8375); + set(markerID, "MkrReadoutRight", 9746); + set(markerID, "MkrReadoutBottom", 838); + set(markerID, "MkrReadoutTop", 289); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(3,2))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1783965395); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m5", "2520833333.23437500000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 268809270); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 8375); + set(markerID, "MkrReadoutRight", 9839); + set(markerID, "MkrReadoutBottom", 1506); + set(markerID, "MkrReadoutTop", 957); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1036087521); +// Graphical Object: + set(goId0, "Right", 10936); + set(goId0, "Bottom", 7836); + set(goId0, "Left", 7749); + set(goId0, "Top", 4750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 626); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2085542200); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1126912668); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2021640721); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m7", "2506944444.32812500000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1377035059); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 8375); + set(markerID, "MkrReadoutRight", 10941); + set(markerID, "MkrReadoutBottom", 8716); + set(markerID, "MkrReadoutTop", 8000); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 646359388); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S(3,3)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 6); + set(traceID, "Uid", 244230940); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 1215105532); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 9424); + set(goId0, "Bottom", 1667); + set(goId0, "Left", 7500); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 7780); + set(goId0, "Bottom", 1667); + set(goId0, "Left", 5375); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 13533); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 11375); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 9770); + set(goId0, "Bottom", 1347); + set(goId0, "Left", 5250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9492); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 4772); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2124759043); +// Graphical Object: + set(goId0, "Right", 9492); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 4772); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1141050648); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1374218405); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 840029321); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 204307414); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S31_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 860092120); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S31_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2116716587); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 954536061); +// Graphical Object: + set(goId0, "Right", 14367); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 9647); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1792646805); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2019187599); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 645849101); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1057355286); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S33_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 846816967); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S33_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1349349278); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 324771951); +// Graphical Object: + set(goId0, "Right", 14367); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 9647); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1320284905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 540661017); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1752383005); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 610283628); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S32_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 954404784); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S32_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 71384157); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1591347357); +// Graphical Object: + set(goId0, "Right", 14367); + set(goId0, "Bottom", 12086); + set(goId0, "Left", 9647); + set(goId0, "Top", 9000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 271734761); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1421559552); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573730367); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 592182038); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S43_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1973506400); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S43_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1798040454); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 602183921); +// Graphical Object: + set(goId0, "Right", 9492); + set(goId0, "Bottom", 12086); + set(goId0, "Left", 4772); + set(goId0, "Top", 9000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1289968500); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1364712155); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1963782672); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 374368310); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S42_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1655530995); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S42_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 121510809); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1168405188); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 12086); + set(goId0, "Left", -103); + set(goId0, "Top", 9000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1957732946); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2130525902); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1433943370); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 646478167); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S41_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1024011345); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S41_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 700349657); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1475151117); +// Graphical Object: + set(goId0, "Right", 19242); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 14522); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1020019624); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 719690091); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1421430574); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 567559508); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S44_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1038415349); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S44_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 666012968); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 7975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S31_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S31_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 7975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 592147585); +// Graphical Object: + set(goId0, "Right", 11975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 8250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1926247638); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1702703511); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S32_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 625337498); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S32_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2109035341); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1883370374); +// Graphical Object: + set(goId0, "Right", 11975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 8250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 582202323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 727999655); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S33_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 205973764); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S33_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 694075600); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1610448975); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 12000); + set(goId0, "Left", 250); + set(goId0, "Top", 8250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 759771029); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 471807880); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S41_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 57036864); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S41_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 122909761); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 825700541); +// Graphical Object: + set(goId0, "Right", 11975); + set(goId0, "Bottom", 12000); + set(goId0, "Left", 8250); + set(goId0, "Top", 8250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2046766364); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2126478201); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S43_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 9878961); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S43_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1946810845); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 291736277); +// Graphical Object: + set(goId0, "Right", 7975); + set(goId0, "Bottom", 12000); + set(goId0, "Left", 4250); + set(goId0, "Top", 8250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1548880439); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1309075477); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S42_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 224834134); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S42_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1867842092); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1280251924); +// Graphical Object: + set(goId0, "Right", 15850); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 12125); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 669547476); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2095260089); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S44_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 942109469); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S44_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1758321218); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1625); + set(goId0, "Left", 250); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 4375); + set(goId0, "Left", 250); + set(goId0, "Top", 4125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 6781); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 3875); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 5452); + set(goId0, "Bottom", 1625); + set(goId0, "Left", 3875); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S31_fitted=S(3,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 5452); + set(goId0, "Bottom", 2250); + set(goId0, "Left", 3875); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S31_discrete=$discreteData..S(3,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 6781); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 3875); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2250); + set(goId0, "Left", 250); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Symmetric SPs (Sij=Sji) are not shown in the 3- and 4-port templates"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 37); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1185775235); +// Graphical Object: + set(goId0, "Right", 6543); + set(goId0, "Bottom", 167); + set(goId0, "Left", 1500); + set(goId0, "Top", 0); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S33_fitted=S(3,3)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1125414173); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S33_discrete=$discreteData..S(3,3)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 343974059); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2750); + set(goId0, "Left", 250); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S32_discrete=$discreteData..S(3,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1414402090); +// Graphical Object: + set(goId0, "Right", 6781); + set(goId0, "Bottom", 2750); + set(goId0, "Left", 3875); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S32_fitted=S(3,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1006869256); +// Graphical Object: + set(goId0, "Right", 5452); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 3875); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S44_discrete=$discreteData..S(4,4)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 101178108); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3500); + set(goId0, "Left", 250); + set(goId0, "Top", 3250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S44_fitted=S(4,4)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 396811749); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3750); + set(goId0, "Left", 250); + set(goId0, "Top", 3500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S41_discrete=$discreteData..S(4,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1617798890); +// Graphical Object: + set(goId0, "Right", 10531); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 7625); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S41_fitted=S(4,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1768808085); +// Graphical Object: + set(goId0, "Right", 9202); + set(goId0, "Bottom", 1625); + set(goId0, "Left", 7625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S42_fitted=S(4,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 528084468); +// Graphical Object: + set(goId0, "Right", 9202); + set(goId0, "Bottom", 2250); + set(goId0, "Left", 7625); + set(goId0, "Top", 2000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S42_discrete=$discreteData..S(4,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 864262884); +// Graphical Object: + set(goId0, "Right", 10531); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 7625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S43_discrete=$discreteData..S(4,3)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2034493669); +// Graphical Object: + set(goId0, "Right", 10531); + set(goId0, "Bottom", 2750); + set(goId0, "Left", 7625); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S43_fitted=S(4,3)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 736502797); +// Graphical Object: + set(goId0, "Right", 9202); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 7625); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1215105532); + set(ddWinId, "PageViewRect_1215105532", list(-3230, 11507, 18077, -3096)); + set(ddWinId, "PageViewRect_1914221859", list(-802, 13366, 19635, -155)); + set(ddWinId, "PageViewRect_505789063", list(-924, 12312, 17024, 438)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6444, 12869, -2069)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/cell_2.dds~ b/MyLab2_wrk/cell_2.dds~ new file mode 100644 index 0000000..a8e81d8 --- /dev/null +++ b/MyLab2_wrk/cell_2.dds~ @@ -0,0 +1,1155 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-29T20:36:54Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-29T20:21:13Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 933717263); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1369812163); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6003); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 662); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2024186826); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1399668593); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 727055821); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1409123461); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1929220509); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1549518662); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S(3,3)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 6); + set(traceID, "Uid", 83127535); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1670110548); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1170); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 947); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1977327317); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1279341723); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 50); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1832222218); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 762290076); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2007883062); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 944336488); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 202616330); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5577); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1561626145); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 82199663); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 183704843); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1008235859); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 501581263); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S(3,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1710498430); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1369154819); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2058564650); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4536); + set(goId0, "Left", 1363); + set(goId0, "Top", 295); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 714); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 532); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 665916051); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 140); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 346366874); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 140); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 140); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 390082777); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1348931698); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 337676482); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1793813575); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 977949512); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S(4,1))", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1683387849); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 723995312); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1346, 550, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 723995312); + set(ddWinId, "PageViewRect_723995312", list(-1974, 9352, 13651, -1356)); + set(ddWinId, "Frame", list(-1346, 550, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1215105532); + set(ddWinId, "PageViewRect_1215105532", list(-3230, 9834, 18077, -1423)); + set(ddWinId, "PageViewRect_1914221859", list(-802, 13366, 19635, -155)); + set(ddWinId, "PageViewRect_505789063", list(-924, 12312, 17024, 438)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6444, 12869, -2069)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/cell_3.dds b/MyLab2_wrk/cell_3.dds new file mode 100644 index 0000000..9fed77b --- /dev/null +++ b/MyLab2_wrk/cell_3.dds @@ -0,0 +1,778 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-29T20:46:50Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-29T20:39:43Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_3_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", "default"); + set(goId0, "Uid", 672770136); +// Graphical Object: + set(goId0, "Right", 5455); + set(goId0, "Bottom", 4616); + set(goId0, "Left", 903); + set(goId0, "Top", 446); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 556402346); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1649509251); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -40); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1711500692); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 83033825); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1719992330); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m2", "2510000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 789441478); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", -117); + set(markerID, "MkrReadoutRight", 1250); + set(markerID, "MkrReadoutBottom", 442); + set(markerID, "MkrReadoutTop", -103); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1444057913); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2530000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1153199481); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", -117); + set(markerID, "MkrReadoutRight", 1343); + set(markerID, "MkrReadoutBottom", 1067); + set(markerID, "MkrReadoutTop", 522); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 2014711260); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5477); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 947); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 640010508); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1289646518); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 50); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2074584747); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 317988935); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1512052614); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m5", "2510000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1284500920); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 8250); + set(markerID, "MkrReadoutRight", 9964); + set(markerID, "MkrReadoutBottom", 295); + set(markerID, "MkrReadoutTop", -250); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "phase(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1133911850); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m4", "2520000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 648333241); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 6424); + set(markerID, "MkrReadoutRight", 8232); + set(markerID, "MkrReadoutBottom", 293); + set(markerID, "MkrReadoutTop", -252); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 427573884); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 427573884); + set(ddWinId, "PageViewRect_427573884", list(-4574, 6572, 15699, -4139)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/cell_3.dds~ b/MyLab2_wrk/cell_3.dds~ new file mode 100644 index 0000000..b009f00 --- /dev/null +++ b/MyLab2_wrk/cell_3.dds~ @@ -0,0 +1,1416 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-09-29T20:41:30Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-09-29T20:39:43Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_3"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 38036283); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 670428889); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1550666721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 682538220); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 624091392); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1272275325); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m3", "5000000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 2086847618); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 2077); + set(markerID, "MkrReadoutRight", 4651); + set(markerID, "MkrReadoutBottom", 363); + set(markerID, "MkrReadoutTop", -361); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1989217276); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 119428152); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1651622095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1300737075); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 645226602); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 735177137); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m6", "4890000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 38098646); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 9750); + set(markerID, "MkrReadoutRight", 12324); + set(markerID, "MkrReadoutBottom", 5724); + set(markerID, "MkrReadoutTop", 5000); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 672770136); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1270); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 847); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 556402346); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1649509251); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -60); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1711500692); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 83033825); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1719992330); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m2", "2510000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 789441478); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 250); + set(markerID, "MkrReadoutRight", 1629); + set(markerID, "MkrReadoutBottom", 4807); + set(markerID, "MkrReadoutTop", 4250); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "dB(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1444057913); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2530000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1153199481); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 250); + set(markerID, "MkrReadoutRight", 1722); + set(markerID, "MkrReadoutBottom", 5432); + set(markerID, "MkrReadoutTop", 4875); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 2014711260); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5477); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 947); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 640010508); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1289646518); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -200); + set(axisID, "MaxValue", 200); + set(axisID, "StepSize", 50); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2074584747); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 317988935); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S(3,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1512052614); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m5", "2510000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1284500920); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 8250); + set(markerID, "MkrReadoutRight", 9836); + set(markerID, "MkrReadoutBottom", 307); + set(markerID, "MkrReadoutTop", -250); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +traceID = get_new(goId0, "Trace", "phase(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1133911850); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 7); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", 0); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m4", "2520000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 648333241); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 6424); + set(markerID, "MkrReadoutRight", 8150); + set(markerID, "MkrReadoutBottom", 305); + set(markerID, "MkrReadoutTop", -252); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 427573884); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 427573884); + set(ddWinId, "PageViewRect_427573884", list(-3927, 9485, 16346, -1226)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", TRUE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab2_wrk/data/cell_1.ds b/MyLab2_wrk/data/cell_1.ds new file mode 100644 index 0000000..12cab10 Binary files /dev/null and b/MyLab2_wrk/data/cell_1.ds differ diff --git a/MyLab2_wrk/data/cell_1_MomUW.ds b/MyLab2_wrk/data/cell_1_MomUW.ds new file mode 100644 index 0000000..5bd479c Binary files /dev/null and b/MyLab2_wrk/data/cell_1_MomUW.ds differ diff --git a/MyLab2_wrk/data/cell_1_MomUW_a.ds b/MyLab2_wrk/data/cell_1_MomUW_a.ds new file mode 100644 index 0000000..32b3ab7 Binary files /dev/null and b/MyLab2_wrk/data/cell_1_MomUW_a.ds differ diff --git a/MyLab2_wrk/data/cell_1_data/logFile.txt b/MyLab2_wrk/data/cell_1_data/logFile.txt new file mode 100644 index 0000000..2c72e11 --- /dev/null +++ b/MyLab2_wrk/data/cell_1_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Thu Sep 25 16:07:49 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\MyLab2_wrk\data" + Process ID: 12376 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 0.71 seconds. + diff --git a/MyLab2_wrk/data/cell_2.ds b/MyLab2_wrk/data/cell_2.ds new file mode 100644 index 0000000..39f0978 Binary files /dev/null and b/MyLab2_wrk/data/cell_2.ds differ diff --git a/MyLab2_wrk/data/cell_2_MomUW.ds b/MyLab2_wrk/data/cell_2_MomUW.ds new file mode 100644 index 0000000..8cfc1d7 Binary files /dev/null and b/MyLab2_wrk/data/cell_2_MomUW.ds differ diff --git a/MyLab2_wrk/data/cell_2_MomUW_a.ds b/MyLab2_wrk/data/cell_2_MomUW_a.ds new file mode 100644 index 0000000..9b16c65 Binary files /dev/null and b/MyLab2_wrk/data/cell_2_MomUW_a.ds differ diff --git a/MyLab2_wrk/data/cell_2_data/logFile.txt b/MyLab2_wrk/data/cell_2_data/logFile.txt new file mode 100644 index 0000000..ac48659 --- /dev/null +++ b/MyLab2_wrk/data/cell_2_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Mon Sep 29 22:20:52 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\MyLab2_wrk\data" + Process ID: 22452 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 21.16 seconds. + diff --git a/MyLab2_wrk/data/cell_3.ds b/MyLab2_wrk/data/cell_3.ds new file mode 100644 index 0000000..25f190f Binary files /dev/null and b/MyLab2_wrk/data/cell_3.ds differ diff --git a/MyLab2_wrk/data/cell_3_MomUW.ds b/MyLab2_wrk/data/cell_3_MomUW.ds new file mode 100644 index 0000000..afa2f7e Binary files /dev/null and b/MyLab2_wrk/data/cell_3_MomUW.ds differ diff --git a/MyLab2_wrk/data/cell_3_MomUW_a.ds b/MyLab2_wrk/data/cell_3_MomUW_a.ds new file mode 100644 index 0000000..3f487a2 Binary files /dev/null and b/MyLab2_wrk/data/cell_3_MomUW_a.ds differ diff --git a/MyLab2_wrk/data/cell_3_data/logFile.txt b/MyLab2_wrk/data/cell_3_data/logFile.txt new file mode 100644 index 0000000..87e2b54 --- /dev/null +++ b/MyLab2_wrk/data/cell_3_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Mon Sep 29 22:39:43 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\MyLab2_wrk\data" + Process ID: 4772 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 0.55 seconds. + diff --git a/MyLab2_wrk/dds.cfg b/MyLab2_wrk/dds.cfg new file mode 100644 index 0000000..47db26e --- /dev/null +++ b/MyLab2_wrk/dds.cfg @@ -0,0 +1,3 @@ +DDS_FILE_NAME_OPEN_HISTORY_0=C:\Users\forss\MyLab2_wrk\cell_3.dds +DDS_FILE_NAME_OPEN_HISTORY_1=C:\Program Files\Keysight\ADS2026_Update0.1\em\templates\S_4port_P.ddt +DDS_FILE_NAME_OPEN_HISTORY_2=C:\Users\forss\MyLab2_wrk\cell_1.dds diff --git a/MyLab2_wrk/de_sim.cfg b/MyLab2_wrk/de_sim.cfg new file mode 100644 index 0000000..061241f --- /dev/null +++ b/MyLab2_wrk/de_sim.cfg @@ -0,0 +1,17 @@ +SYSTEM_CUSTOM_CIRCUIT_SYMBOLS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS};{$HPEESOF_DIR}\custom\{%PROJECT1}\symbols +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS= +DATA_FILES=.\data;{%PROJECT_SEARCH_DATA_FILES};{%DESIGN_KIT_DATA_FILES} +DESIGN_KIT_DATA_FILES= +SYSTEM_CUSTOM_CIRCUIT_DESIGNS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS};{$HPEESOF_DIR}\custom\{%PROJECT1}\designs +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS= +VIA_CONFIG_PATH={%DESIGN_KIT_VIA_CONFIG_PATH} +DESIGN_KIT_VIA_CONFIG_PATH= +LAST_LIBRARY_SELECTED=MyLab2_lib +SCHEM_FILE_OPEN_HISTORY_1=MyLab2_lib:cell_3:schematic +LAYOUT_FILE_OPEN_HISTORY_1=MyLab2_lib:cell_2:layout +SUBSTRATE_FILE_OPEN_HISTORY_1=MyLab2_lib:cell_1 +SUBSTRATE_FILE_OPEN_HISTORY_2=MyLab2_lib:substrate1 +SCHEM_FILE_OPEN_HISTORY_2=MyLab2_lib:cell_2:schematic +LAYOUT_FILE_OPEN_HISTORY_2=MyLab2_lib:cell_3:layout +SCHEM_FILE_OPEN_HISTORY_3=MyLab2_lib:cell_1:schematic +LAYOUT_FILE_OPEN_HISTORY_3=MyLab2_lib:cell_1:layout diff --git a/MyLab2_wrk/default.pinproperties b/MyLab2_wrk/default.pinproperties new file mode 100644 index 0000000..03f46f7 --- /dev/null +++ b/MyLab2_wrk/default.pinproperties @@ -0,0 +1,15 @@ + + + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 0 + 0 + _NEG + _POS + diff --git a/MyLab2_wrk/hpeesofsim.cfg b/MyLab2_wrk/hpeesofsim.cfg new file mode 100644 index 0000000..9effee2 --- /dev/null +++ b/MyLab2_wrk/hpeesofsim.cfg @@ -0,0 +1,6 @@ +EESOF_MODEL_PATH=%DESIGN_KIT_MODEL_PATH:$ICCAP_MODEL_PATH:%ICCAP_MODEL_PATH;{%DESIGN_KIT_MODEL_PATH} +DESIGN_KIT_MODEL_PATH= +DESIGN_KIT_VERILOGA_PATH= +SIM_FILE_PATH=$USER_SIM_FILE_PATH:%USER_SIM_FILE_PATH:$DE_SIM_FILE_PATH:%DE_SIM_FILE_PATH:.:..:../data:../networks:%DESIGN_KIT_SIM_FILE_PATH;{%DESIGN_KIT_SIM_FILE_PATH} +DESIGN_KIT_SIM_FILE_PATH= +DE_SIM_FILE_PATH=.\data;; diff --git a/MyLab2_wrk/layout.prf b/MyLab2_wrk/layout.prf new file mode 100644 index 0000000..dfebd84 --- /dev/null +++ b/MyLab2_wrk/layout.prf @@ -0,0 +1,196 @@ +pathBend 5 +pathMiterPercent 30.000000 +pathEndCap 2 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 0.000000 +textAbsolute 0 +instNameLayer 1 +instIDLayer 1 +instParam1Layer 1 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 1.000000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 3.000000 +miterVertexLength 0.250000 +portOrientation 10000.000000 +plottingDepth 10 +bboxColor 3 +selectColor 99 +highlightColor 66 +pinColor 54 +pinSize 5.000000 +teeColor 3 +teeSize 5.000000 +portColor 5 +backgroundColor 0 +foregroundColor 41 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 9727 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 45.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 104 +windowLLX -5.000000 +windowLLY -5.000000 +windowURX 5.000000 +windowURY 5.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 1 +placePinPopUp 1 +checkIntersection 0 +checkBinding 1 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 5.000000 +stepRepeatYspace 5.000000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 1 +teeSizeUnits 1 +portSizeUnits 0 +pinSnapSize 20.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.050000 +dveFringe 15.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 7 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 1.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 1 +originColor 10 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab2_wrk/lib.defs b/MyLab2_wrk/lib.defs new file mode 100644 index 0000000..f63cb9e --- /dev/null +++ b/MyLab2_wrk/lib.defs @@ -0,0 +1,3 @@ +INCLUDE $HPEESOF_DIR/oalibs/analog_rf.defs +DEFINE MyLab2_lib MyLab2_lib +ASSIGN MyLab2_lib libMode shared diff --git a/MyLab2_wrk/navigator.opt b/MyLab2_wrk/navigator.opt new file mode 100644 index 0000000..c08b3b5 --- /dev/null +++ b/MyLab2_wrk/navigator.opt @@ -0,0 +1,28 @@ + + + + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + + diff --git a/MyLab2_wrk/netlist.log b/MyLab2_wrk/netlist.log new file mode 100644 index 0000000..ab1c221 --- /dev/null +++ b/MyLab2_wrk/netlist.log @@ -0,0 +1,34 @@ +; Top Design: "MyLab2_lib:cell_3:schematic" +; Netlisted using Hierarchy Policy: "Standard" + +Options ResourceUsage=yes UseNutmegFormat=no EnableOptim=no TopDesignName="MyLab2_lib:cell_3:schematic" DcopOutputNodeVoltages=yes DcopOutputPinCurrents=yes DcopOutputAllSweepPoints=no DcopOutputDcopType=0 +; Library Name: MyLab2_lib +; Cell Name: DA_CLCoupler1_cell_3 +; View Name: schematic +define DA_CLCoupler1_cell_3 ( P1 P2 P3 P4 ) +parameters Subst="MSub1" F=1 GHz C=20 Zo=50 Ohm N=1 Delta=0 +MCLIN:CLin1 P1 P4 P3 P2 Subst="MSub1" W=3.278 mm S=1.917 mm L=17.74 mm +end DA_CLCoupler1_cell_3 + +model MSub1 MSUB H=1.52 mm Er=3.66 Mur=1 Cond=4E+7 Hu=1e+33 mm T=0.025 mm TanD=0.003 Rough=0 mm DielectricLossModel=1 FreqForEpsrTanD=1.0 GHz LowFreqForTanD=1.0 kHz HighFreqForTanD=1.0 THz RoughnessModel=2 +Port:Term4 N__24 0 Num=4 Z=50 Ohm Noise=yes +S_Param:SP1 CalcS=yes CalcY=no CalcZ=no GroupDelayAperture=1e-4 FreqConversion=no FreqConversionPort=1 StatusLevel=2 CalcNoise=no SortNoise=0 BandwidthForNoise=1.0 Hz DevOpPtLevel=0 SPSS_WSP=yes \ +SweepVar="freq" SweepPlan="SP1_stim" OutputPlan="SP1_Output" + +SweepPlan: SP1_stim Start=1.0 GHz Stop=5 GHz Step=0.01 GHz + +OutputPlan:SP1_Output \ + Type="Output" \ + UseEquationNestLevel=yes \ + EquationNestLevel=2 \ + UseSavedEquationNestLevel=yes \ + SavedEquationNestLevel=2 + +#load "python","LinearCollapse" +Component Module="LinearCollapse" Type="ModelExtractor" NetworkRepresentation=2 + +;#@# autodisplay="S_Params_Quad_dB_Smith" +Port:Term1 N__20 0 Num=1 Z=50 Ohm Noise=yes +Port:Term2 N__11 0 Num=2 Z=50 Ohm Noise=yes +Port:Term3 N__10 0 Num=3 Z=50 Ohm Noise=yes +DA_CLCoupler1_cell_3:DA_CLCoupler1 N__10 N__24 N__11 N__20 Subst="MSub1" F=2.5 GHz C=20 dB Zo=50 Ohm N=1 Delta=0 mm diff --git a/MyLab2_wrk/pictures/2.1_s_params.png b/MyLab2_wrk/pictures/2.1_s_params.png new file mode 100644 index 0000000..82f0548 Binary files /dev/null and b/MyLab2_wrk/pictures/2.1_s_params.png differ diff --git a/MyLab2_wrk/pictures/2.2_layout.png b/MyLab2_wrk/pictures/2.2_layout.png new file mode 100644 index 0000000..77eeefc Binary files /dev/null and b/MyLab2_wrk/pictures/2.2_layout.png differ diff --git a/MyLab2_wrk/pictures/2.2_s_params.png b/MyLab2_wrk/pictures/2.2_s_params.png new file mode 100644 index 0000000..c2c649d Binary files /dev/null and b/MyLab2_wrk/pictures/2.2_s_params.png differ diff --git a/MyLab2_wrk/pictures/2.3_current_anim.png b/MyLab2_wrk/pictures/2.3_current_anim.png new file mode 100644 index 0000000..3438995 Binary files /dev/null and b/MyLab2_wrk/pictures/2.3_current_anim.png differ diff --git a/MyLab2_wrk/pictures/3.1_s_params.png b/MyLab2_wrk/pictures/3.1_s_params.png new file mode 100644 index 0000000..b37de05 Binary files /dev/null and b/MyLab2_wrk/pictures/3.1_s_params.png differ diff --git a/MyLab2_wrk/pictures/3.2_layout.png b/MyLab2_wrk/pictures/3.2_layout.png new file mode 100644 index 0000000..08e7f88 Binary files /dev/null and b/MyLab2_wrk/pictures/3.2_layout.png differ diff --git a/MyLab2_wrk/pictures/3.2_s_params.png b/MyLab2_wrk/pictures/3.2_s_params.png new file mode 100644 index 0000000..7811f3c Binary files /dev/null and b/MyLab2_wrk/pictures/3.2_s_params.png differ diff --git a/MyLab2_wrk/pictures/3.3_current_anim.png b/MyLab2_wrk/pictures/3.3_current_anim.png new file mode 100644 index 0000000..5c97159 Binary files /dev/null and b/MyLab2_wrk/pictures/3.3_current_anim.png differ diff --git a/MyLab2_wrk/pictures/4.1_s_params.png b/MyLab2_wrk/pictures/4.1_s_params.png new file mode 100644 index 0000000..6633070 Binary files /dev/null and b/MyLab2_wrk/pictures/4.1_s_params.png differ diff --git a/MyLab2_wrk/pictures/4.2_layout.png b/MyLab2_wrk/pictures/4.2_layout.png new file mode 100644 index 0000000..ad60360 Binary files /dev/null and b/MyLab2_wrk/pictures/4.2_layout.png differ diff --git a/MyLab2_wrk/pictures/4.2_s_params.png b/MyLab2_wrk/pictures/4.2_s_params.png new file mode 100644 index 0000000..3462f8a Binary files /dev/null and b/MyLab2_wrk/pictures/4.2_s_params.png differ diff --git a/MyLab2_wrk/pictures/4.3_current_anim.png b/MyLab2_wrk/pictures/4.3_current_anim.png new file mode 100644 index 0000000..ff911f1 Binary files /dev/null and b/MyLab2_wrk/pictures/4.3_current_anim.png differ diff --git a/MyLab2_wrk/pictures/testbench.png b/MyLab2_wrk/pictures/testbench.png new file mode 100644 index 0000000..09f9a48 Binary files /dev/null and b/MyLab2_wrk/pictures/testbench.png differ diff --git a/MyLab2_wrk/pictures/testbench_2.png b/MyLab2_wrk/pictures/testbench_2.png new file mode 100644 index 0000000..5967c8e Binary files /dev/null and b/MyLab2_wrk/pictures/testbench_2.png differ diff --git a/MyLab2_wrk/pictures/testbench_3.png b/MyLab2_wrk/pictures/testbench_3.png new file mode 100644 index 0000000..0bbeb1b Binary files /dev/null and b/MyLab2_wrk/pictures/testbench_3.png differ diff --git a/MyLab2_wrk/readegs.log b/MyLab2_wrk/readegs.log new file mode 100644 index 0000000..12040c1 --- /dev/null +++ b/MyLab2_wrk/readegs.log @@ -0,0 +1,4 @@ +Mon Sep 29 22:46:03 2025 +Reading EGS Generate file "C:\Users\forss\MyLab2_wrk\simulation\MyLab2_lib\cell_3\layout\emSetup_MoM\proj.gdf" +EGS file C:\Users\forss\MyLab2_wrk\simulation\MyLab2_lib\cell_3\layout\emSetup_MoM\proj.gdf is imported in cell "" +Translation successful diff --git a/MyLab2_wrk/saved.wrkstate b/MyLab2_wrk/saved.wrkstate new file mode 100644 index 0000000..79d8afa --- /dev/null +++ b/MyLab2_wrk/saved.wrkstate @@ -0,0 +1,5 @@ + + + + + diff --git a/MyLab2_wrk/schematic.prf b/MyLab2_wrk/schematic.prf new file mode 100644 index 0000000..b5d53bf --- /dev/null +++ b/MyLab2_wrk/schematic.prf @@ -0,0 +1,196 @@ +pathBend 1 +pathMiterPercent 0.000000 +pathEndCap 2 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 0.000000 +textAbsolute 0 +instNameLayer 6 +instIDLayer 7 +instParam1Layer 8 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 0.100000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 0.300000 +miterVertexLength 1.000000 +portOrientation 180.000000 +plottingDepth 10 +bboxColor 0 +selectColor 0 +highlightColor 1 +pinColor 19 +pinSize 0.050000 +teeColor 5 +teeSize 0.050000 +portColor 5 +backgroundColor 42 +foregroundColor 10 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 1535 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 90.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 0 +windowLLX -2.000000 +windowLLY -3.000000 +windowURX 8.000000 +windowURY 2.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 0 +placePinPopUp 1 +checkIntersection 0 +checkBinding 0 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 0.125000 +stepRepeatYspace 0.125000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 0 +teeSizeUnits 0 +portSizeUnits 0 +pinSnapSize 15.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.000000 +dveFringe 10.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 10 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 4.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 1 +originColor 105 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.500000 +pathRadius 0.500000 +textHeight 0.125000 +instNameLayerID +instIDLayerID +instParam1LayerID +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +minVertexDistance 1.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 1 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab2_wrk/search_history.log b/MyLab2_wrk/search_history.log new file mode 100644 index 0000000..e69de29 diff --git a/MyLab2_wrk/simLog.bnzXyl b/MyLab2_wrk/simLog.bnzXyl new file mode 100644 index 0000000..e69de29 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/.variables b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..f74e87f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 248 surfaces diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..fbb22bf --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,51 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 3.7503860473632812e+01 -3.3252979278564453e+01 3.7699787139892578e+01 + Target -3.7441539764404297e+00 1.5679773092269897e+00 2.2727520465850830e+00 + Up -3.8527300953865051e-01 3.9305561780929565e-01 8.3490854501724243e-01 + 2.5827035903930664e+01 2.5827035903930664e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/emStateFile.xml b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..dd58366 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,2673 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_1_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_1 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__15 + + N__15 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__17 + + N__17 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__18 + + N__18 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__31 + + N__31 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__32 + + N__32 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__34 + + N__34 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__35 + + N__35 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__36 + + N__36 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__37 + + N__37 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P5 + + P5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__15 + + N__15 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__17 + + N__17 + 0 + 0 + 0 + + N__18 + + N__18 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__31 + + N__31 + 0 + 0 + 0 + + N__32 + + N__32 + 0 + 0 + 0 + + N__34 + + N__34 + 0 + 0 + 0 + + N__35 + + N__35 + 0 + 0 + 0 + + N__36 + + N__36 + 0 + 0 + 0 + + N__37 + + N__37 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + P5 + + P5 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__15 + + N__15 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__17 + + N__17 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__18 + + N__18 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__31 + + N__31 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__32 + + N__32 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__34 + + N__34 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__35 + + N__35 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__36 + + N__36 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__37 + + N__37 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P5 + + P5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__15 + + N__15 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__17 + + N__17 + 0 + 0 + 0 + + N__18 + + N__18 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__31 + + N__31 + 0 + 0 + 0 + + N__32 + + N__32 + 0 + 0 + 0 + + N__34 + + N__34 + 0 + 0 + 0 + + N__35 + + N__35 + 0 + 0 + 0 + + N__36 + + N__36 + 0 + 0 + 0 + + N__37 + + N__37 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + P5 + + P5 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_1 + True + True + cell_1 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_1 + True + True + S_Nport_P.ddt + + + True + cell_1 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_1:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MSABND_MDS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MTEE_ADS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:cell_1:layout:Bend2 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend3 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend4 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:Bend5 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_1:layout:TL1 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL10 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL11 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL2 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL5 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL6 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL7 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL8 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:TL9 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee1 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee2 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + MyLab2_lib:cell_1:layout:Tee3 + + 34 + ads_tlines:MTEE_ADS:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.01454:-0.0008 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.005:0.0022 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + 0.005:-0.0038 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + -0.000885:0.00055 + + + + + + + P5 + P5 + 5 + + + + + 1 + -1 + cond:drawing + point + + -0.000885:-0.00215 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 100:0 + Auto + 0 + 2 + + + P4 + + + P5 + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_1<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_1_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/momentum.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.c2d b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..80d0241 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,110 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 25 16:25:16 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 4 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet3 + +VAR freq MAG 2 + +DATA GAMMA_3[1] RI +DATA Z0_3[1,1] RI +DATA LAMBADAI_3[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet4 + +VAR freq MAG 2 + +DATA GAMMA_4[1] RI +DATA Z0_4[1,1] RI +DATA LAMBADAI_4[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cdr b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..928361e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,32 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 4 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 + +PORTSET 3 + +NO TML_PORT; + +RPS 0 +END PORTSET 3 + +PORTSET 4 + +NO TML_PORT; + +RPS 0 +END PORTSET 4 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..6668bf8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/MyLab2_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.exb b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..a3ffed2 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.fra b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..ecb168f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 4 +NUMBER OF DATA COLUMNS : -4 + +NUMBER OF BLOCKS : 1 +0 7 :0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.gdf b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..74a211d --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,263 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 -1.7700,2.2000 -1.7700,2.9650; +ADD L1 :W0.000 -1.7700,2.2000 0.0000,2.2000; +ADD L1 :W0.000 -1.7700,2.9650 -1.7700,3.8500; +ADD L1 :W0.000 -1.7700,3.8500 -0.8850,3.8500; +ADD L1 :W0.000 -0.8850,3.8500 0.0000,3.8500; +ADD L1 :W0.000 0.0000,2.2000 0.0000,3.8500; +ADD L1 :W0.000 -0.1200,-2.1500 -0.1200,-3.8000; +ADD L1 :W0.000 -1.7700,-2.1500 -0.1200,-2.1500; +ADD L1 :W0.000 -0.8850,-4.5650 -0.1200,-3.8000; +ADD L1 :W0.000 -1.7700,-4.5650 -1.7700,-2.1500; +ADD L1 :W0.000 -1.7700,-4.5650 -0.8850,-4.5650; +ADD L1 :W0.000 -8.6550,-1.5650 -7.7700,-1.5650; +ADD L1 :W0.000 -7.7700,-1.5650 -7.7700,-0.0350; +ADD L1 :W0.000 -8.6550,-0.0350 -7.7700,-0.0350; +ADD L1 :W0.000 -9.5400,-0.8000 -8.6550,-0.0350; +ADD L1 :W0.000 -9.5400,-0.8000 -8.6550,-1.5650; +ADD L1 :W0.000 -0.1200,-3.8000 0.0000,-5.4500; +ADD L1 :W0.000 -0.8850,-4.5650 -0.1200,-3.8000; +ADD L1 :W0.000 -0.8850,-5.4500 0.0000,-5.4500; +ADD L1 :W0.000 -1.7700,-5.4500 -1.7700,-4.5650; +ADD L1 :W0.000 -1.7700,-5.4500 -0.8850,-5.4500; +ADD L1 :W0.000 -1.7700,-4.5650 -0.8850,-4.5650; +ADD L1 :W0.000 -6.0867,8.6200 -6.0867,7.7350; +ADD L1 :W0.000 -4.7700,8.6200 -4.7700,7.7350; +ADD L1 :W0.000 -6.0867,8.6200 -4.7700,8.6200; +ADD L1 :W0.000 -6.0867,6.8500 -6.0867,7.7350; +ADD L1 :W0.000 -6.0867,6.8500 -4.7700,6.8500; +ADD L1 :W0.000 -4.7700,6.8500 -4.7700,7.7350; +ADD L1 :W0.000 -2.1366,7.7350 -1.7700,6.8500; +ADD L1 :W0.000 -3.4533,6.8500 -3.4533,7.7350; +ADD L1 :W0.000 -3.4533,6.8500 -1.7700,6.8500; +ADD L1 :W0.000 -3.4533,8.6200 -1.7700,8.6200; +ADD L1 :W0.000 -3.4533,8.6200 -3.4533,7.7350; +ADD L1 :W0.000 -2.1366,7.7350 -1.7700,8.6200; +ADD L1 :W0.000 -6.0867,8.6200 -6.0867,7.7350; +ADD L1 :W0.000 -7.7700,8.6200 -6.0867,8.6200; +ADD L1 :W0.000 -7.7700,8.6200 -7.4034,7.7350; +ADD L1 :W0.000 -7.7700,6.8500 -7.4034,7.7350; +ADD L1 :W0.000 -7.7700,6.8500 -6.0867,6.8500; +ADD L1 :W0.000 -6.0867,6.8500 -6.0867,7.7350; +ADD L1 :W0.000 -4.7700,8.6200 -4.7700,7.7350; +ADD L1 :W0.000 -3.4533,8.6200 -3.4533,7.7350; +ADD L1 :W0.000 -4.7700,8.6200 -3.4533,8.6200; +ADD L1 :W0.000 -4.7700,6.8500 -4.7700,7.7350; +ADD L1 :W0.000 -4.7700,6.8500 -3.4533,6.8500; +ADD L1 :W0.000 -3.4533,6.8500 -3.4533,7.7350; +ADD L1 :W0.000 -0.8850,3.8500 0.0000,3.8500; +ADD L1 :W0.000 0.0000,3.8500 0.0000,5.1667; +ADD L1 :W0.000 -0.8850,5.1667 0.0000,5.1667; +ADD L1 :W0.000 -1.7700,3.8500 -1.7700,5.1667; +ADD L1 :W0.000 -1.7700,3.8500 -0.8850,3.8500; +ADD L1 :W0.000 -1.7700,5.1667 -0.8850,5.1667; +ADD L1 :W0.000 -2.1366,-9.3350 -1.7700,-10.2200; +ADD L1 :W0.000 -3.4533,-10.2200 -3.4533,-9.3350; +ADD L1 :W0.000 -3.4533,-10.2200 -1.7700,-10.2200; +ADD L1 :W0.000 -3.4533,-8.4500 -1.7700,-8.4500; +ADD L1 :W0.000 -3.4533,-8.4500 -3.4533,-9.3350; +ADD L1 :W0.000 -2.1366,-9.3350 -1.7700,-8.4500; +ADD L1 :W0.000 -0.8850,-6.7667 0.0000,-6.7667; +ADD L1 :W0.000 0.0000,-6.7667 0.0000,-5.4500; +ADD L1 :W0.000 -0.8850,-5.4500 0.0000,-5.4500; +ADD L1 :W0.000 -1.7700,-6.7667 -1.7700,-5.4500; +ADD L1 :W0.000 -1.7700,-6.7667 -0.8850,-6.7667; +ADD L1 :W0.000 -1.7700,-5.4500 -0.8850,-5.4500; +ADD L1 :W0.000 -8.6550,-6.6751 -7.7700,-6.6751; +ADD L1 :W0.000 -7.7700,-6.6751 -7.7700,-5.2667; +ADD L1 :W0.000 -8.6550,-5.2667 -7.7700,-5.2667; +ADD L1 :W0.000 -9.5400,-6.6751 -9.5400,-5.2667; +ADD L1 :W0.000 -9.5400,-6.6751 -8.6550,-6.6751; +ADD L1 :W0.000 -9.5400,-5.2667 -8.6550,-5.2667; +ADD L1 :W0.000 -6.0867,-8.4500 -6.0867,-9.3350; +ADD L1 :W0.000 -4.7700,-8.4500 -4.7700,-9.3350; +ADD L1 :W0.000 -6.0867,-8.4500 -4.7700,-8.4500; +ADD L1 :W0.000 -6.0867,-10.2200 -6.0867,-9.3350; +ADD L1 :W0.000 -6.0867,-10.2200 -4.7700,-10.2200; +ADD L1 :W0.000 -4.7700,-10.2200 -4.7700,-9.3350; +ADD L1 :W0.000 -4.7700,-8.4500 -4.7700,-9.3350; +ADD L1 :W0.000 -3.4533,-8.4500 -3.4533,-9.3350; +ADD L1 :W0.000 -4.7700,-8.4500 -3.4533,-8.4500; +ADD L1 :W0.000 -4.7700,-10.2200 -4.7700,-9.3350; +ADD L1 :W0.000 -4.7700,-10.2200 -3.4533,-10.2200; +ADD L1 :W0.000 -3.4533,-10.2200 -3.4533,-9.3350; +ADD L1 :W0.000 -0.8850,6.4834 0.0000,6.8500; +ADD L1 :W0.000 -0.8850,5.1667 0.0000,5.1667; +ADD L1 :W0.000 0.0000,5.1667 0.0000,6.8500; +ADD L1 :W0.000 -1.7700,6.8500 -0.8850,6.4834; +ADD L1 :W0.000 -1.7700,5.1667 -1.7700,6.8500; +ADD L1 :W0.000 -1.7700,5.1667 -0.8850,5.1667; +ADD L1 :W0.000 -0.8850,-6.7667 0.0000,-6.7667; +ADD L1 :W0.000 -0.8850,-8.0834 0.0000,-8.4500; +ADD L1 :W0.000 0.0000,-8.4500 0.0000,-6.7667; +ADD L1 :W0.000 -1.7700,-6.7667 -0.8850,-6.7667; +ADD L1 :W0.000 -1.7700,-8.4500 -1.7700,-6.7667; +ADD L1 :W0.000 -1.7700,-8.4500 -0.8850,-8.0834; +ADD L1 :W0.000 -8.6550,2.2584 -7.7700,2.2584; +ADD L1 :W0.000 -7.7700,2.2584 -7.7700,3.6667; +ADD L1 :W0.000 -8.6550,3.6667 -7.7700,3.6667; +ADD L1 :W0.000 -9.5400,2.2584 -9.5400,3.6667; +ADD L1 :W0.000 -9.5400,2.2584 -8.6550,2.2584; +ADD L1 :W0.000 -9.5400,3.6667 -8.6550,3.6667; +ADD L1 :W0.000 -8.6550,0.8500 -7.7700,0.8500; +ADD L1 :W0.000 -7.7700,0.8500 -7.7700,2.2584; +ADD L1 :W0.000 -8.6550,2.2584 -7.7700,2.2584; +ADD L1 :W0.000 -9.5400,0.8500 -9.5400,2.2584; +ADD L1 :W0.000 -9.5400,0.8500 -8.6550,0.8500; +ADD L1 :W0.000 -9.5400,2.2584 -8.6550,2.2584; +ADD L1 :W0.000 -8.6550,3.6667 -7.7700,3.6667; +ADD L1 :W0.000 -7.7700,3.6667 -7.7700,5.0751; +ADD L1 :W0.000 -8.6550,5.0751 -7.7700,5.0751; +ADD L1 :W0.000 -9.5400,3.6667 -9.5400,5.0751; +ADD L1 :W0.000 -9.5400,3.6667 -8.6550,3.6667; +ADD L1 :W0.000 -9.5400,5.0751 -8.6550,5.0751; +ADD L1 :W0.000 -8.6550,-5.2667 -7.7700,-5.2667; +ADD L1 :W0.000 -7.7700,-5.2667 -7.7700,-3.8584; +ADD L1 :W0.000 -8.6550,-3.8584 -7.7700,-3.8584; +ADD L1 :W0.000 -9.5400,-5.2667 -9.5400,-3.8584; +ADD L1 :W0.000 -9.5400,-5.2667 -8.6550,-5.2667; +ADD L1 :W0.000 -9.5400,-3.8584 -8.6550,-3.8584; +ADD L1 :W0.000 -8.6550,-6.6751 -7.7700,-6.6751; +ADD L1 :W0.000 -8.6550,-8.0834 -7.7700,-8.4500; +ADD L1 :W0.000 -7.7700,-8.4500 -7.7700,-6.6751; +ADD L1 :W0.000 -9.5400,-6.6751 -8.6550,-6.6751; +ADD L1 :W0.000 -9.5400,-8.4500 -9.5400,-6.6751; +ADD L1 :W0.000 -9.5400,-8.4500 -8.6550,-8.0834; +ADD L1 :W0.000 -8.6550,-3.8584 -7.7700,-3.8584; +ADD L1 :W0.000 -7.7700,-3.8584 -7.7700,-2.4500; +ADD L1 :W0.000 -8.6550,-2.4500 -7.7700,-2.4500; +ADD L1 :W0.000 -9.5400,-3.8584 -9.5400,-2.4500; +ADD L1 :W0.000 -9.5400,-3.8584 -8.6550,-3.8584; +ADD L1 :W0.000 -9.5400,-2.4500 -8.6550,-2.4500; +ADD L1 :W0.000 -6.0867,-8.4500 -6.0867,-9.3350; +ADD L1 :W0.000 -7.7700,-8.4500 -6.0867,-8.4500; +ADD L1 :W0.000 -7.7700,-8.4500 -7.4034,-9.3350; +ADD L1 :W0.000 -7.7700,-10.2200 -7.4034,-9.3350; +ADD L1 :W0.000 -7.7700,-10.2200 -6.0867,-10.2200; +ADD L1 :W0.000 -6.0867,-10.2200 -6.0867,-9.3350; +ADD L1 :W0.000 -8.6550,6.4834 -7.7700,6.8500; +ADD L1 :W0.000 -8.6550,5.0751 -7.7700,5.0751; +ADD L1 :W0.000 -7.7700,5.0751 -7.7700,6.8500; +ADD L1 :W0.000 -9.5400,6.8500 -8.6550,6.4834; +ADD L1 :W0.000 -9.5400,5.0751 -9.5400,6.8500; +ADD L1 :W0.000 -9.5400,5.0751 -8.6550,5.0751; +ADD L1 :W0.000 -8.6550,-2.4500 -7.7700,-2.4500; +ADD L1 :W0.000 -7.7700,-2.4500 -7.7700,-1.5650; +ADD L1 :W0.000 -8.6550,-1.5650 -7.7700,-1.5650; +ADD L1 :W0.000 -9.5400,-0.8000 -8.6550,-1.5650; +ADD L1 :W0.000 -9.5400,-2.4500 -9.5400,-0.8000; +ADD L1 :W0.000 -9.5400,-2.4500 -8.6550,-2.4500; +ADD L1 :W0.000 -8.6550,-0.0350 -7.7700,-0.0350; +ADD L1 :W0.000 -7.7700,-0.0350 -7.7700,0.8500; +ADD L1 :W0.000 -8.6550,0.8500 -7.7700,0.8500; +ADD L1 :W0.000 -9.5400,0.8500 -8.6550,0.8500; +ADD L1 :W0.000 -9.5400,0.8500 -9.5400,-0.8000; +ADD L1 :W0.000 -9.5400,-0.8000 -8.6550,-0.0350; +ADD L1 :W0.000 -0.8850,7.7350 0.0000,6.8500; +ADD L1 :W0.000 -1.7700,6.8500 -0.8850,6.4834; +ADD L1 :W0.000 -0.8850,6.4834 0.0000,6.8500; +ADD L1 :W0.000 -1.7700,8.6200 -0.8850,7.7350; +ADD L1 :W0.000 -2.1366,7.7350 -1.7700,8.6200; +ADD L1 :W0.000 -2.1366,7.7350 -1.7700,6.8500; +ADD L1 :W0.000 -7.7700,8.6200 -7.4034,7.7350; +ADD L1 :W0.000 -8.6550,7.7350 -7.7700,8.6200; +ADD L1 :W0.000 -7.7700,6.8500 -7.4034,7.7350; +ADD L1 :W0.000 -9.5400,6.8500 -8.6550,7.7350; +ADD L1 :W0.000 -9.5400,6.8500 -8.6550,6.4834; +ADD L1 :W0.000 -8.6550,6.4834 -7.7700,6.8500; +ADD L1 :W0.000 -0.8850,-8.0834 0.0000,-8.4500; +ADD L1 :W0.000 -1.7700,-8.4500 -0.8850,-8.0834; +ADD L1 :W0.000 -0.8850,-9.3350 0.0000,-8.4500; +ADD L1 :W0.000 -2.1366,-9.3350 -1.7700,-8.4500; +ADD L1 :W0.000 -2.1366,-9.3350 -1.7700,-10.2200; +ADD L1 :W0.000 -1.7700,-10.2200 -0.8850,-9.3350; +ADD L1 :W0.000 -7.7700,-8.4500 -7.4034,-9.3350; +ADD L1 :W0.000 -8.6550,-9.3350 -7.7700,-10.2200; +ADD L1 :W0.000 -7.7700,-10.2200 -7.4034,-9.3350; +ADD L1 :W0.000 -8.6550,-8.0834 -7.7700,-8.4500; +ADD L1 :W0.000 -9.5400,-8.4500 -8.6550,-8.0834; +ADD L1 :W0.000 -9.5400,-8.4500 -8.6550,-9.3350; +ADD L1 :W0.000 1.0367,-5.4500 2.1933,-5.4500; +ADD L1 :W0.000 2.1933,-5.4500 2.1933,-3.8000; +ADD L1 :W0.000 1.0367,-3.8000 2.1933,-3.8000; +ADD L1 :W0.000 -0.1200,-3.8000 1.0367,-3.8000; +ADD L1 :W0.000 -0.1200,-3.8000 0.0000,-5.4500; +ADD L1 :W0.000 0.0000,-5.4500 1.0367,-5.4500; +ADD L1 :W0.000 2.1933,-3.8000 3.3500,-3.8000; +ADD L1 :W0.000 3.3500,-3.8000 3.3500,-2.1500; +ADD L1 :W0.000 2.1933,-2.1500 3.3500,-2.1500; +ADD L1 :W0.000 1.0367,-3.8000 1.0367,-2.1500; +ADD L1 :W0.000 1.0367,-3.8000 2.1933,-3.8000; +ADD L1 :W0.000 1.0367,-2.1500 2.1933,-2.1500; +ADD L1 :W0.000 3.3500,2.2000 3.3500,3.8500; +ADD L1 :W0.000 3.3500,2.2000 5.0000,2.2000; +ADD L1 :W0.000 5.0000,2.2000 5.0000,3.8500; +ADD L1 :W0.000 3.3500,3.8500 5.0000,3.8500; +ADD L1 :W0.000 3.3500,-3.8000 3.3500,-2.1500; +ADD L1 :W0.000 3.3500,-3.8000 5.0000,-3.8000; +ADD L1 :W0.000 5.0000,-3.8000 5.0000,-2.1500; +ADD L1 :W0.000 3.3500,-2.1500 5.0000,-2.1500; +ADD L1 :W0.000 3.3500,2.2000 3.3500,0.5500; +ADD L1 :W0.000 3.3500,0.5500 5.0000,0.5500; +ADD L1 :W0.000 5.0000,0.5500 5.0000,2.2000; +ADD L1 :W0.000 3.3500,2.2000 5.0000,2.2000; +ADD L1 :W0.000 1.6750,2.2000 1.6750,0.5500; +ADD L1 :W0.000 1.6750,0.5500 3.3500,0.5500; +ADD L1 :W0.000 3.3500,2.2000 3.3500,0.5500; +ADD L1 :W0.000 1.6750,2.2000 3.3500,2.2000; +ADD L1 :W0.000 3.3500,-3.8000 3.3500,-5.4500; +ADD L1 :W0.000 3.3500,-5.4500 5.0000,-5.4500; +ADD L1 :W0.000 5.0000,-5.4500 5.0000,-3.8000; +ADD L1 :W0.000 3.3500,-3.8000 5.0000,-3.8000; +ADD L1 :W0.000 2.1933,-5.4500 2.1933,-3.8000; +ADD L1 :W0.000 2.1933,-5.4500 3.3500,-5.4500; +ADD L1 :W0.000 3.3500,-3.8000 3.3500,-5.4500; +ADD L1 :W0.000 2.1933,-3.8000 3.3500,-3.8000; +ADD L1 :W0.000 1.6750,2.2000 1.6750,3.8500; +ADD L1 :W0.000 1.6750,2.2000 3.3500,2.2000; +ADD L1 :W0.000 3.3500,2.2000 3.3500,3.8500; +ADD L1 :W0.000 1.6750,3.8500 3.3500,3.8500; +ADD L1 :W0.000 0.0000,0.5500 0.0000,2.2000; +ADD L1 :W0.000 0.0000,0.5500 1.6750,0.5500; +ADD L1 :W0.000 1.6750,2.2000 1.6750,0.5500; +ADD L1 :W0.000 0.0000,2.2000 1.6750,2.2000; +ADD L1 :W0.000 0.0000,2.2000 0.0000,3.8500; +ADD L1 :W0.000 0.0000,2.2000 1.6750,2.2000; +ADD L1 :W0.000 1.6750,2.2000 1.6750,3.8500; +ADD L1 :W0.000 0.0000,3.8500 1.6750,3.8500; +ADD L1 :W0.000 -0.1200,-2.1500 -0.1200,-3.8000; +ADD L1 :W0.000 -0.1200,-3.8000 1.0367,-3.8000; +ADD L1 :W0.000 1.0367,-3.8000 1.0367,-2.1500; +ADD L1 :W0.000 -0.1200,-2.1500 1.0367,-2.1500; +ADD L1 :W0.000 -1.7700,0.5500 -1.7700,2.2000; +ADD L1 :W0.000 -1.7700,0.5500 0.0000,0.5500; +ADD L1 :W0.000 0.0000,0.5500 0.0000,2.2000; +ADD L1 :W0.000 -1.7700,2.2000 0.0000,2.2000; +ADD L1 :W0.000 -11.2150,0.8500 -11.2150,-0.8000; +ADD L1 :W0.000 -11.2150,-0.8000 -9.5400,-0.8000; +ADD L1 :W0.000 -9.5400,0.8500 -9.5400,-0.8000; +ADD L1 :W0.000 -11.2150,0.8500 -9.5400,0.8500; +ADD L1 :W0.000 -11.2150,-2.4500 -11.2150,-0.8000; +ADD L1 :W0.000 -11.2150,-2.4500 -9.5400,-2.4500; +ADD L1 :W0.000 -9.5400,-2.4500 -9.5400,-0.8000; +ADD L1 :W0.000 -11.2150,-0.8000 -9.5400,-0.8000; +ADD L1 :W0.000 -12.8900,0.8500 -12.8900,-0.8000; +ADD L1 :W0.000 -12.8900,-0.8000 -11.2150,-0.8000; +ADD L1 :W0.000 -11.2150,0.8500 -11.2150,-0.8000; +ADD L1 :W0.000 -12.8900,0.8500 -11.2150,0.8500; +ADD L1 :W0.000 -12.8900,-2.4500 -12.8900,-0.8000; +ADD L1 :W0.000 -12.8900,-2.4500 -11.2150,-2.4500; +ADD L1 :W0.000 -11.2150,-2.4500 -11.2150,-0.8000; +ADD L1 :W0.000 -12.8900,-0.8000 -11.2150,-0.8000; +ADD L1 :W0.000 -14.5400,-0.8000 -14.5400,0.8500; +ADD L1 :W0.000 -14.5400,-0.8000 -12.8900,-0.8000; +ADD L1 :W0.000 -12.8900,0.8500 -12.8900,-0.8000; +ADD L1 :W0.000 -14.5400,0.8500 -12.8900,0.8500; +ADD L1 :W0.000 -14.5400,-2.4500 -14.5400,-0.8000; +ADD L1 :W0.000 -14.5400,-2.4500 -12.8900,-2.4500; +ADD L1 :W0.000 -12.8900,-2.4500 -12.8900,-0.8000; +ADD L1 :W0.000 -14.5400,-0.8000 -12.8900,-0.8000; +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.jo2 b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lcf b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..4af532f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwad_inclusive2!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTcyLjMwLjExMi4xIWJfcHdhZF9pbmNsdXNpdmUxK2JfcHdhZF9pbmNsdXNpdmUyK2JfcHdhcF9pbmNsdXNpdmUrYl9wd2VtX2luY2x1c2l2ZStiX3B3Z2VfaW5jbHVzaXZlK2JfcHdnZ19pbmNsdXNpdmUrYl9wd2ljX2luY2x1c2l2ZStiX3B3bWJfaW5jbHVzaXZlK2JfcHdtcV9pbmNsdXNpdmUrYl9wd3NkX2luY2x1c2l2ZStlX25leHVzX2RhdGFkaXNwbGF5X25leHVzK2VfcHdhZF9RUHJvK2VfcHdhZF9tZGxfcXVhbnR1bV9lbGVjK2VfcHdhZF9xX3N5cytlX3B3Z2dfcmZwcm9ja3RfcGs2K2VfcHdnZ19yZnByb2NrdF91aStlX3NpbV9mZW1fZmR0ZF9wazgrZV9zaW1faWNjYXBfcGsyMCEyMDI1LTA5LTI1VDE2OjI1OjE0WiFjOTU2MjVkMGI3Y2YxM2I5MGFjZDc4MzM3ODdkN2ZlMg== \ No newline at end of file diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lln b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.log b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..a5d2c0f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.log @@ -0,0 +1,102 @@ +License checkout took 0.032 sec +License checkout took 0.008 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Thu Sep 25 16:25:16 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 509 (reduced: 374) + +--- WARNING ------------------------------------------------------------------- + +The size of the plus pin for S-parameter port 4 is electrically large +above 2.51769 GHz, S-parameters may become unphysical. + +------------------------------------------------------------------------------- + +--- WARNING ------------------------------------------------------------------- + +The size of the minus pin for S-parameter port 4 is electrically large +above 2.51769 GHz, S-parameters may become unphysical. + +------------------------------------------------------------------------------- +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 1.44444 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 4.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 3 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Thu Sep 25 16:25:18 2025 +The simulation results have been saved in dataset "cell_1_MomUW". diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ltd b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..8391f65 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,45 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 + MATERIAL cond CONDUCTIVITY=4e+07 IMAG_CONDUCTIVITY=0 PERMEABILITY=1 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=cond OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mmd b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..bad11f2 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,381 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00168512260820859; + Wl: 0.0337024521641719; + Cpwl: 20; +; +NdefIA 124: + p 1: -0.01454 -0.00245 0.00152, + p 2: -0.01454 -0.0008 0.00152, + p 3: -0.01454 0.00085 0.00152, + p 4: -0.01289 -0.00245 0.00152, + p 5: -0.01289 0.00085 0.00152, + p 6: -0.01289 -0.0008 0.00152, + p 7: -0.011215 -0.00245 0.00152, + p 8: -0.011215 0.00085 0.00152, + p 9: -0.011215 -0.0008 0.00152, + p 10: -0.00954 -0.00845 0.00152, + p 11: -0.00954 -0.00667506574797486 0.00152, + p 12: -0.00954 -0.00526671049864991 0.00152, + p 13: -0.00954 -0.00385835524932495 0.00152, + p 14: -0.00954 -0.00245 0.00152, + p 15: -0.00954 0.00085 0.00152, + p 16: -0.00954 0.00225835524932495 0.00152, + p 17: -0.00954 0.00366671049864991 0.00152, + p 18: -0.00954 0.00507506574797486 0.00152, + p 19: -0.00954 0.00685 0.00152, + p 20: -0.00954 -0.0008 0.00152, + p 21: -0.008655 -0.009335 0.00152, + p 22: -0.008655 0.007735 0.00152, + p 23: -0.008655 -0.00808342099729981 0.00152, + p 24: -0.008655 -0.00667506574797486 0.00152, + p 25: -0.008655 -0.00526671049864991 0.00152, + p 26: -0.008655 -0.00385835524932495 0.00152, + p 27: -0.008655 -0.00245 0.00152, + p 28: -0.008655 -0.001565 0.00152, + p 29: -0.008655 -3.5e-05 0.00152, + p 30: -0.008655 0.00085 0.00152, + p 31: -0.008655 0.00225835524932495 0.00152, + p 32: -0.008655 0.00366671049864991 0.00152, + p 33: -0.008655 0.00507506574797486 0.00152, + p 34: -0.008655 0.00648342099729981 0.00152, + p 35: -0.00777 -0.01022 0.00152, + p 36: -0.00777 -0.00845 0.00152, + p 37: -0.00777 -0.00667506574797486 0.00152, + p 38: -0.00777 -0.00526671049864991 0.00152, + p 39: -0.00777 -0.00385835524932495 0.00152, + p 40: -0.00777 -0.00245 0.00152, + p 41: -0.00777 -0.001565 0.00152, + p 42: -0.00777 -3.5e-05 0.00152, + p 43: -0.00777 0.00085 0.00152, + p 44: -0.00777 0.00225835524932495 0.00152, + p 45: -0.00777 0.00366671049864991 0.00152, + p 46: -0.00777 0.00507506574797486 0.00152, + p 47: -0.00777 0.00685 0.00152, + p 48: -0.00777 0.00862 0.00152, + p 49: -0.00740342099729981 -0.009335 0.00152, + p 50: -0.00740342099729981 0.007735 0.00152, + p 51: -0.0060867104986499 -0.01022 0.00152, + p 52: -0.0060867104986499 -0.00845 0.00152, + p 53: -0.0060867104986499 0.00685 0.00152, + p 54: -0.0060867104986499 0.00862 0.00152, + p 55: -0.0060867104986499 -0.009335 0.00152, + p 56: -0.0060867104986499 0.007735 0.00152, + p 57: -0.00477 -0.01022 0.00152, + p 58: -0.00477 -0.00845 0.00152, + p 59: -0.00477 0.00685 0.00152, + p 60: -0.00477 0.00862 0.00152, + p 61: -0.00477 -0.009335 0.00152, + p 62: -0.00477 0.007735 0.00152, + p 63: -0.00345328950135009 -0.01022 0.00152, + p 64: -0.00345328950135009 -0.00845 0.00152, + p 65: -0.00345328950135009 0.00685 0.00152, + p 66: -0.00345328950135009 0.00862 0.00152, + p 67: -0.00345328950135009 -0.009335 0.00152, + p 68: -0.00345328950135009 0.007735 0.00152, + p 69: -0.00213657900270019 -0.009335 0.00152, + p 70: -0.00213657900270019 0.007735 0.00152, + p 71: -0.00177 -0.01022 0.00152, + p 72: -0.00177 -0.00845 0.00152, + p 73: -0.00177 -0.0067667104986499 0.00152, + p 74: -0.00177 -0.00545 0.00152, + p 75: -0.00177 -0.004565 0.00152, + p 76: -0.00177 -0.00215 0.00152, + p 77: -0.00177 0.00055 0.00152, + p 78: -0.00177 0.0022 0.00152, + p 79: -0.00177 0.002965 0.00152, + p 80: -0.00177 0.00385 0.00152, + p 81: -0.00177 0.0051667104986499 0.00152, + p 82: -0.00177 0.00685 0.00152, + p 83: -0.00177 0.00862 0.00152, + p 84: -0.000885 -0.009335 0.00152, + p 85: -0.000885 0.007735 0.00152, + p 86: -0.000885 -0.00808342099729981 0.00152, + p 87: -0.000885 -0.0067667104986499 0.00152, + p 88: -0.000885 -0.00545 0.00152, + p 89: -0.000885 -0.004565 0.00152, + p 90: -0.000885 0.002965 0.00152, + p 91: -0.000885 0.00385 0.00152, + p 92: -0.000885 0.00516671049864991 0.00152, + p 93: -0.000885 0.00648342099729981 0.00152, + p 94: -0.00012 -0.00215 0.00152, + p 95: -0.00012 -0.0038 0.00152, + p 96: 0 -0.00845 0.00152, + p 97: 0 -0.0067667104986499 0.00152, + p 98: 0 -0.00545 0.00152, + p 99: 0 0.00055 0.00152, + p 100: 0 0.0022 0.00152, + p 101: 0 0.00385 0.00152, + p 102: 0 0.0051667104986499 0.00152, + p 103: 0 0.00685 0.00152, + p 104: 0.00103666666666667 -0.0038 0.00152, + p 105: 0.00103666666666667 -0.00545 0.00152, + p 106: 0.00103666666666667 -0.00215 0.00152, + p 107: 0.001675 0.0022 0.00152, + p 108: 0.001675 0.00055 0.00152, + p 109: 0.001675 0.00385 0.00152, + p 110: 0.00219333333333333 -0.00545 0.00152, + p 111: 0.00219333333333333 -0.00215 0.00152, + p 112: 0.00219333333333333 -0.0038 0.00152, + p 113: 0.00335 -0.0038 0.00152, + p 114: 0.00335 0.0022 0.00152, + p 115: 0.00335 -0.00545 0.00152, + p 116: 0.00335 -0.00215 0.00152, + p 117: 0.00335 0.00055 0.00152, + p 118: 0.00335 0.00385 0.00152, + p 119: 0.005 -0.00545 0.00152, + p 120: 0.005 -0.0038 0.00152, + p 121: 0.005 -0.00215 0.00152, + p 122: 0.005 0.00055 0.00152, + p 123: 0.005 0.0022 0.00152, + p 124: 0.005 0.00385 0.00152; +EdefIA 205: + s 1: 1 2, s 2: 1 4, s 3: 2 3, s 4: 2 6, s 5: 3 5, + s 6: 4 6, s 7: 4 7, s 8: 5 6, s 9: 5 8, s 10: 6 9, + s 11: 7 9, s 12: 7 14, s 13: 8 9, s 14: 8 15, s 15: 9 20, + s 16: 10 11, s 17: 10 21, s 18: 10 23, s 19: 11 12, s 20: 11 24, + s 21: 12 13, s 22: 12 25, s 23: 13 14, s 24: 13 26, s 25: 14 20, + s 26: 14 27, s 27: 15 16, s 28: 15 20, s 29: 15 30, s 30: 16 17, + s 31: 16 31, s 32: 17 18, s 33: 17 32, s 34: 18 19, s 35: 18 33, + s 36: 19 22, s 37: 19 34, s 38: 20 28, s 39: 20 29, s 40: 21 35, + s 41: 21 36, s 42: 22 47, s 43: 22 48, s 44: 23 24, s 45: 23 36, + s 46: 24 25, s 47: 24 37, s 48: 25 26, s 49: 25 38, s 50: 26 27, + s 51: 26 39, s 52: 27 28, s 53: 27 40, s 54: 28 29, s 55: 28 41, + s 56: 29 30, s 57: 29 42, s 58: 30 31, s 59: 30 43, s 60: 31 32, + s 61: 31 44, s 62: 32 33, s 63: 32 45, s 64: 33 34, s 65: 33 46, + s 66: 34 47, s 67: 35 49, s 68: 35 51, s 69: 36 37, s 70: 36 49, + s 71: 36 52, s 72: 37 38, s 73: 38 39, s 74: 39 40, s 75: 40 41, + s 76: 41 42, s 77: 42 43, s 78: 43 44, s 79: 44 45, s 80: 45 46, + s 81: 46 47, s 82: 47 50, s 83: 47 53, s 84: 48 50, s 85: 48 54, + s 86: 49 55, s 87: 50 56, s 88: 51 55, s 89: 51 57, s 90: 52 55, + s 91: 52 58, s 92: 53 56, s 93: 53 59, s 94: 54 56, s 95: 54 60, + s 96: 55 61, s 97: 56 62, s 98: 57 61, s 99: 57 63, s 100: 58 61, + s 101: 58 64, s 102: 59 62, s 103: 59 65, s 104: 60 62, s 105: 60 66, + s 106: 61 67, s 107: 62 68, s 108: 63 67, s 109: 63 71, s 110: 64 67, + s 111: 64 72, s 112: 65 68, s 113: 65 82, s 114: 66 68, s 115: 66 83, + s 116: 67 69, s 117: 68 70, s 118: 69 71, s 119: 69 72, s 120: 70 82, + s 121: 70 83, s 122: 71 84, s 123: 72 73, s 124: 72 84, s 125: 72 86, + s 126: 73 74, s 127: 73 87, s 128: 74 75, s 129: 74 88, s 130: 75 76, + s 131: 75 89, s 132: 76 89, s 133: 76 94, s 134: 77 78, s 135: 77 99, + s 136: 78 79, s 137: 78 100, s 138: 79 80, s 139: 79 90, s 140: 80 81, + s 141: 80 91, s 142: 81 82, s 143: 81 92, s 144: 82 85, s 145: 82 93, + s 146: 83 85, s 147: 84 96, s 148: 85 103, s 149: 86 87, s 150: 86 96, + s 151: 87 88, s 152: 87 97, s 153: 88 89, s 154: 88 98, s 155: 89 95, + s 156: 90 91, s 157: 90 100, s 158: 91 92, s 159: 91 101, s 160: 92 93, + s 161: 92 102, s 162: 93 103, s 163: 94 95, s 164: 94 106, s 165: 95 98, + s 166: 95 104, s 167: 96 97, s 168: 97 98, s 169: 98 105, s 170: 99 100, + s 171: 99 108, s 172: 100 101, s 173: 100 107, s 174: 101 102, s 175: 101 109, + s 176: 102 103, s 177: 104 105, s 178: 104 106, s 179: 104 112, s 180: 105 110, + s 181: 106 111, s 182: 107 108, s 183: 107 109, s 184: 107 114, s 185: 108 117, + s 186: 109 118, s 187: 110 112, s 188: 110 115, s 189: 111 112, s 190: 111 116, + s 191: 112 113, s 192: 113 115, s 193: 113 116, s 194: 113 120, s 195: 114 117, + s 196: 114 118, s 197: 114 123, s 198: 115 119, s 199: 116 121, s 200: 117 122, + s 201: 118 124, s 202: 119 120, s 203: 120 121, s 204: 122 123, s 205: 123 124; +CdefIA 82: + c 1: -196 197 205 -201, c 2: -193 194 203 -199, c 3: 195 200 204 -197, + c 4: 182 185 -195 -184, c 5: 192 198 202 -194, c 6: -187 188 -192 -191, + c 7: 189 191 193 -190, c 8: -178 179 -189 -181, c 9: -183 184 196 -186, + c 10: -170 171 -182 -173, c 11: 177 180 187 -179, c 12: -177 -166 165 169, + c 13: -172 173 183 -175, c 14: -165 -155 -153 154, c 15: 163 166 178 -164, + c 16: -163 -133 132 155, c 17: -162 -160 161 176, c 18: -158 159 174 -161, + c 19: -159 -156 157 172, c 20: -157 -139 -136 137, c 21: -151 152 168 -154, + c 22: -152 -149 150 167, c 23: -150 -125 124 147, c 24: -148 -144 145 162, + c 25: -146 -121 120 144, c 26: -145 -142 143 160, c 27: -140 141 158 -143, + c 28: -138 139 156 -141, c 29: -134 135 170 -137, c 30: -132 -130 131, + c 31: -128 129 153 -131, c 32: -126 127 151 -129, c 33: -127 -123 125 149, + c 34: -124 -119 118 122, c 35: -120 -117 -112 113, c 36: -118 -116 -108 109, + c 37: -115 114 117 121, c 38: 104 107 -114 -105, c 39: -111 110 116 119, + c 40: 100 106 -110 -101, c 41: -102 103 112 -107, c 42: -98 99 108 -106, + c 43: 94 97 -104 -95, c 44: 90 96 -100 -91, c 45: -92 93 102 -97, + c 46: -88 89 98 -96, c 47: -94 -85 84 87, c 48: -90 -71 70 86, + c 49: -87 -82 83 92, c 50: -86 -67 68 88, c 51: -84 -43 42 82, + c 52: -70 -41 40 67, c 53: -66 -64 65 81, c 54: -62 63 80 -65, + c 55: -60 61 79 -63, c 56: -58 59 78 -61, c 57: -56 57 77 -59, + c 58: -54 55 76 -57, c 59: -52 53 75 -55, c 60: -50 51 74 -53, + c 61: -48 49 73 -51, c 62: -46 47 72 -49, c 63: -47 -44 45 69, + c 64: -45 -18 17 41, c 65: -42 -36 37 66, c 66: -39 38 54, + c 67: -38 -25 26 52, c 68: -37 -34 35 64, c 69: -32 33 62 -35, + c 70: -30 31 60 -33, c 71: -27 29 58 -31, c 72: -29 28 39 56, + c 73: 13 15 -28 -14, c 74: -23 24 50 -26, c 75: -21 22 48 -24, + c 76: -19 20 46 -22, c 77: -20 -16 18 44, c 78: -11 12 25 -15, + c 79: 8 10 -13 -9, c 80: -6 7 11 -10, c 81: -3 4 -8 -5, + c 82: -1 2 6 -4; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: conductivity 40000000 0 permeability 1 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00168512260820859; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 82 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 } + RGrid 0.00165,0.00165 1.82513936623984e-16 1: + 0.00335,0.000549999999999999 1,2 2: + 0,0 c 3, 0,1 c 1; + RGrid 0.00165,0.00165 2.58210961030245e-16 1: + 0.00335,-0.00545 1,2 2: + 0,0 c 5, 0,1 c 2; + RGrid 0.001675,0.00165 0 1: + -5.65519853168439e-20,0.00055 2,2 4: + 0,0 c 10, 0,1 c 13, 1,0 c 4, 1,1 c 9; + RGrid 0.00115666666666667,0.00165 0 1: + -0.00012,-0.00545 3,2 5: + 0,1 c 15, 1,0 c 11, 1,1 c 8, 2,0 c 6, 2,1 c 7; + RGrid 0.000885,0.00131671049864991 -1.39561933886496e-16 1: + -0.00177,0.00385 2,1 2: + 0,0 c 27, 1,0 c 18; + RGrid 0.000885,0.0013167104986499 -6.90596355995648e-16 1: + -0.00177,-0.0067667104986499 2,1 2: + 0,0 c 32, 1,0 c 21; + RGrid 0.00131671049864991,0.000884999999999999 0 1: + -0.00608671049864991,0.00685 2,2 4: + 0,0 c 45, 0,1 c 43, 1,0 c 41, 1,1 c 38; + RGrid 0.00131671049864991,0.000885 0 1: + -0.00608671049864991,-0.01022 2,2 4: + 0,0 c 46, 0,1 c 44, 1,0 c 42, 1,1 c 40; + RGrid 0.000885,0.00140835524932495 7.74647138650887e-17 1: + -0.00954,0.000850000000000001 2,3 6: + 0,0 c 71, 0,1 c 70, 0,2 c 69, 1,0 c 56, 1,1 c 55, + 1,2 c 54; + RGrid 0.000885,0.00140835524932495 3.27421705567419e-16 1: + -0.00954,-0.00667506574797486 2,3 6: + 0,0 c 76, 0,1 c 75, 0,2 c 74, 1,0 c 62, 1,1 c 61, + 1,2 c 60; + RGrid 0.001675,0.00165 0 1: + -0.01289,-0.00245 2,2 4: + 0,0 c 80, 0,1 c 79, 1,0 c 78, 1,1 c 73; + RGrid 0.00165,0.00165 4.24744414724018e-17 1: + -0.01454,-0.00245 1,2 2: + 0,0 c 82, 0,1 c 81; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 4 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 2 { 1 3 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 2 { 204 205 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 3 : ErefRA 2 { 202 203 }; +} +GdefRA 2 RefImpedance 1 {100 0} { + Prt 4 : ErefRA 4 { 135 171 185 200 }; + Prt -4 : ErefRA 5 { 133 164 181 190 199 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 82 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 }; +# key "_edge_mesh" value "no" CrefRA 82 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 82 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 }; +# key "_strip_model" value "3" CrefRA 82 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 }; +# key "_tml_mesh" value "no" CrefRA 82 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mrp b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msb b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..2483e0a Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msf b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..30dbf14 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msh b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..916ba9e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.msh @@ -0,0 +1,1873 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00168512260820859; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 248: + p 1: -0.01454 -0.00245 0.00152, + p 2: -0.01454 -0.0008 0.00152, + p 3: -0.01454 0.00085 0.00152, + p 4: -0.01289 -0.00245 0.00152, + p 5: -0.01289 0.00085 0.00152, + p 6: -0.01289 -0.0008 0.00152, + p 7: -0.011215 -0.00245 0.00152, + p 8: -0.011215 0.00085 0.00152, + p 9: -0.011215 -0.0008 0.00152, + p 10: -0.00954 -0.00845 0.00152, + p 11: -0.00954 -0.00667506574797486 0.00152, + p 12: -0.00954 -0.00526671049864991 0.00152, + p 13: -0.00954 -0.00385835524932495 0.00152, + p 14: -0.00954 -0.00245 0.00152, + p 15: -0.00954 0.00085 0.00152, + p 16: -0.00954 0.00225835524932495 0.00152, + p 17: -0.00954 0.00366671049864991 0.00152, + p 18: -0.00954 0.00507506574797486 0.00152, + p 19: -0.00954 0.00685 0.00152, + p 20: -0.00954 -0.0008 0.00152, + p 21: -0.008655 -0.009335 0.00152, + p 22: -0.008655 0.007735 0.00152, + p 23: -0.008655 -0.00808342099729981 0.00152, + p 24: -0.008655 -0.00667506574797486 0.00152, + p 25: -0.008655 -0.00526671049864991 0.00152, + p 26: -0.008655 -0.00385835524932495 0.00152, + p 27: -0.008655 -0.00245 0.00152, + p 28: -0.008655 -0.001565 0.00152, + p 29: -0.008655 -3.5e-05 0.00152, + p 30: -0.008655 0.00085 0.00152, + p 31: -0.008655 0.00225835524932495 0.00152, + p 32: -0.008655 0.00366671049864991 0.00152, + p 33: -0.008655 0.00507506574797486 0.00152, + p 34: -0.008655 0.00648342099729981 0.00152, + p 35: -0.00777 -0.01022 0.00152, + p 36: -0.00777 -0.00845 0.00152, + p 37: -0.00777 -0.00667506574797486 0.00152, + p 38: -0.00777 -0.00526671049864991 0.00152, + p 39: -0.00777 -0.00385835524932495 0.00152, + p 40: -0.00777 -0.00245 0.00152, + p 41: -0.00777 -0.001565 0.00152, + p 42: -0.00777 -3.5e-05 0.00152, + p 43: -0.00777 0.00085 0.00152, + p 44: -0.00777 0.00225835524932495 0.00152, + p 45: -0.00777 0.00366671049864991 0.00152, + p 46: -0.00777 0.00507506574797486 0.00152, + p 47: -0.00777 0.00685 0.00152, + p 48: -0.00777 0.00862 0.00152, + p 49: -0.00740342099729981 -0.009335 0.00152, + p 50: -0.00740342099729981 0.007735 0.00152, + p 51: -0.0060867104986499 -0.01022 0.00152, + p 52: -0.0060867104986499 -0.00845 0.00152, + p 53: -0.0060867104986499 0.00685 0.00152, + p 54: -0.0060867104986499 0.00862 0.00152, + p 55: -0.0060867104986499 -0.009335 0.00152, + p 56: -0.0060867104986499 0.007735 0.00152, + p 57: -0.00477 -0.01022 0.00152, + p 58: -0.00477 -0.00845 0.00152, + p 59: -0.00477 0.00685 0.00152, + p 60: -0.00477 0.00862 0.00152, + p 61: -0.00477 -0.009335 0.00152, + p 62: -0.00477 0.007735 0.00152, + p 63: -0.00345328950135009 -0.01022 0.00152, + p 64: -0.00345328950135009 -0.00845 0.00152, + p 65: -0.00345328950135009 0.00685 0.00152, + p 66: -0.00345328950135009 0.00862 0.00152, + p 67: -0.00345328950135009 -0.009335 0.00152, + p 68: -0.00345328950135009 0.007735 0.00152, + p 69: -0.00213657900270019 -0.009335 0.00152, + p 70: -0.00213657900270019 0.007735 0.00152, + p 71: -0.00177 -0.01022 0.00152, + p 72: -0.00177 -0.00845 0.00152, + p 73: -0.00177 -0.0067667104986499 0.00152, + p 74: -0.00177 -0.00545 0.00152, + p 75: -0.00177 -0.004565 0.00152, + p 76: -0.00177 -0.00215 0.00152, + p 77: -0.00177 0.00055 0.00152, + p 78: -0.00177 0.0022 0.00152, + p 79: -0.00177 0.002965 0.00152, + p 80: -0.00177 0.00385 0.00152, + p 81: -0.00177 0.0051667104986499 0.00152, + p 82: -0.00177 0.00685 0.00152, + p 83: -0.00177 0.00862 0.00152, + p 84: -0.000885 -0.009335 0.00152, + p 85: -0.000885 0.007735 0.00152, + p 86: -0.000885 -0.00808342099729981 0.00152, + p 87: -0.000885 -0.0067667104986499 0.00152, + p 88: -0.000885 -0.00545 0.00152, + p 89: -0.000885 -0.004565 0.00152, + p 90: -0.000885 0.002965 0.00152, + p 91: -0.000885 0.00385 0.00152, + p 92: -0.000885 0.00516671049864991 0.00152, + p 93: -0.000885 0.00648342099729981 0.00152, + p 94: -0.00012 -0.00215 0.00152, + p 95: -0.00012 -0.0038 0.00152, + p 96: 0 -0.00845 0.00152, + p 97: 0 -0.0067667104986499 0.00152, + p 98: 0 -0.00545 0.00152, + p 99: 0 0.00055 0.00152, + p 100: 0 0.0022 0.00152, + p 101: 0 0.00385 0.00152, + p 102: 0 0.0051667104986499 0.00152, + p 103: 0 0.00685 0.00152, + p 104: 0.00103666666666667 -0.0038 0.00152, + p 105: 0.00103666666666667 -0.00545 0.00152, + p 106: 0.00103666666666667 -0.00215 0.00152, + p 107: 0.001675 0.0022 0.00152, + p 108: 0.001675 0.00055 0.00152, + p 109: 0.001675 0.00385 0.00152, + p 110: 0.00219333333333333 -0.00545 0.00152, + p 111: 0.00219333333333333 -0.00215 0.00152, + p 112: 0.00219333333333333 -0.0038 0.00152, + p 113: 0.00335 -0.0038 0.00152, + p 114: 0.00335 0.0022 0.00152, + p 115: 0.00335 -0.00545 0.00152, + p 116: 0.00335 -0.00215 0.00152, + p 117: 0.00335 0.00055 0.00152, + p 118: 0.00335 0.00385 0.00152, + p 119: 0.005 -0.00545 0.00152, + p 120: 0.005 -0.0038 0.00152, + p 121: 0.005 -0.00215 0.00152, + p 122: 0.005 0.00055 0.00152, + p 123: 0.005 0.0022 0.00152, + p 124: 0.005 0.00385 0.00152, + p 125: 0.00335 0.00385 0.001545, + p 126: 0.00335 0.0022 0.001545, + p 127: 0.005 0.0022 0.001545, + p 128: 0.005 0.00385 0.001545, + p 129: 0.00335 -0.00215 0.001545, + p 130: 0.00335 -0.0038 0.001545, + p 131: 0.005 -0.0038 0.001545, + p 132: 0.005 -0.00215 0.001545, + p 133: 0.00335 0.00055 0.001545, + p 134: 0.005 0.00055 0.001545, + p 135: 0.001675 0.0022 0.001545, + p 136: 0.001675 0.00055 0.001545, + p 137: 0.00335 -0.00545 0.001545, + p 138: 0.005 -0.00545 0.001545, + p 139: 0.00219333333333333 -0.0038 0.001545, + p 140: 0.00219333333333333 -0.00545 0.001545, + p 141: 0.00219333333333333 -0.00215 0.001545, + p 142: 0.00103666666666667 -0.00215 0.001545, + p 143: 0.00103666666666667 -0.0038 0.001545, + p 144: 0.001675 0.00385 0.001545, + p 145: 0 0.0022 0.001545, + p 146: 0 0.00055 0.001545, + p 147: 0.00103666666666667 -0.00545 0.001545, + p 148: -0.00012 -0.0038 0.001545, + p 149: 0 -0.00545 0.001545, + p 150: 0 0.00385 0.001545, + p 151: -0.000885 -0.004565 0.001545, + p 152: -0.000885 -0.00545 0.001545, + p 153: -0.00012 -0.00215 0.001545, + p 154: -0.00177 -0.00215 0.001545, + p 155: 0 0.00685 0.001545, + p 156: -0.000885 0.00648342099729981 0.001545, + p 157: -0.000885 0.00516671049864991 0.001545, + p 158: 0 0.0051667104986499 0.001545, + p 159: -0.000885 0.00385 0.001545, + p 160: -0.000885 0.002965 0.001545, + p 161: -0.00177 0.002965 0.001545, + p 162: -0.00177 0.0022 0.001545, + p 163: -0.000885 -0.0067667104986499 0.001545, + p 164: 0 -0.0067667104986499 0.001545, + p 165: -0.000885 -0.00808342099729981 0.001545, + p 166: 0 -0.00845 0.001545, + p 167: -0.00177 -0.00845 0.001545, + p 168: -0.000885 -0.009335 0.001545, + p 169: -0.000885 0.007735 0.001545, + p 170: -0.00177 0.00685 0.001545, + p 171: -0.00177 0.00862 0.001545, + p 172: -0.00213657900270019 0.007735 0.001545, + p 173: -0.00177 0.0051667104986499 0.001545, + p 174: -0.00177 0.00385 0.001545, + p 175: -0.00177 0.00055 0.001545, + p 176: -0.00177 -0.004565 0.001545, + p 177: -0.00177 -0.00545 0.001545, + p 178: -0.00177 -0.0067667104986499 0.001545, + p 179: -0.00213657900270019 -0.009335 0.001545, + p 180: -0.00177 -0.01022 0.001545, + p 181: -0.00345328950135009 0.007735 0.001545, + p 182: -0.00345328950135009 0.00685 0.001545, + p 183: -0.00345328950135009 -0.009335 0.001545, + p 184: -0.00345328950135009 -0.01022 0.001545, + p 185: -0.00345328950135009 0.00862 0.001545, + p 186: -0.00477 0.00862 0.001545, + p 187: -0.00477 0.007735 0.001545, + p 188: -0.00345328950135009 -0.00845 0.001545, + p 189: -0.00477 -0.00845 0.001545, + p 190: -0.00477 -0.009335 0.001545, + p 191: -0.00477 0.00685 0.001545, + p 192: -0.00477 -0.01022 0.001545, + p 193: -0.0060867104986499 0.00862 0.001545, + p 194: -0.0060867104986499 0.007735 0.001545, + p 195: -0.0060867104986499 -0.00845 0.001545, + p 196: -0.0060867104986499 -0.009335 0.001545, + p 197: -0.0060867104986499 0.00685 0.001545, + p 198: -0.0060867104986499 -0.01022 0.001545, + p 199: -0.00777 0.00862 0.001545, + p 200: -0.00740342099729981 0.007735 0.001545, + p 201: -0.00777 -0.00845 0.001545, + p 202: -0.00740342099729981 -0.009335 0.001545, + p 203: -0.00777 0.00685 0.001545, + p 204: -0.00777 -0.01022 0.001545, + p 205: -0.008655 0.007735 0.001545, + p 206: -0.008655 -0.009335 0.001545, + p 207: -0.008655 0.00648342099729981 0.001545, + p 208: -0.008655 0.00507506574797486 0.001545, + p 209: -0.00777 0.00507506574797486 0.001545, + p 210: -0.008655 0.00366671049864991 0.001545, + p 211: -0.00777 0.00366671049864991 0.001545, + p 212: -0.008655 0.00225835524932495 0.001545, + p 213: -0.00777 0.00225835524932495 0.001545, + p 214: -0.008655 0.00085 0.001545, + p 215: -0.00777 0.00085 0.001545, + p 216: -0.008655 -3.5e-05 0.001545, + p 217: -0.00777 -3.5e-05 0.001545, + p 218: -0.008655 -0.001565 0.001545, + p 219: -0.00777 -0.001565 0.001545, + p 220: -0.008655 -0.00245 0.001545, + p 221: -0.00777 -0.00245 0.001545, + p 222: -0.008655 -0.00385835524932495 0.001545, + p 223: -0.00777 -0.00385835524932495 0.001545, + p 224: -0.008655 -0.00526671049864991 0.001545, + p 225: -0.00777 -0.00526671049864991 0.001545, + p 226: -0.008655 -0.00667506574797486 0.001545, + p 227: -0.00777 -0.00667506574797486 0.001545, + p 228: -0.008655 -0.00808342099729981 0.001545, + p 229: -0.00954 -0.00845 0.001545, + p 230: -0.00954 0.00685 0.001545, + p 231: -0.00954 -0.0008 0.001545, + p 232: -0.00954 -0.00245 0.001545, + p 233: -0.00954 0.00507506574797486 0.001545, + p 234: -0.00954 0.00366671049864991 0.001545, + p 235: -0.00954 0.00225835524932495 0.001545, + p 236: -0.00954 0.00085 0.001545, + p 237: -0.011215 0.00085 0.001545, + p 238: -0.011215 -0.0008 0.001545, + p 239: -0.00954 -0.00385835524932495 0.001545, + p 240: -0.00954 -0.00526671049864991 0.001545, + p 241: -0.00954 -0.00667506574797486 0.001545, + p 242: -0.011215 -0.00245 0.001545, + p 243: -0.01289 0.00085 0.001545, + p 244: -0.01289 -0.0008 0.001545, + p 245: -0.01289 -0.00245 0.001545, + p 246: -0.01454 0.00085 0.001545, + p 247: -0.01454 -0.0008 0.001545, + p 248: -0.01454 -0.00245 0.001545; +EdefIA 556: + s 1: 1 2, + s 2: 1 4, + s 3: 2 3, + s 4: 2 6, + s 5: 3 5, + s 6: 4 6, + s 7: 4 7, + s 8: 5 6, + s 9: 5 8, + s 10: 6 9, + s 11: 7 9, + s 12: 7 14, + s 13: 8 9, + s 14: 8 15, + s 15: 9 20, + s 16: 10 11, + s 17: 10 21, + s 18: 10 23, + s 19: 11 12, + s 20: 11 24, + s 21: 12 13, + s 22: 12 25, + s 23: 13 14, + s 24: 13 26, + s 25: 14 20, + s 26: 14 27, + s 27: 15 16, + s 28: 15 20, + s 29: 15 30, + s 30: 16 17, + s 31: 16 31, + s 32: 17 18, + s 33: 17 32, + s 34: 18 19, + s 35: 18 33, + s 36: 19 22, + s 37: 19 34, + s 38: 20 28, + s 39: 20 29, + s 40: 21 35, + s 41: 21 36, + s 42: 22 47, + s 43: 22 48, + s 44: 23 24, + s 45: 23 36, + s 46: 24 25, + s 47: 24 37, + s 48: 25 26, + s 49: 25 38, + s 50: 26 27, + s 51: 26 39, + s 52: 27 28, + s 53: 27 40, + s 54: 28 29, + s 55: 28 41, + s 56: 29 30, + s 57: 29 42, + s 58: 30 31, + s 59: 30 43, + s 60: 31 32, + s 61: 31 44, + s 62: 32 33, + s 63: 32 45, + s 64: 33 34, + s 65: 33 46, + s 66: 34 47, + s 67: 35 49, + s 68: 35 51, + s 69: 36 37, + s 70: 36 49, + s 71: 36 52, + s 72: 37 38, + s 73: 38 39, + s 74: 39 40, + s 75: 40 41, + s 76: 41 42, + s 77: 42 43, + s 78: 43 44, + s 79: 44 45, + s 80: 45 46, + s 81: 46 47, + s 82: 47 50, + s 83: 47 53, + s 84: 48 50, + s 85: 48 54, + s 86: 49 55, + s 87: 50 56, + s 88: 51 55, + s 89: 51 57, + s 90: 52 55, + s 91: 52 58, + s 92: 53 56, + s 93: 53 59, + s 94: 54 56, + s 95: 54 60, + s 96: 55 61, + s 97: 56 62, + s 98: 57 61, + s 99: 57 63, + s 100: 58 61, + s 101: 58 64, + s 102: 59 62, + s 103: 59 65, + s 104: 60 62, + s 105: 60 66, + s 106: 61 67, + s 107: 62 68, + s 108: 63 67, + s 109: 63 71, + s 110: 64 67, + s 111: 64 72, + s 112: 65 68, + s 113: 65 82, + s 114: 66 68, + s 115: 66 83, + s 116: 67 69, + s 117: 68 70, + s 118: 69 71, + s 119: 69 72, + s 120: 70 82, + s 121: 70 83, + s 122: 71 84, + s 123: 72 73, + s 124: 72 84, + s 125: 72 86, + s 126: 73 74, + s 127: 73 87, + s 128: 74 75, + s 129: 74 88, + s 130: 75 76, + s 131: 75 89, + s 132: 76 89, + s 133: 76 94, + s 134: 77 78, + s 135: 77 99, + s 136: 78 79, + s 137: 78 100, + s 138: 79 80, + s 139: 79 90, + s 140: 80 81, + s 141: 80 91, + s 142: 81 82, + s 143: 81 92, + s 144: 82 85, + s 145: 82 93, + s 146: 83 85, + s 147: 84 96, + s 148: 85 103, + s 149: 86 87, + s 150: 86 96, + s 151: 87 88, + s 152: 87 97, + s 153: 88 89, + s 154: 88 98, + s 155: 89 95, + s 156: 90 91, + s 157: 90 100, + s 158: 91 92, + s 159: 91 101, + s 160: 92 93, + s 161: 92 102, + s 162: 93 103, + s 163: 94 95, + s 164: 94 106, + s 165: 95 98, + s 166: 95 104, + s 167: 96 97, + s 168: 97 98, + s 169: 98 105, + s 170: 99 100, + s 171: 99 108, + s 172: 100 101, + s 173: 100 107, + s 174: 101 102, + s 175: 101 109, + s 176: 102 103, + s 177: 104 105, + s 178: 104 106, + s 179: 104 112, + s 180: 105 110, + s 181: 106 111, + s 182: 107 108, + s 183: 107 109, + s 184: 107 114, + s 185: 108 117, + s 186: 109 118, + s 187: 110 112, + s 188: 110 115, + s 189: 111 112, + s 190: 111 116, + s 191: 112 113, + s 192: 113 115, + s 193: 113 116, + s 194: 113 120, + s 195: 114 117, + s 196: 114 118, + s 197: 114 123, + s 198: 115 119, + s 199: 116 121, + s 200: 117 122, + s 201: 118 124, + s 202: 119 120, + s 203: 120 121, + s 204: 122 123, + s 205: 123 124, + s 206: 126 125, + s 207: 126 127, + s 208: 127 128, + s 209: 125 128, + s 210: 130 129, + s 211: 130 131, + s 212: 131 132, + s 213: 129 132, + s 214: 126 133, + s 215: 133 134, + s 216: 134 127, + s 217: 135 136, + s 218: 136 133, + s 219: 135 126, + s 220: 130 137, + s 221: 137 138, + s 222: 138 131, + s 223: 140 139, + s 224: 140 137, + s 225: 139 130, + s 226: 141 139, + s 227: 141 129, + s 228: 143 142, + s 229: 143 139, + s 230: 142 141, + s 231: 135 144, + s 232: 144 125, + s 233: 146 145, + s 234: 146 136, + s 235: 145 135, + s 236: 143 147, + s 237: 147 140, + s 238: 148 143, + s 239: 148 149, + s 240: 149 147, + s 241: 145 150, + s 242: 150 144, + s 243: 151 148, + s 244: 152 151, + s 245: 152 149, + s 246: 153 148, + s 247: 153 142, + s 248: 154 153, + s 249: 154 151, + s 250: 156 155, + s 251: 157 156, + s 252: 157 158, + s 253: 158 155, + s 254: 159 157, + s 255: 159 150, + s 256: 150 158, + s 257: 160 159, + s 258: 160 145, + s 259: 161 160, + s 260: 162 161, + s 261: 162 145, + s 262: 163 152, + s 263: 163 164, + s 264: 164 149, + s 265: 165 163, + s 266: 165 166, + s 267: 166 164, + s 268: 167 165, + s 269: 167 168, + s 270: 168 166, + s 271: 169 155, + s 272: 170 169, + s 273: 170 156, + s 274: 171 169, + s 275: 172 171, + s 276: 172 170, + s 277: 173 170, + s 278: 173 157, + s 279: 174 173, + s 280: 174 159, + s 281: 161 174, + s 282: 175 162, + s 283: 175 146, + s 284: 176 154, + s 285: 176 151, + s 286: 177 176, + s 287: 177 152, + s 288: 178 177, + s 289: 178 163, + s 290: 167 178, + s 291: 179 167, + s 292: 179 180, + s 293: 180 168, + s 294: 181 172, + s 295: 182 181, + s 296: 182 170, + s 297: 183 179, + s 298: 184 183, + s 299: 184 180, + s 300: 185 171, + s 301: 185 181, + s 302: 186 187, + s 303: 187 181, + s 304: 186 185, + s 305: 188 167, + s 306: 188 183, + s 307: 189 190, + s 308: 190 183, + s 309: 189 188, + s 310: 191 187, + s 311: 191 182, + s 312: 192 190, + s 313: 192 184, + s 314: 193 194, + s 315: 194 187, + s 316: 193 186, + s 317: 195 196, + s 318: 196 190, + s 319: 195 189, + s 320: 197 194, + s 321: 197 191, + s 322: 198 196, + s 323: 198 192, + s 324: 199 193, + s 325: 199 200, + s 326: 200 194, + s 327: 201 195, + s 328: 201 202, + s 329: 202 196, + s 330: 203 200, + s 331: 203 197, + s 332: 204 202, + s 333: 204 198, + s 334: 205 199, + s 335: 205 203, + s 336: 206 201, + s 337: 206 204, + s 338: 207 203, + s 339: 208 207, + s 340: 208 209, + s 341: 209 203, + s 342: 210 208, + s 343: 210 211, + s 344: 211 209, + s 345: 212 210, + s 346: 212 213, + s 347: 213 211, + s 348: 214 212, + s 349: 214 215, + s 350: 215 213, + s 351: 216 214, + s 352: 216 217, + s 353: 217 215, + s 354: 218 216, + s 355: 218 219, + s 356: 219 217, + s 357: 220 218, + s 358: 220 221, + s 359: 221 219, + s 360: 222 220, + s 361: 222 223, + s 362: 223 221, + s 363: 224 222, + s 364: 224 225, + s 365: 225 223, + s 366: 226 224, + s 367: 226 227, + s 368: 227 225, + s 369: 228 226, + s 370: 228 201, + s 371: 201 227, + s 372: 229 228, + s 373: 229 206, + s 374: 230 205, + s 375: 230 207, + s 376: 231 216, + s 377: 231 218, + s 378: 232 231, + s 379: 232 220, + s 380: 233 230, + s 381: 233 208, + s 382: 234 233, + s 383: 234 210, + s 384: 235 234, + s 385: 235 212, + s 386: 236 235, + s 387: 236 214, + s 388: 236 231, + s 389: 237 238, + s 390: 238 231, + s 391: 237 236, + s 392: 239 232, + s 393: 239 222, + s 394: 240 239, + s 395: 240 224, + s 396: 241 240, + s 397: 241 226, + s 398: 229 241, + s 399: 242 238, + s 400: 242 232, + s 401: 243 244, + s 402: 244 238, + s 403: 243 237, + s 404: 245 244, + s 405: 245 242, + s 406: 247 246, + s 407: 247 244, + s 408: 246 243, + s 409: 248 247, + s 410: 248 245, + s 411: 124 128, + s 412: 123 127, + s 413: 118 125, + s 414: 121 132, + s 415: 120 131, + s 416: 116 129, + s 417: 122 134, + s 418: 117 133, + s 419: 108 136, + s 420: 119 138, + s 421: 115 137, + s 422: 110 140, + s 423: 111 141, + s 424: 106 142, + s 425: 109 144, + s 426: 99 146, + s 427: 105 147, + s 428: 98 149, + s 429: 101 150, + s 430: 94 153, + s 431: 76 154, + s 432: 103 155, + s 433: 102 158, + s 434: 79 161, + s 435: 78 162, + s 436: 97 164, + s 437: 96 166, + s 438: 84 168, + s 439: 85 169, + s 440: 83 171, + s 441: 82 170, + s 442: 81 173, + s 443: 80 174, + s 444: 77 175, + s 445: 75 176, + s 446: 74 177, + s 447: 73 178, + s 448: 72 167, + s 449: 71 180, + s 450: 65 182, + s 451: 63 184, + s 452: 66 185, + s 453: 60 186, + s 454: 64 188, + s 455: 58 189, + s 456: 59 191, + s 457: 57 192, + s 458: 54 193, + s 459: 52 195, + s 460: 53 197, + s 461: 51 198, + s 462: 48 199, + s 463: 36 201, + s 464: 47 203, + s 465: 35 204, + s 466: 22 205, + s 467: 21 206, + s 468: 46 209, + s 469: 45 211, + s 470: 44 213, + s 471: 43 215, + s 472: 42 217, + s 473: 41 219, + s 474: 40 221, + s 475: 39 223, + s 476: 38 225, + s 477: 37 227, + s 478: 10 229, + s 479: 19 230, + s 480: 18 233, + s 481: 17 234, + s 482: 16 235, + s 483: 15 236, + s 484: 8 237, + s 485: 14 232, + s 486: 13 239, + s 487: 12 240, + s 488: 11 241, + s 489: 7 242, + s 490: 5 243, + s 491: 4 245, + s 492: 3 246, + s 493: 2 247, + s 494: 1 248, + s 495: 105 95, + s 496: 98 89, + s 497: 95 76, + s 498: 103 92, + s 499: 101 90, + s 500: 100 79, + s 501: 97 86, + s 502: 96 72, + s 503: 103 82, + s 504: 85 70, + s 505: 93 81, + s 506: 87 72, + s 507: 84 69, + s 508: 82 68, + s 509: 71 67, + s 510: 83 68, + s 511: 72 67, + s 512: 56 48, + s 513: 55 36, + s 514: 56 47, + s 515: 55 35, + s 516: 50 22, + s 517: 49 21, + s 518: 47 33, + s 519: 37 23, + s 520: 36 10, + s 521: 47 19, + s 522: 28 14, + s 523: 34 18, + s 524: 30 20, + s 525: 24 10, + s 526: 147 148, + s 527: 149 151, + s 528: 148 154, + s 529: 155 157, + s 530: 150 160, + s 531: 145 161, + s 532: 164 165, + s 533: 166 167, + s 534: 155 170, + s 535: 169 172, + s 536: 156 173, + s 537: 163 167, + s 538: 168 179, + s 539: 170 181, + s 540: 180 183, + s 541: 171 181, + s 542: 167 183, + s 543: 194 199, + s 544: 196 201, + s 545: 194 203, + s 546: 196 204, + s 547: 200 205, + s 548: 202 206, + s 549: 203 208, + s 550: 227 228, + s 551: 201 229, + s 552: 203 230, + s 553: 218 232, + s 554: 207 233, + s 555: 214 231, + s 556: 226 229; +CdefIA 310: + c 1: -201 -196 197 205, + c 2: -199 -193 194 203, + c 3: -197 195 200 204, + c 4: 182 185 -195 -184, + c 5: -194 192 198 202, + c 6: -191 -187 188 -192, + c 7: -190 189 191 193, + c 8: -181 -178 179 -189, + c 9: -183 184 196 -186, + c 10: -170 171 -182 -173, + c 11: -179 177 180 187, + c 12: -177 -166 -495, + c 13: -172 173 183 -175, + c 14: -165 -155 -496, + c 15: -164 163 166 178, + c 16: -163 -133 -497, + c 17: -162 -160 -498, + c 18: -161 -158 159 174, + c 19: -159 -156 -499, + c 20: -157 -139 -500, + c 21: -154 -151 152 168, + c 22: -152 -149 -501, + c 23: -150 -125 -502, + c 24: -148 -144 -503, + c 25: -146 -121 -504, + c 26: -145 -142 -505, + c 27: -143 -140 141 158, + c 28: -138 139 156 -141, + c 29: -134 135 170 -137, + c 30: -132 -130 131, + c 31: -128 129 153 -131, + c 32: -129 -126 127 151, + c 33: -127 -123 -506, + c 34: -124 -119 -507, + c 35: -120 -117 -508, + c 36: -118 -116 -509, + c 37: -115 114 -510, + c 38: 104 107 -114 -105, + c 39: -111 110 -511, + c 40: 100 106 -110 -101, + c 41: -102 103 112 -107, + c 42: -98 99 108 -106, + c 43: 94 97 -104 -95, + c 44: 90 96 -100 -91, + c 45: -92 93 102 -97, + c 46: -88 89 98 -96, + c 47: -94 -85 -512, + c 48: -90 -71 -513, + c 49: -87 -82 -514, + c 50: -86 -67 -515, + c 51: -84 -43 -516, + c 52: -70 -41 -517, + c 53: -66 -64 -518, + c 54: -65 -62 63 80, + c 55: -63 -60 61 79, + c 56: -61 -58 59 78, + c 57: -56 57 77 -59, + c 58: -54 55 76 -57, + c 59: -52 53 75 -55, + c 60: -53 -50 51 74, + c 61: -51 -48 49 73, + c 62: -49 -46 47 72, + c 63: -47 -44 -519, + c 64: -45 -18 -520, + c 65: -42 -36 -521, + c 66: -39 38 54, + c 67: -38 -25 -522, + c 68: -37 -34 -523, + c 69: -35 -32 33 62, + c 70: -33 -30 31 60, + c 71: -31 -27 29 58, + c 72: -29 28 -524, + c 73: 13 15 -28 -14, + c 74: -26 -23 24 50, + c 75: -24 -21 22 48, + c 76: -22 -19 20 46, + c 77: -20 -16 -525, + c 78: -11 12 25 -15, + c 79: 8 10 -13 -9, + c 80: -6 7 11 -10, + c 81: -5 -3 4 -8, + c 82: -4 -1 2 6, + c 83: -209 -206 207 208, + c 84: -213 -210 211 212, + c 85: -207 214 215 216, + c 86: 217 218 -214 -219, + c 87: -211 220 221 222, + c 88: -225 -223 224 -220, + c 89: -227 226 225 210, + c 90: -230 -228 229 -226, + c 91: -231 219 206 -232, + c 92: -233 234 -217 -235, + c 93: -229 236 237 223, + c 94: -236 -238 -526, + c 95: -241 235 231 -242, + c 96: -239 -243 -527, + c 97: -247 246 238 228, + c 98: -246 -248 -528, + c 99: -250 -251 -529, + c 100: -252 -254 255 256, + c 101: -255 -257 -530, + c 102: -258 -259 -531, + c 103: -245 -262 263 264, + c 104: -263 -265 -532, + c 105: -266 -268 -533, + c 106: -271 -272 -534, + c 107: -274 -275 -535, + c 108: -273 -277 -536, + c 109: -278 -279 280 254, + c 110: -281 259 257 -280, + c 111: -282 283 233 -261, + c 112: -249 -284 285, + c 113: -286 287 244 -285, + c 114: -287 -288 289 262, + c 115: -289 -290 -537, + c 116: -269 -291 -538, + c 117: -276 -294 -539, + c 118: -292 -297 -540, + c 119: -300 301 -541, + c 120: 302 303 -301 -304, + c 121: -305 306 -542, + c 122: 307 308 -306 -309, + c 123: -310 311 295 -303, + c 124: -312 313 298 -308, + c 125: 314 315 -302 -316, + c 126: 317 318 -307 -319, + c 127: -320 321 310 -315, + c 128: -322 323 312 -318, + c 129: -314 -324 -543, + c 130: -317 -327 -544, + c 131: -326 -330 -545, + c 132: -329 -332 -546, + c 133: -325 -334 -547, + c 134: -328 -336 -548, + c 135: -338 -339 -549, + c 136: -340 -342 343 344, + c 137: -343 -345 346 347, + c 138: -346 -348 349 350, + c 139: -351 352 353 -349, + c 140: -354 355 356 -352, + c 141: -357 358 359 -355, + c 142: -358 -360 361 362, + c 143: -361 -363 364 365, + c 144: -364 -366 367 368, + c 145: -367 -369 -550, + c 146: -370 -372 -551, + c 147: -335 -374 -552, + c 148: -376 377 354, + c 149: -377 -378 -553, + c 150: -375 -380 -554, + c 151: -381 -382 383 342, + c 152: -383 -384 385 345, + c 153: -385 -386 387 348, + c 154: -387 388 -555, + c 155: 389 390 -388 -391, + c 156: -379 -392 393 360, + c 157: -393 -394 395 363, + c 158: -395 -396 397 366, + c 159: -397 -398 -556, + c 160: -399 400 378 -390, + c 161: 401 402 -389 -403, + c 162: -404 405 399 -402, + c 163: -408 -406 407 -401, + c 164: -407 -409 410 404, + c 165: 205 411 -208 -412, + c 166: 201 411 -209 -413, + c 167: 203 414 -212 -415, + c 168: 199 414 -213 -416, + c 169: 200 417 -215 -418, + c 170: 204 412 -216 -417, + c 171: 185 418 -218 -419, + c 172: 198 420 -221 -421, + c 173: 202 415 -222 -420, + c 174: 188 421 -224 -422, + c 175: 190 416 -227 -423, + c 176: 181 423 -230 -424, + c 177: 186 413 -232 -425, + c 178: 171 419 -234 -426, + c 179: 180 422 -237 -427, + c 180: 169 427 -240 -428, + c 181: 175 425 -242 -429, + c 182: 164 424 -247 -430, + c 183: 133 430 -248 -431, + c 184: 176 432 -253 -433, + c 185: 174 433 -256 -429, + c 186: 136 434 -260 -435, + c 187: 168 428 -264 -436, + c 188: 167 436 -267 -437, + c 189: 147 437 -270 -438, + c 190: 148 432 -271 -439, + c 191: 146 439 -274 -440, + c 192: 142 441 -277 -442, + c 193: 140 442 -279 -443, + c 194: 138 443 -281 -434, + c 195: 134 435 -282 -444, + c 196: 135 426 -283 -444, + c 197: 130 431 -284 -445, + c 198: 128 445 -286 -446, + c 199: 126 446 -288 -447, + c 200: 123 447 -290 -448, + c 201: 122 438 -293 -449, + c 202: 113 441 -296 -450, + c 203: 109 449 -299 -451, + c 204: 115 440 -300 -452, + c 205: 105 452 -304 -453, + c 206: 111 448 -305 -454, + c 207: 101 454 -309 -455, + c 208: 103 450 -311 -456, + c 209: 99 451 -313 -457, + c 210: 95 453 -316 -458, + c 211: 91 455 -319 -459, + c 212: 93 456 -321 -460, + c 213: 89 457 -323 -461, + c 214: 85 458 -324 -462, + c 215: 71 459 -327 -463, + c 216: 83 460 -331 -464, + c 217: 68 461 -333 -465, + c 218: 43 462 -334 -466, + c 219: 40 465 -337 -467, + c 220: 81 464 -341 -468, + c 221: 80 468 -344 -469, + c 222: 79 469 -347 -470, + c 223: 78 470 -350 -471, + c 224: 77 471 -353 -472, + c 225: 76 472 -356 -473, + c 226: 75 473 -359 -474, + c 227: 74 474 -362 -475, + c 228: 73 475 -365 -476, + c 229: 72 476 -368 -477, + c 230: 69 477 -371 -463, + c 231: 17 467 -373 -478, + c 232: 36 466 -374 -479, + c 233: 34 479 -380 -480, + c 234: 32 480 -382 -481, + c 235: 30 481 -384 -482, + c 236: 27 482 -386 -483, + c 237: 14 483 -391 -484, + c 238: 23 485 -392 -486, + c 239: 21 486 -394 -487, + c 240: 19 487 -396 -488, + c 241: 16 488 -398 -478, + c 242: 12 485 -400 -489, + c 243: 9 484 -403 -490, + c 244: 7 489 -405 -491, + c 245: 3 492 -406 -493, + c 246: 5 490 -408 -492, + c 247: 1 493 -409 -494, + c 248: 2 491 -410 -494, + c 249: 165 169 495, + c 250: -153 154 496, + c 251: 132 155 497, + c 252: 161 176 498, + c 253: 157 172 499, + c 254: -136 137 500, + c 255: 150 167 501, + c 256: 124 147 502, + c 257: 145 162 503, + c 258: 120 144 504, + c 259: 143 160 505, + c 260: 125 149 506, + c 261: 118 122 507, + c 262: -112 113 508, + c 263: -108 109 509, + c 264: 117 121 510, + c 265: 116 119 511, + c 266: 84 87 512, + c 267: 70 86 513, + c 268: 83 92 514, + c 269: 68 88 515, + c 270: 42 82 516, + c 271: 40 67 517, + c 272: 65 81 518, + c 273: 45 69 519, + c 274: 17 41 520, + c 275: 37 66 521, + c 276: 26 52 522, + c 277: 35 64 523, + c 278: 39 56 524, + c 279: 18 44 525, + c 280: 239 240 526, + c 281: -244 245 527, + c 282: 249 243 528, + c 283: 252 253 529, + c 284: 258 241 530, + c 285: -260 261 531, + c 286: 266 267 532, + c 287: 269 270 533, + c 288: 273 250 534, + c 289: 276 272 535, + c 290: 278 251 536, + c 291: 268 265 537, + c 292: 292 293 538, + c 293: -295 296 539, + c 294: -298 299 540, + c 295: 294 275 541, + c 296: 297 291 542, + c 297: 325 326 543, + c 298: 328 329 544, + c 299: 331 320 545, + c 300: 333 322 546, + c 301: 335 330 547, + c 302: 337 332 548, + c 303: 340 341 549, + c 304: 370 371 550, + c 305: 373 336 551, + c 306: 375 338 552, + c 307: 379 357 553, + c 308: 381 339 554, + c 309: 376 351 555, + c 310: 372 369 556; +Overlap: + ErefRA 196 { + 1 3 133 135 164 171 181 185 190 199 + 200 202 203 204 205 2 5 7 9 12 + 14 16 17 19 21 23 27 30 32 34 + 36 40 43 68 69 71 72 73 74 75 + 76 77 78 79 80 81 83 85 89 91 + 93 95 99 101 103 105 109 111 113 115 + 122 123 126 128 130 134 136 138 140 142 + 146 147 148 167 168 169 174 175 176 180 + 186 188 198 201 409 406 248 283 247 234 + 230 218 227 213 215 222 212 216 208 410 + 408 405 403 400 391 398 373 396 394 392 + 386 384 382 380 374 337 334 333 371 327 + 368 365 362 359 356 353 350 347 344 341 + 331 324 323 319 321 316 313 309 311 304 + 299 305 296 300 293 290 288 286 284 282 + 260 281 279 277 274 270 271 267 264 240 + 256 242 253 237 232 224 221 209 411 412 + 414 415 416 417 418 419 420 423 424 426 + 430 431 444 492 493 494 428 429 441 448 + 462 463 464 465 483 485 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 113 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 249 13 14 250 15 16 251 17 252 18 19 253 20 254 + 21 22 255 23 256 24 257 25 258 26 259 27 28 29 30 + 31 32 33 260 34 261 35 262 36 263 37 264 38 39 265 40 + 41 42 43 44 45 46 47 266 48 267 49 268 50 269 + 51 270 52 271 53 272 54 55 56 57 58 59 60 + 61 62 63 273 64 274 65 275 66 67 276 68 277 69 70 + 71 72 278 73 74 75 76 77 279 78 79 80 + 81 82 } + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.00335,0.00385 2,1 2: + 1,0 c 3, 0,0 c 1; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.00335,-0.00215 2,1 2: + 1,0 c 5, 0,0 c 2; + RGrid 0.001675,0.00165 0 1: + -5.65519853168439e-20,0.00055 2,2 4: + 0,0 c 10, 0,1 c 13, 1,0 c 4, 1,1 c 9; + RGrid 0.00165,0.00115666666666667 -1.5707963267949 1: + -0.00012,-0.00215 2,3 5: + 0,0 c 15, 1,1 c 11, 0,1 c 8, 1,2 c 6, 0,2 c 7; + RGrid 0.00131671049864991,0.000885 -1.5707963267949 1: + -0.00177,0.00516671049864991 1,2 2: + 0,0 c 27, 0,1 c 18; + RGrid 0.0013167104986499,0.000885 -1.5707963267949 1: + -0.00177,-0.00545 1,2 2: + 0,0 c 32, 0,1 c 21; + RGrid 0.00131671049864991,0.000884999999999999 0 1: + -0.00608671049864991,0.00685 2,2 4: + 0,0 c 45, 0,1 c 43, 1,0 c 41, 1,1 c 38; + RGrid 0.00131671049864991,0.000885 0 1: + -0.00608671049864991,-0.01022 2,2 4: + 0,0 c 46, 0,1 c 44, 1,0 c 42, 1,1 c 40; + RGrid 0.00140835524932495,0.000885 -1.5707963267949 1: + -0.00954,0.00507506574797485 3,2 6: + 2,0 c 71, 1,0 c 70, 0,0 c 69, 2,1 c 56, 1,1 c 55, + 0,1 c 54; + RGrid 0.00140835524932495,0.000885 -1.5707963267949 1: + -0.00954,-0.00245000000000001 3,2 6: + 2,0 c 76, 1,0 c 75, 0,0 c 74, 2,1 c 62, 1,1 c 61, + 0,1 c 60; + RGrid 0.001675,0.00165 0 1: + -0.01289,-0.00245 2,2 4: + 0,0 c 80, 0,1 c 79, 1,0 c 78, 1,1 c 73; + RGrid 0.00165,0.00165 -1.5707963267949 1: + -0.01454,0.00085 2,1 2: + 1,0 c 82, 0,0 c 81; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 113 { + 83 84 85 86 87 88 89 90 91 92 + 93 94 280 95 96 281 97 98 282 99 283 100 101 284 102 285 + 103 104 286 105 287 106 288 107 289 108 290 109 110 111 112 + 113 114 115 291 116 292 117 293 118 294 119 295 120 121 296 122 + 123 124 125 126 127 128 129 297 130 298 131 299 132 300 + 133 301 134 302 135 303 136 137 138 139 140 141 142 + 143 144 145 304 146 305 147 306 148 149 307 150 308 151 152 + 153 154 309 155 156 157 158 159 310 160 161 162 + 163 164 } + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.00335,0.00385 2,1 2: + 1,0 c 85, 0,0 c 83; + RGrid 0.00165,0.00165 -1.5707963267949 1: + 0.00335,-0.00215 2,1 2: + 1,0 c 87, 0,0 c 84; + RGrid 0.001675,0.00165 0 1: + -5.65519853168439e-20,0.00055 2,2 4: + 0,0 c 92, 0,1 c 95, 1,0 c 86, 1,1 c 91; + RGrid 0.00165,0.00115666666666667 -1.5707963267949 1: + -0.00012,-0.00215 2,3 5: + 0,0 c 97, 1,1 c 93, 0,1 c 90, 1,2 c 88, 0,2 c 89; + RGrid 0.00131671049864991,0.000885 -1.5707963267949 1: + -0.00177,0.00516671049864991 1,2 2: + 0,0 c 109, 0,1 c 100; + RGrid 0.0013167104986499,0.000885 -1.5707963267949 1: + -0.00177,-0.00545 1,2 2: + 0,0 c 114, 0,1 c 103; + RGrid 0.00131671049864991,0.000884999999999999 0 1: + -0.00608671049864991,0.00685 2,2 4: + 0,0 c 127, 0,1 c 125, 1,0 c 123, 1,1 c 120; + RGrid 0.00131671049864991,0.000885 0 1: + -0.00608671049864991,-0.01022 2,2 4: + 0,0 c 128, 0,1 c 126, 1,0 c 124, 1,1 c 122; + RGrid 0.00140835524932495,0.000885 -1.5707963267949 1: + -0.00954,0.00507506574797485 3,2 6: + 2,0 c 153, 1,0 c 152, 0,0 c 151, 2,1 c 138, 1,1 c 137, + 0,1 c 136; + RGrid 0.00140835524932495,0.000885 -1.5707963267949 1: + -0.00954,-0.00245000000000001 3,2 6: + 2,0 c 158, 1,0 c 157, 0,0 c 156, 2,1 c 144, 1,1 c 143, + 0,1 c 142; + RGrid 0.001675,0.00165 0 1: + -0.01289,-0.00245 2,2 4: + 0,0 c 162, 0,1 c 161, 1,0 c 160, 1,1 c 155; + RGrid 0.00165,0.00165 -1.5707963267949 1: + -0.01454,0.00085 2,1 2: + 1,0 c 164, 0,0 c 163; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 84 { + 165 166 167 168 169 170 171 172 173 174 + 175 176 177 178 179 180 181 182 183 184 + 185 186 187 188 189 190 191 192 193 194 + 195 196 197 198 199 200 201 202 203 204 + 205 206 207 208 209 210 211 212 213 214 + 215 216 217 218 219 220 221 222 223 224 + 225 226 227 228 229 230 231 232 233 234 + 235 236 237 238 239 240 241 242 243 244 + 245 246 247 248 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 571: + b 1: -1 e 1 c 1, e 2 c 9; + b 2: -1 e 2 c 1, e 0 c 3; + b 3: -1 e 3 c 1, e 0 c 165; + b 4: -1 e 0 c 1, e 0 c 166; + b 5: -1 e 0 c 9, e 2 c 13; + b 6: -1 e 3 c 4, e 1 c 9; + b 7: -1 e 3 c 9, e 0 c 177; + b 8: -1 e 0 c 13, e 1 c 253; + b 9: -1 e 3 c 10, e 1 c 13; + b 10: -1 e 3 c 13, e 0 c 181; + b 11: -1 e 2 c 18, e 0 c 19; + b 12: -1 e 1 c 19, e 2 c 28; + b 13: -1 e 0 c 253, e 0 c 20; + b 14: -1 e 1 c 18, e 3 c 27; + b 15: -1 e 3 c 18, e 0 c 185; + b 16: -1 e 0 c 252, e 0 c 18; + b 17: -1 e 1 c 27, e 0 c 193; + b 18: -1 e 2 c 27, e 3 c 28; + b 19: -1 e 0 c 259, e 0 c 27; + b 20: -1 e 3 c 192, e 1 c 193; + b 21: -1 e 1 c 109, e 2 c 193; + b 22: -1 e 3 c 193, e 1 c 194; + b 23: -1 e 1 c 26, e 0 c 192; + b 24: -1 e 1 c 192, e 1 c 202; + b 25: -1 e 1 c 108, e 2 c 192; + b 26: -1 e 0 c 257, e 0 c 26; + b 27: -1 e 1 c 17, e 1 c 259; + b 28: -1 e 0 c 24, e 0 c 190; + b 29: -1 e 1 c 24, e 1 c 258; + b 30: -1 e 0 c 17, e 1 c 257; + b 31: -1 e 1 c 184, e 1 c 190; + b 32: -1 e 0 c 106, e 2 c 190; + b 33: -1 e 3 c 190, e 1 c 191; + b 34: -1 e 1 c 252, e 0 c 184; + b 35: -1 e 1 c 283, e 2 c 184; + b 36: -1 e 3 c 184, e 1 c 185; + b 37: -1 e 0 c 99, e 1 c 288; + b 38: -1 e 1 c 99, e 1 c 290; + b 39: -1 e 0 c 283, e 0 c 100; + b 40: -1 e 1 c 106, e 1 c 289; + b 41: -1 e 0 c 288, e 0 c 108; + b 42: -1 e 0 c 107, e 2 c 191; + b 43: -1 e 1 c 107, e 1 c 295; + b 44: -1 e 0 c 289, e 0 c 117; + b 45: -1 e 0 c 25, e 0 c 191; + b 46: -1 e 3 c 191, e 1 c 204; + b 47: -1 e 1 c 25, e 1 c 264; + b 48: -1 e 0 c 258, e 0 c 35; + b 49: -1 e 0 c 37, e 0 c 204; + b 50: -1 e 1 c 37, e 2 c 38; + b 51: -1 e 1 c 35, e 0 c 264; + b 52: -1 e 0 c 119, e 2 c 204; + b 53: -1 e 3 c 204, e 1 c 205; + b 54: -1 e 1 c 119, e 2 c 120; + b 55: -1 e 1 c 117, e 0 c 295; + b 56: -1 e 0 c 120, e 2 c 125; + b 57: -1 e 1 c 120, e 3 c 123; + b 58: -1 e 3 c 120, e 2 c 205; + b 59: -1 e 0 c 125, e 0 c 129; + b 60: -1 e 1 c 125, e 3 c 127; + b 61: -1 e 3 c 125, e 2 c 210; + b 62: -1 e 1 c 129, e 2 c 214; + b 63: -1 e 0 c 297, e 0 c 133; + b 64: -1 e 1 c 297, e 0 c 131; + b 65: -1 e 1 c 47, e 0 c 214; + b 66: -1 e 3 c 210, e 1 c 214; + b 67: -1 e 3 c 214, e 1 c 218; + b 68: -1 e 0 c 43, e 0 c 47; + b 69: -1 e 0 c 266, e 0 c 51; + b 70: -1 e 1 c 266, e 0 c 49; + b 71: -1 e 1 c 43, e 3 c 45; + b 72: -1 e 0 c 38, e 2 c 43; + b 73: -1 e 3 c 43, e 0 c 210; + b 74: -1 e 0 c 45, e 1 c 268; + b 75: -1 e 1 c 45, e 0 c 212; + b 76: -1 e 0 c 41, e 2 c 45; + b 77: -1 e 1 c 49, e 1 c 270; + b 78: -1 e 0 c 268, e 0 c 216; + b 79: -1 e 1 c 51, e 0 c 218; + b 80: -1 e 0 c 270, e 0 c 65; + b 81: -1 e 1 c 133, e 2 c 218; + b 82: -1 e 3 c 218, e 1 c 232; + b 83: -1 e 0 c 301, e 0 c 147; + b 84: -1 e 1 c 131, e 1 c 301; + b 85: -1 e 1 c 147, e 2 c 232; + b 86: -1 e 0 c 306, e 0 c 150; + b 87: -1 e 0 c 135, e 1 c 306; + b 88: -1 e 1 c 65, e 0 c 232; + b 89: -1 e 3 c 232, e 1 c 233; + b 90: -1 e 0 c 275, e 0 c 68; + b 91: -1 e 0 c 53, e 1 c 275; + b 92: -1 e 1 c 68, e 0 c 233; + b 93: -1 e 0 c 277, e 0 c 69; + b 94: -1 e 1 c 53, e 1 c 277; + b 95: -1 e 1 c 150, e 2 c 233; + b 96: -1 e 3 c 233, e 1 c 234; + b 97: -1 e 0 c 308, e 0 c 151; + b 98: -1 e 1 c 135, e 1 c 308; + b 99: -1 e 1 c 151, e 2 c 234; + b 100: -1 e 2 c 151, e 0 c 152; + b 101: -1 e 1 c 136, e 3 c 151; + b 102: -1 e 1 c 69, e 0 c 234; + b 103: -1 e 3 c 234, e 1 c 235; + b 104: -1 e 2 c 69, e 0 c 70; + b 105: -1 e 1 c 54, e 3 c 69; + b 106: -1 e 1 c 70, e 0 c 235; + b 107: -1 e 2 c 70, e 0 c 71; + b 108: -1 e 1 c 55, e 3 c 70; + b 109: -1 e 1 c 152, e 2 c 235; + b 110: -1 e 3 c 235, e 1 c 236; + b 111: -1 e 2 c 152, e 0 c 153; + b 112: -1 e 1 c 137, e 3 c 152; + b 113: -1 e 1 c 153, e 2 c 236; + b 114: -1 e 2 c 153, e 0 c 154; + b 115: -1 e 1 c 138, e 3 c 153; + b 116: -1 e 1 c 71, e 0 c 236; + b 117: -1 e 3 c 236, e 1 c 237; + b 118: -1 e 2 c 71, e 0 c 72; + b 119: -1 e 1 c 56, e 3 c 71; + b 120: -1 e 1 c 72, e 2 c 73; + b 121: -1 e 0 c 66, e 0 c 278; + b 122: -1 e 0 c 57, e 1 c 278; + b 123: -1 e 0 c 73, e 2 c 79; + b 124: -1 e 1 c 73, e 3 c 78; + b 125: -1 e 3 c 73, e 0 c 237; + b 126: -1 e 0 c 79, e 3 c 81; + b 127: -1 e 1 c 79, e 3 c 80; + b 128: -1 e 3 c 79, e 0 c 243; + b 129: -1 e 1 c 81, e 0 c 245; + b 130: -1 e 2 c 81, e 0 c 82; + b 131: -1 e 0 c 81, e 0 c 246; + b 132: -1 e 1 c 245, e 3 c 246; + b 133: -1 e 1 c 163, e 2 c 245; + b 134: -1 e 3 c 245, e 1 c 247; + b 135: -1 e 3 c 243, e 1 c 246; + b 136: -1 e 0 c 163, e 2 c 246; + b 137: -1 e 3 c 237, e 1 c 243; + b 138: -1 e 3 c 161, e 2 c 243; + b 139: -1 e 3 c 155, e 2 c 237; + b 140: -1 e 0 c 155, e 2 c 161; + b 141: -1 e 1 c 155, e 3 c 160; + b 142: -1 e 1 c 154, e 2 c 155; + b 143: -1 e 0 c 161, e 3 c 163; + b 144: -1 e 1 c 161, e 3 c 162; + b 145: -1 e 2 c 163, e 0 c 164; + b 146: -1 e 1 c 164, e 2 c 247; + b 147: -1 e 2 c 164, e 2 c 248; + b 148: -1 e 0 c 162, e 3 c 164; + b 149: -1 e 1 c 82, e 0 c 247; + b 150: -1 e 3 c 247, e 3 c 248; + b 151: -1 e 2 c 82, e 0 c 248; + b 152: -1 e 0 c 80, e 3 c 82; + b 153: -1 e 3 c 244, e 1 c 248; + b 154: -1 e 1 c 80, e 0 c 244; + b 155: -1 e 3 c 242, e 1 c 244; + b 156: -1 e 1 c 162, e 2 c 244; + b 157: -1 e 0 c 78, e 2 c 80; + b 158: -1 e 1 c 78, e 0 c 242; + b 159: -1 e 1 c 67, e 2 c 78; + b 160: -1 e 1 c 238, e 1 c 242; + b 161: -1 e 1 c 160, e 2 c 242; + b 162: -1 e 1 c 74, e 0 c 238; + b 163: -1 e 1 c 156, e 2 c 238; + b 164: -1 e 3 c 238, e 1 c 239; + b 165: -1 e 2 c 74, e 0 c 75; + b 166: -1 e 1 c 60, e 3 c 74; + b 167: -1 e 0 c 276, e 0 c 74; + b 168: -1 e 1 c 75, e 0 c 239; + b 169: -1 e 2 c 75, e 0 c 76; + b 170: -1 e 1 c 61, e 3 c 75; + b 171: -1 e 1 c 157, e 2 c 239; + b 172: -1 e 3 c 239, e 1 c 240; + b 173: -1 e 2 c 157, e 0 c 158; + b 174: -1 e 1 c 143, e 3 c 157; + b 175: -1 e 2 c 156, e 0 c 157; + b 176: -1 e 1 c 158, e 2 c 240; + b 177: -1 e 2 c 158, e 0 c 159; + b 178: -1 e 1 c 144, e 3 c 158; + b 179: -1 e 1 c 76, e 0 c 240; + b 180: -1 e 3 c 240, e 1 c 241; + b 181: -1 e 2 c 76, e 0 c 77; + b 182: -1 e 1 c 62, e 3 c 76; + b 183: -1 e 1 c 77, e 0 c 241; + b 184: -1 e 1 c 64, e 0 c 279; + b 185: -1 e 1 c 63, e 1 c 279; + b 186: -1 e 1 c 159, e 2 c 241; + b 187: -1 e 3 c 231, e 3 c 241; + b 188: -1 e 1 c 146, e 0 c 310; + b 189: -1 e 1 c 145, e 1 c 310; + b 190: -1 e 0 c 304, e 0 c 146; + b 191: -1 e 0 c 305, e 2 c 231; + b 192: -1 e 1 c 134, e 1 c 305; + b 193: -1 e 2 c 144, e 0 c 145; + b 194: -1 e 1 c 304, e 2 c 230; + b 195: -1 e 3 c 144, e 2 c 229; + b 196: -1 e 2 c 143, e 0 c 144; + b 197: -1 e 3 c 62, e 0 c 229; + b 198: -1 e 3 c 228, e 1 c 229; + b 199: -1 e 3 c 229, e 1 c 230; + b 200: -1 e 2 c 62, e 0 c 63; + b 201: -1 e 2 c 61, e 0 c 62; + b 202: -1 e 0 c 273, e 0 c 64; + b 203: -1 e 1 c 273, e 0 c 230; + b 204: -1 e 0 c 274, e 0 c 231; + b 205: -1 e 1 c 52, e 1 c 274; + b 206: -1 e 3 c 219, e 1 c 231; + b 207: -1 e 0 c 271, e 0 c 219; + b 208: -1 e 3 c 217, e 1 c 219; + b 209: -1 e 0 c 302, e 2 c 219; + b 210: -1 e 0 c 267, e 0 c 52; + b 211: -1 e 1 c 50, e 1 c 271; + b 212: -1 e 0 c 44, e 0 c 48; + b 213: -1 e 1 c 48, e 0 c 215; + b 214: -1 e 1 c 267, e 0 c 50; + b 215: -1 e 1 c 44, e 3 c 46; + b 216: -1 e 0 c 40, e 2 c 44; + b 217: -1 e 3 c 44, e 0 c 211; + b 218: -1 e 0 c 46, e 1 c 269; + b 219: -1 e 1 c 46, e 0 c 213; + b 220: -1 e 0 c 42, e 2 c 46; + b 221: -1 e 0 c 269, e 0 c 217; + b 222: -1 e 3 c 213, e 1 c 217; + b 223: -1 e 0 c 300, e 2 c 217; + b 224: -1 e 3 c 209, e 1 c 213; + b 225: -1 e 1 c 128, e 2 c 213; + b 226: -1 e 1 c 42, e 0 c 209; + b 227: -1 e 3 c 203, e 1 c 209; + b 228: -1 e 1 c 124, e 2 c 209; + b 229: -1 e 0 c 263, e 2 c 42; + b 230: -1 e 1 c 40, e 3 c 42; + b 231: -1 e 0 c 261, e 0 c 36; + b 232: -1 e 1 c 36, e 0 c 265; + b 233: -1 e 1 c 263, e 0 c 203; + b 234: -1 e 0 c 256, e 0 c 34; + b 235: -1 e 1 c 34, e 1 c 265; + b 236: -1 e 1 c 261, e 0 c 201; + b 237: -1 e 0 c 255, e 0 c 23; + b 238: -1 e 1 c 23, e 0 c 260; + b 239: -1 e 1 c 256, e 0 c 189; + b 240: -1 e 2 c 21, e 0 c 22; + b 241: -1 e 1 c 22, e 1 c 260; + b 242: -1 e 1 c 255, e 0 c 188; + b 243: -1 e 1 c 21, e 3 c 32; + b 244: -1 e 3 c 21, e 0 c 187; + b 245: -1 e 1 c 250, e 0 c 21; + b 246: -1 e 1 c 32, e 0 c 199; + b 247: -1 e 2 c 32, e 0 c 33; + b 248: -1 e 1 c 31, e 0 c 32; + b 249: -1 e 3 c 198, e 1 c 199; + b 250: -1 e 1 c 114, e 2 c 199; + b 251: -1 e 3 c 199, e 1 c 200; + b 252: -1 e 0 c 31, e 0 c 198; + b 253: -1 e 3 c 197, e 1 c 198; + b 254: -1 e 0 c 113, e 2 c 198; + b 255: -1 e 0 c 250, e 2 c 31; + b 256: -1 e 2 c 30, e 3 c 31; + b 257: -1 e 0 c 249, e 0 c 14; + b 258: -1 e 1 c 14, e 1 c 251; + b 259: -1 e 1 c 11, e 0 c 12; + b 260: -1 e 1 c 12, e 2 c 15; + b 261: -1 e 1 c 249, e 0 c 180; + b 262: -1 e 2 c 11, e 0 c 179; + b 263: -1 e 1 c 6, e 3 c 11; + b 264: -1 e 2 c 8, e 0 c 11; + b 265: -1 e 3 c 174, e 1 c 179; + b 266: -1 e 2 c 93, e 2 c 179; + b 267: -1 e 3 c 179, e 1 c 180; + b 268: -1 e 2 c 6, e 0 c 174; + b 269: -1 e 3 c 172, e 1 c 174; + b 270: -1 e 2 c 88, e 2 c 174; + b 271: -1 e 1 c 5, e 3 c 6; + b 272: -1 e 0 c 6, e 2 c 7; + b 273: -1 e 2 c 5, e 0 c 172; + b 274: -1 e 3 c 5, e 0 c 173; + b 275: -1 e 2 c 2, e 0 c 5; + b 276: -1 e 1 c 172, e 3 c 173; + b 277: -1 e 2 c 87, e 2 c 172; + b 278: -1 e 3 c 167, e 1 c 173; + b 279: -1 e 3 c 87, e 2 c 173; + b 280: -1 e 3 c 2, e 0 c 167; + b 281: -1 e 1 c 167, e 1 c 168; + b 282: -1 e 3 c 84, e 2 c 167; + b 283: -1 e 1 c 2, e 3 c 7; + b 284: -1 e 0 c 2, e 0 c 168; + b 285: -1 e 1 c 7, e 3 c 8; + b 286: -1 e 0 c 7, e 0 c 175; + b 287: -1 e 1 c 8, e 3 c 15; + b 288: -1 e 0 c 8, e 0 c 176; + b 289: -1 e 1 c 15, e 0 c 16; + b 290: -1 e 0 c 15, e 0 c 182; + b 291: -1 e 1 c 16, e 0 c 183; + b 292: -1 e 0 c 251, e 0 c 30; + b 293: -1 e 3 c 182, e 1 c 183; + b 294: -1 e 1 c 98, e 2 c 183; + b 295: -1 e 3 c 183, e 1 c 197; + b 296: -1 e 3 c 176, e 1 c 182; + b 297: -1 e 0 c 97, e 2 c 182; + b 298: -1 e 3 c 175, e 1 c 176; + b 299: -1 e 0 c 90, e 2 c 176; + b 300: -1 e 3 c 168, e 1 c 175; + b 301: -1 e 0 c 89, e 2 c 175; + b 302: -1 e 0 c 84, e 2 c 168; + b 303: -1 e 1 c 84, e 3 c 89; + b 304: -1 e 2 c 84, e 0 c 87; + b 305: -1 e 1 c 89, e 3 c 90; + b 306: -1 e 0 c 88, e 2 c 89; + b 307: -1 e 1 c 90, e 3 c 97; + b 308: -1 e 2 c 90, e 0 c 93; + b 309: -1 e 1 c 97, e 0 c 98; + b 310: -1 e 1 c 94, e 2 c 97; + b 311: -1 e 0 c 282, e 0 c 112; + b 312: -1 e 1 c 96, e 1 c 282; + b 313: -1 e 1 c 112, e 2 c 197; + b 314: -1 e 2 c 112, e 3 c 113; + b 315: -1 e 1 c 30, e 0 c 197; + b 316: -1 e 1 c 113, e 0 c 114; + b 317: -1 e 0 c 281, e 2 c 113; + b 318: -1 e 2 c 114, e 0 c 115; + b 319: -1 e 1 c 103, e 3 c 114; + b 320: -1 e 1 c 115, e 2 c 200; + b 321: -1 e 1 c 105, e 0 c 291; + b 322: -1 e 1 c 104, e 1 c 291; + b 323: -1 e 1 c 33, e 0 c 200; + b 324: -1 e 3 c 200, e 1 c 206; + b 325: -1 e 0 c 39, e 0 c 206; + b 326: -1 e 0 c 121, e 2 c 206; + b 327: -1 e 3 c 206, e 1 c 207; + b 328: -1 e 1 c 39, e 2 c 40; + b 329: -1 e 3 c 40, e 0 c 207; + b 330: -1 e 3 c 122, e 2 c 207; + b 331: -1 e 3 c 207, e 1 c 211; + b 332: -1 e 0 c 122, e 2 c 126; + b 333: -1 e 1 c 122, e 3 c 124; + b 334: -1 e 1 c 121, e 2 c 122; + b 335: -1 e 0 c 126, e 0 c 130; + b 336: -1 e 1 c 126, e 3 c 128; + b 337: -1 e 3 c 126, e 2 c 211; + b 338: -1 e 1 c 130, e 2 c 215; + b 339: -1 e 0 c 298, e 0 c 134; + b 340: -1 e 1 c 298, e 0 c 132; + b 341: -1 e 3 c 211, e 1 c 215; + b 342: -1 e 3 c 215, e 3 c 230; + b 343: -1 e 1 c 132, e 1 c 302; + b 344: -1 e 0 c 128, e 1 c 300; + b 345: -1 e 0 c 124, e 2 c 128; + b 346: -1 e 0 c 294, e 2 c 124; + b 347: -1 e 0 c 292, e 0 c 118; + b 348: -1 e 1 c 118, e 0 c 296; + b 349: -1 e 1 c 294, e 2 c 203; + b 350: -1 e 0 c 287, e 0 c 116; + b 351: -1 e 1 c 116, e 1 c 296; + b 352: -1 e 1 c 292, e 2 c 201; + b 353: -1 e 0 c 286, e 0 c 105; + b 354: -1 e 1 c 287, e 2 c 189; + b 355: -1 e 2 c 103, e 0 c 104; + b 356: -1 e 1 c 286, e 2 c 188; + b 357: -1 e 3 c 103, e 2 c 187; + b 358: -1 e 1 c 281, e 0 c 103; + b 359: -1 e 3 c 180, e 1 c 187; + b 360: -1 e 3 c 187, e 1 c 188; + b 361: -1 e 1 c 280, e 2 c 180; + b 362: -1 e 1 c 93, e 0 c 94; + b 363: -1 e 0 c 280, e 0 c 96; + b 364: -1 e 1 c 88, e 3 c 93; + b 365: -1 e 1 c 87, e 3 c 88; + b 366: -1 e 3 c 188, e 1 c 189; + b 367: -1 e 3 c 189, e 1 c 201; + b 368: -1 e 3 c 201, e 1 c 203; + b 369: -1 e 3 c 61, e 0 c 228; + b 370: -1 e 2 c 60, e 0 c 61; + b 371: -1 e 3 c 227, e 1 c 228; + b 372: -1 e 3 c 143, e 2 c 228; + b 373: -1 e 3 c 60, e 0 c 227; + b 374: -1 e 3 c 226, e 1 c 227; + b 375: -1 e 3 c 142, e 2 c 227; + b 376: -1 e 1 c 59, e 0 c 60; + b 377: -1 e 0 c 59, e 1 c 276; + b 378: -1 e 2 c 59, e 0 c 226; + b 379: -1 e 1 c 58, e 3 c 59; + b 380: -1 e 1 c 66, e 0 c 67; + b 381: -1 e 0 c 58, e 2 c 66; + b 382: -1 e 2 c 58, e 0 c 225; + b 383: -1 e 1 c 57, e 3 c 58; + b 384: -1 e 3 c 224, e 1 c 225; + b 385: -1 e 2 c 140, e 2 c 225; + b 386: -1 e 3 c 225, e 1 c 226; + b 387: -1 e 2 c 57, e 0 c 224; + b 388: -1 e 3 c 223, e 1 c 224; + b 389: -1 e 2 c 139, e 2 c 224; + b 390: -1 e 2 c 56, e 3 c 57; + b 391: -1 e 3 c 56, e 0 c 223; + b 392: -1 e 2 c 55, e 0 c 56; + b 393: -1 e 3 c 222, e 1 c 223; + b 394: -1 e 3 c 138, e 2 c 223; + b 395: -1 e 3 c 55, e 0 c 222; + b 396: -1 e 3 c 221, e 1 c 222; + b 397: -1 e 3 c 137, e 2 c 222; + b 398: -1 e 2 c 54, e 0 c 55; + b 399: -1 e 3 c 54, e 0 c 221; + b 400: -1 e 0 c 272, e 0 c 54; + b 401: -1 e 3 c 220, e 1 c 221; + b 402: -1 e 3 c 136, e 2 c 221; + b 403: -1 e 1 c 272, e 0 c 220; + b 404: -1 e 3 c 216, e 1 c 220; + b 405: -1 e 1 c 303, e 2 c 220; + b 406: -1 e 3 c 212, e 1 c 216; + b 407: -1 e 0 c 299, e 2 c 216; + b 408: -1 e 3 c 208, e 1 c 212; + b 409: -1 e 1 c 127, e 2 c 212; + b 410: -1 e 1 c 41, e 0 c 208; + b 411: -1 e 3 c 202, e 1 c 208; + b 412: -1 e 1 c 123, e 2 c 208; + b 413: -1 e 0 c 262, e 2 c 41; + b 414: -1 e 1 c 38, e 3 c 41; + b 415: -1 e 1 c 262, e 0 c 202; + b 416: -1 e 1 c 293, e 2 c 202; + b 417: -1 e 0 c 293, e 2 c 123; + b 418: -1 e 0 c 123, e 2 c 127; + b 419: -1 e 0 c 127, e 1 c 299; + b 420: -1 e 3 c 38, e 0 c 205; + b 421: -1 e 3 c 205, e 1 c 210; + b 422: -1 e 0 c 303, e 0 c 136; + b 423: -1 e 2 c 136, e 0 c 137; + b 424: -1 e 2 c 137, e 0 c 138; + b 425: -1 e 2 c 138, e 3 c 139; + b 426: -1 e 0 c 139, e 1 c 309; + b 427: -1 e 1 c 139, e 3 c 140; + b 428: -1 e 0 c 148, e 0 c 309; + b 429: -1 e 1 c 148, e 0 c 149; + b 430: -1 e 0 c 140, e 2 c 148; + b 431: -1 e 1 c 149, e 2 c 160; + b 432: -1 e 0 c 307, e 0 c 156; + b 433: -1 e 0 c 141, e 1 c 307; + b 434: -1 e 0 c 160, e 2 c 162; + b 435: -1 e 1 c 142, e 3 c 156; + b 436: -1 e 2 c 142, e 0 c 143; + b 437: -1 e 1 c 141, e 0 c 142; + b 438: -1 e 2 c 141, e 2 c 226; + b 439: -1 e 1 c 140, e 3 c 141; + b 440: -1 e 0 c 290, e 0 c 109; + b 441: -1 e 2 c 109, e 3 c 110; + b 442: -1 e 1 c 100, e 3 c 109; + b 443: -1 e 0 c 110, e 2 c 194; + b 444: -1 e 1 c 102, e 1 c 110; + b 445: -1 e 1 c 101, e 2 c 110; + b 446: -1 e 0 c 28, e 0 c 194; + b 447: -1 e 1 c 186, e 3 c 194; + b 448: -1 e 1 c 20, e 1 c 28; + b 449: -1 e 0 c 254, e 0 c 186; + b 450: -1 e 1 c 254, e 3 c 29; + b 451: -1 e 0 c 285, e 2 c 186; + b 452: -1 e 3 c 186, e 1 c 195; + b 453: -1 e 0 c 284, e 0 c 102; + b 454: -1 e 1 c 285, e 3 c 111; + b 455: -1 e 2 c 100, e 0 c 101; + b 456: -1 e 0 c 95, e 1 c 284; + b 457: -1 e 3 c 100, e 2 c 185; + b 458: -1 e 3 c 181, e 3 c 185; + b 459: -1 e 3 c 177, e 1 c 181; + b 460: -1 e 3 c 95, e 2 c 181; + b 461: -1 e 3 c 166, e 1 c 177; + b 462: -1 e 3 c 91, e 2 c 177; + b 463: -1 e 1 c 165, e 1 c 166; + b 464: -1 e 0 c 83, e 2 c 166; + b 465: -1 e 3 c 83, e 2 c 165; + b 466: -1 e 3 c 165, e 1 c 170; + b 467: -1 e 1 c 83, e 2 c 91; + b 468: -1 e 2 c 83, e 0 c 85; + b 469: -1 e 0 c 91, e 2 c 95; + b 470: -1 e 3 c 86, e 1 c 91; + b 471: -1 e 3 c 92, e 1 c 95; + b 472: -1 e 0 c 92, e 2 c 111; + b 473: -1 e 1 c 92, e 2 c 178; + b 474: -1 e 0 c 86, e 2 c 92; + b 475: -1 e 0 c 111, e 2 c 195; + b 476: -1 e 1 c 111, e 2 c 196; + b 477: -1 e 0 c 29, e 0 c 195; + b 478: -1 e 3 c 195, e 3 c 196; + b 479: -1 e 1 c 29, e 0 c 196; + b 480: -1 e 0 c 10, e 2 c 29; + b 481: -1 e 3 c 178, e 1 c 196; + b 482: -1 e 1 c 10, e 0 c 178; + b 483: -1 e 3 c 171, e 1 c 178; + b 484: -1 e 0 c 4, e 2 c 10; + b 485: -1 e 1 c 4, e 0 c 171; + b 486: -1 e 1 c 3, e 2 c 4; + b 487: -1 e 3 c 169, e 1 c 171; + b 488: -1 e 1 c 86, e 2 c 171; + b 489: -1 e 2 c 3, e 0 c 169; + b 490: -1 e 1 c 169, e 3 c 170; + b 491: -1 e 2 c 85, e 2 c 169; + b 492: -1 e 3 c 3, e 0 c 170; + b 493: -1 e 3 c 85, e 2 c 170; + b 494: -1 e 1 c 85, e 2 c 86; + b 495: e 0 c 245; + b 496: e 0 c 247; + b 497: e 0 c 170; + b 498: e 0 c 165; + b 499: e 0 c 173; + b 500: e 0 c 167; + b 501: e 0 c 196; + b 502: e 0 c 178; + b 503: e 0 c 171; + b 504: e 0 c 169; + b 505: e 0 c 168; + b 506: e 0 c 175; + b 507: e 0 c 176; + b 508: e 0 c 182; + b 509: e 0 c 183; + b 510: -1 e 2 c 12, e 2 c 249; + b 511: -1 e 2 c 14, e 2 c 250; + b 512: -1 e 2 c 16, e 2 c 251; + b 513: -1 e 2 c 17, e 2 c 252; + b 514: -1 e 2 c 19, e 2 c 253; + b 515: -1 e 2 c 20, e 2 c 254; + b 516: -1 e 2 c 22, e 2 c 255; + b 517: -1 e 2 c 23, e 2 c 256; + b 518: -1 e 2 c 24, e 2 c 257; + b 519: -1 e 2 c 25, e 2 c 258; + b 520: -1 e 2 c 26, e 2 c 259; + b 521: -1 e 2 c 33, e 2 c 260; + b 522: -1 e 2 c 34, e 2 c 261; + b 523: -1 e 2 c 35, e 2 c 262; + b 524: -1 e 2 c 36, e 2 c 263; + b 525: -1 e 2 c 37, e 2 c 264; + b 526: -1 e 2 c 39, e 2 c 265; + b 527: -1 e 2 c 47, e 2 c 266; + b 528: -1 e 2 c 48, e 2 c 267; + b 529: -1 e 2 c 49, e 2 c 268; + b 530: -1 e 2 c 50, e 2 c 269; + b 531: -1 e 2 c 51, e 2 c 270; + b 532: -1 e 2 c 52, e 2 c 271; + b 533: -1 e 2 c 53, e 2 c 272; + b 534: -1 e 2 c 63, e 2 c 273; + b 535: -1 e 2 c 64, e 2 c 274; + b 536: -1 e 2 c 65, e 2 c 275; + b 537: -1 e 2 c 67, e 2 c 276; + b 538: -1 e 2 c 68, e 2 c 277; + b 539: -1 e 2 c 72, e 2 c 278; + b 540: -1 e 2 c 77, e 2 c 279; + b 541: -1 e 2 c 94, e 2 c 280; + b 542: -1 e 2 c 96, e 2 c 281; + b 543: -1 e 2 c 98, e 2 c 282; + b 544: -1 e 2 c 99, e 2 c 283; + b 545: -1 e 2 c 101, e 2 c 284; + b 546: -1 e 2 c 102, e 2 c 285; + b 547: -1 e 2 c 104, e 2 c 286; + b 548: -1 e 2 c 105, e 2 c 287; + b 549: -1 e 2 c 106, e 2 c 288; + b 550: -1 e 2 c 107, e 2 c 289; + b 551: -1 e 2 c 108, e 2 c 290; + b 552: -1 e 2 c 115, e 2 c 291; + b 553: -1 e 2 c 116, e 2 c 292; + b 554: -1 e 2 c 117, e 2 c 293; + b 555: -1 e 2 c 118, e 2 c 294; + b 556: -1 e 2 c 119, e 2 c 295; + b 557: -1 e 2 c 121, e 2 c 296; + b 558: -1 e 2 c 129, e 2 c 297; + b 559: -1 e 2 c 130, e 2 c 298; + b 560: -1 e 2 c 131, e 2 c 299; + b 561: -1 e 2 c 132, e 2 c 300; + b 562: -1 e 2 c 133, e 2 c 301; + b 563: -1 e 2 c 134, e 2 c 302; + b 564: -1 e 2 c 135, e 2 c 303; + b 565: -1 e 2 c 145, e 2 c 304; + b 566: -1 e 2 c 146, e 2 c 305; + b 567: -1 e 2 c 147, e 2 c 306; + b 568: -1 e 2 c 149, e 2 c 307; + b 569: -1 e 2 c 150, e 2 c 308; + b 570: -1 e 2 c 154, e 2 c 309; + b 571: -1 e 2 c 159, e 2 c 310; +; +PdefRA 4 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 2 { 3 1 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 2 { 204 205 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 3 : ErefRA 2 { 202 203 }; +} +GdefRA 2 /Zd 1 {100 0} { + Prt 4 : ErefRA 4 { 135 171 185 200 }; + Prt -4 : ErefRA 5 { 199 190 181 164 133 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..173225c --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\MyLab2_wrk\simulation\MyLab2_lib\cell_1\layout\emSetup_MoM"; +# simTag "M250925162514"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\MyLab2_wrk\data"; +DS_NAME "cell_1_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ovm b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..cfff68e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,1248 @@ +OVM ASCII +Vertices +248 +-0.01454 -0.00245 0.00152 +-0.01454 -0.0008 0.00152 +-0.01454 0.00085 0.00152 +-0.01289 -0.00245 0.00152 +-0.01289 0.00085 0.00152 +-0.01289 -0.0008 0.00152 +-0.011215 -0.00245 0.00152 +-0.011215 0.00085 0.00152 +-0.011215 -0.0008 0.00152 +-0.00954 -0.008449999999999999 0.00152 +-0.00954 -0.00667506574797486 0.00152 +-0.00954 -0.00526671049864991 0.00152 +-0.00954 -0.00385835524932495 0.00152 +-0.00954 -0.00245 0.00152 +-0.00954 0.00085 0.00152 +-0.00954 0.00225835524932495 0.00152 +-0.00954 0.00366671049864991 0.00152 +-0.00954 0.00507506574797486 0.00152 +-0.00954 0.00685 0.00152 +-0.00954 -0.0008 0.00152 +-0.008654999999999999 -0.009335 0.00152 +-0.008654999999999999 0.007735 0.00152 +-0.008654999999999999 -0.00808342099729981 0.00152 +-0.008654999999999999 -0.00667506574797486 0.00152 +-0.008654999999999999 -0.00526671049864991 0.00152 +-0.008654999999999999 -0.00385835524932495 0.00152 +-0.008654999999999999 -0.00245 0.00152 +-0.008654999999999999 -0.001565 0.00152 +-0.008654999999999999 -3.5e-05 0.00152 +-0.008654999999999999 0.00085 0.00152 +-0.008654999999999999 0.00225835524932495 0.00152 +-0.008654999999999999 0.00366671049864991 0.00152 +-0.008654999999999999 0.00507506574797486 0.00152 +-0.008654999999999999 0.00648342099729981 0.00152 +-0.00777 -0.01022 0.00152 +-0.00777 -0.008449999999999999 0.00152 +-0.00777 -0.00667506574797486 0.00152 +-0.00777 -0.00526671049864991 0.00152 +-0.00777 -0.00385835524932495 0.00152 +-0.00777 -0.00245 0.00152 +-0.00777 -0.001565 0.00152 +-0.00777 -3.5e-05 0.00152 +-0.00777 0.00085 0.00152 +-0.00777 0.00225835524932495 0.00152 +-0.00777 0.00366671049864991 0.00152 +-0.00777 0.00507506574797486 0.00152 +-0.00777 0.00685 0.00152 +-0.00777 0.008619999999999999 0.00152 +-0.00740342099729981 -0.009335 0.00152 +-0.00740342099729981 0.007735 0.00152 +-0.0060867104986499 -0.01022 0.00152 +-0.0060867104986499 -0.008449999999999999 0.00152 +-0.0060867104986499 0.00685 0.00152 +-0.0060867104986499 0.008619999999999999 0.00152 +-0.0060867104986499 -0.009335 0.00152 +-0.0060867104986499 0.007735 0.00152 +-0.00477 -0.01022 0.00152 +-0.00477 -0.008449999999999999 0.00152 +-0.00477 0.00685 0.00152 +-0.00477 0.008619999999999999 0.00152 +-0.00477 -0.009335 0.00152 +-0.00477 0.007735 0.00152 +-0.00345328950135009 -0.01022 0.00152 +-0.00345328950135009 -0.008449999999999999 0.00152 +-0.00345328950135009 0.00685 0.00152 +-0.00345328950135009 0.008619999999999999 0.00152 +-0.00345328950135009 -0.009335 0.00152 +-0.00345328950135009 0.007735 0.00152 +-0.00213657900270019 -0.009335 0.00152 +-0.00213657900270019 0.007735 0.00152 +-0.00177 -0.01022 0.00152 +-0.00177 -0.008449999999999999 0.00152 +-0.00177 -0.0067667104986499 0.00152 +-0.00177 -0.00545 0.00152 +-0.00177 -0.004565 0.00152 +-0.00177 -0.00215 0.00152 +-0.00177 0.00055 0.00152 +-0.00177 0.0022 0.00152 +-0.00177 0.002965 0.00152 +-0.00177 0.00385 0.00152 +-0.00177 0.0051667104986499 0.00152 +-0.00177 0.00685 0.00152 +-0.00177 0.008619999999999999 0.00152 +-0.000885 -0.009335 0.00152 +-0.000885 0.007735 0.00152 +-0.000885 -0.00808342099729981 0.00152 +-0.000885 -0.0067667104986499 0.00152 +-0.000885 -0.00545 0.00152 +-0.000885 -0.004565 0.00152 +-0.000885 0.002965 0.00152 +-0.000885 0.00385 0.00152 +-0.000885 0.00516671049864991 0.00152 +-0.000885 0.00648342099729981 0.00152 +-0.00012 -0.00215 0.00152 +-0.00012 -0.0038 0.00152 +0 -0.008449999999999999 0.00152 +0 -0.0067667104986499 0.00152 +0 -0.00545 0.00152 +0 0.00055 0.00152 +0 0.0022 0.00152 +0 0.00385 0.00152 +0 0.0051667104986499 0.00152 +0 0.00685 0.00152 +0.00103666666666667 -0.0038 0.00152 +0.00103666666666667 -0.00545 0.00152 +0.00103666666666667 -0.00215 0.00152 +0.001675 0.0022 0.00152 +0.001675 0.00055 0.00152 +0.001675 0.00385 0.00152 +0.00219333333333333 -0.00545 0.00152 +0.00219333333333333 -0.00215 0.00152 +0.00219333333333333 -0.0038 0.00152 +0.00335 -0.0038 0.00152 +0.00335 0.0022 0.00152 +0.00335 -0.00545 0.00152 +0.00335 -0.00215 0.00152 +0.00335 0.00055 0.00152 +0.00335 0.00385 0.00152 +0.005 -0.00545 0.00152 +0.005 -0.0038 0.00152 +0.005 -0.00215 0.00152 +0.005 0.00055 0.00152 +0.005 0.0022 0.00152 +0.005 0.00385 0.00152 +0.00335 0.00385 0.001545 +0.00335 0.0022 0.001545 +0.005 0.0022 0.001545 +0.005 0.00385 0.001545 +0.00335 -0.00215 0.001545 +0.00335 -0.0038 0.001545 +0.005 -0.0038 0.001545 +0.005 -0.00215 0.001545 +0.00335 0.00055 0.001545 +0.005 0.00055 0.001545 +0.001675 0.0022 0.001545 +0.001675 0.00055 0.001545 +0.00335 -0.00545 0.001545 +0.005 -0.00545 0.001545 +0.00219333333333333 -0.0038 0.001545 +0.00219333333333333 -0.00545 0.001545 +0.00219333333333333 -0.00215 0.001545 +0.00103666666666667 -0.00215 0.001545 +0.00103666666666667 -0.0038 0.001545 +0.001675 0.00385 0.001545 +0 0.0022 0.001545 +0 0.00055 0.001545 +0.00103666666666667 -0.00545 0.001545 +-0.00012 -0.0038 0.001545 +0 -0.00545 0.001545 +0 0.00385 0.001545 +-0.000885 -0.004565 0.001545 +-0.000885 -0.00545 0.001545 +-0.00012 -0.00215 0.001545 +-0.00177 -0.00215 0.001545 +0 0.00685 0.001545 +-0.000885 0.00648342099729981 0.001545 +-0.000885 0.00516671049864991 0.001545 +0 0.0051667104986499 0.001545 +-0.000885 0.00385 0.001545 +-0.000885 0.002965 0.001545 +-0.00177 0.002965 0.001545 +-0.00177 0.0022 0.001545 +-0.000885 -0.0067667104986499 0.001545 +0 -0.0067667104986499 0.001545 +-0.000885 -0.00808342099729981 0.001545 +0 -0.008449999999999999 0.001545 +-0.00177 -0.008449999999999999 0.001545 +-0.000885 -0.009335 0.001545 +-0.000885 0.007735 0.001545 +-0.00177 0.00685 0.001545 +-0.00177 0.008619999999999999 0.001545 +-0.00213657900270019 0.007735 0.001545 +-0.00177 0.0051667104986499 0.001545 +-0.00177 0.00385 0.001545 +-0.00177 0.00055 0.001545 +-0.00177 -0.004565 0.001545 +-0.00177 -0.00545 0.001545 +-0.00177 -0.0067667104986499 0.001545 +-0.00213657900270019 -0.009335 0.001545 +-0.00177 -0.01022 0.001545 +-0.00345328950135009 0.007735 0.001545 +-0.00345328950135009 0.00685 0.001545 +-0.00345328950135009 -0.009335 0.001545 +-0.00345328950135009 -0.01022 0.001545 +-0.00345328950135009 0.008619999999999999 0.001545 +-0.00477 0.008619999999999999 0.001545 +-0.00477 0.007735 0.001545 +-0.00345328950135009 -0.008449999999999999 0.001545 +-0.00477 -0.008449999999999999 0.001545 +-0.00477 -0.009335 0.001545 +-0.00477 0.00685 0.001545 +-0.00477 -0.01022 0.001545 +-0.0060867104986499 0.008619999999999999 0.001545 +-0.0060867104986499 0.007735 0.001545 +-0.0060867104986499 -0.008449999999999999 0.001545 +-0.0060867104986499 -0.009335 0.001545 +-0.0060867104986499 0.00685 0.001545 +-0.0060867104986499 -0.01022 0.001545 +-0.00777 0.008619999999999999 0.001545 +-0.00740342099729981 0.007735 0.001545 +-0.00777 -0.008449999999999999 0.001545 +-0.00740342099729981 -0.009335 0.001545 +-0.00777 0.00685 0.001545 +-0.00777 -0.01022 0.001545 +-0.008654999999999999 0.007735 0.001545 +-0.008654999999999999 -0.009335 0.001545 +-0.008654999999999999 0.00648342099729981 0.001545 +-0.008654999999999999 0.00507506574797486 0.001545 +-0.00777 0.00507506574797486 0.001545 +-0.008654999999999999 0.00366671049864991 0.001545 +-0.00777 0.00366671049864991 0.001545 +-0.008654999999999999 0.00225835524932495 0.001545 +-0.00777 0.00225835524932495 0.001545 +-0.008654999999999999 0.00085 0.001545 +-0.00777 0.00085 0.001545 +-0.008654999999999999 -3.5e-05 0.001545 +-0.00777 -3.5e-05 0.001545 +-0.008654999999999999 -0.001565 0.001545 +-0.00777 -0.001565 0.001545 +-0.008654999999999999 -0.00245 0.001545 +-0.00777 -0.00245 0.001545 +-0.008654999999999999 -0.00385835524932495 0.001545 +-0.00777 -0.00385835524932495 0.001545 +-0.008654999999999999 -0.00526671049864991 0.001545 +-0.00777 -0.00526671049864991 0.001545 +-0.008654999999999999 -0.00667506574797486 0.001545 +-0.00777 -0.00667506574797486 0.001545 +-0.008654999999999999 -0.00808342099729981 0.001545 +-0.00954 -0.008449999999999999 0.001545 +-0.00954 0.00685 0.001545 +-0.00954 -0.0008 0.001545 +-0.00954 -0.00245 0.001545 +-0.00954 0.00507506574797486 0.001545 +-0.00954 0.00366671049864991 0.001545 +-0.00954 0.00225835524932495 0.001545 +-0.00954 0.00085 0.001545 +-0.011215 0.00085 0.001545 +-0.011215 -0.0008 0.001545 +-0.00954 -0.00385835524932495 0.001545 +-0.00954 -0.00526671049864991 0.001545 +-0.00954 -0.00667506574797486 0.001545 +-0.011215 -0.00245 0.001545 +-0.01289 0.00085 0.001545 +-0.01289 -0.0008 0.001545 +-0.01289 -0.00245 0.001545 +-0.01454 0.00085 0.001545 +-0.01454 -0.0008 0.001545 +-0.01454 -0.00245 0.001545 +Edges +494 +0 1 +0 3 +1 2 +1 5 +2 4 +3 5 +3 6 +4 5 +4 7 +5 8 +6 8 +6 13 +7 8 +7 14 +8 19 +9 10 +9 20 +9 22 +10 11 +10 23 +11 12 +11 24 +12 13 +12 25 +13 19 +13 26 +14 15 +14 19 +14 29 +15 16 +15 30 +16 17 +16 31 +17 18 +17 32 +18 21 +18 33 +19 27 +19 28 +20 34 +20 35 +21 46 +21 47 +22 23 +22 35 +23 24 +23 36 +24 25 +24 37 +25 26 +25 38 +26 27 +26 39 +27 28 +27 40 +28 29 +28 41 +29 30 +29 42 +30 31 +30 43 +31 32 +31 44 +32 33 +32 45 +33 46 +34 48 +34 50 +35 36 +35 48 +35 51 +36 37 +37 38 +38 39 +39 40 +40 41 +41 42 +42 43 +43 44 +44 45 +45 46 +46 49 +46 52 +47 49 +47 53 +48 54 +49 55 +50 54 +50 56 +51 54 +51 57 +52 55 +52 58 +53 55 +53 59 +54 60 +55 61 +56 60 +56 62 +57 60 +57 63 +58 61 +58 64 +59 61 +59 65 +60 66 +61 67 +62 66 +62 70 +63 66 +63 71 +64 67 +64 81 +65 67 +65 82 +66 68 +67 69 +68 70 +68 71 +69 81 +69 82 +70 83 +71 72 +71 83 +71 85 +72 73 +72 86 +73 74 +73 87 +74 75 +74 88 +75 88 +75 93 +76 77 +76 98 +77 78 +77 99 +78 79 +78 89 +79 80 +79 90 +80 81 +80 91 +81 84 +81 92 +82 84 +83 95 +84 102 +85 86 +85 95 +86 87 +86 96 +87 88 +87 97 +88 94 +89 90 +89 99 +90 91 +90 100 +91 92 +91 101 +92 102 +93 94 +93 105 +94 97 +94 103 +95 96 +96 97 +97 104 +98 99 +98 107 +99 100 +99 106 +100 101 +100 108 +101 102 +103 104 +103 105 +103 111 +104 109 +105 110 +106 107 +106 108 +106 113 +107 116 +108 117 +109 111 +109 114 +110 111 +110 115 +111 112 +112 114 +112 115 +112 119 +113 116 +113 117 +113 122 +114 118 +115 120 +116 121 +117 123 +118 119 +119 120 +121 122 +122 123 +125 124 +125 126 +126 127 +124 127 +129 128 +129 130 +130 131 +128 131 +125 132 +132 133 +133 126 +134 135 +135 132 +134 125 +129 136 +136 137 +137 130 +139 138 +139 136 +138 129 +140 138 +140 128 +142 141 +142 138 +141 140 +134 143 +143 124 +145 144 +145 135 +144 134 +142 146 +146 139 +147 142 +147 148 +148 146 +144 149 +149 143 +150 147 +151 150 +151 148 +152 147 +152 141 +153 152 +153 150 +155 154 +156 155 +156 157 +157 154 +158 156 +158 149 +149 157 +159 158 +159 144 +160 159 +161 160 +161 144 +162 151 +162 163 +163 148 +164 162 +164 165 +165 163 +166 164 +166 167 +167 165 +168 154 +169 168 +169 155 +170 168 +171 170 +171 169 +172 169 +172 156 +173 172 +173 158 +160 173 +174 161 +174 145 +175 153 +175 150 +176 175 +176 151 +177 176 +177 162 +166 177 +178 166 +178 179 +179 167 +180 171 +181 180 +181 169 +182 178 +183 182 +183 179 +184 170 +184 180 +185 186 +186 180 +185 184 +187 166 +187 182 +188 189 +189 182 +188 187 +190 186 +190 181 +191 189 +191 183 +192 193 +193 186 +192 185 +194 195 +195 189 +194 188 +196 193 +196 190 +197 195 +197 191 +198 192 +198 199 +199 193 +200 194 +200 201 +201 195 +202 199 +202 196 +203 201 +203 197 +204 198 +204 202 +205 200 +205 203 +206 202 +207 206 +207 208 +208 202 +209 207 +209 210 +210 208 +211 209 +211 212 +212 210 +213 211 +213 214 +214 212 +215 213 +215 216 +216 214 +217 215 +217 218 +218 216 +219 217 +219 220 +220 218 +221 219 +221 222 +222 220 +223 221 +223 224 +224 222 +225 223 +225 226 +226 224 +227 225 +227 200 +200 226 +228 227 +228 205 +229 204 +229 206 +230 215 +230 217 +231 230 +231 219 +232 229 +232 207 +233 232 +233 209 +234 233 +234 211 +235 234 +235 213 +235 230 +236 237 +237 230 +236 235 +238 231 +238 221 +239 238 +239 223 +240 239 +240 225 +228 240 +241 237 +241 231 +242 243 +243 237 +242 236 +244 243 +244 241 +246 245 +246 243 +245 242 +247 246 +247 244 +123 127 +122 126 +117 124 +120 131 +119 130 +115 128 +121 133 +116 132 +107 135 +118 137 +114 136 +109 139 +110 140 +105 141 +108 143 +98 145 +104 146 +97 148 +100 149 +93 152 +75 153 +102 154 +101 157 +78 160 +77 161 +96 163 +95 165 +83 167 +84 168 +82 170 +81 169 +80 172 +79 173 +76 174 +74 175 +73 176 +72 177 +71 166 +70 179 +64 181 +62 183 +65 184 +59 185 +63 187 +57 188 +58 190 +56 191 +53 192 +51 194 +52 196 +50 197 +47 198 +35 200 +46 202 +34 203 +21 204 +20 205 +45 208 +44 210 +43 212 +42 214 +41 216 +40 218 +39 220 +38 222 +37 224 +36 226 +9 228 +18 229 +17 232 +16 233 +15 234 +14 235 +7 236 +13 231 +12 238 +11 239 +10 240 +6 241 +4 242 +3 244 +2 245 +1 246 +0 247 +Faces +248 +4 391 392 408 401 +4 385 386 404 397 +4 388 398 406 393 +4 362 368 389 367 +4 382 394 402 387 +4 373 374 383 381 +4 376 380 384 379 +4 355 356 377 361 +4 365 366 390 371 +4 339 340 363 345 +4 352 358 372 357 +4 353 331 328 336 +4 343 344 364 349 +4 329 309 305 306 +4 324 330 354 327 +4 325 265 262 308 +4 323 319 320 350 +4 315 316 346 321 +4 317 311 312 342 +4 313 277 271 272 +4 301 302 334 307 +4 303 297 298 332 +4 299 249 246 292 +4 295 287 288 322 +4 291 241 238 286 +4 289 283 284 318 +4 279 280 314 285 +4 275 276 310 281 +4 267 268 338 273 +3 263 259 260 +4 255 256 304 261 +4 251 252 300 257 +4 253 245 248 296 +4 247 237 234 242 +4 239 233 223 224 +4 235 231 215 216 +4 229 226 232 240 +4 206 212 227 209 +4 221 218 230 236 +4 198 210 219 201 +4 203 204 222 213 +4 195 196 214 211 +4 186 192 207 189 +4 178 190 199 181 +4 183 184 202 193 +4 175 176 194 191 +4 187 169 166 172 +4 179 141 138 170 +4 173 163 164 182 +4 171 133 134 174 +4 167 85 82 162 +4 139 81 78 132 +4 131 127 128 160 +4 123 124 158 129 +4 119 120 156 125 +4 115 116 154 121 +4 111 112 152 117 +4 107 108 150 113 +4 103 104 148 109 +4 99 100 146 105 +4 95 96 144 101 +4 91 92 142 97 +4 93 87 88 136 +4 89 35 32 80 +4 83 71 72 130 +3 77 74 106 +4 75 49 50 102 +4 73 67 68 126 +4 63 64 122 69 +4 59 60 118 65 +4 53 56 114 61 +4 57 54 76 110 +4 24 28 55 27 +4 45 46 98 51 +4 41 42 94 47 +4 37 38 90 43 +4 39 31 34 86 +4 21 22 48 29 +4 14 18 25 17 +4 11 12 20 19 +4 5 6 15 9 +4 1 2 10 7 +4 411 412 414 417 +4 419 420 422 425 +4 426 428 430 413 +4 432 434 427 437 +4 438 440 442 421 +4 445 446 439 449 +4 450 448 418 453 +4 455 456 451 459 +4 461 436 410 463 +4 465 466 433 469 +4 470 472 444 457 +4 471 475 476 478 +4 481 468 460 483 +4 477 485 487 488 +4 490 474 454 493 +4 491 495 496 484 +4 499 501 502 504 +4 507 508 510 503 +4 509 513 514 480 +4 515 517 519 520 +4 523 524 526 489 +4 525 529 530 532 +4 531 535 536 538 +4 541 543 544 498 +4 547 549 550 542 +4 545 553 554 500 +4 557 558 506 555 +4 561 516 512 559 +4 563 564 464 521 +3 497 567 568 +4 571 572 486 569 +4 575 576 522 573 +4 577 579 534 528 +4 537 581 582 584 +4 551 587 589 590 +4 583 593 595 596 +4 599 600 586 548 +4 602 604 601 607 +4 609 610 592 580 +4 612 614 611 617 +4 619 620 588 605 +4 623 624 594 615 +4 626 628 603 631 +4 632 634 613 637 +4 639 640 618 629 +4 643 644 622 635 +4 627 647 648 650 +4 633 653 654 656 +4 651 659 660 638 +4 657 663 664 642 +4 649 667 668 658 +4 655 671 672 662 +4 675 677 678 680 +4 683 684 686 679 +4 689 690 692 685 +4 695 696 698 691 +4 701 702 704 697 +4 707 708 710 703 +4 713 714 716 709 +4 719 720 722 715 +4 725 726 728 721 +4 731 732 734 727 +4 733 737 738 740 +4 739 743 744 670 +4 669 747 748 674 +3 751 752 706 +4 753 755 756 712 +4 749 759 760 676 +4 763 764 682 761 +4 767 768 688 765 +4 771 772 694 769 +4 773 774 750 700 +4 776 778 775 781 +4 783 784 718 757 +4 787 788 724 785 +4 791 792 730 789 +4 793 795 742 736 +4 797 798 754 779 +4 800 802 777 805 +4 807 808 796 803 +4 811 812 801 815 +4 817 818 806 813 +4 408 820 415 823 +4 400 820 417 825 +4 404 826 423 829 +4 396 826 425 831 +4 398 832 429 835 +4 406 822 431 833 +4 368 834 435 837 +4 394 838 441 841 +4 402 828 443 839 +4 374 840 447 843 +4 378 830 453 845 +4 360 844 459 847 +4 370 824 463 849 +4 340 836 467 851 +4 358 842 473 853 +4 336 852 479 855 +4 348 848 483 857 +4 326 846 493 859 +4 264 858 495 861 +4 350 862 505 865 +4 346 864 511 857 +4 270 866 519 869 +4 334 854 527 871 +4 332 870 533 873 +4 292 872 539 875 +4 294 862 541 877 +4 290 876 547 879 +4 282 880 553 883 +4 278 882 557 885 +4 274 884 561 867 +4 266 868 563 887 +4 268 850 565 887 +4 258 860 567 889 +4 254 888 571 891 +4 250 890 575 893 +4 244 892 579 895 +4 242 874 585 897 +4 224 880 591 899 +4 216 896 597 901 +4 228 878 599 903 +4 208 902 607 905 +4 220 894 609 907 +4 200 906 617 909 +4 204 898 621 911 +4 196 900 625 913 +4 188 904 631 915 +4 180 908 637 917 +4 184 910 641 919 +4 176 912 645 921 +4 168 914 647 923 +4 140 916 653 925 +4 164 918 661 927 +4 134 920 665 929 +4 84 922 667 931 +4 78 928 673 933 +4 160 926 681 935 +4 158 934 687 937 +4 156 936 693 939 +4 154 938 699 941 +4 152 940 705 943 +4 150 942 711 945 +4 148 944 717 947 +4 146 946 723 949 +4 144 948 729 951 +4 142 950 735 953 +4 136 952 741 925 +4 32 932 745 955 +4 70 930 747 957 +4 66 956 759 959 +4 62 958 763 961 +4 58 960 767 963 +4 52 962 771 965 +4 26 964 781 967 +4 44 968 783 971 +4 40 970 787 973 +4 36 972 791 975 +4 30 974 795 955 +4 22 968 799 977 +4 16 966 805 979 +4 12 976 809 981 +4 4 982 811 985 +4 8 978 815 983 +4 0 984 817 987 +4 2 980 819 987 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.params b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..8363559 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.params @@ -0,0 +1,2 @@ + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.pin b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..d5d707b --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.pin @@ -0,0 +1,74 @@ + + + + + P1 + P1 + + + 1 + -1 + + -0.01454 + -0.0008 + + + + + + P2 + P2 + + + 1 + -1 + + 0.005 + 0.0022 + + + + + + P3 + P3 + + + 1 + -1 + + 0.005 + -0.0038 + + + + + + P4 + P4 + + + 1 + -1 + + -0.000885 + 0.00055 + + + + + + P5 + P5 + + + 1 + -1 + + -0.000885 + -0.00215 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.plan b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..48c6fdb --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.prt @@ -0,0 +1,48 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + P2 + P2 + + 50 + 0 + + + + + P3 + P3 + + 50 + 0 + + + + + P4 + P4 + P5 + + 100 + 0 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.psz b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..86e6d4e Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qas b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..daeead0 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.091242 +mesh_extrusion_duration_seconds 0.129742 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.054188 +mesh_meshing_duration_seconds 0.106953 +solve_input_processing_duration_seconds 0.039618 +solve_db_initialization_duration_seconds 0.010565 +solve_port_solver_duration_seconds 0.007016 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.006516 +solve_mesh_reduction_duration_seconds 0.012517 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.080195 +solve_first_solve_duration_seconds 0.102581 +solve_first_misc_duration_seconds 0.08416 +solve_sweep_load_duration_seconds 0.595063 +solve_sweep_solve_duration_seconds 0.025033 +solve_sweep_misc_duration_seconds 0.304262 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.444825 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.725293 +solve_flow_first_frequency_duration_seconds 0.266936 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 0.924358 +solve_flow_duration_seconds 1.649651 +solve_sweep_load_duration_per_frequency_seconds 0.085009 +solve_sweep_solve_duration_per_frequency_seconds 0.00357614285714286 +solve_sweep_misc_duration_per_frequency_seconds 0.043466 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.132051142857143 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.085009 +solve_flow_frequency_independent_duration_seconds 0.593241857142857 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 14942208 +mesh_peak_rss_memory_bytes 40566784 +mesh_page_fault_count 11387 +solve_peak_page_memory_bytes 81227776 +solve_peak_rss_memory_bytes 99553280 +solve_page_fault_count 81104 +maximal_peak_page_memory_bytes 81227776 +maximal_peak_rss_memory_bytes 99553280 +total_page_fault_count 92491 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 2 +rectangle_count 49 +quad_count 31 +via_count 0 +matrix_size 509 +reduced_matrix_size 374 +frequency_count 8 +solve_peak_memory_estimate_bytes 5030400 +total_cell_count 82 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qry b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..9591487 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Thu Sep 25 16:25:16 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sab b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..acc102f Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sam b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..beaceed --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sam @@ -0,0 +1,12 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 8 +1.000000e+09 +1.444444e+09 +2.333333e+09 +3.000000e+09 +3.666667e+09 +4.333333e+09 +4.666667e+09 +5.000000e+09 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sio b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..9cbfca1 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sst b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..2f480a3 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 36.21 MB + Virtual memory : 14.18 MB + Page faults : 10597 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sta b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..6117041 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sta @@ -0,0 +1,116 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 25 16:25:16 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 49 + Quadrangular cells : 31 + Triangular cells : 2 + Via cells : 0 + + Edge currents : 136 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 35.50 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.07 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 6.61 + + Matrix size : 509 + Reduced matrix size : 374 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.10 + Basis creation | 0: 0: 0 | 0: 0: 0 | 7.36 + Matrix load | 0: 0: 0 | 0: 0: 0 | 35.87 + Matrix solve | 0: 0: 0 | 0: 0: 1 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 6.96 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.18 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.95 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 1.44444 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.12 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 4.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.14 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 3 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.07 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 8 + + Physical memory : 94.94 MB + Virtual memory : 77.46 MB + Page faults : 81113 + User Time : 0h 0m 5s + Elapsed Time : 0h 0m 2s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sti b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.stm b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..d2f3704 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Thu Sep 25 16:25:16 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 2 + Rectangular cells : 49 + Non-rectangular quadrilateral cells : 31 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 38.68 MB + Virtual memory : 14.25 MB + Page faults : 11386 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sub b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.toi b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..29ba887 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.toi @@ -0,0 +1,18 @@ + + + + P1 + + + P2 + + + P3 + + + P4 + + + P5 + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.txb b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..8b030a1 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_a b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..2721a47 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_a @@ -0,0 +1,19 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,0.5500 5.0000,0.5500 5.0000,3.8500 0.0000,3.8500; +ADD P1 :W0.000000 -1.7700,0.5500 0.0000,0.5500 0.0000,3.8500 -1.7700,3.8500; +ADD P1 :W0.000000 -1.7700,-2.1500 0.0000,-2.1500 0.0000,-5.4500 -1.7700,-5.4500; +ADD P1 :W0.000000 0.0000,-2.1500 5.0000,-2.1500 5.0000,-5.4500 0.0000,-5.4500; +ADD P1 :W0.000000 -1.7700,-8.4500 -1.7700,-5.4500 0.0000,-5.4500 0.0000,-8.4500; +ADD P1 :W0.000000 -1.7700,-8.4500 0.0000,-8.4500 -1.7700,-10.2200; +ADD P1 :W0.000000 -7.7700,-8.4500 -1.7700,-8.4500 -1.7700,-10.2200 -7.7700,-10.2200; +ADD P1 :W0.000000 -7.7700,-8.4500 -7.7700,-10.2200 -9.5400,-8.4500; +ADD P1 :W0.000000 -9.5400,-8.4500 -9.5400,-2.4500 -7.7700,-2.4500 -7.7700,-8.4500; +ADD P1 :W0.000000 -7.7700,0.8500 -9.5400,0.8500 -9.5400,-2.4500 -7.7700,-2.4500; +ADD P1 :W0.000000 -9.5400,6.8500 -9.5400,0.8500 -7.7700,0.8500 -7.7700,6.8500; +ADD P1 :W0.000000 -7.7700,6.8500 -7.7700,8.6200 -9.5400,6.8500; +ADD P1 :W0.000000 -7.7700,6.8500 -1.7700,6.8500 -1.7700,8.6200 -7.7700,8.6200; +ADD P1 :W0.000000 -1.7700,6.8500 0.0000,6.8500 -1.7700,8.6200; +ADD P1 :W0.000000 -1.7700,6.8500 -1.7700,3.8500 0.0000,3.8500 0.0000,6.8500; +ADD P1 :W0.000000 -14.5400,-2.4500 -9.5400,-2.4500 -9.5400,0.8500 -14.5400,0.8500; +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_geo.csv b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..05739aa --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,37 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,0 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,0 +0.141254,0 +0.177828,0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_out.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..888f6bb --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,38 @@ + + + + + P1 + P1 + + 50 + 0 + + + + P2 + P2 + + 50 + 0 + + + + P3 + P3 + + 50 + 0 + + + + P4 + P4 + P5 + + 100 + 0 + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_1/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/.variables b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..0276663 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 542 surfaces diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..b893775 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,51 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 6.7089714050292969e+01 -8.2161598205566406e+01 7.7520957946777344e+01 + Target -6.5960235595703125e+00 -8.4758481979370117e+00 3.8352022171020508e+00 + Up -4.0824824571609497e-01 4.0824833512306213e-01 8.1649661064147949e-01 + 5.1050979614257812e+01 5.1050979614257812e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/emStateFile.xml b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..b0d1857 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,2290 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__21 + + N__21 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__22 + + N__22 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__23 + + N__23 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__24 + + N__24 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__25 + + N__25 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__26 + + N__26 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__21 + + N__21 + 0 + 0 + 0 + + N__22 + + N__22 + 0 + 0 + 0 + + N__23 + + N__23 + 0 + 0 + 0 + + N__24 + + N__24 + 0 + 0 + 0 + + N__25 + + N__25 + 0 + 0 + 0 + + N__26 + + N__26 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__16 + + N__16 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__21 + + N__21 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__22 + + N__22 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__23 + + N__23 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__24 + + N__24 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__25 + + N__25 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__26 + + N__26 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__10 + + N__10 + 0 + 0 + 0 + + N__16 + + N__16 + 0 + 0 + 0 + + N__21 + + N__21 + 0 + 0 + 0 + + N__22 + + N__22 + 0 + 0 + 0 + + N__23 + + N__23 + 0 + 0 + 0 + + N__24 + + N__24 + 0 + 0 + 0 + + N__25 + + N__25 + 0 + 0 + 0 + + N__26 + + N__26 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_2 + True + True + cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_2 + True + True + S_Nport_P.ddt + + + True + cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_2:layout + False + + False + False + False + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MSABND_MDS + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:cell_2:layout:Bend6 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend7 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend8 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:Bend9 + + 34 + ads_tlines:MSABND_MDS:layout + em + + False + + MyLab2_lib:cell_2:layout:TL12 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL13 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL14 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL15 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL16 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL17 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL18 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab2_lib:cell_2:layout:TL19 + + 34 + ads_tlines:MLIN:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.0247:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.005:0 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + 0.005:-0.013 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + -0.0247:-0.013 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 50:0 + Auto + 0 + 2 + + + P4 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/momentum.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.c2d b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..80956d9 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,110 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Mon Sep 29 22:26:16 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 4 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet3 + +VAR freq MAG 2 + +DATA GAMMA_3[1] RI +DATA Z0_3[1,1] RI +DATA LAMBADAI_3[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet4 + +VAR freq MAG 2 + +DATA GAMMA_4[1] RI +DATA Z0_4[1,1] RI +DATA LAMBADAI_4[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cdr b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..928361e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,32 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 4 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 + +PORTSET 3 + +NO TML_PORT; + +RPS 0 +END PORTSET 3 + +PORTSET 4 + +NO TML_PORT; + +RPS 0 +END PORTSET 4 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..6668bf8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/MyLab2_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.exb b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..4fa2842 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.fra b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..bffa7ab --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 4 +NUMBER OF DATA COLUMNS : -4 + +NUMBER OF BLOCKS : 1 +0 9 :0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.gdf b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..4b1f437 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,671 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 -24.7000,-13.5500 -24.7000,-12.4500; +ADD L1 :W0.000 -24.7000,-12.4500 -23.6000,-12.4500; +ADD L1 :W0.000 -24.7000,-14.6500 -24.7000,-13.5500; +ADD L1 :W0.000 -24.7000,-14.6500 -23.6000,-14.6500; +ADD L1 :W0.000 -23.6000,-14.6500 -22.4750,-14.6500; +ADD L1 :W0.000 -22.4750,-13.5500 -22.4750,-14.6500; +ADD L1 :W0.000 -22.4750,-13.5500 -22.4750,-12.4500; +ADD L1 :W0.000 -23.6000,-12.4500 -22.4750,-12.4500; +ADD L1 :W0.000 2.7750,-0.5500 2.7750,0.5500; +ADD L1 :W0.000 2.7750,-0.5500 3.9000,-0.5500; +ADD L1 :W0.000 2.7750,0.5500 2.7750,1.6500; +ADD L1 :W0.000 2.7750,1.6500 3.9000,1.6500; +ADD L1 :W0.000 5.0000,0.5500 5.0000,1.6500; +ADD L1 :W0.000 3.9000,1.6500 5.0000,1.6500; +ADD L1 :W0.000 3.9000,-0.5500 5.0000,-0.5500; +ADD L1 :W0.000 5.0000,-0.5500 5.0000,0.5500; +ADD L1 :W0.000 2.7750,-13.5500 2.7750,-14.6500; +ADD L1 :W0.000 2.7750,-14.6500 3.9000,-14.6500; +ADD L1 :W0.000 2.7750,-13.5500 2.7750,-12.4500; +ADD L1 :W0.000 2.7750,-12.4500 3.9000,-12.4500; +ADD L1 :W0.000 3.9000,-14.6500 5.0000,-14.6500; +ADD L1 :W0.000 5.0000,-14.6500 5.0000,-13.5500; +ADD L1 :W0.000 5.0000,-13.5500 5.0000,-12.4500; +ADD L1 :W0.000 3.9000,-12.4500 5.0000,-12.4500; +ADD L1 :W0.000 1.2000,1.6500 1.6500,0.5500; +ADD L1 :W0.000 0.7444,0.5500 1.6500,0.5500; +ADD L1 :W0.000 0.6000,2.2500 1.2000,1.6500; +ADD L1 :W0.000 -0.3320,1.3180 0.6000,2.2500; +ADD L1 :W0.000 -0.3320,1.3180 0.7444,0.5500; +ADD L1 :W0.000 0.7444,-13.5500 1.6500,-13.5500; +ADD L1 :W0.000 1.2000,-14.6500 1.6500,-13.5500; +ADD L1 :W0.000 -0.3320,-14.3180 0.7444,-13.5500; +ADD L1 :W0.000 -0.3320,-14.3180 0.6000,-15.2500; +ADD L1 :W0.000 0.6000,-15.2500 1.2000,-14.6500; +ADD L1 :W0.000 -0.3320,1.3180 0.0195,0.4695; +ADD L1 :W0.000 -1.6500,0.0000 -1.6500,1.2426; +ADD L1 :W0.000 -1.6500,0.0000 0.0195,0.4695; +ADD L1 :W0.000 -1.2107,2.3033 -0.3320,1.3180; +ADD L1 :W0.000 -1.6500,1.2426 -1.2107,2.3033; +ADD L1 :W0.000 -0.3320,-14.3180 0.6000,-15.2500; +ADD L1 :W0.000 -1.2107,-15.3033 -0.3320,-16.1820; +ADD L1 :W0.000 -0.3320,-16.1820 0.6000,-15.2500; +ADD L1 :W0.000 -1.6500,-14.2426 -0.3320,-14.3180; +ADD L1 :W0.000 -1.6500,-14.2426 -1.2107,-15.3033; +ADD L1 :W0.000 -2.8500,5.7000 -1.6335,4.4835; +ADD L1 :W0.000 -3.5018,5.2527 -2.8500,5.7000; +ADD L1 :W0.000 -3.5018,3.5018 -3.5018,5.2527; +ADD L1 :W0.000 -3.5018,3.5018 -2.8715,3.2454; +ADD L1 :W0.000 -2.8715,3.2454 -1.6335,4.4835; +ADD L1 :W0.000 -1.6500,-14.2426 -1.2107,-15.3033; +ADD L1 :W0.000 -3.4906,-14.7509 -1.6500,-14.2426; +ADD L1 :W0.000 -2.8715,-16.2454 -1.2107,-15.3033; +ADD L1 :W0.000 -3.5018,-15.7581 -3.4906,-14.7509; +ADD L1 :W0.000 -3.5018,-15.7581 -2.8715,-16.2454; +ADD L1 :W0.000 -3.5018,3.5018 -2.8715,3.2454; +ADD L1 :W0.000 -3.4906,1.7509 -2.8715,3.2454; +ADD L1 :W0.000 -5.2527,3.5018 -3.5018,3.5018; +ADD L1 :W0.000 -5.2527,1.7509 -5.2527,3.5018; +ADD L1 :W0.000 -5.2527,1.7509 -3.4906,1.7509; +ADD L1 :W0.000 -3.5018,-14.0072 -3.4906,-14.7509; +ADD L1 :W0.000 -5.2527,-14.0072 -3.5018,-14.0072; +ADD L1 :W0.000 -5.2527,-15.7581 -5.2527,-14.0072; +ADD L1 :W0.000 -5.2527,-15.7581 -3.5018,-15.7581; +ADD L1 :W0.000 -3.5018,-15.7581 -3.4906,-14.7509; +ADD L1 :W0.000 -3.5018,-15.7581 -2.8715,-16.2454; +ADD L1 :W0.000 -3.5018,-17.5090 -2.8715,-16.2454; +ADD L1 :W0.000 -5.2527,-17.5090 -5.2527,-15.7581; +ADD L1 :W0.000 -5.2527,-17.5090 -3.5018,-17.5090; +ADD L1 :W0.000 -5.2527,-15.7581 -3.5018,-15.7581; +ADD L1 :W0.000 -2.8715,-16.2454 -1.6335,-17.4835; +ADD L1 :W0.000 -3.5018,-17.5090 -2.8715,-16.2454; +ADD L1 :W0.000 -2.8500,-18.7000 -1.6335,-17.4835; +ADD L1 :W0.000 -3.5018,-18.7000 -3.5018,-17.5090; +ADD L1 :W0.000 -3.5018,-18.7000 -2.8500,-18.7000; +ADD L1 :W0.000 -15.7581,-15.7581 -14.0072,-15.7581; +ADD L1 :W0.000 -14.0072,-15.7581 -14.0072,-14.0072; +ADD L1 :W0.000 -15.7581,-14.0072 -14.0072,-14.0072; +ADD L1 :W0.000 -16.2094,-14.7509 -15.7581,-14.0072; +ADD L1 :W0.000 -16.2094,-14.7509 -15.7581,-15.7581; +ADD L1 :W0.000 -16.2094,-14.7509 -15.7581,-15.7581; +ADD L1 :W0.000 -16.8285,-16.2454 -15.7581,-15.7581; +ADD L1 :W0.000 -18.0500,-14.2426 -16.2094,-14.7509; +ADD L1 :W0.000 -18.4893,-15.3033 -18.0500,-14.2426; +ADD L1 :W0.000 -18.4893,-15.3033 -16.8285,-16.2454; +ADD L1 :W0.000 -17.5090,5.0410 -15.7581,5.2527; +ADD L1 :W0.000 -16.8285,3.2454 -15.7581,3.5018; +ADD L1 :W0.000 -15.7581,3.5018 -15.7581,5.2527; +ADD L1 :W0.000 -18.0665,4.4835 -17.5090,5.0410; +ADD L1 :W0.000 -18.0665,4.4835 -16.8285,3.2454; +ADD L1 :W0.000 -18.4893,2.3033 -18.0500,1.2426; +ADD L1 :W0.000 -19.3680,1.3180 -18.4893,2.3033; +ADD L1 :W0.000 -19.7195,0.4695 -19.3680,1.3180; +ADD L1 :W0.000 -19.7195,0.4695 -18.0500,0.0000; +ADD L1 :W0.000 -18.0500,0.0000 -18.0500,1.2426; +ADD L1 :W0.000 -19.3680,-14.3180 -18.0500,-14.2426; +ADD L1 :W0.000 -18.4893,-15.3033 -18.0500,-14.2426; +ADD L1 :W0.000 -20.3000,-15.2500 -19.3680,-14.3180; +ADD L1 :W0.000 -20.3000,-15.2500 -19.3680,-16.1820; +ADD L1 :W0.000 -19.3680,-16.1820 -18.4893,-15.3033; +ADD L1 :W0.000 -19.7195,-13.4695 -19.3680,-14.3180; +ADD L1 :W0.000 -20.4444,-13.5500 -19.7195,-13.4695; +ADD L1 :W0.000 -20.9000,-14.6500 -20.4444,-13.5500; +ADD L1 :W0.000 -20.9000,-14.6500 -20.3000,-15.2500; +ADD L1 :W0.000 -20.3000,-15.2500 -19.3680,-14.3180; +ADD L1 :W0.000 -20.3000,2.2500 -19.3680,1.3180; +ADD L1 :W0.000 -20.9000,1.6500 -20.3000,2.2500; +ADD L1 :W0.000 -20.9000,1.6500 -20.4444,0.5500; +ADD L1 :W0.000 -20.4444,0.5500 -19.7195,0.4695; +ADD L1 :W0.000 -19.7195,0.4695 -19.3680,1.3180; +ADD L1 :W0.000 0.5500,-12.4500 0.7444,-13.5500; +ADD L1 :W0.000 -0.5500,-12.4500 0.5500,-12.4500; +ADD L1 :W0.000 -0.5500,-12.4500 0.0195,-13.4695; +ADD L1 :W0.000 -0.3320,-14.3180 0.0195,-13.4695; +ADD L1 :W0.000 -0.3320,-14.3180 0.7444,-13.5500; +ADD L1 :W0.000 -0.5500,-0.5500 0.0195,0.4695; +ADD L1 :W0.000 -0.5500,-0.5500 0.5500,-0.5500; +ADD L1 :W0.000 0.5500,-0.5500 0.7444,0.5500; +ADD L1 :W0.000 -0.3320,1.3180 0.7444,0.5500; +ADD L1 :W0.000 -0.3320,1.3180 0.0195,0.4695; +ADD L1 :W0.000 -1.6500,-13.0000 -1.6500,-14.2426; +ADD L1 :W0.000 -3.4906,-13.0000 -1.6500,-13.0000; +ADD L1 :W0.000 -3.5018,-14.0072 -3.4906,-13.0000; +ADD L1 :W0.000 -3.5018,-14.0072 -3.4906,-14.7509; +ADD L1 :W0.000 -3.4906,-14.7509 -1.6500,-14.2426; +ADD L1 :W0.000 -18.0500,-13.0000 -18.0500,-14.2426; +ADD L1 :W0.000 -19.7195,-13.4695 -19.3680,-14.3180; +ADD L1 :W0.000 -19.3680,-14.3180 -18.0500,-14.2426; +ADD L1 :W0.000 -19.1500,-12.4500 -18.0500,-12.4500; +ADD L1 :W0.000 -19.7195,-13.4695 -19.1500,-12.4500; +ADD L1 :W0.000 -18.0500,-13.0000 -18.0500,-12.4500; +ADD L1 :W0.000 -0.5500,-12.4500 0.0195,-13.4695; +ADD L1 :W0.000 -1.6500,-12.4500 -0.5500,-12.4500; +ADD L1 :W0.000 -1.6500,-13.0000 -1.6500,-12.4500; +ADD L1 :W0.000 -1.6500,-13.0000 -1.6500,-14.2426; +ADD L1 :W0.000 -1.6500,-14.2426 -0.3320,-14.3180; +ADD L1 :W0.000 -0.3320,-14.3180 0.0195,-13.4695; +ADD L1 :W0.000 -21.3500,-12.4500 -20.2500,-12.4500; +ADD L1 :W0.000 -21.3500,-13.5500 -21.3500,-12.4500; +ADD L1 :W0.000 -20.4444,-13.5500 -20.2500,-12.4500; +ADD L1 :W0.000 -21.3500,-13.5500 -20.9000,-14.6500; +ADD L1 :W0.000 -20.9000,-14.6500 -20.4444,-13.5500; +ADD L1 :W0.000 -20.4444,0.5500 -20.2500,-0.5500; +ADD L1 :W0.000 -21.3500,-0.5500 -21.3500,0.5500; +ADD L1 :W0.000 -21.3500,-0.5500 -20.2500,-0.5500; +ADD L1 :W0.000 -20.9000,1.6500 -20.4444,0.5500; +ADD L1 :W0.000 -21.3500,0.5500 -20.9000,1.6500; +ADD L1 :W0.000 -1.6500,0.0000 0.0195,0.4695; +ADD L1 :W0.000 -1.6500,-0.5500 -1.6500,0.0000; +ADD L1 :W0.000 -0.5500,-0.5500 0.0195,0.4695; +ADD L1 :W0.000 -1.6500,-1.6500 -1.6500,-0.5500; +ADD L1 :W0.000 -1.6500,-1.6500 -0.5500,-1.6500; +ADD L1 :W0.000 -0.5500,-1.6500 -0.5500,-0.5500; +ADD L1 :W0.000 -19.1500,-1.6500 -19.1500,-0.5500; +ADD L1 :W0.000 -19.1500,-1.6500 -18.0500,-1.6500; +ADD L1 :W0.000 -18.0500,-1.6500 -18.0500,-0.5500; +ADD L1 :W0.000 -19.7195,0.4695 -18.0500,0.0000; +ADD L1 :W0.000 -19.7195,0.4695 -19.1500,-0.5500; +ADD L1 :W0.000 -18.0500,-0.5500 -18.0500,0.0000; +ADD L1 :W0.000 1.6500,-13.5500 2.7750,-13.5500; +ADD L1 :W0.000 2.7750,-13.5500 2.7750,-12.4500; +ADD L1 :W0.000 1.6500,-12.4500 2.7750,-12.4500; +ADD L1 :W0.000 0.5500,-12.4500 1.6500,-12.4500; +ADD L1 :W0.000 0.5500,-12.4500 0.7444,-13.5500; +ADD L1 :W0.000 0.7444,-13.5500 1.6500,-13.5500; +ADD L1 :W0.000 1.6500,-0.5500 2.7750,-0.5500; +ADD L1 :W0.000 2.7750,-0.5500 2.7750,0.5500; +ADD L1 :W0.000 1.6500,0.5500 2.7750,0.5500; +ADD L1 :W0.000 0.7444,0.5500 1.6500,0.5500; +ADD L1 :W0.000 0.5500,-0.5500 0.7444,0.5500; +ADD L1 :W0.000 0.5500,-0.5500 1.6500,-0.5500; +ADD L1 :W0.000 -16.8285,-16.2454 -15.7581,-17.5090; +ADD L1 :W0.000 -18.0665,-17.4835 -16.8285,-16.2454; +ADD L1 :W0.000 -18.0665,-17.4835 -17.5090,-18.0410; +ADD L1 :W0.000 -17.5090,-18.0410 -16.8500,-18.7000; +ADD L1 :W0.000 -16.8500,-18.7000 -15.7581,-18.7000; +ADD L1 :W0.000 -15.7581,-18.7000 -15.7581,-17.5090; +ADD L1 :W0.000 -3.5018,5.7000 -2.8500,5.7000; +ADD L1 :W0.000 -3.5018,5.2527 -2.8500,5.7000; +ADD L1 :W0.000 -5.2527,5.2527 -5.2527,5.7000; +ADD L1 :W0.000 -5.2527,5.2527 -3.5018,5.2527; +ADD L1 :W0.000 -5.2527,5.7000 -3.5018,5.7000; +ADD L1 :W0.000 -19.7195,0.4695 -19.1500,-0.5500; +ADD L1 :W0.000 -20.4444,0.5500 -19.7195,0.4695; +ADD L1 :W0.000 -20.4444,0.5500 -20.2500,-0.5500; +ADD L1 :W0.000 -20.2500,-1.6500 -20.2500,-0.5500; +ADD L1 :W0.000 -20.2500,-1.6500 -19.1500,-1.6500; +ADD L1 :W0.000 -19.1500,-1.6500 -19.1500,-0.5500; +ADD L1 :W0.000 -20.2500,-12.4500 -20.2500,-11.3500; +ADD L1 :W0.000 -19.1500,-12.4500 -19.1500,-11.3500; +ADD L1 :W0.000 -20.2500,-11.3500 -19.1500,-11.3500; +ADD L1 :W0.000 -20.4444,-13.5500 -20.2500,-12.4500; +ADD L1 :W0.000 -20.4444,-13.5500 -19.7195,-13.4695; +ADD L1 :W0.000 -19.7195,-13.4695 -19.1500,-12.4500; +ADD L1 :W0.000 -8.7545,5.2527 -8.7545,5.7000; +ADD L1 :W0.000 -7.0036,5.2527 -7.0036,5.7000; +ADD L1 :W0.000 -8.7545,5.7000 -7.0036,5.7000; +ADD L1 :W0.000 -8.7545,3.5018 -8.7545,5.2527; +ADD L1 :W0.000 -8.7545,3.5018 -7.0036,3.5018; +ADD L1 :W0.000 -7.0036,3.5018 -7.0036,5.2527; +ADD L1 :W0.000 -12.2563,5.2527 -12.2563,5.7000; +ADD L1 :W0.000 -10.5054,5.2527 -10.5054,5.7000; +ADD L1 :W0.000 -12.2563,5.7000 -10.5054,5.7000; +ADD L1 :W0.000 -12.2563,3.5018 -12.2563,5.2527; +ADD L1 :W0.000 -12.2563,3.5018 -10.5054,3.5018; +ADD L1 :W0.000 -10.5054,3.5018 -10.5054,5.2527; +ADD L1 :W0.000 -7.0036,5.2527 -7.0036,5.7000; +ADD L1 :W0.000 -5.2527,5.2527 -5.2527,5.7000; +ADD L1 :W0.000 -7.0036,5.7000 -5.2527,5.7000; +ADD L1 :W0.000 -7.0036,3.5018 -7.0036,5.2527; +ADD L1 :W0.000 -7.0036,3.5018 -5.2527,3.5018; +ADD L1 :W0.000 -5.2527,3.5018 -5.2527,5.2527; +ADD L1 :W0.000 -10.5054,5.2527 -10.5054,5.7000; +ADD L1 :W0.000 -8.7545,5.2527 -8.7545,5.7000; +ADD L1 :W0.000 -10.5054,5.7000 -8.7545,5.7000; +ADD L1 :W0.000 -10.5054,3.5018 -10.5054,5.2527; +ADD L1 :W0.000 -10.5054,3.5018 -8.7545,3.5018; +ADD L1 :W0.000 -8.7545,3.5018 -8.7545,5.2527; +ADD L1 :W0.000 -14.0072,5.2527 -14.0072,5.7000; +ADD L1 :W0.000 -12.2563,5.2527 -12.2563,5.7000; +ADD L1 :W0.000 -14.0072,5.7000 -12.2563,5.7000; +ADD L1 :W0.000 -14.0072,3.5018 -14.0072,5.2527; +ADD L1 :W0.000 -14.0072,3.5018 -12.2563,3.5018; +ADD L1 :W0.000 -12.2563,3.5018 -12.2563,5.2527; +ADD L1 :W0.000 -15.7581,5.2527 -15.7581,5.7000; +ADD L1 :W0.000 -14.0072,5.2527 -14.0072,5.7000; +ADD L1 :W0.000 -15.7581,5.7000 -14.0072,5.7000; +ADD L1 :W0.000 -15.7581,3.5018 -15.7581,5.2527; +ADD L1 :W0.000 -15.7581,3.5018 -14.0072,3.5018; +ADD L1 :W0.000 -14.0072,3.5018 -14.0072,5.2527; +ADD L1 :W0.000 0.5500,-12.4500 1.6500,-12.4500; +ADD L1 :W0.000 1.6500,-12.4500 1.6500,-11.3500; +ADD L1 :W0.000 0.5500,-11.3500 1.6500,-11.3500; +ADD L1 :W0.000 -0.5500,-12.4500 -0.5500,-11.3500; +ADD L1 :W0.000 -0.5500,-12.4500 0.5500,-12.4500; +ADD L1 :W0.000 -0.5500,-11.3500 0.5500,-11.3500; +ADD L1 :W0.000 0.5500,-11.3500 1.6500,-11.3500; +ADD L1 :W0.000 1.6500,-11.3500 1.6500,-9.7333; +ADD L1 :W0.000 0.5500,-9.7333 1.6500,-9.7333; +ADD L1 :W0.000 -0.5500,-11.3500 -0.5500,-9.7333; +ADD L1 :W0.000 -0.5500,-11.3500 0.5500,-11.3500; +ADD L1 :W0.000 -0.5500,-9.7333 0.5500,-9.7333; +ADD L1 :W0.000 0.5500,-8.1167 1.6500,-8.1167; +ADD L1 :W0.000 1.6500,-8.1167 1.6500,-6.5000; +ADD L1 :W0.000 0.5500,-6.5000 1.6500,-6.5000; +ADD L1 :W0.000 -0.5500,-8.1167 -0.5500,-6.5000; +ADD L1 :W0.000 -0.5500,-8.1167 0.5500,-8.1167; +ADD L1 :W0.000 -0.5500,-6.5000 0.5500,-6.5000; +ADD L1 :W0.000 0.5500,-3.2667 1.6500,-3.2667; +ADD L1 :W0.000 1.6500,-3.2667 1.6500,-1.6500; +ADD L1 :W0.000 0.5500,-1.6500 1.6500,-1.6500; +ADD L1 :W0.000 -0.5500,-3.2667 -0.5500,-1.6500; +ADD L1 :W0.000 -0.5500,-3.2667 0.5500,-3.2667; +ADD L1 :W0.000 -0.5500,-1.6500 0.5500,-1.6500; +ADD L1 :W0.000 0.5500,-9.7333 1.6500,-9.7333; +ADD L1 :W0.000 1.6500,-9.7333 1.6500,-8.1167; +ADD L1 :W0.000 0.5500,-8.1167 1.6500,-8.1167; +ADD L1 :W0.000 -0.5500,-9.7333 -0.5500,-8.1167; +ADD L1 :W0.000 -0.5500,-9.7333 0.5500,-9.7333; +ADD L1 :W0.000 -0.5500,-8.1167 0.5500,-8.1167; +ADD L1 :W0.000 0.5500,-1.6500 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,-0.5500 1.6500,-1.6500; +ADD L1 :W0.000 0.5500,-0.5500 1.6500,-0.5500; +ADD L1 :W0.000 -0.5500,-1.6500 -0.5500,-0.5500; +ADD L1 :W0.000 -0.5500,-1.6500 0.5500,-1.6500; +ADD L1 :W0.000 -0.5500,-0.5500 0.5500,-0.5500; +ADD L1 :W0.000 0.5500,-6.5000 1.6500,-6.5000; +ADD L1 :W0.000 1.6500,-6.5000 1.6500,-4.8833; +ADD L1 :W0.000 0.5500,-4.8833 1.6500,-4.8833; +ADD L1 :W0.000 -0.5500,-6.5000 -0.5500,-4.8833; +ADD L1 :W0.000 -0.5500,-6.5000 0.5500,-6.5000; +ADD L1 :W0.000 -0.5500,-4.8833 0.5500,-4.8833; +ADD L1 :W0.000 0.5500,-4.8833 1.6500,-4.8833; +ADD L1 :W0.000 1.6500,-4.8833 1.6500,-3.2667; +ADD L1 :W0.000 0.5500,-3.2667 1.6500,-3.2667; +ADD L1 :W0.000 -0.5500,-4.8833 -0.5500,-3.2667; +ADD L1 :W0.000 -0.5500,-4.8833 0.5500,-4.8833; +ADD L1 :W0.000 -0.5500,-3.2667 0.5500,-3.2667; +ADD L1 :W0.000 -22.4750,-0.5500 -22.4750,-1.6500; +ADD L1 :W0.000 -22.4750,-1.6500 -21.3500,-1.6500; +ADD L1 :W0.000 -21.3500,-0.5500 -21.3500,-1.6500; +ADD L1 :W0.000 -22.4750,-0.5500 -22.4750,0.5500; +ADD L1 :W0.000 -21.3500,-0.5500 -21.3500,0.5500; +ADD L1 :W0.000 -22.4750,0.5500 -21.3500,0.5500; +ADD L1 :W0.000 -24.7000,-1.6500 -24.7000,-0.5500; +ADD L1 :W0.000 -24.7000,-1.6500 -23.6000,-1.6500; +ADD L1 :W0.000 -23.6000,-0.5500 -23.6000,-1.6500; +ADD L1 :W0.000 -24.7000,-0.5500 -24.7000,0.5500; +ADD L1 :W0.000 -23.6000,-0.5500 -23.6000,0.5500; +ADD L1 :W0.000 -24.7000,0.5500 -23.6000,0.5500; +ADD L1 :W0.000 -20.2500,-3.2667 -19.1500,-3.2667; +ADD L1 :W0.000 -19.1500,-3.2667 -19.1500,-1.6500; +ADD L1 :W0.000 -20.2500,-1.6500 -19.1500,-1.6500; +ADD L1 :W0.000 -21.3500,-3.2667 -21.3500,-1.6500; +ADD L1 :W0.000 -21.3500,-3.2667 -20.2500,-3.2667; +ADD L1 :W0.000 -21.3500,-1.6500 -20.2500,-1.6500; +ADD L1 :W0.000 -20.2500,-9.7333 -19.1500,-9.7333; +ADD L1 :W0.000 -19.1500,-9.7333 -19.1500,-8.1167; +ADD L1 :W0.000 -20.2500,-8.1167 -19.1500,-8.1167; +ADD L1 :W0.000 -21.3500,-9.7333 -21.3500,-8.1167; +ADD L1 :W0.000 -21.3500,-9.7333 -20.2500,-9.7333; +ADD L1 :W0.000 -21.3500,-8.1167 -20.2500,-8.1167; +ADD L1 :W0.000 -23.6000,-0.5500 -23.6000,0.5500; +ADD L1 :W0.000 -23.6000,-0.5500 -22.4750,-0.5500; +ADD L1 :W0.000 -22.4750,-0.5500 -22.4750,0.5500; +ADD L1 :W0.000 -23.6000,1.6500 -23.6000,0.5500; +ADD L1 :W0.000 -22.4750,0.5500 -22.4750,1.6500; +ADD L1 :W0.000 -23.6000,1.6500 -22.4750,1.6500; +ADD L1 :W0.000 -22.4750,-12.4500 -22.4750,-11.3500; +ADD L1 :W0.000 -21.3500,-12.4500 -21.3500,-11.3500; +ADD L1 :W0.000 -22.4750,-11.3500 -21.3500,-11.3500; +ADD L1 :W0.000 -22.4750,-13.5500 -22.4750,-12.4500; +ADD L1 :W0.000 -22.4750,-13.5500 -21.3500,-13.5500; +ADD L1 :W0.000 -21.3500,-13.5500 -21.3500,-12.4500; +ADD L1 :W0.000 -20.2500,-4.8833 -19.1500,-4.8833; +ADD L1 :W0.000 -19.1500,-4.8833 -19.1500,-3.2667; +ADD L1 :W0.000 -20.2500,-3.2667 -19.1500,-3.2667; +ADD L1 :W0.000 -21.3500,-4.8833 -21.3500,-3.2667; +ADD L1 :W0.000 -21.3500,-4.8833 -20.2500,-4.8833; +ADD L1 :W0.000 -21.3500,-3.2667 -20.2500,-3.2667; +ADD L1 :W0.000 -20.2500,-11.3500 -19.1500,-11.3500; +ADD L1 :W0.000 -19.1500,-11.3500 -19.1500,-9.7333; +ADD L1 :W0.000 -20.2500,-9.7333 -19.1500,-9.7333; +ADD L1 :W0.000 -21.3500,-11.3500 -21.3500,-9.7333; +ADD L1 :W0.000 -21.3500,-11.3500 -20.2500,-11.3500; +ADD L1 :W0.000 -21.3500,-9.7333 -20.2500,-9.7333; +ADD L1 :W0.000 -20.2500,-6.5000 -19.1500,-6.5000; +ADD L1 :W0.000 -19.1500,-6.5000 -19.1500,-4.8833; +ADD L1 :W0.000 -20.2500,-4.8833 -19.1500,-4.8833; +ADD L1 :W0.000 -21.3500,-6.5000 -21.3500,-4.8833; +ADD L1 :W0.000 -21.3500,-6.5000 -20.2500,-6.5000; +ADD L1 :W0.000 -21.3500,-4.8833 -20.2500,-4.8833; +ADD L1 :W0.000 -20.2500,-8.1167 -19.1500,-8.1167; +ADD L1 :W0.000 -19.1500,-8.1167 -19.1500,-6.5000; +ADD L1 :W0.000 -20.2500,-6.5000 -19.1500,-6.5000; +ADD L1 :W0.000 -21.3500,-8.1167 -21.3500,-6.5000; +ADD L1 :W0.000 -21.3500,-8.1167 -20.2500,-8.1167; +ADD L1 :W0.000 -21.3500,-6.5000 -20.2500,-6.5000; +ADD L1 :W0.000 -15.7581,0.0000 -14.0072,0.0000; +ADD L1 :W0.000 -14.0072,0.0000 -14.0072,1.7509; +ADD L1 :W0.000 -15.7581,1.7509 -14.0072,1.7509; +ADD L1 :W0.000 -16.2094,1.7509 -16.2094,0.0000; +ADD L1 :W0.000 -16.2094,0.0000 -15.7581,0.0000; +ADD L1 :W0.000 -16.2094,1.7509 -15.7581,1.7509; +ADD L1 :W0.000 -23.6000,-12.4500 -22.4750,-12.4500; +ADD L1 :W0.000 -22.4750,-12.4500 -22.4750,-11.3500; +ADD L1 :W0.000 -23.6000,-11.3500 -22.4750,-11.3500; +ADD L1 :W0.000 -24.7000,-12.4500 -24.7000,-11.3500; +ADD L1 :W0.000 -24.7000,-12.4500 -23.6000,-12.4500; +ADD L1 :W0.000 -24.7000,-11.3500 -23.6000,-11.3500; +ADD L1 :W0.000 3.9000,-12.4500 5.0000,-12.4500; +ADD L1 :W0.000 5.0000,-12.4500 5.0000,-11.3500; +ADD L1 :W0.000 3.9000,-11.3500 5.0000,-11.3500; +ADD L1 :W0.000 2.7750,-12.4500 2.7750,-11.3500; +ADD L1 :W0.000 2.7750,-12.4500 3.9000,-12.4500; +ADD L1 :W0.000 2.7750,-11.3500 3.9000,-11.3500; +ADD L1 :W0.000 3.9000,-1.6500 5.0000,-1.6500; +ADD L1 :W0.000 5.0000,-1.6500 5.0000,-0.5500; +ADD L1 :W0.000 3.9000,-0.5500 5.0000,-0.5500; +ADD L1 :W0.000 2.7750,-0.5500 2.7750,-1.6500; +ADD L1 :W0.000 2.7750,-1.6500 3.9000,-1.6500; +ADD L1 :W0.000 2.7750,-0.5500 3.9000,-0.5500; +ADD L1 :W0.000 -15.7581,-14.0072 -14.0072,-14.0072; +ADD L1 :W0.000 -14.0072,-14.0072 -14.0072,-13.0000; +ADD L1 :W0.000 -15.7581,-13.0000 -14.0072,-13.0000; +ADD L1 :W0.000 -16.2094,-13.0000 -15.7581,-13.0000; +ADD L1 :W0.000 -16.2094,-14.7509 -16.2094,-13.0000; +ADD L1 :W0.000 -16.2094,-14.7509 -15.7581,-14.0072; +ADD L1 :W0.000 1.6500,-0.5500 1.6500,-1.6500; +ADD L1 :W0.000 1.6500,-1.6500 2.7750,-1.6500; +ADD L1 :W0.000 2.7750,-0.5500 2.7750,-1.6500; +ADD L1 :W0.000 1.6500,-0.5500 2.7750,-0.5500; +ADD L1 :W0.000 2.7750,-13.5500 2.7750,-14.6500; +ADD L1 :W0.000 1.6500,-13.5500 2.7750,-13.5500; +ADD L1 :W0.000 1.2000,-14.6500 1.6500,-13.5500; +ADD L1 :W0.000 1.2000,-14.6500 2.7750,-14.6500; +ADD L1 :W0.000 1.6500,-12.4500 1.6500,-11.3500; +ADD L1 :W0.000 1.6500,-12.4500 2.7750,-12.4500; +ADD L1 :W0.000 2.7750,-12.4500 2.7750,-11.3500; +ADD L1 :W0.000 1.6500,-11.3500 2.7750,-11.3500; +ADD L1 :W0.000 1.2000,1.6500 2.7750,1.6500; +ADD L1 :W0.000 1.2000,1.6500 1.6500,0.5500; +ADD L1 :W0.000 1.6500,0.5500 2.7750,0.5500; +ADD L1 :W0.000 2.7750,0.5500 2.7750,1.6500; +ADD L1 :W0.000 -0.3320,3.1820 0.6000,2.2500; +ADD L1 :W0.000 -1.2107,2.3033 -0.3320,3.1820; +ADD L1 :W0.000 -1.2107,2.3033 -0.3320,1.3180; +ADD L1 :W0.000 -0.3320,1.3180 0.6000,2.2500; +ADD L1 :W0.000 -1.2107,-15.3033 -0.3320,-16.1820; +ADD L1 :W0.000 -2.8715,-16.2454 -1.2107,-15.3033; +ADD L1 :W0.000 -2.8715,-16.2454 -1.6335,-17.4835; +ADD L1 :W0.000 -1.6335,-17.4835 -0.3320,-16.1820; +ADD L1 :W0.000 -1.6335,4.4835 -0.3320,3.1820; +ADD L1 :W0.000 -2.8715,3.2454 -1.6335,4.4835; +ADD L1 :W0.000 -2.8715,3.2454 -1.2107,2.3033; +ADD L1 :W0.000 -1.2107,2.3033 -0.3320,3.1820; +ADD L1 :W0.000 -1.6500,-3.2667 -1.6500,-1.6500; +ADD L1 :W0.000 -1.6500,-3.2667 -0.5500,-3.2667; +ADD L1 :W0.000 -0.5500,-3.2667 -0.5500,-1.6500; +ADD L1 :W0.000 -1.6500,-1.6500 -0.5500,-1.6500; +ADD L1 :W0.000 -1.6500,-4.8833 -1.6500,-3.2667; +ADD L1 :W0.000 -1.6500,-4.8833 -0.5500,-4.8833; +ADD L1 :W0.000 -0.5500,-4.8833 -0.5500,-3.2667; +ADD L1 :W0.000 -1.6500,-3.2667 -0.5500,-3.2667; +ADD L1 :W0.000 -1.6500,-6.5000 -1.6500,-4.8833; +ADD L1 :W0.000 -1.6500,-6.5000 -0.5500,-6.5000; +ADD L1 :W0.000 -0.5500,-6.5000 -0.5500,-4.8833; +ADD L1 :W0.000 -1.6500,-4.8833 -0.5500,-4.8833; +ADD L1 :W0.000 -1.6500,-8.1167 -1.6500,-6.5000; +ADD L1 :W0.000 -1.6500,-8.1167 -0.5500,-8.1167; +ADD L1 :W0.000 -0.5500,-8.1167 -0.5500,-6.5000; +ADD L1 :W0.000 -1.6500,-6.5000 -0.5500,-6.5000; +ADD L1 :W0.000 -1.6500,-9.7333 -1.6500,-8.1167; +ADD L1 :W0.000 -1.6500,-9.7333 -0.5500,-9.7333; +ADD L1 :W0.000 -0.5500,-9.7333 -0.5500,-8.1167; +ADD L1 :W0.000 -1.6500,-8.1167 -0.5500,-8.1167; +ADD L1 :W0.000 -1.6500,-11.3500 -1.6500,-9.7333; +ADD L1 :W0.000 -1.6500,-11.3500 -0.5500,-11.3500; +ADD L1 :W0.000 -0.5500,-11.3500 -0.5500,-9.7333; +ADD L1 :W0.000 -1.6500,-9.7333 -0.5500,-9.7333; +ADD L1 :W0.000 -1.6500,-12.4500 -1.6500,-11.3500; +ADD L1 :W0.000 -1.6500,-12.4500 -0.5500,-12.4500; +ADD L1 :W0.000 -0.5500,-12.4500 -0.5500,-11.3500; +ADD L1 :W0.000 -1.6500,-11.3500 -0.5500,-11.3500; +ADD L1 :W0.000 -2.8715,3.2454 -1.2107,2.3033; +ADD L1 :W0.000 -3.4906,1.7509 -2.8715,3.2454; +ADD L1 :W0.000 -3.4906,1.7509 -1.6500,1.2426; +ADD L1 :W0.000 -1.6500,1.2426 -1.2107,2.3033; +ADD L1 :W0.000 -3.4906,1.7509 -1.6500,1.2426; +ADD L1 :W0.000 -3.4906,0.0000 -3.4906,1.7509; +ADD L1 :W0.000 -3.4906,0.0000 -1.6500,0.0000; +ADD L1 :W0.000 -1.6500,0.0000 -1.6500,1.2426; +ADD L1 :W0.000 -5.2527,3.5018 -5.2527,5.2527; +ADD L1 :W0.000 -5.2527,3.5018 -3.5018,3.5018; +ADD L1 :W0.000 -3.5018,3.5018 -3.5018,5.2527; +ADD L1 :W0.000 -5.2527,5.2527 -3.5018,5.2527; +ADD L1 :W0.000 -5.2527,0.0000 -5.2527,1.7509; +ADD L1 :W0.000 -5.2527,0.0000 -3.4906,0.0000; +ADD L1 :W0.000 -3.4906,0.0000 -3.4906,1.7509; +ADD L1 :W0.000 -5.2527,1.7509 -3.4906,1.7509; +ADD L1 :W0.000 -5.2527,-13.0000 -3.4906,-13.0000; +ADD L1 :W0.000 -5.2527,-14.0072 -5.2527,-13.0000; +ADD L1 :W0.000 -5.2527,-14.0072 -3.5018,-14.0072; +ADD L1 :W0.000 -3.5018,-14.0072 -3.4906,-13.0000; +ADD L1 :W0.000 -5.2527,-18.7000 -5.2527,-17.5090; +ADD L1 :W0.000 -5.2527,-18.7000 -3.5018,-18.7000; +ADD L1 :W0.000 -3.5018,-18.7000 -3.5018,-17.5090; +ADD L1 :W0.000 -5.2527,-17.5090 -3.5018,-17.5090; +ADD L1 :W0.000 -7.0036,1.7509 -7.0036,3.5018; +ADD L1 :W0.000 -7.0036,1.7509 -5.2527,1.7509; +ADD L1 :W0.000 -5.2527,1.7509 -5.2527,3.5018; +ADD L1 :W0.000 -7.0036,3.5018 -5.2527,3.5018; +ADD L1 :W0.000 -7.0036,0.0000 -7.0036,1.7509; +ADD L1 :W0.000 -7.0036,0.0000 -5.2527,0.0000; +ADD L1 :W0.000 -5.2527,0.0000 -5.2527,1.7509; +ADD L1 :W0.000 -7.0036,1.7509 -5.2527,1.7509; +ADD L1 :W0.000 -7.0036,-14.0072 -7.0036,-13.0000; +ADD L1 :W0.000 -7.0036,-14.0072 -5.2527,-14.0072; +ADD L1 :W0.000 -5.2527,-14.0072 -5.2527,-13.0000; +ADD L1 :W0.000 -7.0036,-13.0000 -5.2527,-13.0000; +ADD L1 :W0.000 -7.0036,-15.7581 -7.0036,-14.0072; +ADD L1 :W0.000 -7.0036,-15.7581 -5.2527,-15.7581; +ADD L1 :W0.000 -5.2527,-15.7581 -5.2527,-14.0072; +ADD L1 :W0.000 -7.0036,-14.0072 -5.2527,-14.0072; +ADD L1 :W0.000 -7.0036,-17.5090 -7.0036,-15.7581; +ADD L1 :W0.000 -7.0036,-17.5090 -5.2527,-17.5090; +ADD L1 :W0.000 -5.2527,-17.5090 -5.2527,-15.7581; +ADD L1 :W0.000 -7.0036,-15.7581 -5.2527,-15.7581; +ADD L1 :W0.000 -7.0036,-18.7000 -7.0036,-17.5090; +ADD L1 :W0.000 -7.0036,-18.7000 -5.2527,-18.7000; +ADD L1 :W0.000 -5.2527,-18.7000 -5.2527,-17.5090; +ADD L1 :W0.000 -7.0036,-17.5090 -5.2527,-17.5090; +ADD L1 :W0.000 -8.7545,1.7509 -8.7545,3.5018; +ADD L1 :W0.000 -8.7545,1.7509 -7.0036,1.7509; +ADD L1 :W0.000 -7.0036,1.7509 -7.0036,3.5018; +ADD L1 :W0.000 -8.7545,3.5018 -7.0036,3.5018; +ADD L1 :W0.000 -8.7545,0.0000 -8.7545,1.7509; +ADD L1 :W0.000 -8.7545,0.0000 -7.0036,0.0000; +ADD L1 :W0.000 -7.0036,0.0000 -7.0036,1.7509; +ADD L1 :W0.000 -8.7545,1.7509 -7.0036,1.7509; +ADD L1 :W0.000 -8.7545,-14.0072 -8.7545,-13.0000; +ADD L1 :W0.000 -8.7545,-14.0072 -7.0036,-14.0072; +ADD L1 :W0.000 -7.0036,-14.0072 -7.0036,-13.0000; +ADD L1 :W0.000 -8.7545,-13.0000 -7.0036,-13.0000; +ADD L1 :W0.000 -8.7545,-15.7581 -8.7545,-14.0072; +ADD L1 :W0.000 -8.7545,-15.7581 -7.0036,-15.7581; +ADD L1 :W0.000 -7.0036,-15.7581 -7.0036,-14.0072; +ADD L1 :W0.000 -8.7545,-14.0072 -7.0036,-14.0072; +ADD L1 :W0.000 -8.7545,-17.5090 -8.7545,-15.7581; +ADD L1 :W0.000 -8.7545,-17.5090 -7.0036,-17.5090; +ADD L1 :W0.000 -7.0036,-17.5090 -7.0036,-15.7581; +ADD L1 :W0.000 -8.7545,-15.7581 -7.0036,-15.7581; +ADD L1 :W0.000 -8.7545,-18.7000 -8.7545,-17.5090; +ADD L1 :W0.000 -8.7545,-18.7000 -7.0036,-18.7000; +ADD L1 :W0.000 -7.0036,-18.7000 -7.0036,-17.5090; +ADD L1 :W0.000 -8.7545,-17.5090 -7.0036,-17.5090; +ADD L1 :W0.000 -10.5054,1.7509 -10.5054,3.5018; +ADD L1 :W0.000 -10.5054,1.7509 -8.7545,1.7509; +ADD L1 :W0.000 -8.7545,1.7509 -8.7545,3.5018; +ADD L1 :W0.000 -10.5054,3.5018 -8.7545,3.5018; +ADD L1 :W0.000 -10.5054,0.0000 -10.5054,1.7509; +ADD L1 :W0.000 -10.5054,0.0000 -8.7545,0.0000; +ADD L1 :W0.000 -8.7545,0.0000 -8.7545,1.7509; +ADD L1 :W0.000 -10.5054,1.7509 -8.7545,1.7509; +ADD L1 :W0.000 -10.5054,-14.0072 -10.5054,-13.0000; +ADD L1 :W0.000 -10.5054,-14.0072 -8.7545,-14.0072; +ADD L1 :W0.000 -8.7545,-14.0072 -8.7545,-13.0000; +ADD L1 :W0.000 -10.5054,-13.0000 -8.7545,-13.0000; +ADD L1 :W0.000 -10.5054,-15.7581 -10.5054,-14.0072; +ADD L1 :W0.000 -10.5054,-15.7581 -8.7545,-15.7581; +ADD L1 :W0.000 -8.7545,-15.7581 -8.7545,-14.0072; +ADD L1 :W0.000 -10.5054,-14.0072 -8.7545,-14.0072; +ADD L1 :W0.000 -10.5054,-17.5090 -10.5054,-15.7581; +ADD L1 :W0.000 -10.5054,-17.5090 -8.7545,-17.5090; +ADD L1 :W0.000 -8.7545,-17.5090 -8.7545,-15.7581; +ADD L1 :W0.000 -10.5054,-15.7581 -8.7545,-15.7581; +ADD L1 :W0.000 -10.5054,-18.7000 -10.5054,-17.5090; +ADD L1 :W0.000 -10.5054,-18.7000 -8.7545,-18.7000; +ADD L1 :W0.000 -8.7545,-18.7000 -8.7545,-17.5090; +ADD L1 :W0.000 -10.5054,-17.5090 -8.7545,-17.5090; +ADD L1 :W0.000 -12.2563,1.7509 -12.2563,3.5018; +ADD L1 :W0.000 -12.2563,1.7509 -10.5054,1.7509; +ADD L1 :W0.000 -10.5054,1.7509 -10.5054,3.5018; +ADD L1 :W0.000 -12.2563,3.5018 -10.5054,3.5018; +ADD L1 :W0.000 -12.2563,0.0000 -12.2563,1.7509; +ADD L1 :W0.000 -12.2563,0.0000 -10.5054,0.0000; +ADD L1 :W0.000 -10.5054,0.0000 -10.5054,1.7509; +ADD L1 :W0.000 -12.2563,1.7509 -10.5054,1.7509; +ADD L1 :W0.000 -12.2563,-14.0072 -12.2563,-13.0000; +ADD L1 :W0.000 -12.2563,-14.0072 -10.5054,-14.0072; +ADD L1 :W0.000 -10.5054,-14.0072 -10.5054,-13.0000; +ADD L1 :W0.000 -12.2563,-13.0000 -10.5054,-13.0000; +ADD L1 :W0.000 -12.2563,-15.7581 -12.2563,-14.0072; +ADD L1 :W0.000 -12.2563,-15.7581 -10.5054,-15.7581; +ADD L1 :W0.000 -10.5054,-15.7581 -10.5054,-14.0072; +ADD L1 :W0.000 -12.2563,-14.0072 -10.5054,-14.0072; +ADD L1 :W0.000 -12.2563,-17.5090 -12.2563,-15.7581; +ADD L1 :W0.000 -12.2563,-17.5090 -10.5054,-17.5090; +ADD L1 :W0.000 -10.5054,-17.5090 -10.5054,-15.7581; +ADD L1 :W0.000 -12.2563,-15.7581 -10.5054,-15.7581; +ADD L1 :W0.000 -12.2563,-18.7000 -12.2563,-17.5090; +ADD L1 :W0.000 -12.2563,-18.7000 -10.5054,-18.7000; +ADD L1 :W0.000 -10.5054,-18.7000 -10.5054,-17.5090; +ADD L1 :W0.000 -12.2563,-17.5090 -10.5054,-17.5090; +ADD L1 :W0.000 -14.0072,1.7509 -14.0072,3.5018; +ADD L1 :W0.000 -14.0072,1.7509 -12.2563,1.7509; +ADD L1 :W0.000 -12.2563,1.7509 -12.2563,3.5018; +ADD L1 :W0.000 -14.0072,3.5018 -12.2563,3.5018; +ADD L1 :W0.000 -14.0072,0.0000 -14.0072,1.7509; +ADD L1 :W0.000 -14.0072,0.0000 -12.2563,0.0000; +ADD L1 :W0.000 -12.2563,0.0000 -12.2563,1.7509; +ADD L1 :W0.000 -14.0072,1.7509 -12.2563,1.7509; +ADD L1 :W0.000 -14.0072,-14.0072 -14.0072,-13.0000; +ADD L1 :W0.000 -14.0072,-14.0072 -12.2563,-14.0072; +ADD L1 :W0.000 -12.2563,-14.0072 -12.2563,-13.0000; +ADD L1 :W0.000 -14.0072,-13.0000 -12.2563,-13.0000; +ADD L1 :W0.000 -14.0072,-15.7581 -14.0072,-14.0072; +ADD L1 :W0.000 -14.0072,-15.7581 -12.2563,-15.7581; +ADD L1 :W0.000 -12.2563,-15.7581 -12.2563,-14.0072; +ADD L1 :W0.000 -14.0072,-14.0072 -12.2563,-14.0072; +ADD L1 :W0.000 -14.0072,-17.5090 -14.0072,-15.7581; +ADD L1 :W0.000 -14.0072,-17.5090 -12.2563,-17.5090; +ADD L1 :W0.000 -12.2563,-17.5090 -12.2563,-15.7581; +ADD L1 :W0.000 -14.0072,-15.7581 -12.2563,-15.7581; +ADD L1 :W0.000 -14.0072,-18.7000 -14.0072,-17.5090; +ADD L1 :W0.000 -14.0072,-18.7000 -12.2563,-18.7000; +ADD L1 :W0.000 -12.2563,-18.7000 -12.2563,-17.5090; +ADD L1 :W0.000 -14.0072,-17.5090 -12.2563,-17.5090; +ADD L1 :W0.000 -15.7581,1.7509 -15.7581,3.5018; +ADD L1 :W0.000 -15.7581,1.7509 -14.0072,1.7509; +ADD L1 :W0.000 -14.0072,1.7509 -14.0072,3.5018; +ADD L1 :W0.000 -15.7581,3.5018 -14.0072,3.5018; +ADD L1 :W0.000 -15.7581,-17.5090 -15.7581,-15.7581; +ADD L1 :W0.000 -15.7581,-17.5090 -14.0072,-17.5090; +ADD L1 :W0.000 -14.0072,-17.5090 -14.0072,-15.7581; +ADD L1 :W0.000 -15.7581,-15.7581 -14.0072,-15.7581; +ADD L1 :W0.000 -15.7581,-18.7000 -15.7581,-17.5090; +ADD L1 :W0.000 -15.7581,-18.7000 -14.0072,-18.7000; +ADD L1 :W0.000 -14.0072,-18.7000 -14.0072,-17.5090; +ADD L1 :W0.000 -15.7581,-17.5090 -14.0072,-17.5090; +ADD L1 :W0.000 -16.2094,1.7509 -16.2094,0.0000; +ADD L1 :W0.000 -18.0500,1.2426 -16.2094,1.7509; +ADD L1 :W0.000 -18.0500,0.0000 -18.0500,1.2426; +ADD L1 :W0.000 -18.0500,0.0000 -16.2094,0.0000; +ADD L1 :W0.000 -16.8285,3.2454 -15.7581,3.5018; +ADD L1 :W0.000 -16.8285,3.2454 -16.2094,1.7509; +ADD L1 :W0.000 -16.2094,1.7509 -15.7581,1.7509; +ADD L1 :W0.000 -15.7581,1.7509 -15.7581,3.5018; +ADD L1 :W0.000 -16.8285,3.2454 -16.2094,1.7509; +ADD L1 :W0.000 -18.4893,2.3033 -16.8285,3.2454; +ADD L1 :W0.000 -18.4893,2.3033 -18.0500,1.2426; +ADD L1 :W0.000 -18.0500,1.2426 -16.2094,1.7509; +ADD L1 :W0.000 -16.8285,-16.2454 -15.7581,-15.7581; +ADD L1 :W0.000 -16.8285,-16.2454 -15.7581,-17.5090; +ADD L1 :W0.000 -15.7581,-17.5090 -15.7581,-15.7581; +ADD L1 :W0.000 -16.8500,5.7000 -15.7581,5.7000; +ADD L1 :W0.000 -17.5090,5.0410 -16.8500,5.7000; +ADD L1 :W0.000 -17.5090,5.0410 -15.7581,5.2527; +ADD L1 :W0.000 -15.7581,5.2527 -15.7581,5.7000; +ADD L1 :W0.000 -18.0500,-13.0000 -16.2094,-13.0000; +ADD L1 :W0.000 -18.0500,-13.0000 -18.0500,-14.2426; +ADD L1 :W0.000 -18.0500,-14.2426 -16.2094,-14.7509; +ADD L1 :W0.000 -16.2094,-14.7509 -16.2094,-13.0000; +ADD L1 :W0.000 -18.0665,4.4835 -16.8285,3.2454; +ADD L1 :W0.000 -19.3680,3.1820 -18.0665,4.4835; +ADD L1 :W0.000 -19.3680,3.1820 -18.4893,2.3033; +ADD L1 :W0.000 -18.4893,2.3033 -16.8285,3.2454; +ADD L1 :W0.000 -18.4893,-15.3033 -16.8285,-16.2454; +ADD L1 :W0.000 -19.3680,-16.1820 -18.4893,-15.3033; +ADD L1 :W0.000 -19.3680,-16.1820 -18.0665,-17.4835; +ADD L1 :W0.000 -18.0665,-17.4835 -16.8285,-16.2454; +ADD L1 :W0.000 -19.1500,-3.2667 -19.1500,-1.6500; +ADD L1 :W0.000 -19.1500,-3.2667 -18.0500,-3.2667; +ADD L1 :W0.000 -18.0500,-3.2667 -18.0500,-1.6500; +ADD L1 :W0.000 -19.1500,-1.6500 -18.0500,-1.6500; +ADD L1 :W0.000 -19.1500,-4.8833 -19.1500,-3.2667; +ADD L1 :W0.000 -19.1500,-4.8833 -18.0500,-4.8833; +ADD L1 :W0.000 -18.0500,-4.8833 -18.0500,-3.2667; +ADD L1 :W0.000 -19.1500,-3.2667 -18.0500,-3.2667; +ADD L1 :W0.000 -19.1500,-6.5000 -19.1500,-4.8833; +ADD L1 :W0.000 -19.1500,-6.5000 -18.0500,-6.5000; +ADD L1 :W0.000 -18.0500,-6.5000 -18.0500,-4.8833; +ADD L1 :W0.000 -19.1500,-4.8833 -18.0500,-4.8833; +ADD L1 :W0.000 -19.1500,-8.1167 -19.1500,-6.5000; +ADD L1 :W0.000 -19.1500,-8.1167 -18.0500,-8.1167; +ADD L1 :W0.000 -18.0500,-8.1167 -18.0500,-6.5000; +ADD L1 :W0.000 -19.1500,-6.5000 -18.0500,-6.5000; +ADD L1 :W0.000 -19.1500,-9.7333 -19.1500,-8.1167; +ADD L1 :W0.000 -19.1500,-9.7333 -18.0500,-9.7333; +ADD L1 :W0.000 -18.0500,-9.7333 -18.0500,-8.1167; +ADD L1 :W0.000 -19.1500,-8.1167 -18.0500,-8.1167; +ADD L1 :W0.000 -19.1500,-11.3500 -19.1500,-9.7333; +ADD L1 :W0.000 -19.1500,-11.3500 -18.0500,-11.3500; +ADD L1 :W0.000 -18.0500,-11.3500 -18.0500,-9.7333; +ADD L1 :W0.000 -19.1500,-9.7333 -18.0500,-9.7333; +ADD L1 :W0.000 -19.1500,-12.4500 -19.1500,-11.3500; +ADD L1 :W0.000 -19.1500,-12.4500 -18.0500,-12.4500; +ADD L1 :W0.000 -18.0500,-12.4500 -18.0500,-11.3500; +ADD L1 :W0.000 -19.1500,-11.3500 -18.0500,-11.3500; +ADD L1 :W0.000 -19.3680,3.1820 -18.4893,2.3033; +ADD L1 :W0.000 -20.3000,2.2500 -19.3680,3.1820; +ADD L1 :W0.000 -20.3000,2.2500 -19.3680,1.3180; +ADD L1 :W0.000 -19.3680,1.3180 -18.4893,2.3033; +ADD L1 :W0.000 -21.3500,-12.4500 -21.3500,-11.3500; +ADD L1 :W0.000 -21.3500,-12.4500 -20.2500,-12.4500; +ADD L1 :W0.000 -20.2500,-12.4500 -20.2500,-11.3500; +ADD L1 :W0.000 -21.3500,-11.3500 -20.2500,-11.3500; +ADD L1 :W0.000 -21.3500,-0.5500 -21.3500,-1.6500; +ADD L1 :W0.000 -21.3500,-1.6500 -20.2500,-1.6500; +ADD L1 :W0.000 -20.2500,-1.6500 -20.2500,-0.5500; +ADD L1 :W0.000 -21.3500,-0.5500 -20.2500,-0.5500; +ADD L1 :W0.000 -21.3500,-13.5500 -20.9000,-14.6500; +ADD L1 :W0.000 -22.4750,-13.5500 -21.3500,-13.5500; +ADD L1 :W0.000 -22.4750,-13.5500 -22.4750,-14.6500; +ADD L1 :W0.000 -22.4750,-14.6500 -20.9000,-14.6500; +ADD L1 :W0.000 -22.4750,1.6500 -20.9000,1.6500; +ADD L1 :W0.000 -22.4750,0.5500 -22.4750,1.6500; +ADD L1 :W0.000 -22.4750,0.5500 -21.3500,0.5500; +ADD L1 :W0.000 -21.3500,0.5500 -20.9000,1.6500; +ADD L1 :W0.000 -23.6000,-0.5500 -23.6000,-1.6500; +ADD L1 :W0.000 -23.6000,-1.6500 -22.4750,-1.6500; +ADD L1 :W0.000 -22.4750,-0.5500 -22.4750,-1.6500; +ADD L1 :W0.000 -23.6000,-0.5500 -22.4750,-0.5500; +ADD L1 :W0.000 -24.7000,0.5500 -24.7000,1.6500; +ADD L1 :W0.000 -24.7000,0.5500 -23.6000,0.5500; +ADD L1 :W0.000 -23.6000,1.6500 -23.6000,0.5500; +ADD L1 :W0.000 -24.7000,1.6500 -23.6000,1.6500; +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.jo2 b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lcf b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..e4508fc --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwad_inclusive2!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTkyLjE2OC4wLjEyNSFiX3B3YWRfaW5jbHVzaXZlMStiX3B3YWRfaW5jbHVzaXZlMitiX3B3YXBfaW5jbHVzaXZlK2JfcHdlbV9pbmNsdXNpdmUrYl9wd2dlX2luY2x1c2l2ZStiX3B3Z2dfaW5jbHVzaXZlK2JfcHdpY19pbmNsdXNpdmUrYl9wd21iX2luY2x1c2l2ZStiX3B3bXFfaW5jbHVzaXZlK2JfcHdzZF9pbmNsdXNpdmUrZV9uZXh1c19kYXRhZGlzcGxheV9uZXh1cytlX3B3YWRfUVBybytlX3B3YWRfbWRsX3F1YW50dW1fZWxlYytlX3B3YWRfcV9zeXMrZV9wd2dnX3JmcHJvY2t0X3BrNitlX3B3Z2dfcmZwcm9ja3RfdWkrZV9zaW1fZmVtX2ZkdGRfcGs4K2Vfc2ltX2ljY2FwX3BrMjAhMjAyNS0wOS0yOVQyMjoyNjoxNFohZTFhNjY1NGZiMzg2NzQ0YjM0NWFjZmZhOTVjMGIzYzk= \ No newline at end of file diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lln b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.log b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..4cc2476 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.log @@ -0,0 +1,102 @@ +License checkout took 0.029 sec +License checkout took 0.008 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Mon Sep 29 22:26:15 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 1072 (reduced: 833) +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 2.77778 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 1.88889 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 4.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [9] = 1.44444 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [10] = 3.22222 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Mon Sep 29 22:26:19 2025 +The simulation results have been saved in dataset "cell_2_MomUW". diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ltd b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..8391f65 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,45 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 + MATERIAL cond CONDUCTIVITY=4e+07 IMAG_CONDUCTIVITY=0 PERMEABILITY=1 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=cond OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mmd b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..b119a1b --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,715 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + Wl: 0.0350180061684546; + Cpwl: 20; +; +NdefIA 259: + p 1: -0.0247 -0.01465 0.00152, + p 2: -0.0247 -0.01355 0.00152, + p 3: -0.0247 -0.01245 0.00152, + p 4: -0.0247 -0.01135 0.00152, + p 5: -0.0247 -0.00165 0.00152, + p 6: -0.0247 -0.00055 0.00152, + p 7: -0.0247 0.00055 0.00152, + p 8: -0.0247 0.00165 0.00152, + p 9: -0.0236 -0.01245 0.00152, + p 10: -0.0236 -0.00055 0.00152, + p 11: -0.0236 -0.01465 0.00152, + p 12: -0.0236 -0.01135 0.00152, + p 13: -0.0236 -0.00165 0.00152, + p 14: -0.0236 0.00165 0.00152, + p 15: -0.0236 -0.01355 0.00152, + p 16: -0.0236 0.00055 0.00152, + p 17: -0.022475 -0.01355 0.00152, + p 18: -0.022475 -0.01245 0.00152, + p 19: -0.022475 -0.00055 0.00152, + p 20: -0.022475 0.00055 0.00152, + p 21: -0.022475 -0.01465 0.00152, + p 22: -0.022475 -0.01135 0.00152, + p 23: -0.022475 -0.00165 0.00152, + p 24: -0.022475 0.00165 0.00152, + p 25: -0.02135 -0.01355 0.00152, + p 26: -0.02135 -0.01245 0.00152, + p 27: -0.02135 -0.00055 0.00152, + p 28: -0.02135 -0.01135 0.00152, + p 29: -0.02135 -0.00973333333333333 0.00152, + p 30: -0.02135 -0.00811666666666667 0.00152, + p 31: -0.02135 -0.0065 0.00152, + p 32: -0.02135 -0.00488333333333333 0.00152, + p 33: -0.02135 -0.00326666666666667 0.00152, + p 34: -0.02135 -0.00165 0.00152, + p 35: -0.02135 0.00055 0.00152, + p 36: -0.0209 -0.01465 0.00152, + p 37: -0.0209 0.00165 0.00152, + p 38: -0.0204443650813896 -0.01355 0.00152, + p 39: -0.0204443650813896 0.00055 0.00152, + p 40: -0.0203 -0.01525 0.00152, + p 41: -0.0203 0.00225 0.00152, + p 42: -0.02025 -0.01245 0.00152, + p 43: -0.02025 -0.01135 0.00152, + p 44: -0.02025 -0.00973333333333333 0.00152, + p 45: -0.02025 -0.00811666666666667 0.00152, + p 46: -0.02025 -0.0065 0.00152, + p 47: -0.02025 -0.00488333333333333 0.00152, + p 48: -0.02025 -0.00326666666666667 0.00152, + p 49: -0.02025 -0.00165 0.00152, + p 50: -0.02025 -0.00055 0.00152, + p 51: -0.0197194913472367 -0.0134694913472367 0.00152, + p 52: -0.0197194913472367 0.000469491347236679 0.00152, + p 53: -0.0193680194846605 -0.0161819805153395 0.00152, + p 54: -0.0193680194846605 0.00318198051533946 0.00152, + p 55: -0.0193680194846605 -0.0143180194846605 0.00152, + p 56: -0.0193680194846605 0.00131801948466054 0.00152, + p 57: -0.01915 -0.01245 0.00152, + p 58: -0.01915 -0.01135 0.00152, + p 59: -0.01915 -0.00973333333333333 0.00152, + p 60: -0.01915 -0.00811666666666667 0.00152, + p 61: -0.01915 -0.0065 0.00152, + p 62: -0.01915 -0.00488333333333333 0.00152, + p 63: -0.01915 -0.00326666666666667 0.00152, + p 64: -0.01915 -0.00165 0.00152, + p 65: -0.01915 -0.00055 0.00152, + p 66: -0.0184893398282202 -0.0153033008588991 0.00152, + p 67: -0.0184893398282202 0.00230330085889911 0.00152, + p 68: -0.0180665393154649 -0.0174834606845351 0.00152, + p 69: -0.0180665393154649 0.00448346068453509 0.00152, + p 70: -0.01805 -0.013 0.00152, + p 71: -0.01805 -0.01245 0.00152, + p 72: -0.01805 -0.01135 0.00152, + p 73: -0.01805 -0.00973333333333333 0.00152, + p 74: -0.01805 -0.00811666666666667 0.00152, + p 75: -0.01805 -0.0065 0.00152, + p 76: -0.01805 -0.00488333333333333 0.00152, + p 77: -0.01805 -0.00326666666666667 0.00152, + p 78: -0.01805 -0.00165 0.00152, + p 79: -0.01805 -0.00055 0.00152, + p 80: -0.01805 0 0.00152, + p 81: -0.01805 -0.0142426406871193 0.00152, + p 82: -0.01805 0.00124264068711929 0.00152, + p 83: -0.0175090030842273 -0.0180409969157727 0.00152, + p 84: -0.0175090030842273 0.00504099691577268 0.00152, + p 85: -0.01685 -0.0187 0.00152, + p 86: -0.01685 0.0057 0.00152, + p 87: -0.0168284658341976 -0.0162453872032678 0.00152, + p 88: -0.0168284658341976 0.00324538720326776 0.00152, + p 89: -0.0162094290935639 -0.0147509003084227 0.00152, + p 90: -0.0162094290935639 0.00175090030842273 0.00152, + p 91: -0.0162094290935639 -0.013 0.00152, + p 92: -0.0162094290935639 0 0.00152, + p 93: -0.0157581027758046 -0.0187 0.00152, + p 94: -0.0157581027758046 -0.0175090030842273 0.00152, + p 95: -0.0157581027758046 -0.0157581027758046 0.00152, + p 96: -0.0157581027758046 -0.0140072024673819 0.00152, + p 97: -0.0157581027758046 -0.013 0.00152, + p 98: -0.0157581027758046 0 0.00152, + p 99: -0.0157581027758046 0.00175090030842273 0.00152, + p 100: -0.0157581027758046 0.00350180061684546 0.00152, + p 101: -0.0157581027758046 0.0052527009252682 0.00152, + p 102: -0.0157581027758046 0.0057 0.00152, + p 103: -0.0140072024673819 -0.0187 0.00152, + p 104: -0.0140072024673819 -0.0175090030842273 0.00152, + p 105: -0.0140072024673819 -0.0157581027758046 0.00152, + p 106: -0.0140072024673819 -0.0140072024673819 0.00152, + p 107: -0.0140072024673819 -0.013 0.00152, + p 108: -0.0140072024673819 0 0.00152, + p 109: -0.0140072024673819 0.00175090030842273 0.00152, + p 110: -0.0140072024673819 0.00350180061684546 0.00152, + p 111: -0.0140072024673819 0.0052527009252682 0.00152, + p 112: -0.0140072024673819 0.0057 0.00152, + p 113: -0.0122563021589591 -0.0187 0.00152, + p 114: -0.0122563021589591 -0.0175090030842273 0.00152, + p 115: -0.0122563021589591 -0.0157581027758046 0.00152, + p 116: -0.0122563021589591 -0.0140072024673819 0.00152, + p 117: -0.0122563021589591 -0.013 0.00152, + p 118: -0.0122563021589591 0 0.00152, + p 119: -0.0122563021589591 0.00175090030842273 0.00152, + p 120: -0.0122563021589591 0.00350180061684546 0.00152, + p 121: -0.0122563021589591 0.0052527009252682 0.00152, + p 122: -0.0122563021589591 0.0057 0.00152, + p 123: -0.0105054018505364 -0.0187 0.00152, + p 124: -0.0105054018505364 -0.0175090030842273 0.00152, + p 125: -0.0105054018505364 -0.0157581027758046 0.00152, + p 126: -0.0105054018505364 -0.0140072024673819 0.00152, + p 127: -0.0105054018505364 -0.013 0.00152, + p 128: -0.0105054018505364 0 0.00152, + p 129: -0.0105054018505364 0.00175090030842273 0.00152, + p 130: -0.0105054018505364 0.00350180061684546 0.00152, + p 131: -0.0105054018505364 0.0052527009252682 0.00152, + p 132: -0.0105054018505364 0.0057 0.00152, + p 133: -0.00875450154211366 -0.0187 0.00152, + p 134: -0.00875450154211366 -0.0175090030842273 0.00152, + p 135: -0.00875450154211366 -0.0157581027758046 0.00152, + p 136: -0.00875450154211366 -0.0140072024673819 0.00152, + p 137: -0.00875450154211366 -0.013 0.00152, + p 138: -0.00875450154211366 0 0.00152, + p 139: -0.00875450154211366 0.00175090030842273 0.00152, + p 140: -0.00875450154211366 0.00350180061684546 0.00152, + p 141: -0.00875450154211366 0.0052527009252682 0.00152, + p 142: -0.00875450154211366 0.0057 0.00152, + p 143: -0.00700360123369093 -0.0187 0.00152, + p 144: -0.00700360123369093 -0.0175090030842273 0.00152, + p 145: -0.00700360123369093 -0.0157581027758046 0.00152, + p 146: -0.00700360123369093 -0.0140072024673819 0.00152, + p 147: -0.00700360123369093 -0.013 0.00152, + p 148: -0.00700360123369093 0 0.00152, + p 149: -0.00700360123369093 0.00175090030842273 0.00152, + p 150: -0.00700360123369093 0.00350180061684546 0.00152, + p 151: -0.00700360123369093 0.0052527009252682 0.00152, + p 152: -0.00700360123369093 0.0057 0.00152, + p 153: -0.0052527009252682 -0.0187 0.00152, + p 154: -0.0052527009252682 -0.0175090030842273 0.00152, + p 155: -0.0052527009252682 -0.0157581027758046 0.00152, + p 156: -0.0052527009252682 -0.0140072024673819 0.00152, + p 157: -0.0052527009252682 -0.013 0.00152, + p 158: -0.0052527009252682 0 0.00152, + p 159: -0.0052527009252682 0.00175090030842273 0.00152, + p 160: -0.0052527009252682 0.00350180061684546 0.00152, + p 161: -0.0052527009252682 0.0052527009252682 0.00152, + p 162: -0.0052527009252682 0.0057 0.00152, + p 163: -0.00350180061684546 -0.0187 0.00152, + p 164: -0.00350180061684546 -0.0175090030842273 0.00152, + p 165: -0.00350180061684546 -0.0157581027758046 0.00152, + p 166: -0.00350180061684546 -0.0140072024673819 0.00152, + p 167: -0.00350180061684546 0.00350180061684546 0.00152, + p 168: -0.00350180061684546 0.0052527009252682 0.00152, + p 169: -0.00350180061684546 0.0057 0.00152, + p 170: -0.00349057090643609 -0.013 0.00152, + p 171: -0.00349057090643609 0 0.00152, + p 172: -0.00349057090643609 -0.0147509003084227 0.00152, + p 173: -0.00349057090643609 0.00175090030842273 0.00152, + p 174: -0.00287153416580243 -0.0162453872032678 0.00152, + p 175: -0.00287153416580243 0.00324538720326776 0.00152, + p 176: -0.00285 -0.0187 0.00152, + p 177: -0.00285 0.0057 0.00152, + p 178: -0.00165 -0.013 0.00152, + p 179: -0.00165 -0.01245 0.00152, + p 180: -0.00165 -0.01135 0.00152, + p 181: -0.00165 -0.00973333333333333 0.00152, + p 182: -0.00165 -0.00811666666666667 0.00152, + p 183: -0.00165 -0.0065 0.00152, + p 184: -0.00165 -0.00488333333333333 0.00152, + p 185: -0.00165 -0.00326666666666667 0.00152, + p 186: -0.00165 -0.00165 0.00152, + p 187: -0.00165 -0.00055 0.00152, + p 188: -0.00165 0 0.00152, + p 189: -0.00165 -0.0142426406871193 0.00152, + p 190: -0.00165 0.00124264068711929 0.00152, + p 191: -0.00163346068453509 -0.0174834606845351 0.00152, + p 192: -0.00163346068453509 0.00448346068453509 0.00152, + p 193: -0.00121066017177982 -0.0153033008588991 0.00152, + p 194: -0.00121066017177982 0.00230330085889911 0.00152, + p 195: -0.00055 -0.01245 0.00152, + p 196: -0.00055 -0.01135 0.00152, + p 197: -0.00055 -0.00973333333333333 0.00152, + p 198: -0.00055 -0.00811666666666667 0.00152, + p 199: -0.00055 -0.0065 0.00152, + p 200: -0.00055 -0.00488333333333333 0.00152, + p 201: -0.00055 -0.00326666666666667 0.00152, + p 202: -0.00055 -0.00165 0.00152, + p 203: -0.00055 -0.00055 0.00152, + p 204: -0.000331980515339464 -0.0143180194846605 0.00152, + p 205: -0.000331980515339464 0.00131801948466054 0.00152, + p 206: -0.000331980515339464 -0.0161819805153395 0.00152, + p 207: -0.000331980515339464 0.00318198051533946 0.00152, + p 208: 1.94913472366791e-05 -0.0134694913472367 0.00152, + p 209: 1.94913472366791e-05 0.000469491347236679 0.00152, + p 210: 0.00055 -0.01245 0.00152, + p 211: 0.00055 -0.01135 0.00152, + p 212: 0.00055 -0.00973333333333333 0.00152, + p 213: 0.00055 -0.00811666666666667 0.00152, + p 214: 0.00055 -0.0065 0.00152, + p 215: 0.00055 -0.00488333333333333 0.00152, + p 216: 0.00055 -0.00326666666666667 0.00152, + p 217: 0.00055 -0.00165 0.00152, + p 218: 0.00055 -0.00055 0.00152, + p 219: 0.0006 -0.01525 0.00152, + p 220: 0.0006 0.00225 0.00152, + p 221: 0.000744365081389595 -0.01355 0.00152, + p 222: 0.000744365081389595 0.00055 0.00152, + p 223: 0.0012 -0.01465 0.00152, + p 224: 0.0012 0.00165 0.00152, + p 225: 0.00165 -0.01355 0.00152, + p 226: 0.00165 -0.01245 0.00152, + p 227: 0.00165 -0.00055 0.00152, + p 228: 0.00165 -0.01135 0.00152, + p 229: 0.00165 -0.00973333333333333 0.00152, + p 230: 0.00165 -0.00811666666666667 0.00152, + p 231: 0.00165 -0.0065 0.00152, + p 232: 0.00165 -0.00488333333333333 0.00152, + p 233: 0.00165 -0.00326666666666667 0.00152, + p 234: 0.00165 -0.00165 0.00152, + p 235: 0.00165 0.00055 0.00152, + p 236: 0.002775 -0.01355 0.00152, + p 237: 0.002775 -0.01245 0.00152, + p 238: 0.002775 -0.00055 0.00152, + p 239: 0.002775 0.00055 0.00152, + p 240: 0.002775 -0.01465 0.00152, + p 241: 0.002775 -0.01135 0.00152, + p 242: 0.002775 -0.00165 0.00152, + p 243: 0.002775 0.00165 0.00152, + p 244: 0.0039 -0.01245 0.00152, + p 245: 0.0039 -0.01355 0.00152, + p 246: 0.0039 0.00055 0.00152, + p 247: 0.0039 -0.01465 0.00152, + p 248: 0.0039 -0.01135 0.00152, + p 249: 0.0039 -0.00165 0.00152, + p 250: 0.0039 0.00165 0.00152, + p 251: 0.0039 -0.00055 0.00152, + p 252: 0.005 -0.01465 0.00152, + p 253: 0.005 -0.01355 0.00152, + p 254: 0.005 -0.01245 0.00152, + p 255: 0.005 -0.01135 0.00152, + p 256: 0.005 -0.00165 0.00152, + p 257: 0.005 -0.00055 0.00152, + p 258: 0.005 0.00055 0.00152, + p 259: 0.005 0.00165 0.00152; +EdefIA 468: + s 1: 1 2, s 2: 1 11, s 3: 2 3, s 4: 2 15, s 5: 3 4, + s 6: 3 9, s 7: 4 12, s 8: 5 6, s 9: 5 13, s 10: 6 7, + s 11: 6 10, s 12: 7 8, s 13: 7 16, s 14: 8 14, s 15: 9 12, + s 16: 9 15, s 17: 9 18, s 18: 10 13, s 19: 10 16, s 20: 10 19, + s 21: 11 15, s 22: 11 21, s 23: 12 22, s 24: 13 23, s 25: 14 16, + s 26: 14 24, s 27: 15 17, s 28: 16 20, s 29: 17 18, s 30: 17 21, + s 31: 17 25, s 32: 18 22, s 33: 18 26, s 34: 19 20, s 35: 19 23, + s 36: 19 27, s 37: 20 24, s 38: 20 35, s 39: 21 36, s 40: 22 28, + s 41: 23 34, s 42: 24 37, s 43: 25 26, s 44: 25 36, s 45: 25 38, + s 46: 26 28, s 47: 26 42, s 48: 27 34, s 49: 27 35, s 50: 27 50, + s 51: 28 29, s 52: 28 43, s 53: 29 30, s 54: 29 44, s 55: 30 31, + s 56: 30 45, s 57: 31 32, s 58: 31 46, s 59: 32 33, s 60: 32 47, + s 61: 33 34, s 62: 33 48, s 63: 34 49, s 64: 35 37, s 65: 35 39, + s 66: 36 38, s 67: 36 40, s 68: 37 39, s 69: 37 41, s 70: 38 42, + s 71: 38 51, s 72: 38 55, s 73: 39 50, s 74: 39 52, s 75: 39 56, + s 76: 40 53, s 77: 40 55, s 78: 41 54, s 79: 41 56, s 80: 42 43, + s 81: 42 57, s 82: 43 44, s 83: 43 58, s 84: 44 45, s 85: 44 59, + s 86: 45 46, s 87: 45 60, s 88: 46 47, s 89: 46 61, s 90: 47 48, + s 91: 47 62, s 92: 48 49, s 93: 48 63, s 94: 49 50, s 95: 49 64, + s 96: 50 65, s 97: 51 55, s 98: 51 57, s 99: 51 70, s 100: 52 56, + s 101: 52 65, s 102: 52 80, s 103: 53 66, s 104: 53 68, s 105: 54 67, + s 106: 54 69, s 107: 55 66, s 108: 55 81, s 109: 56 67, s 110: 56 82, + s 111: 57 58, s 112: 57 71, s 113: 58 59, s 114: 58 72, s 115: 59 60, + s 116: 59 73, s 117: 60 61, s 118: 60 74, s 119: 61 62, s 120: 61 75, + s 121: 62 63, s 122: 62 76, s 123: 63 64, s 124: 63 77, s 125: 64 65, + s 126: 64 78, s 127: 65 79, s 128: 66 81, s 129: 66 87, s 130: 67 82, + s 131: 67 88, s 132: 68 83, s 133: 68 87, s 134: 69 84, s 135: 69 88, + s 136: 70 71, s 137: 70 81, s 138: 70 91, s 139: 71 72, s 140: 72 73, + s 141: 73 74, s 142: 74 75, s 143: 75 76, s 144: 76 77, s 145: 77 78, + s 146: 78 79, s 147: 79 80, s 148: 80 82, s 149: 80 92, s 150: 81 89, + s 151: 82 90, s 152: 83 85, s 153: 83 94, s 154: 84 86, s 155: 84 88, + s 156: 84 101, s 157: 85 93, s 158: 86 102, s 159: 87 89, s 160: 87 94, + s 161: 87 95, s 162: 88 90, s 163: 88 100, s 164: 89 91, s 165: 89 95, + s 166: 89 96, s 167: 90 92, s 168: 90 99, s 169: 91 97, s 170: 92 98, + s 171: 93 94, s 172: 93 103, s 173: 94 95, s 174: 94 104, s 175: 95 96, + s 176: 95 105, s 177: 96 97, s 178: 96 106, s 179: 97 107, s 180: 98 99, + s 181: 98 108, s 182: 99 100, s 183: 99 109, s 184: 100 101, s 185: 100 110, + s 186: 101 102, s 187: 101 111, s 188: 102 112, s 189: 103 104, s 190: 103 113, + s 191: 104 105, s 192: 104 114, s 193: 105 106, s 194: 105 115, s 195: 106 107, + s 196: 106 116, s 197: 107 117, s 198: 108 109, s 199: 108 118, s 200: 109 110, + s 201: 109 119, s 202: 110 111, s 203: 110 120, s 204: 111 112, s 205: 111 121, + s 206: 112 122, s 207: 113 114, s 208: 113 123, s 209: 114 115, s 210: 114 124, + s 211: 115 116, s 212: 115 125, s 213: 116 117, s 214: 116 126, s 215: 117 127, + s 216: 118 119, s 217: 118 128, s 218: 119 120, s 219: 119 129, s 220: 120 121, + s 221: 120 130, s 222: 121 122, s 223: 121 131, s 224: 122 132, s 225: 123 124, + s 226: 123 133, s 227: 124 125, s 228: 124 134, s 229: 125 126, s 230: 125 135, + s 231: 126 127, s 232: 126 136, s 233: 127 137, s 234: 128 129, s 235: 128 138, + s 236: 129 130, s 237: 129 139, s 238: 130 131, s 239: 130 140, s 240: 131 132, + s 241: 131 141, s 242: 132 142, s 243: 133 134, s 244: 133 143, s 245: 134 135, + s 246: 134 144, s 247: 135 136, s 248: 135 145, s 249: 136 137, s 250: 136 146, + s 251: 137 147, s 252: 138 139, s 253: 138 148, s 254: 139 140, s 255: 139 149, + s 256: 140 141, s 257: 140 150, s 258: 141 142, s 259: 141 151, s 260: 142 152, + s 261: 143 144, s 262: 143 153, s 263: 144 145, s 264: 144 154, s 265: 145 146, + s 266: 145 155, s 267: 146 147, s 268: 146 156, s 269: 147 157, s 270: 148 149, + s 271: 148 158, s 272: 149 150, s 273: 149 159, s 274: 150 151, s 275: 150 160, + s 276: 151 152, s 277: 151 161, s 278: 152 162, s 279: 153 154, s 280: 153 163, + s 281: 154 155, s 282: 154 164, s 283: 155 156, s 284: 155 165, s 285: 156 157, + s 286: 156 166, s 287: 156 172, s 288: 157 170, s 289: 158 159, s 290: 158 171, + s 291: 159 160, s 292: 159 173, s 293: 160 161, s 294: 160 167, s 295: 161 162, + s 296: 161 168, s 297: 162 169, s 298: 163 164, s 299: 163 176, s 300: 164 165, + s 301: 164 174, s 302: 164 176, s 303: 165 172, s 304: 165 174, s 305: 166 170, + s 306: 166 172, s 307: 166 189, s 308: 167 168, s 309: 167 173, s 310: 167 175, + s 311: 168 169, s 312: 168 177, s 313: 168 192, s 314: 169 177, s 315: 170 178, + s 316: 171 173, s 317: 171 188, s 318: 172 174, s 319: 172 189, s 320: 173 175, + s 321: 173 190, s 322: 174 191, s 323: 174 193, s 324: 175 192, s 325: 175 194, + s 326: 176 191, s 327: 177 192, s 328: 178 179, s 329: 178 189, s 330: 178 208, + s 331: 179 180, s 332: 179 195, s 333: 180 181, s 334: 180 196, s 335: 181 182, + s 336: 181 197, s 337: 182 183, s 338: 182 198, s 339: 183 184, s 340: 183 199, + s 341: 184 185, s 342: 184 200, s 343: 185 186, s 344: 185 201, s 345: 186 187, + s 346: 186 202, s 347: 187 188, s 348: 187 203, s 349: 188 190, s 350: 188 209, + s 351: 189 193, s 352: 189 204, s 353: 190 194, s 354: 190 205, s 355: 191 206, + s 356: 192 207, s 357: 193 204, s 358: 193 206, s 359: 194 205, s 360: 194 207, + s 361: 195 196, s 362: 195 208, s 363: 195 210, s 364: 196 197, s 365: 196 211, + s 366: 197 198, s 367: 197 212, s 368: 198 199, s 369: 198 213, s 370: 199 200, + s 371: 199 214, s 372: 200 201, s 373: 200 215, s 374: 201 202, s 375: 201 216, + s 376: 202 203, s 377: 202 217, s 378: 203 209, s 379: 203 218, s 380: 204 208, + s 381: 204 219, s 382: 204 221, s 383: 205 209, s 384: 205 220, s 385: 205 222, + s 386: 206 219, s 387: 207 220, s 388: 208 221, s 389: 209 222, s 390: 210 211, + s 391: 210 221, s 392: 210 226, s 393: 211 212, s 394: 211 228, s 395: 212 213, + s 396: 212 229, s 397: 213 214, s 398: 213 230, s 399: 214 215, s 400: 214 231, + s 401: 215 216, s 402: 215 232, s 403: 216 217, s 404: 216 233, s 405: 217 218, + s 406: 217 234, s 407: 218 222, s 408: 218 227, s 409: 219 223, s 410: 220 224, + s 411: 221 223, s 412: 221 225, s 413: 222 224, s 414: 222 235, s 415: 223 225, + s 416: 223 240, s 417: 224 235, s 418: 224 243, s 419: 225 226, s 420: 225 236, + s 421: 226 228, s 422: 226 237, s 423: 227 234, s 424: 227 235, s 425: 227 238, + s 426: 228 229, s 427: 228 241, s 428: 229 230, s 429: 230 231, s 430: 231 232, + s 431: 232 233, s 432: 233 234, s 433: 234 242, s 434: 235 239, s 435: 236 237, + s 436: 236 240, s 437: 236 245, s 438: 237 241, s 439: 237 244, s 440: 238 239, + s 441: 238 242, s 442: 238 251, s 443: 239 243, s 444: 239 246, s 445: 240 247, + s 446: 241 248, s 447: 242 249, s 448: 243 250, s 449: 244 245, s 450: 244 248, + s 451: 244 254, s 452: 245 247, s 453: 245 253, s 454: 246 250, s 455: 246 251, + s 456: 246 258, s 457: 247 252, s 458: 248 255, s 459: 249 251, s 460: 249 256, + s 461: 250 259, s 462: 251 257, s 463: 252 253, s 464: 253 254, s 465: 254 255, + s 466: 256 257, s 467: 257 258, s 468: 258 259; +CdefIA 209: + c 1: -459 460 466 -462, c 2: -454 456 468 -461, c 3: -450 451 465 -458, + c 4: 455 462 467 -456, c 5: -440 442 -455 -444, c 6: 452 457 463 -453, + c 7: 436 445 -452 -437, c 8: 449 453 464 -451, c 9: -435 437 -449 -439, + c 10: -443 444 454 -448, c 11: -438 439 450 -446, c 12: 441 447 459 -442, + c 13: 423 433 -441 -425, c 14: -436 -420 -415 416, c 15: -424 425 440 -434, + c 16: -421 422 438 -427, c 17: -405 406 -423 -408, c 18: -419 420 435 -422, + c 19: -418 417 434 443, c 20: -417 -413 414, c 21: -414 -407 408 424, + c 22: -412 411 415, c 23: -411 -382 381 409, c 24: -410 -384 385 413, + c 25: -403 404 432 -406, c 26: -401 402 431 -404, c 27: -399 400 430 -402, + c 28: -397 398 429 -400, c 29: -395 396 428 -398, c 30: -393 394 426 -396, + c 31: -390 392 421 -394, c 32: -392 391 412 419, c 33: -391 -363 362 388, + c 34: -389 -378 379 407, c 35: -388 -380 382, c 36: -387 -360 359 384, + c 37: -385 383 389, c 38: -383 -354 -349 350, c 39: -381 -357 358 386, + c 40: -376 377 405 -379, c 41: -374 375 403 -377, c 42: -372 373 401 -375, + c 43: -370 371 399 -373, c 44: -368 369 397 -371, c 45: -366 367 395 -369, + c 46: -364 365 393 -367, c 47: -361 363 390 -365, c 48: -362 -332 -328 330, + c 49: -359 -353 354, c 50: -358 -323 322 355, c 51: -356 -324 325 360, + c 52: -352 351 357, c 53: -351 -319 318 323, c 54: -350 -347 348 378, + c 55: -345 346 376 -348, c 56: -343 344 374 -346, c 57: -341 342 372 -344, + c 58: -339 340 370 -342, c 59: -337 338 368 -340, c 60: -335 336 366 -338, + c 61: -333 334 364 -336, c 62: -331 332 361 -334, c 63: -330 329 352 380, + c 64: -329 -315 -305 307, c 65: -327 -312 313, c 66: -325 -320 321 353, + c 67: -322 -301 302 326, c 68: -321 -316 317 349, c 69: -318 -303 304, + c 70: -314 -311 312, c 71: -313 -308 310 324, c 72: -310 309 320, + c 73: -309 -294 -291 292, c 74: -307 306 319, c 75: -306 -286 287, + c 76: -304 -300 301, c 77: -302 -298 299, c 78: -295 296 311 -297, + c 79: -293 294 308 -296, c 80: -289 290 316 -292, c 81: -288 -285 286 305, + c 82: -287 -283 284 303, c 83: -281 282 300 -284, c 84: -279 280 298 -282, + c 85: -276 277 295 -278, c 86: -274 275 293 -277, c 87: -272 273 291 -275, + c 88: -270 271 289 -273, c 89: -267 268 285 -269, c 90: -265 266 283 -268, + c 91: -263 264 281 -266, c 92: -261 262 279 -264, c 93: -258 259 276 -260, + c 94: -256 257 274 -259, c 95: -254 255 272 -257, c 96: -252 253 270 -255, + c 97: -249 250 267 -251, c 98: -247 248 265 -250, c 99: -245 246 263 -248, + c 100: -243 244 261 -246, c 101: -240 241 258 -242, c 102: -238 239 256 -241, + c 103: -236 237 254 -239, c 104: -234 235 252 -237, c 105: -231 232 249 -233, + c 106: -229 230 247 -232, c 107: -227 228 245 -230, c 108: -225 226 243 -228, + c 109: -222 223 240 -224, c 110: -220 221 238 -223, c 111: -218 219 236 -221, + c 112: -216 217 234 -219, c 113: -213 214 231 -215, c 114: -211 212 229 -214, + c 115: -209 210 227 -212, c 116: -207 208 225 -210, c 117: -204 205 222 -206, + c 118: -202 203 220 -205, c 119: -200 201 218 -203, c 120: -198 199 216 -201, + c 121: -195 196 213 -197, c 122: -193 194 211 -196, c 123: -191 192 209 -194, + c 124: -189 190 207 -192, c 125: -186 187 204 -188, c 126: -184 185 202 -187, + c 127: -182 183 200 -185, c 128: -180 181 198 -183, c 129: -177 178 195 -179, + c 130: -175 176 193 -178, c 131: -173 174 191 -176, c 132: -171 172 189 -174, + c 133: -169 -164 166 177, c 134: 167 170 180 -168, c 135: -167 -151 -148 149, + c 136: -166 165 175, c 137: -165 -159 161, c 138: -163 162 168 182, + c 139: -162 -131 130 151, c 140: -161 160 173, c 141: -160 -133 132 153, + c 142: -158 -154 156 186, c 143: -156 155 163 184, c 144: -155 -134 135, + c 145: -153 152 157 171, c 146: -150 -128 129 159, c 147: -138 137 150 164, + c 148: -137 -99 97 108, c 149: -135 -106 105 131, c 150: -130 -109 110, + c 151: -129 -103 104 133, c 152: -125 126 146 -127, c 153: -123 124 145 -126, + c 154: -121 122 144 -124, c 155: -119 120 143 -122, c 156: -117 118 142 -120, + c 157: -115 116 141 -118, c 158: -113 114 140 -116, c 159: -111 112 139 -114, + c 160: -112 -98 99 136, c 161: -110 -100 102 148, c 162: -108 107 128, + c 163: -107 -77 76 103, c 164: -105 -78 79 109, c 165: -102 101 127 147, + c 166: -101 -74 73 96, c 167: -97 -71 72, c 168: -94 95 125 -96, + c 169: -92 93 123 -95, c 170: -90 91 121 -93, c 171: -88 89 119 -91, + c 172: -86 87 117 -89, c 173: -84 85 115 -87, c 174: -82 83 113 -85, + c 175: -80 81 111 -83, c 176: -81 -70 71 98, c 177: -79 -69 68 75, + c 178: -75 74 100, c 179: -73 -65 -49 50, c 180: -72 -66 67 77, + c 181: -68 -64 65, c 182: -61 62 92 -63, c 183: -59 60 90 -62, + c 184: -57 58 88 -60, c 185: -55 56 86 -58, c 186: -53 54 84 -56, + c 187: -51 52 82 -54, c 188: -46 47 80 -52, c 189: 48 63 94 -50, + c 190: 35 41 -48 -36, c 191: -47 -43 45 70, c 192: -45 44 66, + c 193: -44 -31 30 39, c 194: -42 -37 38 64, c 195: -32 33 46 -40, + c 196: -34 36 49 -38, c 197: 18 24 -35 -20, c 198: -29 31 43 -33, + c 199: -21 22 -30 -27, c 200: -19 20 34 -28, c 201: 25 28 37 -26, + c 202: -12 13 -25 -14, c 203: -15 17 32 -23, c 204: -8 9 -18 -11, + c 205: 16 27 29 -17, c 206: -3 4 -16 -6, c 207: -10 11 19 -13, + c 208: -5 6 15 -7, c 209: -1 2 21 -4; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: conductivity 40000000 0 permeability 1 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00175090030842273; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 209 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 183 184 185 186 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 } + RGrid 0.0011,0.0011 0 1: + 0.0039,-0.00165 1,3 3: + 0,0 c 1, 0,1 c 4, 0,2 c 2; + RGrid 0.0011,0.00110000000000001 5.63690508411952e-15 1: + 0.00390000000000001,-0.01465 1,3 3: + 0,0 c 6, 0,1 c 8, 0,2 c 3; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.00165 2,3 5: + 0,0 c 13, 0,1 c 15, 1,0 c 12, 1,1 c 5, 1,2 c 10; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.01465 2,3 5: + 0,1 c 18, 0,2 c 16, 1,0 c 7, 1,1 c 9, 1,2 c 11; + RGrid 0.0011,0.0011 -8.20051097734491e-18 1: + -0.00165,-0.00165 3,1 3: + 0,0 c 55, 1,0 c 40, 2,0 c 17; + RGrid 0.0011,0.00161666666666667 1.66953992718253e-16 1: + -0.00165,-0.01135 3,6 18: + 0,0 c 61, 0,1 c 60, 0,2 c 59, 0,3 c 58, 0,4 c 57, + 0,5 c 56, 1,0 c 46, 1,1 c 45, 1,2 c 44, 1,3 c 43, + 1,4 c 42, 1,5 c 41, 2,0 c 30, 2,1 c 29, 2,2 c 28, + 2,3 c 27, 2,4 c 26, 2,5 c 25; + RGrid 0.0011,0.00110000000000001 4.73106402539129e-15 1: + -0.00165,-0.01245 3,1 3: + 0,0 c 62, 1,0 c 47, 2,0 c 31; + RGrid 0.00175090030842273,0.000447299074731805 0 1: + -0.0157581027758046,0.0052527009252682 7,1 7: + 0,0 c 125, 1,0 c 117, 2,0 c 109, 3,0 c 101, 4,0 c 93, + 5,0 c 85, 6,0 c 78; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,2.60208521396521e-19 7,3 19: + 0,0 c 128, 0,1 c 127, 0,2 c 126, 1,0 c 120, 1,1 c 119, + 1,2 c 118, 2,0 c 112, 2,1 c 111, 2,2 c 110, 3,0 c 104, + 3,1 c 103, 3,2 c 102, 4,0 c 96, 4,1 c 95, 4,2 c 94, + 5,0 c 88, 5,1 c 87, 5,2 c 86, 6,2 c 79; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,-0.0175090030842273 7,2 13: + 0,0 c 131, 0,1 c 130, 1,0 c 123, 1,1 c 122, 2,0 c 115, + 2,1 c 114, 3,0 c 107, 3,1 c 106, 4,0 c 99, 4,1 c 98, + 5,0 c 91, 5,1 c 90, 6,0 c 83; + RGrid 0.00175090030842273,0.00119099691577268 0 1: + -0.0157581027758046,-0.0187 7,1 7: + 0,0 c 132, 1,0 c 124, 2,0 c 116, 3,0 c 108, 4,0 c 100, + 5,0 c 92, 6,0 c 84; + RGrid 0.00175090030842273,0.00100720246738185 0 1: + -0.0157581027758046,-0.0140072024673819 6,1 6: + 0,0 c 129, 1,0 c 121, 2,0 c 113, 3,0 c 105, 4,0 c 97, + 5,0 c 89; + RGrid 0.0011,0.0011 -8.2005109773449e-18 1: + -0.02135,-0.00165 3,1 3: + 0,0 c 189, 1,0 c 168, 2,0 c 152; + RGrid 0.0011,0.00161666666666667 1.66953992718253e-16 1: + -0.02135,-0.01135 3,6 18: + 0,0 c 187, 0,1 c 186, 0,2 c 185, 0,3 c 184, 0,4 c 183, + 0,5 c 182, 1,0 c 174, 1,1 c 173, 1,2 c 172, 1,3 c 171, + 1,4 c 170, 1,5 c 169, 2,0 c 158, 2,1 c 157, 2,2 c 156, + 2,3 c 155, 2,4 c 154, 2,5 c 153; + RGrid 0.0011,0.0011 -6.71180283068844e-16 1: + -0.02135,-0.01245 3,1 3: + 0,0 c 188, 1,0 c 175, 2,0 c 159; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.00165 2,3 5: + 0,0 c 197, 0,1 c 200, 0,2 c 201, 1,0 c 190, 1,1 c 196; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.01465 2,3 5: + 0,0 c 199, 0,1 c 205, 0,2 c 203, 1,1 c 198, 1,2 c 195; + RGrid 0.0011,0.0011 -6.8442726233994e-17 1: + -0.0247,-0.00165 1,3 3: + 0,0 c 204, 0,1 c 207, 0,2 c 202; + RGrid 0.0011,0.0011 4.13810400087558e-16 1: + -0.0247,-0.01465 1,3 3: + 0,0 c 209, 0,1 c 206, 0,2 c 208; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 4 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 3 { 8 10 12 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 3 { 466 467 468 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 3 : ErefRA 3 { 463 464 465 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 4 : ErefRA 3 { 1 3 5 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 209 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 }; +# key "_edge_mesh" value "no" CrefRA 209 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 209 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 }; +# key "_strip_model" value "3" CrefRA 209 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 }; +# key "_tml_mesh" value "no" CrefRA 209 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mrp b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msb b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..cd58c23 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msf b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..9a9cd9c Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msh b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..79a134e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.msh @@ -0,0 +1,3787 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090030842273; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 518: + p 1: -0.0247 -0.01465 0.00152, + p 2: -0.0247 -0.01355 0.00152, + p 3: -0.0247 -0.01245 0.00152, + p 4: -0.0247 -0.01135 0.00152, + p 5: -0.0247 -0.00165 0.00152, + p 6: -0.0247 -0.00055 0.00152, + p 7: -0.0247 0.00055 0.00152, + p 8: -0.0247 0.00165 0.00152, + p 9: -0.0236 -0.01245 0.00152, + p 10: -0.0236 -0.00055 0.00152, + p 11: -0.0236 -0.01465 0.00152, + p 12: -0.0236 -0.01135 0.00152, + p 13: -0.0236 -0.00165 0.00152, + p 14: -0.0236 0.00165 0.00152, + p 15: -0.0236 -0.01355 0.00152, + p 16: -0.0236 0.00055 0.00152, + p 17: -0.022475 -0.01355 0.00152, + p 18: -0.022475 -0.01245 0.00152, + p 19: -0.022475 -0.00055 0.00152, + p 20: -0.022475 0.00055 0.00152, + p 21: -0.022475 -0.01465 0.00152, + p 22: -0.022475 -0.01135 0.00152, + p 23: -0.022475 -0.00165 0.00152, + p 24: -0.022475 0.00165 0.00152, + p 25: -0.02135 -0.01355 0.00152, + p 26: -0.02135 -0.01245 0.00152, + p 27: -0.02135 -0.00055 0.00152, + p 28: -0.02135 -0.01135 0.00152, + p 29: -0.02135 -0.00973333333333333 0.00152, + p 30: -0.02135 -0.00811666666666667 0.00152, + p 31: -0.02135 -0.0065 0.00152, + p 32: -0.02135 -0.00488333333333333 0.00152, + p 33: -0.02135 -0.00326666666666667 0.00152, + p 34: -0.02135 -0.00165 0.00152, + p 35: -0.02135 0.00055 0.00152, + p 36: -0.0209 -0.01465 0.00152, + p 37: -0.0209 0.00165 0.00152, + p 38: -0.0204443650813896 -0.01355 0.00152, + p 39: -0.0204443650813896 0.00055 0.00152, + p 40: -0.0203 -0.01525 0.00152, + p 41: -0.0203 0.00225 0.00152, + p 42: -0.02025 -0.01245 0.00152, + p 43: -0.02025 -0.01135 0.00152, + p 44: -0.02025 -0.00973333333333333 0.00152, + p 45: -0.02025 -0.00811666666666667 0.00152, + p 46: -0.02025 -0.0065 0.00152, + p 47: -0.02025 -0.00488333333333333 0.00152, + p 48: -0.02025 -0.00326666666666667 0.00152, + p 49: -0.02025 -0.00165 0.00152, + p 50: -0.02025 -0.00055 0.00152, + p 51: -0.0197194913472367 -0.0134694913472367 0.00152, + p 52: -0.0197194913472367 0.000469491347236679 0.00152, + p 53: -0.0193680194846605 -0.0161819805153395 0.00152, + p 54: -0.0193680194846605 0.00318198051533946 0.00152, + p 55: -0.0193680194846605 -0.0143180194846605 0.00152, + p 56: -0.0193680194846605 0.00131801948466054 0.00152, + p 57: -0.01915 -0.01245 0.00152, + p 58: -0.01915 -0.01135 0.00152, + p 59: -0.01915 -0.00973333333333333 0.00152, + p 60: -0.01915 -0.00811666666666667 0.00152, + p 61: -0.01915 -0.0065 0.00152, + p 62: -0.01915 -0.00488333333333333 0.00152, + p 63: -0.01915 -0.00326666666666667 0.00152, + p 64: -0.01915 -0.00165 0.00152, + p 65: -0.01915 -0.00055 0.00152, + p 66: -0.0184893398282202 -0.0153033008588991 0.00152, + p 67: -0.0184893398282202 0.00230330085889911 0.00152, + p 68: -0.0180665393154649 -0.0174834606845351 0.00152, + p 69: -0.0180665393154649 0.00448346068453509 0.00152, + p 70: -0.01805 -0.013 0.00152, + p 71: -0.01805 -0.01245 0.00152, + p 72: -0.01805 -0.01135 0.00152, + p 73: -0.01805 -0.00973333333333333 0.00152, + p 74: -0.01805 -0.00811666666666667 0.00152, + p 75: -0.01805 -0.0065 0.00152, + p 76: -0.01805 -0.00488333333333333 0.00152, + p 77: -0.01805 -0.00326666666666667 0.00152, + p 78: -0.01805 -0.00165 0.00152, + p 79: -0.01805 -0.00055 0.00152, + p 80: -0.01805 0 0.00152, + p 81: -0.01805 -0.0142426406871193 0.00152, + p 82: -0.01805 0.00124264068711929 0.00152, + p 83: -0.0175090030842273 -0.0180409969157727 0.00152, + p 84: -0.0175090030842273 0.00504099691577268 0.00152, + p 85: -0.01685 -0.0187 0.00152, + p 86: -0.01685 0.0057 0.00152, + p 87: -0.0168284658341976 -0.0162453872032678 0.00152, + p 88: -0.0168284658341976 0.00324538720326776 0.00152, + p 89: -0.0162094290935639 -0.0147509003084227 0.00152, + p 90: -0.0162094290935639 0.00175090030842273 0.00152, + p 91: -0.0162094290935639 -0.013 0.00152, + p 92: -0.0162094290935639 0 0.00152, + p 93: -0.0157581027758046 -0.0187 0.00152, + p 94: -0.0157581027758046 -0.0175090030842273 0.00152, + p 95: -0.0157581027758046 -0.0157581027758046 0.00152, + p 96: -0.0157581027758046 -0.0140072024673819 0.00152, + p 97: -0.0157581027758046 -0.013 0.00152, + p 98: -0.0157581027758046 0 0.00152, + p 99: -0.0157581027758046 0.00175090030842273 0.00152, + p 100: -0.0157581027758046 0.00350180061684546 0.00152, + p 101: -0.0157581027758046 0.0052527009252682 0.00152, + p 102: -0.0157581027758046 0.0057 0.00152, + p 103: -0.0140072024673819 -0.0187 0.00152, + p 104: -0.0140072024673819 -0.0175090030842273 0.00152, + p 105: -0.0140072024673819 -0.0157581027758046 0.00152, + p 106: -0.0140072024673819 -0.0140072024673819 0.00152, + p 107: -0.0140072024673819 -0.013 0.00152, + p 108: -0.0140072024673819 0 0.00152, + p 109: -0.0140072024673819 0.00175090030842273 0.00152, + p 110: -0.0140072024673819 0.00350180061684546 0.00152, + p 111: -0.0140072024673819 0.0052527009252682 0.00152, + p 112: -0.0140072024673819 0.0057 0.00152, + p 113: -0.0122563021589591 -0.0187 0.00152, + p 114: -0.0122563021589591 -0.0175090030842273 0.00152, + p 115: -0.0122563021589591 -0.0157581027758046 0.00152, + p 116: -0.0122563021589591 -0.0140072024673819 0.00152, + p 117: -0.0122563021589591 -0.013 0.00152, + p 118: -0.0122563021589591 0 0.00152, + p 119: -0.0122563021589591 0.00175090030842273 0.00152, + p 120: -0.0122563021589591 0.00350180061684546 0.00152, + p 121: -0.0122563021589591 0.0052527009252682 0.00152, + p 122: -0.0122563021589591 0.0057 0.00152, + p 123: -0.0105054018505364 -0.0187 0.00152, + p 124: -0.0105054018505364 -0.0175090030842273 0.00152, + p 125: -0.0105054018505364 -0.0157581027758046 0.00152, + p 126: -0.0105054018505364 -0.0140072024673819 0.00152, + p 127: -0.0105054018505364 -0.013 0.00152, + p 128: -0.0105054018505364 0 0.00152, + p 129: -0.0105054018505364 0.00175090030842273 0.00152, + p 130: -0.0105054018505364 0.00350180061684546 0.00152, + p 131: -0.0105054018505364 0.0052527009252682 0.00152, + p 132: -0.0105054018505364 0.0057 0.00152, + p 133: -0.00875450154211366 -0.0187 0.00152, + p 134: -0.00875450154211366 -0.0175090030842273 0.00152, + p 135: -0.00875450154211366 -0.0157581027758046 0.00152, + p 136: -0.00875450154211366 -0.0140072024673819 0.00152, + p 137: -0.00875450154211366 -0.013 0.00152, + p 138: -0.00875450154211366 0 0.00152, + p 139: -0.00875450154211366 0.00175090030842273 0.00152, + p 140: -0.00875450154211366 0.00350180061684546 0.00152, + p 141: -0.00875450154211366 0.0052527009252682 0.00152, + p 142: -0.00875450154211366 0.0057 0.00152, + p 143: -0.00700360123369093 -0.0187 0.00152, + p 144: -0.00700360123369093 -0.0175090030842273 0.00152, + p 145: -0.00700360123369093 -0.0157581027758046 0.00152, + p 146: -0.00700360123369093 -0.0140072024673819 0.00152, + p 147: -0.00700360123369093 -0.013 0.00152, + p 148: -0.00700360123369093 0 0.00152, + p 149: -0.00700360123369093 0.00175090030842273 0.00152, + p 150: -0.00700360123369093 0.00350180061684546 0.00152, + p 151: -0.00700360123369093 0.0052527009252682 0.00152, + p 152: -0.00700360123369093 0.0057 0.00152, + p 153: -0.0052527009252682 -0.0187 0.00152, + p 154: -0.0052527009252682 -0.0175090030842273 0.00152, + p 155: -0.0052527009252682 -0.0157581027758046 0.00152, + p 156: -0.0052527009252682 -0.0140072024673819 0.00152, + p 157: -0.0052527009252682 -0.013 0.00152, + p 158: -0.0052527009252682 0 0.00152, + p 159: -0.0052527009252682 0.00175090030842273 0.00152, + p 160: -0.0052527009252682 0.00350180061684546 0.00152, + p 161: -0.0052527009252682 0.0052527009252682 0.00152, + p 162: -0.0052527009252682 0.0057 0.00152, + p 163: -0.00350180061684546 -0.0187 0.00152, + p 164: -0.00350180061684546 -0.0175090030842273 0.00152, + p 165: -0.00350180061684546 -0.0157581027758046 0.00152, + p 166: -0.00350180061684546 -0.0140072024673819 0.00152, + p 167: -0.00350180061684546 0.00350180061684546 0.00152, + p 168: -0.00350180061684546 0.0052527009252682 0.00152, + p 169: -0.00350180061684546 0.0057 0.00152, + p 170: -0.00349057090643609 -0.013 0.00152, + p 171: -0.00349057090643609 0 0.00152, + p 172: -0.00349057090643609 -0.0147509003084227 0.00152, + p 173: -0.00349057090643609 0.00175090030842273 0.00152, + p 174: -0.00287153416580243 -0.0162453872032678 0.00152, + p 175: -0.00287153416580243 0.00324538720326776 0.00152, + p 176: -0.00285 -0.0187 0.00152, + p 177: -0.00285 0.0057 0.00152, + p 178: -0.00165 -0.013 0.00152, + p 179: -0.00165 -0.01245 0.00152, + p 180: -0.00165 -0.01135 0.00152, + p 181: -0.00165 -0.00973333333333333 0.00152, + p 182: -0.00165 -0.00811666666666667 0.00152, + p 183: -0.00165 -0.0065 0.00152, + p 184: -0.00165 -0.00488333333333333 0.00152, + p 185: -0.00165 -0.00326666666666667 0.00152, + p 186: -0.00165 -0.00165 0.00152, + p 187: -0.00165 -0.00055 0.00152, + p 188: -0.00165 0 0.00152, + p 189: -0.00165 -0.0142426406871193 0.00152, + p 190: -0.00165 0.00124264068711929 0.00152, + p 191: -0.00163346068453509 -0.0174834606845351 0.00152, + p 192: -0.00163346068453509 0.00448346068453509 0.00152, + p 193: -0.00121066017177982 -0.0153033008588991 0.00152, + p 194: -0.00121066017177982 0.00230330085889911 0.00152, + p 195: -0.00055 -0.01245 0.00152, + p 196: -0.00055 -0.01135 0.00152, + p 197: -0.00055 -0.00973333333333333 0.00152, + p 198: -0.00055 -0.00811666666666667 0.00152, + p 199: -0.00055 -0.0065 0.00152, + p 200: -0.00055 -0.00488333333333333 0.00152, + p 201: -0.00055 -0.00326666666666667 0.00152, + p 202: -0.00055 -0.00165 0.00152, + p 203: -0.00055 -0.00055 0.00152, + p 204: -0.000331980515339464 -0.0143180194846605 0.00152, + p 205: -0.000331980515339464 0.00131801948466054 0.00152, + p 206: -0.000331980515339464 -0.0161819805153395 0.00152, + p 207: -0.000331980515339464 0.00318198051533946 0.00152, + p 208: 1.94913472366791e-05 -0.0134694913472367 0.00152, + p 209: 1.94913472366791e-05 0.000469491347236679 0.00152, + p 210: 0.00055 -0.01245 0.00152, + p 211: 0.00055 -0.01135 0.00152, + p 212: 0.00055 -0.00973333333333333 0.00152, + p 213: 0.00055 -0.00811666666666667 0.00152, + p 214: 0.00055 -0.0065 0.00152, + p 215: 0.00055 -0.00488333333333333 0.00152, + p 216: 0.00055 -0.00326666666666667 0.00152, + p 217: 0.00055 -0.00165 0.00152, + p 218: 0.00055 -0.00055 0.00152, + p 219: 0.0006 -0.01525 0.00152, + p 220: 0.0006 0.00225 0.00152, + p 221: 0.000744365081389595 -0.01355 0.00152, + p 222: 0.000744365081389595 0.00055 0.00152, + p 223: 0.0012 -0.01465 0.00152, + p 224: 0.0012 0.00165 0.00152, + p 225: 0.00165 -0.01355 0.00152, + p 226: 0.00165 -0.01245 0.00152, + p 227: 0.00165 -0.00055 0.00152, + p 228: 0.00165 -0.01135 0.00152, + p 229: 0.00165 -0.00973333333333333 0.00152, + p 230: 0.00165 -0.00811666666666667 0.00152, + p 231: 0.00165 -0.0065 0.00152, + p 232: 0.00165 -0.00488333333333333 0.00152, + p 233: 0.00165 -0.00326666666666667 0.00152, + p 234: 0.00165 -0.00165 0.00152, + p 235: 0.00165 0.00055 0.00152, + p 236: 0.002775 -0.01355 0.00152, + p 237: 0.002775 -0.01245 0.00152, + p 238: 0.002775 -0.00055 0.00152, + p 239: 0.002775 0.00055 0.00152, + p 240: 0.002775 -0.01465 0.00152, + p 241: 0.002775 -0.01135 0.00152, + p 242: 0.002775 -0.00165 0.00152, + p 243: 0.002775 0.00165 0.00152, + p 244: 0.0039 -0.01245 0.00152, + p 245: 0.0039 -0.01355 0.00152, + p 246: 0.0039 0.00055 0.00152, + p 247: 0.0039 -0.01465 0.00152, + p 248: 0.0039 -0.01135 0.00152, + p 249: 0.0039 -0.00165 0.00152, + p 250: 0.0039 0.00165 0.00152, + p 251: 0.0039 -0.00055 0.00152, + p 252: 0.005 -0.01465 0.00152, + p 253: 0.005 -0.01355 0.00152, + p 254: 0.005 -0.01245 0.00152, + p 255: 0.005 -0.01135 0.00152, + p 256: 0.005 -0.00165 0.00152, + p 257: 0.005 -0.00055 0.00152, + p 258: 0.005 0.00055 0.00152, + p 259: 0.005 0.00165 0.00152, + p 260: 0.0039 -0.00055 0.001545, + p 261: 0.0039 -0.00165 0.001545, + p 262: 0.005 -0.00165 0.001545, + p 263: 0.005 -0.00055 0.001545, + p 264: 0.0039 0.00165 0.001545, + p 265: 0.0039 0.00055 0.001545, + p 266: 0.005 0.00055 0.001545, + p 267: 0.005 0.00165 0.001545, + p 268: 0.0039 -0.01135 0.001545, + p 269: 0.0039 -0.01245 0.001545, + p 270: 0.005 -0.01245 0.001545, + p 271: 0.005 -0.01135 0.001545, + p 272: 0.002775 0.00055 0.001545, + p 273: 0.002775 -0.00055 0.001545, + p 274: 0.0039 -0.01355 0.001545, + p 275: 0.0039 -0.01465 0.001545, + p 276: 0.005 -0.01465 0.001545, + p 277: 0.005 -0.01355 0.001545, + p 278: 0.002775 -0.01355 0.001545, + p 279: 0.002775 -0.01465 0.001545, + p 280: 0.002775 -0.01245 0.001545, + p 281: 0.002775 0.00165 0.001545, + p 282: 0.002775 -0.01135 0.001545, + p 283: 0.002775 -0.00165 0.001545, + p 284: 0.00165 -0.00055 0.001545, + p 285: 0.00165 -0.00165 0.001545, + p 286: 0.00165 -0.01355 0.001545, + p 287: 0.0012 -0.01465 0.001545, + p 288: 0.00165 0.00055 0.001545, + p 289: 0.00165 -0.01135 0.001545, + p 290: 0.00165 -0.01245 0.001545, + p 291: 0.00055 -0.00055 0.001545, + p 292: 0.00055 -0.00165 0.001545, + p 293: 0.0012 0.00165 0.001545, + p 294: 0.000744365081389595 0.00055 0.001545, + p 295: 0.000744365081389595 -0.01355 0.001545, + p 296: -0.000331980515339464 -0.0143180194846605 0.001545, + p 297: 0.0006 -0.01525 0.001545, + p 298: 0.0006 0.00225 0.001545, + p 299: -0.000331980515339464 0.00131801948466054 0.001545, + p 300: 0.00055 -0.00326666666666667 0.001545, + p 301: 0.00165 -0.00326666666666667 0.001545, + p 302: 0.00055 -0.00488333333333333 0.001545, + p 303: 0.00165 -0.00488333333333333 0.001545, + p 304: 0.00055 -0.0065 0.001545, + p 305: 0.00165 -0.0065 0.001545, + p 306: 0.00055 -0.00811666666666667 0.001545, + p 307: 0.00165 -0.00811666666666667 0.001545, + p 308: 0.00055 -0.00973333333333333 0.001545, + p 309: 0.00165 -0.00973333333333333 0.001545, + p 310: 0.00055 -0.01135 0.001545, + p 311: 0.00055 -0.01245 0.001545, + p 312: -0.00055 -0.01245 0.001545, + p 313: 1.94913472366791e-05 -0.0134694913472367 0.001545, + p 314: 1.94913472366791e-05 0.000469491347236679 0.001545, + p 315: -0.00055 -0.00055 0.001545, + p 316: -0.000331980515339464 0.00318198051533946 0.001545, + p 317: -0.00121066017177982 0.00230330085889911 0.001545, + p 318: -0.00165 0.00124264068711929 0.001545, + p 319: -0.00165 0 0.001545, + p 320: -0.00121066017177982 -0.0153033008588991 0.001545, + p 321: -0.000331980515339464 -0.0161819805153395 0.001545, + p 322: -0.00055 -0.00165 0.001545, + p 323: -0.00055 -0.00326666666666667 0.001545, + p 324: -0.00055 -0.00488333333333333 0.001545, + p 325: -0.00055 -0.0065 0.001545, + p 326: -0.00055 -0.00811666666666667 0.001545, + p 327: -0.00055 -0.00973333333333333 0.001545, + p 328: -0.00055 -0.01135 0.001545, + p 329: -0.00165 -0.01245 0.001545, + p 330: -0.00165 -0.013 0.001545, + p 331: -0.00287153416580243 -0.0162453872032678 0.001545, + p 332: -0.00163346068453509 -0.0174834606845351 0.001545, + p 333: -0.00163346068453509 0.00448346068453509 0.001545, + p 334: -0.00287153416580243 0.00324538720326776 0.001545, + p 335: -0.00165 -0.0142426406871193 0.001545, + p 336: -0.00349057090643609 -0.0147509003084227 0.001545, + p 337: -0.00165 -0.00055 0.001545, + p 338: -0.00165 -0.00165 0.001545, + p 339: -0.00165 -0.00326666666666667 0.001545, + p 340: -0.00165 -0.00488333333333333 0.001545, + p 341: -0.00165 -0.0065 0.001545, + p 342: -0.00165 -0.00811666666666667 0.001545, + p 343: -0.00165 -0.00973333333333333 0.001545, + p 344: -0.00165 -0.01135 0.001545, + p 345: -0.00349057090643609 -0.013 0.001545, + p 346: -0.00350180061684546 -0.0140072024673819 0.001545, + p 347: -0.00285 0.0057 0.001545, + p 348: -0.00350180061684546 0.0052527009252682 0.001545, + p 349: -0.00349057090643609 0.00175090030842273 0.001545, + p 350: -0.00350180061684546 -0.0175090030842273 0.001545, + p 351: -0.00285 -0.0187 0.001545, + p 352: -0.00349057090643609 0 0.001545, + p 353: -0.00350180061684546 -0.0157581027758046 0.001545, + p 354: -0.00350180061684546 0.0057 0.001545, + p 355: -0.00350180061684546 0.00350180061684546 0.001545, + p 356: -0.0052527009252682 0.00350180061684546 0.001545, + p 357: -0.0052527009252682 0.00175090030842273 0.001545, + p 358: -0.0052527009252682 -0.0140072024673819 0.001545, + p 359: -0.00350180061684546 -0.0187 0.001545, + p 360: -0.0052527009252682 0.0057 0.001545, + p 361: -0.0052527009252682 0.0052527009252682 0.001545, + p 362: -0.0052527009252682 0 0.001545, + p 363: -0.0052527009252682 -0.013 0.001545, + p 364: -0.0052527009252682 -0.0157581027758046 0.001545, + p 365: -0.0052527009252682 -0.0175090030842273 0.001545, + p 366: -0.0052527009252682 -0.0187 0.001545, + p 367: -0.00700360123369093 0.0057 0.001545, + p 368: -0.00700360123369093 0.0052527009252682 0.001545, + p 369: -0.00700360123369093 0.00350180061684546 0.001545, + p 370: -0.00700360123369093 0.00175090030842273 0.001545, + p 371: -0.00700360123369093 0 0.001545, + p 372: -0.00700360123369093 -0.013 0.001545, + p 373: -0.00700360123369093 -0.0140072024673819 0.001545, + p 374: -0.00700360123369093 -0.0157581027758046 0.001545, + p 375: -0.00700360123369093 -0.0175090030842273 0.001545, + p 376: -0.00700360123369093 -0.0187 0.001545, + p 377: -0.00875450154211366 0.0057 0.001545, + p 378: -0.00875450154211366 0.0052527009252682 0.001545, + p 379: -0.00875450154211366 0.00350180061684546 0.001545, + p 380: -0.00875450154211366 0.00175090030842273 0.001545, + p 381: -0.00875450154211366 0 0.001545, + p 382: -0.00875450154211366 -0.013 0.001545, + p 383: -0.00875450154211366 -0.0140072024673819 0.001545, + p 384: -0.00875450154211366 -0.0157581027758046 0.001545, + p 385: -0.00875450154211366 -0.0175090030842273 0.001545, + p 386: -0.00875450154211366 -0.0187 0.001545, + p 387: -0.0105054018505364 0.0057 0.001545, + p 388: -0.0105054018505364 0.0052527009252682 0.001545, + p 389: -0.0105054018505364 0.00350180061684546 0.001545, + p 390: -0.0105054018505364 0.00175090030842273 0.001545, + p 391: -0.0105054018505364 0 0.001545, + p 392: -0.0105054018505364 -0.013 0.001545, + p 393: -0.0105054018505364 -0.0140072024673819 0.001545, + p 394: -0.0105054018505364 -0.0157581027758046 0.001545, + p 395: -0.0105054018505364 -0.0175090030842273 0.001545, + p 396: -0.0105054018505364 -0.0187 0.001545, + p 397: -0.0122563021589591 0.0057 0.001545, + p 398: -0.0122563021589591 0.0052527009252682 0.001545, + p 399: -0.0122563021589591 0.00350180061684546 0.001545, + p 400: -0.0122563021589591 0.00175090030842273 0.001545, + p 401: -0.0122563021589591 0 0.001545, + p 402: -0.0122563021589591 -0.013 0.001545, + p 403: -0.0122563021589591 -0.0140072024673819 0.001545, + p 404: -0.0122563021589591 -0.0157581027758046 0.001545, + p 405: -0.0122563021589591 -0.0175090030842273 0.001545, + p 406: -0.0122563021589591 -0.0187 0.001545, + p 407: -0.0140072024673819 0.0057 0.001545, + p 408: -0.0140072024673819 0.0052527009252682 0.001545, + p 409: -0.0140072024673819 0.00350180061684546 0.001545, + p 410: -0.0140072024673819 0.00175090030842273 0.001545, + p 411: -0.0140072024673819 0 0.001545, + p 412: -0.0140072024673819 -0.013 0.001545, + p 413: -0.0140072024673819 -0.0140072024673819 0.001545, + p 414: -0.0140072024673819 -0.0157581027758046 0.001545, + p 415: -0.0140072024673819 -0.0175090030842273 0.001545, + p 416: -0.0140072024673819 -0.0187 0.001545, + p 417: -0.0157581027758046 0.0057 0.001545, + p 418: -0.0157581027758046 0.0052527009252682 0.001545, + p 419: -0.0157581027758046 0.00350180061684546 0.001545, + p 420: -0.0157581027758046 0.00175090030842273 0.001545, + p 421: -0.0157581027758046 0 0.001545, + p 422: -0.0157581027758046 -0.013 0.001545, + p 423: -0.0157581027758046 -0.0140072024673819 0.001545, + p 424: -0.0157581027758046 -0.0157581027758046 0.001545, + p 425: -0.0157581027758046 -0.0175090030842273 0.001545, + p 426: -0.0157581027758046 -0.0187 0.001545, + p 427: -0.0162094290935639 -0.013 0.001545, + p 428: -0.0162094290935639 -0.0147509003084227 0.001545, + p 429: -0.0162094290935639 0.00175090030842273 0.001545, + p 430: -0.0162094290935639 0 0.001545, + p 431: -0.01805 0.00124264068711929 0.001545, + p 432: -0.01805 0 0.001545, + p 433: -0.0168284658341976 -0.0162453872032678 0.001545, + p 434: -0.0168284658341976 0.00324538720326776 0.001545, + p 435: -0.0184893398282202 0.00230330085889911 0.001545, + p 436: -0.0180665393154649 -0.0174834606845351 0.001545, + p 437: -0.0175090030842273 -0.0180409969157727 0.001545, + p 438: -0.01685 0.0057 0.001545, + p 439: -0.0175090030842273 0.00504099691577268 0.001545, + p 440: -0.0180665393154649 0.00448346068453509 0.001545, + p 441: -0.01685 -0.0187 0.001545, + p 442: -0.01805 -0.0142426406871193 0.001545, + p 443: -0.0184893398282202 -0.0153033008588991 0.001545, + p 444: -0.01805 -0.013 0.001545, + p 445: -0.0197194913472367 -0.0134694913472367 0.001545, + p 446: -0.0193680194846605 -0.0143180194846605 0.001545, + p 447: -0.0193680194846605 0.00318198051533946 0.001545, + p 448: -0.0193680194846605 0.00131801948466054 0.001545, + p 449: -0.0193680194846605 -0.0161819805153395 0.001545, + p 450: -0.01915 -0.00055 0.001545, + p 451: -0.01915 -0.00165 0.001545, + p 452: -0.01805 -0.00165 0.001545, + p 453: -0.01805 -0.00055 0.001545, + p 454: -0.01915 -0.00326666666666667 0.001545, + p 455: -0.01805 -0.00326666666666667 0.001545, + p 456: -0.01915 -0.00488333333333333 0.001545, + p 457: -0.01805 -0.00488333333333333 0.001545, + p 458: -0.01915 -0.0065 0.001545, + p 459: -0.01805 -0.0065 0.001545, + p 460: -0.01915 -0.00811666666666667 0.001545, + p 461: -0.01805 -0.00811666666666667 0.001545, + p 462: -0.01915 -0.00973333333333333 0.001545, + p 463: -0.01805 -0.00973333333333333 0.001545, + p 464: -0.01915 -0.01135 0.001545, + p 465: -0.01805 -0.01135 0.001545, + p 466: -0.01915 -0.01245 0.001545, + p 467: -0.01805 -0.01245 0.001545, + p 468: -0.0197194913472367 0.000469491347236679 0.001545, + p 469: -0.0203 -0.01525 0.001545, + p 470: -0.0203 0.00225 0.001545, + p 471: -0.0204443650813896 0.00055 0.001545, + p 472: -0.02025 -0.00055 0.001545, + p 473: -0.0204443650813896 -0.01355 0.001545, + p 474: -0.02025 -0.00165 0.001545, + p 475: -0.02025 -0.00326666666666667 0.001545, + p 476: -0.02025 -0.00488333333333333 0.001545, + p 477: -0.02025 -0.0065 0.001545, + p 478: -0.02025 -0.00811666666666667 0.001545, + p 479: -0.02025 -0.00973333333333333 0.001545, + p 480: -0.02025 -0.01135 0.001545, + p 481: -0.02025 -0.01245 0.001545, + p 482: -0.0209 0.00165 0.001545, + p 483: -0.02135 0.00055 0.001545, + p 484: -0.02135 -0.00055 0.001545, + p 485: -0.0209 -0.01465 0.001545, + p 486: -0.02135 -0.00165 0.001545, + p 487: -0.02135 -0.00326666666666667 0.001545, + p 488: -0.02135 -0.00488333333333333 0.001545, + p 489: -0.02135 -0.0065 0.001545, + p 490: -0.02135 -0.00811666666666667 0.001545, + p 491: -0.02135 -0.00973333333333333 0.001545, + p 492: -0.02135 -0.01135 0.001545, + p 493: -0.02135 -0.01245 0.001545, + p 494: -0.022475 -0.00055 0.001545, + p 495: -0.022475 -0.00165 0.001545, + p 496: -0.02135 -0.01355 0.001545, + p 497: -0.022475 -0.01355 0.001545, + p 498: -0.022475 -0.01465 0.001545, + p 499: -0.022475 0.00165 0.001545, + p 500: -0.022475 0.00055 0.001545, + p 501: -0.022475 -0.01135 0.001545, + p 502: -0.022475 -0.01245 0.001545, + p 503: -0.0236 -0.00055 0.001545, + p 504: -0.0236 -0.00165 0.001545, + p 505: -0.0236 -0.01355 0.001545, + p 506: -0.0236 -0.01465 0.001545, + p 507: -0.0236 0.00055 0.001545, + p 508: -0.0236 0.00165 0.001545, + p 509: -0.0247 0.00165 0.001545, + p 510: -0.0247 0.00055 0.001545, + p 511: -0.0236 -0.01135 0.001545, + p 512: -0.0236 -0.01245 0.001545, + p 513: -0.0247 -0.00055 0.001545, + p 514: -0.0247 -0.00165 0.001545, + p 515: -0.0247 -0.01245 0.001545, + p 516: -0.0247 -0.01355 0.001545, + p 517: -0.0247 -0.01135 0.001545, + p 518: -0.0247 -0.01465 0.001545; +EdefIA 1162: + s 1: 1 2, + s 2: 1 11, + s 3: 2 3, + s 4: 2 15, + s 5: 3 4, + s 6: 3 9, + s 7: 4 12, + s 8: 5 6, + s 9: 5 13, + s 10: 6 7, + s 11: 6 10, + s 12: 7 8, + s 13: 7 16, + s 14: 8 14, + s 15: 9 12, + s 16: 9 15, + s 17: 9 18, + s 18: 10 13, + s 19: 10 16, + s 20: 10 19, + s 21: 11 15, + s 22: 11 21, + s 23: 12 22, + s 24: 13 23, + s 25: 14 16, + s 26: 14 24, + s 27: 15 17, + s 28: 16 20, + s 29: 17 18, + s 30: 17 21, + s 31: 17 25, + s 32: 18 22, + s 33: 18 26, + s 34: 19 20, + s 35: 19 23, + s 36: 19 27, + s 37: 20 24, + s 38: 20 35, + s 39: 21 36, + s 40: 22 28, + s 41: 23 34, + s 42: 24 37, + s 43: 25 26, + s 44: 25 36, + s 45: 25 38, + s 46: 26 28, + s 47: 26 42, + s 48: 27 34, + s 49: 27 35, + s 50: 27 50, + s 51: 28 29, + s 52: 28 43, + s 53: 29 30, + s 54: 29 44, + s 55: 30 31, + s 56: 30 45, + s 57: 31 32, + s 58: 31 46, + s 59: 32 33, + s 60: 32 47, + s 61: 33 34, + s 62: 33 48, + s 63: 34 49, + s 64: 35 37, + s 65: 35 39, + s 66: 36 38, + s 67: 36 40, + s 68: 37 39, + s 69: 37 41, + s 70: 38 42, + s 71: 38 51, + s 72: 38 55, + s 73: 39 50, + s 74: 39 52, + s 75: 39 56, + s 76: 40 53, + s 77: 40 55, + s 78: 41 54, + s 79: 41 56, + s 80: 42 43, + s 81: 42 57, + s 82: 43 44, + s 83: 43 58, + s 84: 44 45, + s 85: 44 59, + s 86: 45 46, + s 87: 45 60, + s 88: 46 47, + s 89: 46 61, + s 90: 47 48, + s 91: 47 62, + s 92: 48 49, + s 93: 48 63, + s 94: 49 50, + s 95: 49 64, + s 96: 50 65, + s 97: 51 55, + s 98: 51 57, + s 99: 51 70, + s 100: 52 56, + s 101: 52 65, + s 102: 52 80, + s 103: 53 66, + s 104: 53 68, + s 105: 54 67, + s 106: 54 69, + s 107: 55 66, + s 108: 55 81, + s 109: 56 67, + s 110: 56 82, + s 111: 57 58, + s 112: 57 71, + s 113: 58 59, + s 114: 58 72, + s 115: 59 60, + s 116: 59 73, + s 117: 60 61, + s 118: 60 74, + s 119: 61 62, + s 120: 61 75, + s 121: 62 63, + s 122: 62 76, + s 123: 63 64, + s 124: 63 77, + s 125: 64 65, + s 126: 64 78, + s 127: 65 79, + s 128: 66 81, + s 129: 66 87, + s 130: 67 82, + s 131: 67 88, + s 132: 68 83, + s 133: 68 87, + s 134: 69 84, + s 135: 69 88, + s 136: 70 71, + s 137: 70 81, + s 138: 70 91, + s 139: 71 72, + s 140: 72 73, + s 141: 73 74, + s 142: 74 75, + s 143: 75 76, + s 144: 76 77, + s 145: 77 78, + s 146: 78 79, + s 147: 79 80, + s 148: 80 82, + s 149: 80 92, + s 150: 81 89, + s 151: 82 90, + s 152: 83 85, + s 153: 83 94, + s 154: 84 86, + s 155: 84 88, + s 156: 84 101, + s 157: 85 93, + s 158: 86 102, + s 159: 87 89, + s 160: 87 94, + s 161: 87 95, + s 162: 88 90, + s 163: 88 100, + s 164: 89 91, + s 165: 89 95, + s 166: 89 96, + s 167: 90 92, + s 168: 90 99, + s 169: 91 97, + s 170: 92 98, + s 171: 93 94, + s 172: 93 103, + s 173: 94 95, + s 174: 94 104, + s 175: 95 96, + s 176: 95 105, + s 177: 96 97, + s 178: 96 106, + s 179: 97 107, + s 180: 98 99, + s 181: 98 108, + s 182: 99 100, + s 183: 99 109, + s 184: 100 101, + s 185: 100 110, + s 186: 101 102, + s 187: 101 111, + s 188: 102 112, + s 189: 103 104, + s 190: 103 113, + s 191: 104 105, + s 192: 104 114, + s 193: 105 106, + s 194: 105 115, + s 195: 106 107, + s 196: 106 116, + s 197: 107 117, + s 198: 108 109, + s 199: 108 118, + s 200: 109 110, + s 201: 109 119, + s 202: 110 111, + s 203: 110 120, + s 204: 111 112, + s 205: 111 121, + s 206: 112 122, + s 207: 113 114, + s 208: 113 123, + s 209: 114 115, + s 210: 114 124, + s 211: 115 116, + s 212: 115 125, + s 213: 116 117, + s 214: 116 126, + s 215: 117 127, + s 216: 118 119, + s 217: 118 128, + s 218: 119 120, + s 219: 119 129, + s 220: 120 121, + s 221: 120 130, + s 222: 121 122, + s 223: 121 131, + s 224: 122 132, + s 225: 123 124, + s 226: 123 133, + s 227: 124 125, + s 228: 124 134, + s 229: 125 126, + s 230: 125 135, + s 231: 126 127, + s 232: 126 136, + s 233: 127 137, + s 234: 128 129, + s 235: 128 138, + s 236: 129 130, + s 237: 129 139, + s 238: 130 131, + s 239: 130 140, + s 240: 131 132, + s 241: 131 141, + s 242: 132 142, + s 243: 133 134, + s 244: 133 143, + s 245: 134 135, + s 246: 134 144, + s 247: 135 136, + s 248: 135 145, + s 249: 136 137, + s 250: 136 146, + s 251: 137 147, + s 252: 138 139, + s 253: 138 148, + s 254: 139 140, + s 255: 139 149, + s 256: 140 141, + s 257: 140 150, + s 258: 141 142, + s 259: 141 151, + s 260: 142 152, + s 261: 143 144, + s 262: 143 153, + s 263: 144 145, + s 264: 144 154, + s 265: 145 146, + s 266: 145 155, + s 267: 146 147, + s 268: 146 156, + s 269: 147 157, + s 270: 148 149, + s 271: 148 158, + s 272: 149 150, + s 273: 149 159, + s 274: 150 151, + s 275: 150 160, + s 276: 151 152, + s 277: 151 161, + s 278: 152 162, + s 279: 153 154, + s 280: 153 163, + s 281: 154 155, + s 282: 154 164, + s 283: 155 156, + s 284: 155 165, + s 285: 156 157, + s 286: 156 166, + s 287: 156 172, + s 288: 157 170, + s 289: 158 159, + s 290: 158 171, + s 291: 159 160, + s 292: 159 173, + s 293: 160 161, + s 294: 160 167, + s 295: 161 162, + s 296: 161 168, + s 297: 162 169, + s 298: 163 164, + s 299: 163 176, + s 300: 164 165, + s 301: 164 174, + s 302: 164 176, + s 303: 165 172, + s 304: 165 174, + s 305: 166 170, + s 306: 166 172, + s 307: 166 189, + s 308: 167 168, + s 309: 167 173, + s 310: 167 175, + s 311: 168 169, + s 312: 168 177, + s 313: 168 192, + s 314: 169 177, + s 315: 170 178, + s 316: 171 173, + s 317: 171 188, + s 318: 172 174, + s 319: 172 189, + s 320: 173 175, + s 321: 173 190, + s 322: 174 191, + s 323: 174 193, + s 324: 175 192, + s 325: 175 194, + s 326: 176 191, + s 327: 177 192, + s 328: 178 179, + s 329: 178 189, + s 330: 178 208, + s 331: 179 180, + s 332: 179 195, + s 333: 180 181, + s 334: 180 196, + s 335: 181 182, + s 336: 181 197, + s 337: 182 183, + s 338: 182 198, + s 339: 183 184, + s 340: 183 199, + s 341: 184 185, + s 342: 184 200, + s 343: 185 186, + s 344: 185 201, + s 345: 186 187, + s 346: 186 202, + s 347: 187 188, + s 348: 187 203, + s 349: 188 190, + s 350: 188 209, + s 351: 189 193, + s 352: 189 204, + s 353: 190 194, + s 354: 190 205, + s 355: 191 206, + s 356: 192 207, + s 357: 193 204, + s 358: 193 206, + s 359: 194 205, + s 360: 194 207, + s 361: 195 196, + s 362: 195 208, + s 363: 195 210, + s 364: 196 197, + s 365: 196 211, + s 366: 197 198, + s 367: 197 212, + s 368: 198 199, + s 369: 198 213, + s 370: 199 200, + s 371: 199 214, + s 372: 200 201, + s 373: 200 215, + s 374: 201 202, + s 375: 201 216, + s 376: 202 203, + s 377: 202 217, + s 378: 203 209, + s 379: 203 218, + s 380: 204 208, + s 381: 204 219, + s 382: 204 221, + s 383: 205 209, + s 384: 205 220, + s 385: 205 222, + s 386: 206 219, + s 387: 207 220, + s 388: 208 221, + s 389: 209 222, + s 390: 210 211, + s 391: 210 221, + s 392: 210 226, + s 393: 211 212, + s 394: 211 228, + s 395: 212 213, + s 396: 212 229, + s 397: 213 214, + s 398: 213 230, + s 399: 214 215, + s 400: 214 231, + s 401: 215 216, + s 402: 215 232, + s 403: 216 217, + s 404: 216 233, + s 405: 217 218, + s 406: 217 234, + s 407: 218 222, + s 408: 218 227, + s 409: 219 223, + s 410: 220 224, + s 411: 221 223, + s 412: 221 225, + s 413: 222 224, + s 414: 222 235, + s 415: 223 225, + s 416: 223 240, + s 417: 224 235, + s 418: 224 243, + s 419: 225 226, + s 420: 225 236, + s 421: 226 228, + s 422: 226 237, + s 423: 227 234, + s 424: 227 235, + s 425: 227 238, + s 426: 228 229, + s 427: 228 241, + s 428: 229 230, + s 429: 230 231, + s 430: 231 232, + s 431: 232 233, + s 432: 233 234, + s 433: 234 242, + s 434: 235 239, + s 435: 236 237, + s 436: 236 240, + s 437: 236 245, + s 438: 237 241, + s 439: 237 244, + s 440: 238 239, + s 441: 238 242, + s 442: 238 251, + s 443: 239 243, + s 444: 239 246, + s 445: 240 247, + s 446: 241 248, + s 447: 242 249, + s 448: 243 250, + s 449: 244 245, + s 450: 244 248, + s 451: 244 254, + s 452: 245 247, + s 453: 245 253, + s 454: 246 250, + s 455: 246 251, + s 456: 246 258, + s 457: 247 252, + s 458: 248 255, + s 459: 249 251, + s 460: 249 256, + s 461: 250 259, + s 462: 251 257, + s 463: 252 253, + s 464: 253 254, + s 465: 254 255, + s 466: 256 257, + s 467: 257 258, + s 468: 258 259, + s 469: 261 260, + s 470: 261 262, + s 471: 262 263, + s 472: 260 263, + s 473: 265 264, + s 474: 265 266, + s 475: 266 267, + s 476: 264 267, + s 477: 269 268, + s 478: 269 270, + s 479: 270 271, + s 480: 268 271, + s 481: 265 260, + s 482: 263 266, + s 483: 273 272, + s 484: 273 260, + s 485: 272 265, + s 486: 274 275, + s 487: 275 276, + s 488: 276 277, + s 489: 274 277, + s 490: 278 279, + s 491: 279 275, + s 492: 278 274, + s 493: 269 274, + s 494: 277 270, + s 495: 278 280, + s 496: 280 269, + s 497: 272 281, + s 498: 281 264, + s 499: 280 282, + s 500: 282 268, + s 501: 273 283, + s 502: 283 261, + s 503: 284 285, + s 504: 285 283, + s 505: 284 273, + s 506: 286 278, + s 507: 287 286, + s 508: 287 279, + s 509: 284 288, + s 510: 288 272, + s 511: 290 289, + s 512: 290 280, + s 513: 289 282, + s 514: 292 291, + s 515: 292 285, + s 516: 291 284, + s 517: 286 290, + s 518: 293 281, + s 519: 293 288, + s 520: 294 293, + s 521: 294 288, + s 522: 291 294, + s 523: 295 286, + s 524: 295 287, + s 525: 296 295, + s 526: 296 297, + s 527: 297 287, + s 528: 298 293, + s 529: 299 298, + s 530: 299 294, + s 531: 300 292, + s 532: 300 301, + s 533: 301 285, + s 534: 302 300, + s 535: 302 303, + s 536: 303 301, + s 537: 304 302, + s 538: 304 305, + s 539: 305 303, + s 540: 306 304, + s 541: 306 307, + s 542: 307 305, + s 543: 308 306, + s 544: 308 309, + s 545: 309 307, + s 546: 310 308, + s 547: 310 289, + s 548: 289 309, + s 549: 311 310, + s 550: 311 290, + s 551: 311 295, + s 552: 312 311, + s 553: 312 313, + s 554: 313 295, + s 555: 314 294, + s 556: 315 314, + s 557: 315 291, + s 558: 296 313, + s 559: 316 298, + s 560: 317 316, + s 561: 317 299, + s 562: 299 314, + s 563: 318 299, + s 564: 319 318, + s 565: 319 314, + s 566: 320 296, + s 567: 320 321, + s 568: 321 297, + s 569: 322 315, + s 570: 322 292, + s 571: 323 322, + s 572: 323 300, + s 573: 324 323, + s 574: 324 302, + s 575: 325 324, + s 576: 325 304, + s 577: 326 325, + s 578: 326 306, + s 579: 327 326, + s 580: 327 308, + s 581: 328 327, + s 582: 328 310, + s 583: 312 328, + s 584: 329 312, + s 585: 330 329, + s 586: 330 313, + s 587: 318 317, + s 588: 331 320, + s 589: 331 332, + s 590: 332 321, + s 591: 333 316, + s 592: 334 333, + s 593: 334 317, + s 594: 335 296, + s 595: 335 320, + s 596: 336 335, + s 597: 336 331, + s 598: 337 319, + s 599: 337 315, + s 600: 338 337, + s 601: 338 322, + s 602: 339 338, + s 603: 339 323, + s 604: 340 339, + s 605: 340 324, + s 606: 341 340, + s 607: 341 325, + s 608: 342 341, + s 609: 342 326, + s 610: 343 342, + s 611: 343 327, + s 612: 344 343, + s 613: 344 328, + s 614: 329 344, + s 615: 330 335, + s 616: 345 330, + s 617: 346 345, + s 618: 346 335, + s 619: 347 333, + s 620: 348 347, + s 621: 348 333, + s 622: 349 334, + s 623: 349 318, + s 624: 350 331, + s 625: 350 351, + s 626: 351 332, + s 627: 352 349, + s 628: 352 319, + s 629: 353 336, + s 630: 353 331, + s 631: 354 347, + s 632: 348 354, + s 633: 355 348, + s 634: 355 334, + s 635: 355 349, + s 636: 356 355, + s 637: 357 356, + s 638: 357 349, + s 639: 346 336, + s 640: 358 346, + s 641: 358 336, + s 642: 350 353, + s 643: 359 350, + s 644: 359 351, + s 645: 361 360, + s 646: 361 348, + s 647: 360 354, + s 648: 356 361, + s 649: 362 357, + s 650: 362 352, + s 651: 363 345, + s 652: 358 363, + s 653: 364 358, + s 654: 364 353, + s 655: 365 364, + s 656: 365 350, + s 657: 366 365, + s 658: 366 359, + s 659: 368 367, + s 660: 368 361, + s 661: 367 360, + s 662: 369 368, + s 663: 369 356, + s 664: 370 369, + s 665: 370 357, + s 666: 371 370, + s 667: 371 362, + s 668: 373 372, + s 669: 373 358, + s 670: 372 363, + s 671: 374 373, + s 672: 374 364, + s 673: 375 374, + s 674: 375 365, + s 675: 376 375, + s 676: 376 366, + s 677: 378 377, + s 678: 378 368, + s 679: 377 367, + s 680: 379 378, + s 681: 379 369, + s 682: 380 379, + s 683: 380 370, + s 684: 381 380, + s 685: 381 371, + s 686: 383 382, + s 687: 383 373, + s 688: 382 372, + s 689: 384 383, + s 690: 384 374, + s 691: 385 384, + s 692: 385 375, + s 693: 386 385, + s 694: 386 376, + s 695: 388 387, + s 696: 388 378, + s 697: 387 377, + s 698: 389 388, + s 699: 389 379, + s 700: 390 389, + s 701: 390 380, + s 702: 391 390, + s 703: 391 381, + s 704: 393 392, + s 705: 393 383, + s 706: 392 382, + s 707: 394 393, + s 708: 394 384, + s 709: 395 394, + s 710: 395 385, + s 711: 396 395, + s 712: 396 386, + s 713: 398 397, + s 714: 398 388, + s 715: 397 387, + s 716: 399 398, + s 717: 399 389, + s 718: 400 399, + s 719: 400 390, + s 720: 401 400, + s 721: 401 391, + s 722: 403 402, + s 723: 403 393, + s 724: 402 392, + s 725: 404 403, + s 726: 404 394, + s 727: 405 404, + s 728: 405 395, + s 729: 406 405, + s 730: 406 396, + s 731: 408 407, + s 732: 408 398, + s 733: 407 397, + s 734: 409 408, + s 735: 409 399, + s 736: 410 409, + s 737: 410 400, + s 738: 411 410, + s 739: 411 401, + s 740: 413 412, + s 741: 413 403, + s 742: 412 402, + s 743: 414 413, + s 744: 414 404, + s 745: 415 414, + s 746: 415 405, + s 747: 416 415, + s 748: 416 406, + s 749: 418 417, + s 750: 418 408, + s 751: 417 407, + s 752: 419 418, + s 753: 419 409, + s 754: 420 419, + s 755: 420 410, + s 756: 421 420, + s 757: 421 411, + s 758: 423 422, + s 759: 423 413, + s 760: 422 412, + s 761: 424 423, + s 762: 424 414, + s 763: 425 424, + s 764: 425 415, + s 765: 426 425, + s 766: 426 416, + s 767: 427 422, + s 768: 428 427, + s 769: 428 423, + s 770: 429 430, + s 771: 430 421, + s 772: 429 420, + s 773: 431 429, + s 774: 432 431, + s 775: 432 430, + s 776: 428 424, + s 777: 433 428, + s 778: 433 424, + s 779: 434 419, + s 780: 434 429, + s 781: 435 434, + s 782: 435 431, + s 783: 433 425, + s 784: 436 433, + s 785: 436 437, + s 786: 437 425, + s 787: 438 417, + s 788: 439 438, + s 789: 439 418, + s 790: 439 434, + s 791: 440 439, + s 792: 440 434, + s 793: 437 441, + s 794: 441 426, + s 795: 442 428, + s 796: 443 442, + s 797: 443 433, + s 798: 444 427, + s 799: 444 442, + s 800: 445 444, + s 801: 445 446, + s 802: 446 442, + s 803: 447 440, + s 804: 447 435, + s 805: 448 435, + s 806: 448 431, + s 807: 449 443, + s 808: 449 436, + s 809: 451 450, + s 810: 451 452, + s 811: 452 453, + s 812: 450 453, + s 813: 454 451, + s 814: 454 455, + s 815: 455 452, + s 816: 456 454, + s 817: 456 457, + s 818: 457 455, + s 819: 458 456, + s 820: 458 459, + s 821: 459 457, + s 822: 460 458, + s 823: 460 461, + s 824: 461 459, + s 825: 462 460, + s 826: 462 463, + s 827: 463 461, + s 828: 464 462, + s 829: 464 465, + s 830: 465 463, + s 831: 466 464, + s 832: 466 467, + s 833: 467 465, + s 834: 445 466, + s 835: 444 467, + s 836: 468 448, + s 837: 468 432, + s 838: 446 443, + s 839: 469 446, + s 840: 469 449, + s 841: 470 447, + s 842: 470 448, + s 843: 468 450, + s 844: 453 432, + s 845: 471 468, + s 846: 471 472, + s 847: 472 450, + s 848: 473 445, + s 849: 473 446, + s 850: 474 472, + s 851: 474 451, + s 852: 475 474, + s 853: 475 454, + s 854: 476 475, + s 855: 476 456, + s 856: 477 476, + s 857: 477 458, + s 858: 478 477, + s 859: 478 460, + s 860: 479 478, + s 861: 479 462, + s 862: 480 479, + s 863: 480 464, + s 864: 481 480, + s 865: 481 466, + s 866: 473 481, + s 867: 482 470, + s 868: 482 471, + s 869: 471 448, + s 870: 483 471, + s 871: 484 483, + s 872: 484 472, + s 873: 485 473, + s 874: 485 469, + s 875: 483 482, + s 876: 487 486, + s 877: 487 475, + s 878: 486 474, + s 879: 488 487, + s 880: 488 476, + s 881: 489 488, + s 882: 489 477, + s 883: 490 489, + s 884: 490 478, + s 885: 491 490, + s 886: 491 479, + s 887: 492 491, + s 888: 492 480, + s 889: 493 492, + s 890: 493 481, + s 891: 484 486, + s 892: 494 495, + s 893: 495 486, + s 894: 494 484, + s 895: 496 493, + s 896: 496 473, + s 897: 496 485, + s 898: 497 496, + s 899: 497 498, + s 900: 498 485, + s 901: 499 482, + s 902: 500 499, + s 903: 500 483, + s 904: 502 501, + s 905: 502 493, + s 906: 501 492, + s 907: 494 500, + s 908: 503 504, + s 909: 504 495, + s 910: 503 494, + s 911: 497 502, + s 912: 506 505, + s 913: 506 498, + s 914: 505 497, + s 915: 503 507, + s 916: 507 500, + s 917: 508 507, + s 918: 508 499, + s 919: 510 509, + s 920: 510 507, + s 921: 509 508, + s 922: 512 511, + s 923: 512 502, + s 924: 511 501, + s 925: 514 513, + s 926: 514 504, + s 927: 513 503, + s 928: 512 505, + s 929: 516 515, + s 930: 516 505, + s 931: 515 512, + s 932: 513 510, + s 933: 515 517, + s 934: 517 511, + s 935: 518 516, + s 936: 518 506, + s 937: 256 262, + s 938: 249 261, + s 939: 257 263, + s 940: 259 267, + s 941: 258 266, + s 942: 250 264, + s 943: 255 271, + s 944: 254 270, + s 945: 248 268, + s 946: 252 276, + s 947: 247 275, + s 948: 253 277, + s 949: 240 279, + s 950: 243 281, + s 951: 241 282, + s 952: 242 283, + s 953: 234 285, + s 954: 223 287, + s 955: 228 289, + s 956: 224 293, + s 957: 219 297, + s 958: 220 298, + s 959: 233 301, + s 960: 232 303, + s 961: 231 305, + s 962: 230 307, + s 963: 229 309, + s 964: 207 316, + s 965: 206 321, + s 966: 179 329, + s 967: 178 330, + s 968: 191 332, + s 969: 192 333, + s 970: 188 319, + s 971: 187 337, + s 972: 186 338, + s 973: 185 339, + s 974: 184 340, + s 975: 183 341, + s 976: 182 342, + s 977: 181 343, + s 978: 180 344, + s 979: 170 345, + s 980: 177 347, + s 981: 176 351, + s 982: 171 352, + s 983: 169 354, + s 984: 163 359, + s 985: 162 360, + s 986: 158 362, + s 987: 157 363, + s 988: 153 366, + s 989: 152 367, + s 990: 148 371, + s 991: 147 372, + s 992: 143 376, + s 993: 142 377, + s 994: 138 381, + s 995: 137 382, + s 996: 133 386, + s 997: 132 387, + s 998: 128 391, + s 999: 127 392, + s 1000: 123 396, + s 1001: 122 397, + s 1002: 118 401, + s 1003: 117 402, + s 1004: 113 406, + s 1005: 112 407, + s 1006: 108 411, + s 1007: 107 412, + s 1008: 103 416, + s 1009: 102 417, + s 1010: 98 421, + s 1011: 97 422, + s 1012: 93 426, + s 1013: 91 427, + s 1014: 92 430, + s 1015: 80 432, + s 1016: 83 437, + s 1017: 68 436, + s 1018: 86 438, + s 1019: 84 439, + s 1020: 69 440, + s 1021: 85 441, + s 1022: 70 444, + s 1023: 54 447, + s 1024: 53 449, + s 1025: 79 453, + s 1026: 78 452, + s 1027: 77 455, + s 1028: 76 457, + s 1029: 75 459, + s 1030: 74 461, + s 1031: 73 463, + s 1032: 72 465, + s 1033: 71 467, + s 1034: 40 469, + s 1035: 41 470, + s 1036: 37 482, + s 1037: 36 485, + s 1038: 34 486, + s 1039: 33 487, + s 1040: 32 488, + s 1041: 31 489, + s 1042: 30 490, + s 1043: 29 491, + s 1044: 28 492, + s 1045: 23 495, + s 1046: 21 498, + s 1047: 24 499, + s 1048: 22 501, + s 1049: 13 504, + s 1050: 11 506, + s 1051: 14 508, + s 1052: 8 509, + s 1053: 7 510, + s 1054: 12 511, + s 1055: 6 513, + s 1056: 5 514, + s 1057: 3 515, + s 1058: 2 516, + s 1059: 4 517, + s 1060: 1 518, + s 1061: 240 225, + s 1062: 243 235, + s 1063: 235 218, + s 1064: 223 204, + s 1065: 224 205, + s 1066: 226 221, + s 1067: 221 195, + s 1068: 222 203, + s 1069: 220 194, + s 1070: 209 190, + s 1071: 219 193, + s 1072: 208 179, + s 1073: 206 174, + s 1074: 207 175, + s 1075: 193 172, + s 1076: 209 187, + s 1077: 208 189, + s 1078: 189 170, + s 1079: 194 173, + s 1080: 191 164, + s 1081: 190 171, + s 1082: 192 167, + s 1083: 173 160, + s 1084: 170 156, + s 1085: 172 155, + s 1086: 97 89, + s 1087: 92 82, + s 1088: 100 90, + s 1089: 90 67, + s 1090: 94 68, + s 1091: 102 84, + s 1092: 101 88, + s 1093: 94 85, + s 1094: 89 66, + s 1095: 91 81, + s 1096: 81 51, + s 1097: 88 54, + s 1098: 87 53, + s 1099: 71 51, + s 1100: 82 52, + s 1101: 66 40, + s 1102: 67 41, + s 1103: 80 65, + s 1104: 65 39, + s 1105: 57 38, + s 1106: 56 37, + s 1107: 50 35, + s 1108: 55 36, + s 1109: 42 25, + s 1110: 36 17, + s 1111: 37 20, + s 1112: 279 286, + s 1113: 281 288, + s 1114: 288 291, + s 1115: 287 296, + s 1116: 293 299, + s 1117: 290 295, + s 1118: 295 312, + s 1119: 294 315, + s 1120: 298 317, + s 1121: 314 318, + s 1122: 297 320, + s 1123: 313 329, + s 1124: 321 331, + s 1125: 316 334, + s 1126: 320 336, + s 1127: 314 337, + s 1128: 313 335, + s 1129: 335 345, + s 1130: 317 349, + s 1131: 332 350, + s 1132: 318 352, + s 1133: 333 355, + s 1134: 349 356, + s 1135: 345 358, + s 1136: 336 364, + s 1137: 422 428, + s 1138: 430 431, + s 1139: 419 429, + s 1140: 429 435, + s 1141: 425 436, + s 1142: 417 439, + s 1143: 418 434, + s 1144: 425 441, + s 1145: 428 443, + s 1146: 427 442, + s 1147: 442 445, + s 1148: 434 447, + s 1149: 433 449, + s 1150: 467 445, + s 1151: 431 468, + s 1152: 443 469, + s 1153: 435 470, + s 1154: 432 450, + s 1155: 450 471, + s 1156: 466 473, + s 1157: 448 482, + s 1158: 472 483, + s 1159: 446 485, + s 1160: 481 496, + s 1161: 485 497, + s 1162: 482 500; +CdefIA 644: + c 1: -462 -459 460 466, + c 2: -461 -454 456 468, + c 3: -458 -450 451 465, + c 4: -456 455 462 467, + c 5: -440 442 -455 -444, + c 6: -453 452 457 463, + c 7: 436 445 -452 -437, + c 8: -451 449 453 464, + c 9: -435 437 -449 -439, + c 10: -443 444 454 -448, + c 11: -438 439 450 -446, + c 12: 441 447 459 -442, + c 13: 423 433 -441 -425, + c 14: -436 -420 -1061, + c 15: -424 425 440 -434, + c 16: -421 422 438 -427, + c 17: -405 406 -423 -408, + c 18: -419 420 435 -422, + c 19: -418 417 -1062, + c 20: -417 -413 414, + c 21: -414 -407 -1063, + c 22: -412 411 415, + c 23: -411 -382 -1064, + c 24: -410 -384 -1065, + c 25: -406 -403 404 432, + c 26: -404 -401 402 431, + c 27: -402 -399 400 430, + c 28: -400 -397 398 429, + c 29: -398 -395 396 428, + c 30: -396 -393 394 426, + c 31: -390 392 421 -394, + c 32: -392 391 -1066, + c 33: -391 -363 -1067, + c 34: -389 -378 -1068, + c 35: -388 -380 382, + c 36: -387 -360 -1069, + c 37: -385 383 389, + c 38: -383 -354 -1070, + c 39: -381 -357 -1071, + c 40: -376 377 405 -379, + c 41: -377 -374 375 403, + c 42: -375 -372 373 401, + c 43: -373 -370 371 399, + c 44: -371 -368 369 397, + c 45: -369 -366 367 395, + c 46: -367 -364 365 393, + c 47: -361 363 390 -365, + c 48: -362 -332 -1072, + c 49: -359 -353 354, + c 50: -358 -323 -1073, + c 51: -356 -324 -1074, + c 52: -352 351 357, + c 53: -351 -319 -1075, + c 54: -350 -347 -1076, + c 55: -345 346 376 -348, + c 56: -346 -343 344 374, + c 57: -344 -341 342 372, + c 58: -342 -339 340 370, + c 59: -340 -337 338 368, + c 60: -338 -335 336 366, + c 61: -336 -333 334 364, + c 62: -331 332 361 -334, + c 63: -330 329 -1077, + c 64: -329 -315 -1078, + c 65: -327 -312 313, + c 66: -325 -320 -1079, + c 67: -322 -301 -1080, + c 68: -321 -316 -1081, + c 69: -318 -303 304, + c 70: -314 -311 312, + c 71: -313 -308 -1082, + c 72: -310 309 320, + c 73: -309 -294 -1083, + c 74: -307 306 319, + c 75: -306 -286 287, + c 76: -304 -300 301, + c 77: -302 -298 299, + c 78: -295 296 311 -297, + c 79: -293 294 308 -296, + c 80: -289 290 316 -292, + c 81: -288 -285 -1084, + c 82: -287 -283 -1085, + c 83: -281 282 300 -284, + c 84: -279 280 298 -282, + c 85: -276 277 295 -278, + c 86: -274 275 293 -277, + c 87: -272 273 291 -275, + c 88: -270 271 289 -273, + c 89: -267 268 285 -269, + c 90: -265 266 283 -268, + c 91: -263 264 281 -266, + c 92: -261 262 279 -264, + c 93: -258 259 276 -260, + c 94: -256 257 274 -259, + c 95: -254 255 272 -257, + c 96: -252 253 270 -255, + c 97: -249 250 267 -251, + c 98: -247 248 265 -250, + c 99: -245 246 263 -248, + c 100: -243 244 261 -246, + c 101: -240 241 258 -242, + c 102: -238 239 256 -241, + c 103: -236 237 254 -239, + c 104: -234 235 252 -237, + c 105: -231 232 249 -233, + c 106: -229 230 247 -232, + c 107: -227 228 245 -230, + c 108: -225 226 243 -228, + c 109: -222 223 240 -224, + c 110: -220 221 238 -223, + c 111: -218 219 236 -221, + c 112: -216 217 234 -219, + c 113: -213 214 231 -215, + c 114: -211 212 229 -214, + c 115: -209 210 227 -212, + c 116: -207 208 225 -210, + c 117: -204 205 222 -206, + c 118: -202 203 220 -205, + c 119: -200 201 218 -203, + c 120: -198 199 216 -201, + c 121: -195 196 213 -197, + c 122: -193 194 211 -196, + c 123: -191 192 209 -194, + c 124: -189 190 207 -192, + c 125: -186 187 204 -188, + c 126: -184 185 202 -187, + c 127: -182 183 200 -185, + c 128: -180 181 198 -183, + c 129: -177 178 195 -179, + c 130: -175 176 193 -178, + c 131: -173 174 191 -176, + c 132: -171 172 189 -174, + c 133: -169 -164 -1086, + c 134: 167 170 180 -168, + c 135: -167 -151 -1087, + c 136: -166 165 175, + c 137: -165 -159 161, + c 138: -163 162 -1088, + c 139: -162 -131 -1089, + c 140: -161 160 173, + c 141: -160 -133 -1090, + c 142: -158 -154 -1091, + c 143: -156 155 -1092, + c 144: -155 -134 135, + c 145: -153 152 -1093, + c 146: -150 -128 -1094, + c 147: -138 137 -1095, + c 148: -137 -99 -1096, + c 149: -135 -106 -1097, + c 150: -130 -109 110, + c 151: -129 -103 -1098, + c 152: -125 126 146 -127, + c 153: -126 -123 124 145, + c 154: -124 -121 122 144, + c 155: -122 -119 120 143, + c 156: -120 -117 118 142, + c 157: -118 -115 116 141, + c 158: -116 -113 114 140, + c 159: -111 112 139 -114, + c 160: -112 -98 -1099, + c 161: -110 -100 -1100, + c 162: -108 107 128, + c 163: -107 -77 -1101, + c 164: -105 -78 -1102, + c 165: -102 101 -1103, + c 166: -101 -74 -1104, + c 167: -97 -71 72, + c 168: -94 95 125 -96, + c 169: -95 -92 93 123, + c 170: -93 -90 91 121, + c 171: -91 -88 89 119, + c 172: -89 -86 87 117, + c 173: -87 -84 85 115, + c 174: -85 -82 83 113, + c 175: -80 81 111 -83, + c 176: -81 -70 -1105, + c 177: -79 -69 -1106, + c 178: -75 74 100, + c 179: -73 -65 -1107, + c 180: -72 -66 -1108, + c 181: -68 -64 65, + c 182: -63 -61 62 92, + c 183: -62 -59 60 90, + c 184: -60 -57 58 88, + c 185: -58 -55 56 86, + c 186: -56 -53 54 84, + c 187: -54 -51 52 82, + c 188: -46 47 80 -52, + c 189: 48 63 94 -50, + c 190: 35 41 -48 -36, + c 191: -47 -43 -1109, + c 192: -45 44 66, + c 193: -44 -31 -1110, + c 194: -42 -37 -1111, + c 195: -32 33 46 -40, + c 196: -34 36 49 -38, + c 197: 18 24 -35 -20, + c 198: -29 31 43 -33, + c 199: -21 22 -30 -27, + c 200: -19 20 34 -28, + c 201: 25 28 37 -26, + c 202: -14 -12 13 -25, + c 203: -15 17 32 -23, + c 204: -11 -8 9 -18, + c 205: 16 27 29 -17, + c 206: -6 -3 4 -16, + c 207: -13 -10 11 19, + c 208: -7 -5 6 15, + c 209: -4 -1 2 21, + c 210: -472 -469 470 471, + c 211: -476 -473 474 475, + c 212: -480 -477 478 479, + c 213: -474 481 472 482, + c 214: -483 484 -481 -485, + c 215: -489 486 487 488, + c 216: 490 491 -486 -492, + c 217: -478 493 489 494, + c 218: -495 492 -493 -496, + c 219: -497 485 473 -498, + c 220: -499 496 477 -500, + c 221: 501 502 469 -484, + c 222: 503 504 -501 -505, + c 223: -490 -506 -1112, + c 224: -509 505 483 -510, + c 225: -511 512 499 -513, + c 226: -514 515 -503 -516, + c 227: -517 506 495 -512, + c 228: -518 519 -1113, + c 229: -519 -520 521, + c 230: -521 -522 -1114, + c 231: -523 524 507, + c 232: -524 -525 -1115, + c 233: -528 -529 -1116, + c 234: -515 -531 532 533, + c 235: -532 -534 535 536, + c 236: -535 -537 538 539, + c 237: -538 -540 541 542, + c 238: -541 -543 544 545, + c 239: -544 -546 547 548, + c 240: -549 550 511 -547, + c 241: -550 551 -1117, + c 242: -551 -552 -1118, + c 243: -555 -556 -1119, + c 244: -554 -558 525, + c 245: -559 -560 -1120, + c 246: -530 562 555, + c 247: -562 -563 -1121, + c 248: -526 -566 -1122, + c 249: -569 570 514 -557, + c 250: -570 -571 572 531, + c 251: -572 -573 574 534, + c 252: -574 -575 576 537, + c 253: -576 -577 578 540, + c 254: -578 -579 580 543, + c 255: -580 -581 582 546, + c 256: -583 552 549 -582, + c 257: -553 -584 -1123, + c 258: -561 -587 563, + c 259: -567 -588 -1124, + c 260: -591 -592 -1125, + c 261: -594 595 566, + c 262: -595 -596 -1126, + c 263: -565 -598 -1127, + c 264: -600 601 569 -599, + c 265: -601 -602 603 571, + c 266: -603 -604 605 573, + c 267: -605 -606 607 575, + c 268: -607 -608 609 577, + c 269: -609 -610 611 579, + c 270: -611 -612 613 581, + c 271: -614 584 583 -613, + c 272: -586 615 -1128, + c 273: -615 -616 -1129, + c 274: -619 -620 621, + c 275: -593 -622 -1130, + c 276: -589 -624 -1131, + c 277: -623 -627 -1132, + c 278: -597 -629 630, + c 279: -631 -632 620, + c 280: -621 -633 -1133, + c 281: -634 635 622, + c 282: -635 -636 -1134, + c 283: -618 639 596, + c 284: -639 -640 641, + c 285: -630 -642 624, + c 286: -625 -643 644, + c 287: -645 646 632 -647, + c 288: -648 636 633 -646, + c 289: -649 650 627 -638, + c 290: -651 -652 -1135, + c 291: -641 -653 -1136, + c 292: -655 656 642 -654, + c 293: -657 658 643 -656, + c 294: -659 660 645 -661, + c 295: -662 663 648 -660, + c 296: -664 665 637 -663, + c 297: -666 667 649 -665, + c 298: -668 669 652 -670, + c 299: -671 672 653 -669, + c 300: -673 674 655 -672, + c 301: -675 676 657 -674, + c 302: -677 678 659 -679, + c 303: -680 681 662 -678, + c 304: -682 683 664 -681, + c 305: -684 685 666 -683, + c 306: -686 687 668 -688, + c 307: -689 690 671 -687, + c 308: -691 692 673 -690, + c 309: -693 694 675 -692, + c 310: -695 696 677 -697, + c 311: -698 699 680 -696, + c 312: -700 701 682 -699, + c 313: -702 703 684 -701, + c 314: -704 705 686 -706, + c 315: -707 708 689 -705, + c 316: -709 710 691 -708, + c 317: -711 712 693 -710, + c 318: -713 714 695 -715, + c 319: -716 717 698 -714, + c 320: -718 719 700 -717, + c 321: -720 721 702 -719, + c 322: -722 723 704 -724, + c 323: -725 726 707 -723, + c 324: -727 728 709 -726, + c 325: -729 730 711 -728, + c 326: -731 732 713 -733, + c 327: -734 735 716 -732, + c 328: -736 737 718 -735, + c 329: -738 739 720 -737, + c 330: -740 741 722 -742, + c 331: -743 744 725 -741, + c 332: -745 746 727 -744, + c 333: -747 748 729 -746, + c 334: -749 750 731 -751, + c 335: -752 753 734 -750, + c 336: -754 755 736 -753, + c 337: -756 757 738 -755, + c 338: -758 759 740 -760, + c 339: -761 762 743 -759, + c 340: -763 764 745 -762, + c 341: -765 766 747 -764, + c 342: -767 -768 -1137, + c 343: 770 771 756 -772, + c 344: -770 -773 -1138, + c 345: -769 776 761, + c 346: -776 -777 778, + c 347: -779 780 -1139, + c 348: -780 -781 -1140, + c 349: -778 783 763, + c 350: -783 -784 -1141, + c 351: -787 -788 -1142, + c 352: -789 790 -1143, + c 353: -790 -791 792, + c 354: -786 793 -1144, + c 355: -795 -796 -1145, + c 356: -798 799 -1146, + c 357: -799 -800 -1147, + c 358: -792 -803 -1148, + c 359: -782 -805 806, + c 360: -797 -807 -1149, + c 361: -809 810 811 -812, + c 362: -810 -813 814 815, + c 363: -814 -816 817 818, + c 364: -817 -819 820 821, + c 365: -820 -822 823 824, + c 366: -823 -825 826 827, + c 367: -826 -828 829 830, + c 368: -831 832 833 -829, + c 369: -832 -834 -1150, + c 370: -806 -836 -1151, + c 371: -802 838 796, + c 372: -838 -839 -1152, + c 373: -804 -841 -1153, + c 374: -837 843 -1154, + c 375: -843 -845 -1155, + c 376: -801 -848 849, + c 377: -850 851 809 -847, + c 378: -851 -852 853 813, + c 379: -853 -854 855 816, + c 380: -855 -856 857 819, + c 381: -857 -858 859 822, + c 382: -859 -860 861 825, + c 383: -861 -862 863 828, + c 384: -864 865 831 -863, + c 385: -865 -866 -1156, + c 386: -842 -867 -1157, + c 387: -869 845 836, + c 388: -846 -870 -1158, + c 389: -849 -873 -1159, + c 390: -868 -875 870, + c 391: -878 -876 877 852, + c 392: -877 -879 880 854, + c 393: -880 -881 882 856, + c 394: -882 -883 884 858, + c 395: -884 -885 886 860, + c 396: -886 -887 888 862, + c 397: -889 890 864 -888, + c 398: 891 878 850 -872, + c 399: 892 893 -891 -894, + c 400: -890 -895 -1160, + c 401: -896 897 873, + c 402: -897 -898 -1161, + c 403: -901 -902 -1162, + c 404: -904 905 889 -906, + c 405: -907 894 871 -903, + c 406: 908 909 -892 -910, + c 407: -911 898 895 -905, + c 408: -912 913 -899 -914, + c 409: -915 910 907 -916, + c 410: 917 916 902 -918, + c 411: -921 -919 920 -917, + c 412: -922 923 904 -924, + c 413: -927 -925 926 -908, + c 414: 928 914 911 -923, + c 415: -931 -929 930 -928, + c 416: -920 -932 927 915, + c 417: -934 -933 931 922, + c 418: -930 -935 936 912, + c 419: 460 937 -470 -938, + c 420: 466 939 -471 -937, + c 421: 468 940 -475 -941, + c 422: 461 940 -476 -942, + c 423: 465 943 -479 -944, + c 424: 458 943 -480 -945, + c 425: 467 941 -482 -939, + c 426: 457 946 -487 -947, + c 427: 463 948 -488 -946, + c 428: 445 947 -491 -949, + c 429: 464 944 -494 -948, + c 430: 448 942 -498 -950, + c 431: 446 945 -500 -951, + c 432: 447 938 -502 -952, + c 433: 433 952 -504 -953, + c 434: 416 949 -508 -954, + c 435: 427 951 -513 -955, + c 436: 418 950 -518 -956, + c 437: 409 954 -527 -957, + c 438: 410 956 -528 -958, + c 439: 432 953 -533 -959, + c 440: 431 959 -536 -960, + c 441: 430 960 -539 -961, + c 442: 429 961 -542 -962, + c 443: 428 962 -545 -963, + c 444: 426 963 -548 -955, + c 445: 387 958 -559 -964, + c 446: 386 957 -568 -965, + c 447: 328 966 -585 -967, + c 448: 355 965 -590 -968, + c 449: 356 964 -591 -969, + c 450: 347 970 -598 -971, + c 451: 345 971 -600 -972, + c 452: 343 972 -602 -973, + c 453: 341 973 -604 -974, + c 454: 339 974 -606 -975, + c 455: 337 975 -608 -976, + c 456: 335 976 -610 -977, + c 457: 333 977 -612 -978, + c 458: 331 978 -614 -966, + c 459: 315 967 -616 -979, + c 460: 327 969 -619 -980, + c 461: 326 968 -626 -981, + c 462: 317 970 -628 -982, + c 463: 314 980 -631 -983, + c 464: 299 981 -644 -984, + c 465: 297 983 -647 -985, + c 466: 290 982 -650 -986, + c 467: 288 979 -651 -987, + c 468: 280 984 -658 -988, + c 469: 278 985 -661 -989, + c 470: 271 986 -667 -990, + c 471: 269 987 -670 -991, + c 472: 262 988 -676 -992, + c 473: 260 989 -679 -993, + c 474: 253 990 -685 -994, + c 475: 251 991 -688 -995, + c 476: 244 992 -694 -996, + c 477: 242 993 -697 -997, + c 478: 235 994 -703 -998, + c 479: 233 995 -706 -999, + c 480: 226 996 -712 -1000, + c 481: 224 997 -715 -1001, + c 482: 217 998 -721 -1002, + c 483: 215 999 -724 -1003, + c 484: 208 1000 -730 -1004, + c 485: 206 1001 -733 -1005, + c 486: 199 1002 -739 -1006, + c 487: 197 1003 -742 -1007, + c 488: 190 1004 -748 -1008, + c 489: 188 1005 -751 -1009, + c 490: 181 1006 -757 -1010, + c 491: 179 1007 -760 -1011, + c 492: 172 1008 -766 -1012, + c 493: 169 1011 -767 -1013, + c 494: 170 1010 -771 -1014, + c 495: 149 1014 -775 -1015, + c 496: 132 1016 -785 -1017, + c 497: 158 1009 -787 -1018, + c 498: 154 1018 -788 -1019, + c 499: 134 1019 -791 -1020, + c 500: 152 1021 -793 -1016, + c 501: 157 1012 -794 -1021, + c 502: 138 1013 -798 -1022, + c 503: 106 1020 -803 -1023, + c 504: 104 1017 -808 -1024, + c 505: 146 1025 -811 -1026, + c 506: 145 1026 -815 -1027, + c 507: 144 1027 -818 -1028, + c 508: 143 1028 -821 -1029, + c 509: 142 1029 -824 -1030, + c 510: 141 1030 -827 -1031, + c 511: 140 1031 -830 -1032, + c 512: 139 1032 -833 -1033, + c 513: 136 1033 -835 -1022, + c 514: 76 1024 -840 -1034, + c 515: 78 1023 -841 -1035, + c 516: 147 1015 -844 -1025, + c 517: 69 1035 -867 -1036, + c 518: 67 1034 -874 -1037, + c 519: 61 1038 -876 -1039, + c 520: 59 1039 -879 -1040, + c 521: 57 1040 -881 -1041, + c 522: 55 1041 -883 -1042, + c 523: 53 1042 -885 -1043, + c 524: 51 1043 -887 -1044, + c 525: 41 1038 -893 -1045, + c 526: 39 1037 -900 -1046, + c 527: 42 1036 -901 -1047, + c 528: 40 1044 -906 -1048, + c 529: 24 1045 -909 -1049, + c 530: 22 1046 -913 -1050, + c 531: 26 1047 -918 -1051, + c 532: 12 1052 -919 -1053, + c 533: 14 1051 -921 -1052, + c 534: 23 1048 -924 -1054, + c 535: 8 1055 -925 -1056, + c 536: 9 1049 -926 -1056, + c 537: 3 1057 -929 -1058, + c 538: 10 1053 -932 -1055, + c 539: 5 1059 -933 -1057, + c 540: 7 1054 -934 -1059, + c 541: 1 1058 -935 -1060, + c 542: 2 1050 -936 -1060, + c 543: -415 416 1061, + c 544: 434 443 1062, + c 545: 408 424 1063, + c 546: 381 409 1064, + c 547: 385 413 1065, + c 548: 412 419 1066, + c 549: 362 388 1067, + c 550: 379 407 1068, + c 551: 359 384 1069, + c 552: -349 350 1070, + c 553: 358 386 1071, + c 554: -328 330 1072, + c 555: 322 355 1073, + c 556: 325 360 1074, + c 557: 318 323 1075, + c 558: 348 378 1076, + c 559: 352 380 1077, + c 560: -305 307 1078, + c 561: 321 353 1079, + c 562: 302 326 1080, + c 563: 317 349 1081, + c 564: 310 324 1082, + c 565: -291 292 1083, + c 566: 286 305 1084, + c 567: 284 303 1085, + c 568: 166 177 1086, + c 569: -148 149 1087, + c 570: 168 182 1088, + c 571: 130 151 1089, + c 572: 132 153 1090, + c 573: 156 186 1091, + c 574: 163 184 1092, + c 575: 157 171 1093, + c 576: 129 159 1094, + c 577: 150 164 1095, + c 578: 97 108 1096, + c 579: 105 131 1097, + c 580: 104 133 1098, + c 581: 99 136 1099, + c 582: 102 148 1100, + c 583: 76 103 1101, + c 584: 79 109 1102, + c 585: 127 147 1103, + c 586: 73 96 1104, + c 587: 71 98 1105, + c 588: 68 75 1106, + c 589: -49 50 1107, + c 590: 67 77 1108, + c 591: 45 70 1109, + c 592: 30 39 1110, + c 593: 38 64 1111, + c 594: -507 508 1112, + c 595: 510 497 1113, + c 596: 516 509 1114, + c 597: 526 527 1115, + c 598: 530 520 1116, + c 599: 523 517 1117, + c 600: 553 554 1118, + c 601: 557 522 1119, + c 602: 561 529 1120, + c 603: -564 565 1121, + c 604: 567 568 1122, + c 605: -585 586 1123, + c 606: 589 590 1124, + c 607: 593 560 1125, + c 608: 597 588 1126, + c 609: 599 556 1127, + c 610: 594 558 1128, + c 611: -617 618 1129, + c 612: 623 587 1130, + c 613: 625 626 1131, + c 614: 628 564 1132, + c 615: 634 592 1133, + c 616: -637 638 1134, + c 617: 640 617 1135, + c 618: 654 629 1136, + c 619: 769 758 1137, + c 620: -774 775 1138, + c 621: 772 754 1139, + c 622: 782 773 1140, + c 623: 785 786 1141, + c 624: 789 749 1142, + c 625: 779 752 1143, + c 626: 794 765 1144, + c 627: 797 777 1145, + c 628: 795 768 1146, + c 629: 801 802 1147, + c 630: 804 781 1148, + c 631: 808 784 1149, + c 632: 800 835 1150, + c 633: 837 774 1151, + c 634: 840 807 1152, + c 635: 842 805 1153, + c 636: 812 844 1154, + c 637: 846 847 1155, + c 638: 848 834 1156, + c 639: 868 869 1157, + c 640: -871 872 1158, + c 641: 874 839 1159, + c 642: 896 866 1160, + c 643: 899 900 1161, + c 644: 903 875 1162; +Overlap: + ErefRA 274 { + 1 3 5 8 10 12 463 464 465 466 + 467 468 2 7 9 14 22 23 24 26 + 39 40 41 42 51 53 55 57 59 61 + 67 69 76 78 104 106 132 134 136 138 + 139 140 141 142 143 144 145 146 147 149 + 152 154 157 158 169 170 172 179 181 188 + 190 197 199 206 208 215 217 224 226 233 + 235 242 244 251 253 260 262 269 271 278 + 280 288 290 297 299 314 315 317 326 327 + 328 331 333 335 337 339 341 343 345 347 + 355 356 386 387 409 410 416 418 426 427 + 428 429 430 431 432 433 445 446 447 448 + 457 458 460 461 935 929 933 925 932 919 + 488 494 479 471 482 475 936 934 926 921 + 913 924 909 918 900 906 893 901 887 885 + 883 881 879 876 874 867 840 841 808 803 + 785 791 835 798 833 830 827 824 821 818 + 815 811 844 775 793 788 794 787 767 771 + 766 760 757 751 748 742 739 733 730 724 + 721 715 712 706 703 697 694 688 685 679 + 676 670 667 661 658 651 650 647 644 631 + 616 628 626 619 585 614 612 610 608 606 + 604 602 600 598 590 591 568 559 527 528 + 508 518 548 513 545 542 539 536 533 504 + 491 500 502 498 487 480 470 476 937 939 + 940 941 943 944 946 948 1052 1053 1055 1056 + 1057 1058 1059 1060 953 955 967 970 1015 1018 + 1022 1036 1038 1044 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 260 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 543 15 16 17 18 19 544 20 + 21 545 22 23 546 24 547 25 26 27 28 29 30 + 31 32 548 33 549 34 550 35 36 551 37 38 552 39 553 40 + 41 42 43 44 45 46 47 48 554 49 50 555 + 51 556 52 53 557 54 558 55 56 57 58 59 60 + 61 62 63 559 64 560 65 66 561 67 562 68 563 69 70 + 71 564 72 73 565 74 75 76 77 78 79 80 + 81 566 82 567 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 568 134 135 569 136 137 138 570 139 571 140 + 141 572 142 573 143 574 144 145 575 146 576 147 577 148 578 149 579 150 + 151 580 152 153 154 155 156 157 158 159 160 581 + 161 582 162 163 583 164 584 165 585 166 586 167 168 169 170 + 171 172 173 174 175 176 587 177 588 178 179 589 180 590 + 181 182 183 184 185 186 187 188 189 190 + 191 591 192 193 592 194 593 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 } + RGrid 0.0011,0.0011 -1.5707963267949 1: + 0.0039,0.00165 3,1 3: + 2,0 c 1, 1,0 c 4, 0,0 c 2; + RGrid 0.00110000000000001,0.0011 -1.57079632679489 1: + 0.00389999999999999,-0.01135 3,1 3: + 2,0 c 6, 1,0 c 8, 0,0 c 3; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.00165 2,3 5: + 0,0 c 13, 0,1 c 15, 1,0 c 12, 1,1 c 5, 1,2 c 10; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.01465 2,3 5: + 0,1 c 18, 0,2 c 16, 1,0 c 7, 1,1 c 9, 1,2 c 11; + RGrid 0.0011,0.0011 -8.20051097734491e-18 1: + -0.00165,-0.00165 3,1 3: + 0,0 c 55, 1,0 c 40, 2,0 c 17; + RGrid 0.00161666666666667,0.0011 -1.5707963267949 1: + -0.00165,-0.00164999999999998 6,3 18: + 5,0 c 61, 4,0 c 60, 3,0 c 59, 2,0 c 58, 1,0 c 57, + 0,0 c 56, 5,1 c 46, 4,1 c 45, 3,1 c 44, 2,1 c 43, + 1,1 c 42, 0,1 c 41, 5,2 c 30, 4,2 c 29, 3,2 c 28, + 2,2 c 27, 1,2 c 26, 0,2 c 25; + RGrid 0.0011,0.00110000000000001 4.73106402539129e-15 1: + -0.00165,-0.01245 3,1 3: + 0,0 c 62, 1,0 c 47, 2,0 c 31; + RGrid 0.00175090030842273,0.000447299074731805 0 1: + -0.0157581027758046,0.0052527009252682 7,1 7: + 0,0 c 125, 1,0 c 117, 2,0 c 109, 3,0 c 101, 4,0 c 93, + 5,0 c 85, 6,0 c 78; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,2.60208521396521e-19 7,3 19: + 0,0 c 128, 0,1 c 127, 0,2 c 126, 1,0 c 120, 1,1 c 119, + 1,2 c 118, 2,0 c 112, 2,1 c 111, 2,2 c 110, 3,0 c 104, + 3,1 c 103, 3,2 c 102, 4,0 c 96, 4,1 c 95, 4,2 c 94, + 5,0 c 88, 5,1 c 87, 5,2 c 86, 6,2 c 79; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,-0.0175090030842273 7,2 13: + 0,0 c 131, 0,1 c 130, 1,0 c 123, 1,1 c 122, 2,0 c 115, + 2,1 c 114, 3,0 c 107, 3,1 c 106, 4,0 c 99, 4,1 c 98, + 5,0 c 91, 5,1 c 90, 6,0 c 83; + RGrid 0.00175090030842273,0.00119099691577268 0 1: + -0.0157581027758046,-0.0187 7,1 7: + 0,0 c 132, 1,0 c 124, 2,0 c 116, 3,0 c 108, 4,0 c 100, + 5,0 c 92, 6,0 c 84; + RGrid 0.00175090030842273,0.00100720246738185 0 1: + -0.0157581027758046,-0.0140072024673819 6,1 6: + 0,0 c 129, 1,0 c 121, 2,0 c 113, 3,0 c 105, 4,0 c 97, + 5,0 c 89; + RGrid 0.0011,0.0011 -8.2005109773449e-18 1: + -0.02135,-0.00165 3,1 3: + 0,0 c 189, 1,0 c 168, 2,0 c 152; + RGrid 0.00161666666666667,0.0011 -1.5707963267949 1: + -0.02135,-0.00164999999999998 6,3 18: + 5,0 c 187, 4,0 c 186, 3,0 c 185, 2,0 c 184, 1,0 c 183, + 0,0 c 182, 5,1 c 174, 4,1 c 173, 3,1 c 172, 2,1 c 171, + 1,1 c 170, 0,1 c 169, 5,2 c 158, 4,2 c 157, 3,2 c 156, + 2,2 c 155, 1,2 c 154, 0,2 c 153; + RGrid 0.0011,0.0011 -6.71180283068844e-16 1: + -0.02135,-0.01245 3,1 3: + 0,0 c 188, 1,0 c 175, 2,0 c 159; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.00165 2,3 5: + 0,0 c 197, 0,1 c 200, 0,2 c 201, 1,0 c 190, 1,1 c 196; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.01465 2,3 5: + 0,0 c 199, 0,1 c 205, 0,2 c 203, 1,1 c 198, 1,2 c 195; + RGrid 0.0011,0.0011 -1.5707963267949 1: + -0.0247,0.00165 3,1 3: + 2,0 c 204, 1,0 c 207, 0,0 c 202; + RGrid 0.0011,0.0011 -1.5707963267949 1: + -0.0247,-0.01135 3,1 3: + 2,0 c 209, 1,0 c 206, 0,0 c 208; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 260 { + 210 211 212 213 214 215 216 217 218 219 + 220 221 222 223 594 224 225 226 227 228 595 229 + 230 596 231 232 597 233 598 234 235 236 237 238 239 + 240 241 599 242 600 243 601 244 245 602 246 247 603 248 604 249 + 250 251 252 253 254 255 256 257 605 258 259 606 + 260 607 261 262 608 263 609 264 265 266 267 268 269 + 270 271 272 610 273 611 274 275 612 276 613 277 614 278 279 + 280 615 281 282 616 283 284 285 286 287 288 289 + 290 617 291 618 292 293 294 295 296 297 298 299 + 300 301 302 303 304 305 306 307 308 309 + 310 311 312 313 314 315 316 317 318 319 + 320 321 322 323 324 325 326 327 328 329 + 330 331 332 333 334 335 336 337 338 339 + 340 341 342 619 343 344 620 345 346 347 621 348 622 349 + 350 623 351 624 352 625 353 354 626 355 627 356 628 357 629 358 630 359 + 360 631 361 362 363 364 365 366 367 368 369 632 + 370 633 371 372 634 373 635 374 636 375 637 376 377 378 379 + 380 381 382 383 384 385 638 386 639 387 388 640 389 641 + 390 391 392 393 394 395 396 397 398 399 + 400 642 401 402 643 403 644 404 405 406 407 408 409 + 410 411 412 413 414 415 416 417 418 } + RGrid 0.0011,0.0011 -1.5707963267949 1: + 0.0039,0.00165 3,1 3: + 2,0 c 210, 1,0 c 213, 0,0 c 211; + RGrid 0.00110000000000001,0.0011 -1.57079632679489 1: + 0.00389999999999999,-0.01135 3,1 3: + 2,0 c 215, 1,0 c 217, 0,0 c 212; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.00165 2,3 5: + 0,0 c 222, 0,1 c 224, 1,0 c 221, 1,1 c 214, 1,2 c 219; + RGrid 0.001125,0.0011 0 1: + 0.00165,-0.01465 2,3 5: + 0,1 c 227, 0,2 c 225, 1,0 c 216, 1,1 c 218, 1,2 c 220; + RGrid 0.0011,0.0011 -8.20051097734491e-18 1: + -0.00165,-0.00165 3,1 3: + 0,0 c 264, 1,0 c 249, 2,0 c 226; + RGrid 0.00161666666666667,0.0011 -1.5707963267949 1: + -0.00165,-0.00164999999999998 6,3 18: + 5,0 c 270, 4,0 c 269, 3,0 c 268, 2,0 c 267, 1,0 c 266, + 0,0 c 265, 5,1 c 255, 4,1 c 254, 3,1 c 253, 2,1 c 252, + 1,1 c 251, 0,1 c 250, 5,2 c 239, 4,2 c 238, 3,2 c 237, + 2,2 c 236, 1,2 c 235, 0,2 c 234; + RGrid 0.0011,0.00110000000000001 4.73106402539129e-15 1: + -0.00165,-0.01245 3,1 3: + 0,0 c 271, 1,0 c 256, 2,0 c 240; + RGrid 0.00175090030842273,0.000447299074731805 0 1: + -0.0157581027758046,0.0052527009252682 7,1 7: + 0,0 c 334, 1,0 c 326, 2,0 c 318, 3,0 c 310, 4,0 c 302, + 5,0 c 294, 6,0 c 287; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,2.60208521396521e-19 7,3 19: + 0,0 c 337, 0,1 c 336, 0,2 c 335, 1,0 c 329, 1,1 c 328, + 1,2 c 327, 2,0 c 321, 2,1 c 320, 2,2 c 319, 3,0 c 313, + 3,1 c 312, 3,2 c 311, 4,0 c 305, 4,1 c 304, 4,2 c 303, + 5,0 c 297, 5,1 c 296, 5,2 c 295, 6,2 c 288; + RGrid 0.00175090030842273,0.00175090030842273 0 1: + -0.0157581027758046,-0.0175090030842273 7,2 13: + 0,0 c 340, 0,1 c 339, 1,0 c 332, 1,1 c 331, 2,0 c 324, + 2,1 c 323, 3,0 c 316, 3,1 c 315, 4,0 c 308, 4,1 c 307, + 5,0 c 300, 5,1 c 299, 6,0 c 292; + RGrid 0.00175090030842273,0.00119099691577268 0 1: + -0.0157581027758046,-0.0187 7,1 7: + 0,0 c 341, 1,0 c 333, 2,0 c 325, 3,0 c 317, 4,0 c 309, + 5,0 c 301, 6,0 c 293; + RGrid 0.00175090030842273,0.00100720246738185 0 1: + -0.0157581027758046,-0.0140072024673819 6,1 6: + 0,0 c 338, 1,0 c 330, 2,0 c 322, 3,0 c 314, 4,0 c 306, + 5,0 c 298; + RGrid 0.0011,0.0011 -8.2005109773449e-18 1: + -0.02135,-0.00165 3,1 3: + 0,0 c 398, 1,0 c 377, 2,0 c 361; + RGrid 0.00161666666666667,0.0011 -1.5707963267949 1: + -0.02135,-0.00164999999999998 6,3 18: + 5,0 c 396, 4,0 c 395, 3,0 c 394, 2,0 c 393, 1,0 c 392, + 0,0 c 391, 5,1 c 383, 4,1 c 382, 3,1 c 381, 2,1 c 380, + 1,1 c 379, 0,1 c 378, 5,2 c 367, 4,2 c 366, 3,2 c 365, + 2,2 c 364, 1,2 c 363, 0,2 c 362; + RGrid 0.0011,0.0011 -6.71180283068844e-16 1: + -0.02135,-0.01245 3,1 3: + 0,0 c 397, 1,0 c 384, 2,0 c 368; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.00165 2,3 5: + 0,0 c 406, 0,1 c 409, 0,2 c 410, 1,0 c 399, 1,1 c 405; + RGrid 0.001125,0.0011 0 1: + -0.0236,-0.01465 2,3 5: + 0,0 c 408, 0,1 c 414, 0,2 c 412, 1,1 c 407, 1,2 c 404; + RGrid 0.0011,0.0011 -1.5707963267949 1: + -0.0247,0.00165 3,1 3: + 2,0 c 413, 1,0 c 416, 0,0 c 411; + RGrid 0.0011,0.0011 -1.5707963267949 1: + -0.0247,-0.01135 3,1 3: + 2,0 c 418, 1,0 c 415, 0,0 c 417; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 124 { + 419 420 421 422 423 424 425 426 427 428 + 429 430 431 432 433 434 435 436 437 438 + 439 440 441 442 443 444 445 446 447 448 + 449 450 451 452 453 454 455 456 457 458 + 459 460 461 462 463 464 465 466 467 468 + 469 470 471 472 473 474 475 476 477 478 + 479 480 481 482 483 484 485 486 487 488 + 489 490 491 492 493 494 495 496 497 498 + 499 500 501 502 503 504 505 506 507 508 + 509 510 511 512 513 514 515 516 517 518 + 519 520 521 522 523 524 525 526 527 528 + 529 530 531 532 533 534 535 536 537 538 + 539 540 541 542 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 1174: + b 1: -1 e 1 c 1, e 2 c 12; + b 2: -1 e 2 c 1, e 0 c 419; + b 3: -1 e 3 c 1, e 0 c 420; + b 4: -1 e 0 c 1, e 2 c 4; + b 5: -1 e 0 c 12, e 2 c 13; + b 6: -1 e 1 c 12, e 0 c 432; + b 7: -1 e 1 c 5, e 3 c 12; + b 8: -1 e 0 c 13, e 2 c 17; + b 9: -1 e 1 c 13, e 0 c 433; + b 10: -1 e 3 c 13, e 1 c 15; + b 11: -1 e 0 c 17, e 2 c 40; + b 12: -1 e 1 c 17, e 0 c 25; + b 13: -1 e 3 c 17, e 0 c 545; + b 14: -1 e 0 c 40, e 2 c 55; + b 15: -1 e 1 c 40, e 0 c 41; + b 16: -1 e 0 c 550, e 3 c 40; + b 17: -1 e 0 c 55, e 0 c 451; + b 18: -1 e 1 c 55, e 0 c 56; + b 19: -1 e 0 c 558, e 3 c 55; + b 20: -1 e 3 c 450, e 1 c 451; + b 21: -1 e 0 c 264, e 2 c 451; + b 22: -1 e 3 c 451, e 1 c 452; + b 23: -1 e 1 c 54, e 0 c 450; + b 24: -1 e 1 c 450, e 1 c 462; + b 25: -1 e 1 c 263, e 2 c 450; + b 26: -1 e 1 c 552, e 0 c 54; + b 27: -1 e 1 c 34, e 1 c 558; + b 28: -1 e 1 c 37, e 0 c 38; + b 29: -1 e 1 c 38, e 2 c 49; + b 30: -1 e 0 c 552, e 1 c 563; + b 31: -1 e 0 c 547, e 0 c 37; + b 32: -1 e 0 c 34, e 2 c 37; + b 33: -1 e 0 c 24, e 0 c 438; + b 34: -1 e 1 c 24, e 1 c 551; + b 35: -1 e 1 c 20, e 1 c 547; + b 36: -1 e 3 c 436, e 1 c 438; + b 37: -1 e 0 c 233, e 2 c 438; + b 38: -1 e 3 c 438, e 1 c 445; + b 39: -1 e 0 c 19, e 0 c 436; + b 40: -1 e 3 c 430, e 1 c 436; + b 41: -1 e 0 c 228, e 2 c 436; + b 42: -1 e 1 c 19, e 0 c 20; + b 43: -1 e 3 c 15, e 0 c 544; + b 44: -1 e 0 c 10, e 1 c 544; + b 45: -1 e 2 c 20, e 0 c 21; + b 46: -1 e 1 c 21, e 1 c 550; + b 47: -1 e 0 c 15, e 1 c 545; + b 48: -1 e 0 c 5, e 2 c 15; + b 49: -1 e 1 c 4, e 2 c 5; + b 50: -1 e 3 c 5, e 1 c 10; + b 51: -1 e 3 c 4, e 0 c 425; + b 52: -1 e 2 c 2, e 0 c 4; + b 53: -1 e 3 c 421, e 1 c 425; + b 54: -1 e 3 c 213, e 2 c 425; + b 55: -1 e 1 c 420, e 3 c 425; + b 56: -1 e 3 c 2, e 0 c 421; + b 57: -1 e 1 c 421, e 1 c 422; + b 58: -1 e 3 c 211, e 2 c 421; + b 59: -1 e 1 c 2, e 2 c 10; + b 60: -1 e 0 c 2, e 0 c 422; + b 61: -1 e 3 c 10, e 0 c 430; + b 62: -1 e 3 c 422, e 1 c 430; + b 63: -1 e 3 c 219, e 2 c 430; + b 64: -1 e 0 c 211, e 2 c 422; + b 65: -1 e 1 c 211, e 2 c 219; + b 66: -1 e 2 c 211, e 0 c 213; + b 67: -1 e 0 c 219, e 1 c 595; + b 68: -1 e 3 c 214, e 1 c 219; + b 69: -1 e 1 c 228, e 0 c 229; + b 70: -1 e 3 c 224, e 0 c 595; + b 71: -1 e 1 c 229, e 1 c 598; + b 72: -1 e 2 c 229, e 0 c 230; + b 73: -1 e 1 c 233, e 1 c 602; + b 74: -1 e 0 c 598, e 0 c 246; + b 75: -1 e 0 c 245, e 2 c 445; + b 76: -1 e 1 c 245, e 1 c 607; + b 77: -1 e 0 c 602, e 0 c 258; + b 78: -1 e 0 c 36, e 0 c 445; + b 79: -1 e 3 c 445, e 1 c 449; + b 80: -1 e 1 c 36, e 1 c 556; + b 81: -1 e 0 c 551, e 0 c 49; + b 82: -1 e 0 c 51, e 0 c 449; + b 83: -1 e 1 c 51, e 1 c 564; + b 84: -1 e 0 c 556, e 0 c 66; + b 85: -1 e 0 c 260, e 2 c 449; + b 86: -1 e 3 c 449, e 1 c 460; + b 87: -1 e 1 c 260, e 1 c 615; + b 88: -1 e 0 c 607, e 0 c 275; + b 89: -1 e 2 c 274, e 0 c 280; + b 90: -1 e 1 c 280, e 2 c 288; + b 91: -1 e 0 c 615, e 0 c 281; + b 92: -1 e 0 c 274, e 2 c 460; + b 93: -1 e 1 c 274, e 2 c 279; + b 94: -1 e 0 c 65, e 0 c 460; + b 95: -1 e 3 c 460, e 1 c 463; + b 96: -1 e 1 c 65, e 2 c 70; + b 97: -1 e 2 c 65, e 0 c 71; + b 98: -1 e 0 c 70, e 0 c 463; + b 99: -1 e 1 c 70, e 2 c 78; + b 100: -1 e 0 c 279, e 2 c 463; + b 101: -1 e 3 c 463, e 1 c 465; + b 102: -1 e 1 c 279, e 2 c 287; + b 103: -1 e 0 c 287, e 2 c 294; + b 104: -1 e 1 c 287, e 3 c 288; + b 105: -1 e 3 c 287, e 2 c 465; + b 106: -1 e 0 c 294, e 2 c 302; + b 107: -1 e 1 c 294, e 3 c 295; + b 108: -1 e 3 c 294, e 2 c 469; + b 109: -1 e 0 c 302, e 2 c 310; + b 110: -1 e 1 c 302, e 3 c 303; + b 111: -1 e 3 c 302, e 2 c 473; + b 112: -1 e 0 c 310, e 2 c 318; + b 113: -1 e 1 c 310, e 3 c 311; + b 114: -1 e 3 c 310, e 2 c 477; + b 115: -1 e 0 c 318, e 2 c 326; + b 116: -1 e 1 c 318, e 3 c 319; + b 117: -1 e 3 c 318, e 2 c 481; + b 118: -1 e 0 c 326, e 2 c 334; + b 119: -1 e 1 c 326, e 3 c 327; + b 120: -1 e 3 c 326, e 2 c 485; + b 121: -1 e 0 c 334, e 1 c 624; + b 122: -1 e 1 c 334, e 3 c 335; + b 123: -1 e 3 c 334, e 2 c 489; + b 124: -1 e 0 c 351, e 2 c 497; + b 125: -1 e 1 c 351, e 2 c 498; + b 126: -1 e 0 c 624, e 0 c 352; + b 127: -1 e 0 c 142, e 0 c 497; + b 128: -1 e 3 c 489, e 1 c 497; + b 129: -1 e 3 c 497, e 1 c 498; + b 130: -1 e 1 c 142, e 0 c 498; + b 131: -1 e 0 c 573, e 0 c 143; + b 132: -1 e 0 c 125, e 1 c 573; + b 133: -1 e 3 c 498, e 1 c 499; + b 134: -1 e 1 c 144, e 0 c 499; + b 135: -1 e 1 c 353, e 2 c 499; + b 136: -1 e 3 c 499, e 1 c 503; + b 137: -1 e 1 c 143, e 0 c 144; + b 138: -1 e 2 c 144, e 0 c 149; + b 139: -1 e 0 c 138, e 0 c 574; + b 140: -1 e 0 c 126, e 1 c 574; + b 141: -1 e 1 c 138, e 0 c 139; + b 142: -1 e 3 c 134, e 0 c 570; + b 143: -1 e 0 c 127, e 1 c 570; + b 144: -1 e 1 c 139, e 1 c 579; + b 145: -1 e 0 c 571, e 0 c 150; + b 146: -1 e 1 c 135, e 1 c 571; + b 147: -1 e 1 c 149, e 0 c 503; + b 148: -1 e 0 c 579, e 0 c 164; + b 149: -1 e 1 c 358, e 2 c 503; + b 150: -1 e 3 c 503, e 1 c 515; + b 151: -1 e 2 c 353, e 0 c 358; + b 152: -1 e 0 c 630, e 0 c 373; + b 153: -1 e 1 c 348, e 1 c 630; + b 154: -1 e 1 c 352, e 0 c 353; + b 155: -1 e 0 c 347, e 0 c 625; + b 156: -1 e 0 c 335, e 1 c 625; + b 157: -1 e 1 c 347, e 0 c 348; + b 158: -1 e 3 c 343, e 0 c 621; + b 159: -1 e 0 c 336, e 1 c 621; + b 160: -1 e 0 c 622, e 0 c 359; + b 161: -1 e 1 c 344, e 1 c 622; + b 162: -1 e 1 c 359, e 1 c 635; + b 163: -1 e 2 c 359, e 0 c 370; + b 164: -1 e 1 c 373, e 2 c 515; + b 165: -1 e 0 c 635, e 0 c 386; + b 166: -1 e 1 c 164, e 0 c 515; + b 167: -1 e 3 c 515, e 1 c 517; + b 168: -1 e 0 c 584, e 0 c 177; + b 169: -1 e 1 c 150, e 1 c 584; + b 170: -1 e 1 c 177, e 0 c 517; + b 171: -1 e 0 c 588, e 0 c 181; + b 172: -1 e 1 c 588, e 0 c 178; + b 173: -1 e 1 c 386, e 2 c 517; + b 174: -1 e 3 c 517, e 1 c 527; + b 175: -1 e 0 c 639, e 0 c 390; + b 176: -1 e 1 c 639, e 0 c 387; + b 177: -1 e 1 c 390, e 1 c 644; + b 178: -1 e 1 c 388, e 2 c 390; + b 179: -1 e 0 c 403, e 2 c 527; + b 180: -1 e 1 c 403, e 2 c 410; + b 181: -1 e 0 c 644, e 3 c 405; + b 182: -1 e 0 c 194, e 0 c 527; + b 183: -1 e 3 c 527, e 1 c 531; + b 184: -1 e 1 c 194, e 2 c 201; + b 185: -1 e 0 c 593, e 3 c 196; + b 186: -1 e 1 c 181, e 1 c 593; + b 187: -1 e 0 c 201, e 3 c 202; + b 188: -1 e 3 c 200, e 1 c 201; + b 189: -1 e 3 c 201, e 0 c 531; + b 190: -1 e 1 c 202, e 0 c 532; + b 191: -1 e 2 c 202, e 0 c 207; + b 192: -1 e 0 c 202, e 0 c 533; + b 193: -1 e 1 c 532, e 3 c 533; + b 194: -1 e 1 c 411, e 2 c 532; + b 195: -1 e 3 c 532, e 1 c 538; + b 196: -1 e 3 c 531, e 1 c 533; + b 197: -1 e 0 c 411, e 2 c 533; + b 198: -1 e 3 c 410, e 2 c 531; + b 199: -1 e 0 c 410, e 3 c 411; + b 200: -1 e 3 c 409, e 1 c 410; + b 201: -1 e 2 c 411, e 0 c 416; + b 202: -1 e 1 c 416, e 2 c 538; + b 203: -1 e 0 c 413, e 2 c 416; + b 204: -1 e 0 c 409, e 3 c 416; + b 205: -1 e 1 c 207, e 0 c 538; + b 206: -1 e 1 c 535, e 3 c 538; + b 207: -1 e 0 c 204, e 2 c 207; + b 208: -1 e 0 c 200, e 3 c 207; + b 209: -1 e 1 c 204, e 0 c 535; + b 210: -1 e 2 c 204, e 0 c 536; + b 211: -1 e 0 c 197, e 3 c 204; + b 212: -1 e 1 c 413, e 2 c 535; + b 213: -1 e 3 c 535, e 3 c 536; + b 214: -1 e 2 c 413, e 2 c 536; + b 215: -1 e 0 c 406, e 3 c 413; + b 216: -1 e 3 c 529, e 1 c 536; + b 217: -1 e 1 c 197, e 0 c 529; + b 218: -1 e 3 c 525, e 1 c 529; + b 219: -1 e 1 c 406, e 2 c 529; + b 220: -1 e 0 c 190, e 2 c 197; + b 221: -1 e 3 c 197, e 1 c 200; + b 222: -1 e 1 c 190, e 0 c 525; + b 223: -1 e 0 c 189, e 2 c 190; + b 224: -1 e 3 c 190, e 1 c 196; + b 225: -1 e 1 c 519, e 1 c 525; + b 226: -1 e 1 c 399, e 2 c 525; + b 227: -1 e 1 c 182, e 0 c 519; + b 228: -1 e 1 c 391, e 2 c 519; + b 229: -1 e 3 c 519, e 1 c 520; + b 230: -1 e 2 c 182, e 0 c 183; + b 231: -1 e 1 c 169, e 3 c 182; + b 232: -1 e 0 c 182, e 1 c 189; + b 233: -1 e 1 c 183, e 0 c 520; + b 234: -1 e 2 c 183, e 0 c 184; + b 235: -1 e 1 c 170, e 3 c 183; + b 236: -1 e 1 c 392, e 2 c 520; + b 237: -1 e 3 c 520, e 1 c 521; + b 238: -1 e 2 c 392, e 0 c 393; + b 239: -1 e 1 c 379, e 3 c 392; + b 240: -1 e 2 c 391, e 0 c 392; + b 241: -1 e 1 c 393, e 2 c 521; + b 242: -1 e 2 c 393, e 0 c 394; + b 243: -1 e 1 c 380, e 3 c 393; + b 244: -1 e 1 c 184, e 0 c 521; + b 245: -1 e 3 c 521, e 1 c 522; + b 246: -1 e 2 c 184, e 0 c 185; + b 247: -1 e 1 c 171, e 3 c 184; + b 248: -1 e 1 c 185, e 0 c 522; + b 249: -1 e 2 c 185, e 0 c 186; + b 250: -1 e 1 c 172, e 3 c 185; + b 251: -1 e 1 c 394, e 2 c 522; + b 252: -1 e 3 c 522, e 1 c 523; + b 253: -1 e 2 c 394, e 0 c 395; + b 254: -1 e 1 c 381, e 3 c 394; + b 255: -1 e 1 c 395, e 2 c 523; + b 256: -1 e 2 c 395, e 0 c 396; + b 257: -1 e 1 c 382, e 3 c 395; + b 258: -1 e 1 c 186, e 0 c 523; + b 259: -1 e 3 c 523, e 1 c 524; + b 260: -1 e 2 c 186, e 0 c 187; + b 261: -1 e 1 c 173, e 3 c 186; + b 262: -1 e 1 c 187, e 0 c 524; + b 263: -1 e 2 c 187, e 3 c 188; + b 264: -1 e 1 c 174, e 3 c 187; + b 265: -1 e 1 c 396, e 2 c 524; + b 266: -1 e 3 c 524, e 1 c 528; + b 267: -1 e 2 c 396, e 3 c 397; + b 268: -1 e 1 c 383, e 3 c 396; + b 269: -1 e 0 c 397, e 2 c 404; + b 270: -1 e 1 c 397, e 0 c 400; + b 271: -1 e 0 c 384, e 2 c 397; + b 272: -1 e 0 c 404, e 2 c 412; + b 273: -1 e 1 c 404, e 3 c 407; + b 274: -1 e 3 c 404, e 2 c 528; + b 275: -1 e 0 c 412, e 3 c 417; + b 276: -1 e 1 c 412, e 3 c 414; + b 277: -1 e 3 c 412, e 2 c 534; + b 278: -1 e 1 c 417, e 2 c 539; + b 279: -1 e 0 c 415, e 2 c 417; + b 280: -1 e 0 c 417, e 2 c 540; + b 281: -1 e 1 c 208, e 0 c 539; + b 282: -1 e 1 c 539, e 3 c 540; + b 283: -1 e 1 c 537, e 3 c 539; + b 284: -1 e 0 c 206, e 2 c 208; + b 285: -1 e 0 c 203, e 3 c 208; + b 286: -1 e 0 c 208, e 0 c 540; + b 287: -1 e 1 c 206, e 0 c 537; + b 288: -1 e 2 c 206, e 0 c 209; + b 289: -1 e 0 c 205, e 3 c 206; + b 290: -1 e 1 c 415, e 2 c 537; + b 291: -1 e 3 c 537, e 1 c 541; + b 292: -1 e 2 c 415, e 0 c 418; + b 293: -1 e 0 c 414, e 3 c 415; + b 294: -1 e 1 c 418, e 2 c 541; + b 295: -1 e 2 c 418, e 2 c 542; + b 296: -1 e 0 c 408, e 3 c 418; + b 297: -1 e 1 c 209, e 0 c 541; + b 298: -1 e 3 c 541, e 3 c 542; + b 299: -1 e 2 c 209, e 0 c 542; + b 300: -1 e 0 c 199, e 3 c 209; + b 301: -1 e 3 c 530, e 1 c 542; + b 302: -1 e 1 c 199, e 0 c 530; + b 303: -1 e 3 c 526, e 1 c 530; + b 304: -1 e 1 c 408, e 2 c 530; + b 305: -1 e 0 c 592, e 2 c 199; + b 306: -1 e 3 c 199, e 1 c 205; + b 307: -1 e 1 c 192, e 0 c 193; + b 308: -1 e 1 c 193, e 1 c 198; + b 309: -1 e 1 c 592, e 0 c 526; + b 310: -1 e 0 c 591, e 0 c 192; + b 311: -1 e 1 c 180, e 2 c 192; + b 312: -1 e 1 c 188, e 0 c 191; + b 313: -1 e 1 c 191, e 2 c 198; + b 314: -1 e 1 c 176, e 1 c 591; + b 315: -1 e 0 c 188, e 2 c 195; + b 316: -1 e 0 c 175, e 2 c 188; + b 317: -1 e 0 c 195, e 2 c 203; + b 318: -1 e 1 c 195, e 3 c 198; + b 319: -1 e 3 c 195, e 0 c 528; + b 320: -1 e 1 c 203, e 3 c 205; + b 321: -1 e 3 c 203, e 0 c 534; + b 322: -1 e 0 c 198, e 2 c 205; + b 323: -1 e 3 c 528, e 1 c 534; + b 324: -1 e 3 c 534, e 1 c 540; + b 325: -1 e 1 c 175, e 0 c 176; + b 326: -1 e 0 c 159, e 2 c 175; + b 327: -1 e 2 c 174, e 3 c 175; + b 328: -1 e 1 c 167, e 0 c 587; + b 329: -1 e 1 c 160, e 1 c 587; + b 330: -1 e 0 c 578, e 0 c 167; + b 331: -1 e 2 c 167, e 0 c 180; + b 332: -1 e 1 c 147, e 0 c 148; + b 333: -1 e 1 c 148, e 0 c 581; + b 334: -1 e 1 c 578, e 0 c 162; + b 335: -1 e 0 c 147, e 0 c 502; + b 336: -1 e 0 c 146, e 0 c 577; + b 337: -1 e 1 c 133, e 1 c 577; + b 338: -1 e 3 c 493, e 1 c 502; + b 339: -1 e 0 c 356, e 2 c 502; + b 340: -1 e 3 c 502, e 3 c 513; + b 341: -1 e 0 c 133, e 0 c 493; + b 342: -1 e 3 c 491, e 1 c 493; + b 343: -1 e 0 c 342, e 2 c 493; + b 344: -1 e 0 c 568, e 0 c 136; + b 345: -1 e 0 c 129, e 1 c 568; + b 346: -1 e 1 c 136, e 0 c 137; + b 347: -1 e 0 c 130, e 2 c 136; + b 348: -1 e 1 c 137, e 1 c 576; + b 349: -1 e 2 c 137, e 0 c 140; + b 350: -1 e 1 c 146, e 2 c 162; + b 351: -1 e 0 c 576, e 0 c 151; + b 352: -1 e 1 c 162, e 0 c 163; + b 353: -1 e 1 c 163, e 1 c 590; + b 354: -1 e 0 c 583, e 0 c 514; + b 355: -1 e 1 c 151, e 1 c 583; + b 356: -1 e 0 c 590, e 0 c 518; + b 357: -1 e 3 c 514, e 1 c 518; + b 358: -1 e 0 c 641, e 2 c 518; + b 359: -1 e 3 c 518, e 1 c 526; + b 360: -1 e 3 c 504, e 1 c 514; + b 361: -1 e 0 c 634, e 2 c 514; + b 362: -1 e 0 c 580, e 0 c 504; + b 363: -1 e 3 c 496, e 1 c 504; + b 364: -1 e 0 c 631, e 2 c 504; + b 365: -1 e 1 c 141, e 1 c 580; + b 366: -1 e 1 c 140, e 0 c 141; + b 367: -1 e 0 c 572, e 0 c 496; + b 368: -1 e 1 c 572, e 0 c 145; + b 369: -1 e 0 c 131, e 2 c 140; + b 370: -1 e 1 c 131, e 3 c 132; + b 371: -1 e 0 c 123, e 2 c 131; + b 372: -1 e 1 c 130, e 3 c 131; + b 373: -1 e 0 c 132, e 1 c 575; + b 374: -1 e 1 c 132, e 0 c 492; + b 375: -1 e 0 c 124, e 2 c 132; + b 376: -1 e 1 c 145, e 0 c 500; + b 377: -1 e 0 c 575, e 0 c 501; + b 378: -1 e 1 c 500, e 3 c 501; + b 379: -1 e 1 c 354, e 2 c 500; + b 380: -1 e 1 c 496, e 3 c 500; + b 381: -1 e 3 c 492, e 1 c 501; + b 382: -1 e 0 c 626, e 2 c 501; + b 383: -1 e 3 c 488, e 1 c 492; + b 384: -1 e 1 c 341, e 2 c 492; + b 385: -1 e 1 c 124, e 0 c 488; + b 386: -1 e 3 c 484, e 1 c 488; + b 387: -1 e 1 c 333, e 2 c 488; + b 388: -1 e 0 c 116, e 2 c 124; + b 389: -1 e 1 c 123, e 3 c 124; + b 390: -1 e 1 c 116, e 0 c 484; + b 391: -1 e 0 c 108, e 2 c 116; + b 392: -1 e 1 c 115, e 3 c 116; + b 393: -1 e 3 c 480, e 1 c 484; + b 394: -1 e 1 c 325, e 2 c 484; + b 395: -1 e 1 c 108, e 0 c 480; + b 396: -1 e 3 c 476, e 1 c 480; + b 397: -1 e 1 c 317, e 2 c 480; + b 398: -1 e 0 c 100, e 2 c 108; + b 399: -1 e 1 c 107, e 3 c 108; + b 400: -1 e 1 c 100, e 0 c 476; + b 401: -1 e 0 c 92, e 2 c 100; + b 402: -1 e 1 c 99, e 3 c 100; + b 403: -1 e 3 c 472, e 1 c 476; + b 404: -1 e 1 c 309, e 2 c 476; + b 405: -1 e 1 c 92, e 0 c 472; + b 406: -1 e 3 c 468, e 1 c 472; + b 407: -1 e 1 c 301, e 2 c 472; + b 408: -1 e 0 c 84, e 2 c 92; + b 409: -1 e 1 c 91, e 3 c 92; + b 410: -1 e 1 c 84, e 0 c 468; + b 411: -1 e 1 c 77, e 2 c 84; + b 412: -1 e 1 c 83, e 3 c 84; + b 413: -1 e 3 c 464, e 1 c 468; + b 414: -1 e 1 c 293, e 2 c 468; + b 415: -1 e 2 c 77, e 0 c 464; + b 416: -1 e 3 c 461, e 1 c 464; + b 417: -1 e 2 c 286, e 2 c 464; + b 418: -1 e 0 c 562, e 0 c 77; + b 419: -1 e 0 c 555, e 0 c 67; + b 420: -1 e 1 c 67, e 2 c 76; + b 421: -1 e 1 c 562, e 0 c 461; + b 422: -1 e 0 c 553, e 0 c 50; + b 423: -1 e 1 c 50, e 1 c 557; + b 424: -1 e 1 c 555, e 0 c 448; + b 425: -1 e 0 c 546, e 0 c 39; + b 426: -1 e 1 c 39, e 2 c 52; + b 427: -1 e 1 c 553, e 0 c 446; + b 428: -1 e 1 c 22, e 0 c 23; + b 429: -1 e 1 c 23, e 2 c 35; + b 430: -1 e 1 c 546, e 0 c 437; + b 431: -1 e 0 c 22, e 0 c 548; + b 432: -1 e 0 c 543, e 2 c 22; + b 433: -1 e 1 c 31, e 0 c 32; + b 434: -1 e 1 c 32, e 0 c 33; + b 435: -1 e 0 c 18, e 1 c 548; + b 436: -1 e 0 c 31, e 2 c 47; + b 437: -1 e 0 c 16, e 2 c 31; + b 438: -1 e 2 c 30, e 3 c 31; + b 439: -1 e 0 c 47, e 2 c 62; + b 440: -1 e 1 c 33, e 1 c 47; + b 441: -1 e 2 c 46, e 3 c 47; + b 442: -1 e 0 c 62, e 0 c 458; + b 443: -1 e 1 c 48, e 1 c 62; + b 444: -1 e 2 c 61, e 3 c 62; + b 445: -1 e 3 c 457, e 1 c 458; + b 446: -1 e 0 c 271, e 2 c 458; + b 447: -1 e 1 c 447, e 3 c 458; + b 448: -1 e 1 c 61, e 0 c 457; + b 449: -1 e 3 c 456, e 1 c 457; + b 450: -1 e 1 c 270, e 2 c 457; + b 451: -1 e 1 c 46, e 3 c 61; + b 452: -1 e 2 c 60, e 0 c 61; + b 453: -1 e 1 c 30, e 3 c 46; + b 454: -1 e 2 c 45, e 0 c 46; + b 455: -1 e 3 c 30, e 0 c 444; + b 456: -1 e 2 c 29, e 0 c 30; + b 457: -1 e 3 c 443, e 1 c 444; + b 458: -1 e 3 c 239, e 2 c 444; + b 459: -1 e 3 c 435, e 3 c 444; + b 460: -1 e 3 c 29, e 0 c 443; + b 461: -1 e 3 c 442, e 1 c 443; + b 462: -1 e 3 c 238, e 2 c 443; + b 463: -1 e 1 c 29, e 3 c 45; + b 464: -1 e 2 c 28, e 0 c 29; + b 465: -1 e 1 c 45, e 3 c 60; + b 466: -1 e 2 c 44, e 0 c 45; + b 467: -1 e 1 c 60, e 0 c 456; + b 468: -1 e 2 c 59, e 0 c 60; + b 469: -1 e 3 c 455, e 1 c 456; + b 470: -1 e 1 c 269, e 2 c 456; + b 471: -1 e 1 c 59, e 0 c 455; + b 472: -1 e 3 c 454, e 1 c 455; + b 473: -1 e 1 c 268, e 2 c 455; + b 474: -1 e 1 c 44, e 3 c 59; + b 475: -1 e 2 c 58, e 0 c 59; + b 476: -1 e 1 c 28, e 3 c 44; + b 477: -1 e 2 c 43, e 0 c 44; + b 478: -1 e 3 c 28, e 0 c 442; + b 479: -1 e 2 c 27, e 0 c 28; + b 480: -1 e 3 c 441, e 1 c 442; + b 481: -1 e 3 c 237, e 2 c 442; + b 482: -1 e 3 c 27, e 0 c 441; + b 483: -1 e 3 c 440, e 1 c 441; + b 484: -1 e 3 c 236, e 2 c 441; + b 485: -1 e 1 c 27, e 3 c 43; + b 486: -1 e 2 c 26, e 0 c 27; + b 487: -1 e 1 c 43, e 3 c 58; + b 488: -1 e 2 c 42, e 0 c 43; + b 489: -1 e 1 c 58, e 0 c 454; + b 490: -1 e 2 c 57, e 0 c 58; + b 491: -1 e 3 c 453, e 1 c 454; + b 492: -1 e 1 c 267, e 2 c 454; + b 493: -1 e 1 c 57, e 0 c 453; + b 494: -1 e 3 c 452, e 1 c 453; + b 495: -1 e 1 c 266, e 2 c 453; + b 496: -1 e 1 c 42, e 3 c 57; + b 497: -1 e 2 c 56, e 0 c 57; + b 498: -1 e 1 c 26, e 3 c 42; + b 499: -1 e 2 c 41, e 0 c 42; + b 500: -1 e 3 c 26, e 0 c 440; + b 501: -1 e 2 c 25, e 0 c 26; + b 502: -1 e 3 c 439, e 1 c 440; + b 503: -1 e 3 c 235, e 2 c 440; + b 504: -1 e 3 c 25, e 0 c 439; + b 505: -1 e 3 c 433, e 1 c 439; + b 506: -1 e 3 c 234, e 2 c 439; + b 507: -1 e 1 c 25, e 3 c 41; + b 508: -1 e 1 c 41, e 3 c 56; + b 509: -1 e 1 c 56, e 0 c 452; + b 510: -1 e 1 c 265, e 2 c 452; + b 511: -1 e 2 c 265, e 0 c 266; + b 512: -1 e 1 c 250, e 3 c 265; + b 513: -1 e 1 c 264, e 0 c 265; + b 514: -1 e 2 c 266, e 0 c 267; + b 515: -1 e 1 c 251, e 3 c 266; + b 516: -1 e 2 c 267, e 0 c 268; + b 517: -1 e 1 c 252, e 3 c 267; + b 518: -1 e 2 c 268, e 0 c 269; + b 519: -1 e 1 c 253, e 3 c 268; + b 520: -1 e 2 c 269, e 0 c 270; + b 521: -1 e 1 c 254, e 3 c 269; + b 522: -1 e 2 c 270, e 3 c 271; + b 523: -1 e 1 c 255, e 3 c 270; + b 524: -1 e 1 c 257, e 1 c 271; + b 525: -1 e 0 c 256, e 2 c 271; + b 526: -1 e 0 c 600, e 0 c 257; + b 527: -1 e 0 c 605, e 2 c 447; + b 528: -1 e 1 c 605, e 0 c 272; + b 529: -1 e 1 c 241, e 0 c 242; + b 530: -1 e 1 c 242, e 1 c 256; + b 531: -1 e 1 c 600, e 0 c 244; + b 532: -1 e 1 c 240, e 0 c 241; + b 533: -1 e 0 c 231, e 0 c 599; + b 534: -1 e 0 c 227, e 1 c 599; + b 535: -1 e 0 c 240, e 2 c 256; + b 536: -1 e 0 c 225, e 2 c 240; + b 537: -1 e 2 c 239, e 3 c 240; + b 538: -1 e 2 c 255, e 3 c 256; + b 539: -1 e 1 c 239, e 3 c 255; + b 540: -1 e 2 c 254, e 0 c 255; + b 541: -1 e 2 c 238, e 0 c 239; + b 542: -1 e 1 c 238, e 3 c 254; + b 543: -1 e 2 c 237, e 0 c 238; + b 544: -1 e 2 c 253, e 0 c 254; + b 545: -1 e 1 c 237, e 3 c 253; + b 546: -1 e 2 c 252, e 0 c 253; + b 547: -1 e 2 c 236, e 0 c 237; + b 548: -1 e 1 c 236, e 3 c 252; + b 549: -1 e 2 c 235, e 0 c 236; + b 550: -1 e 2 c 251, e 0 c 252; + b 551: -1 e 1 c 235, e 3 c 251; + b 552: -1 e 2 c 250, e 0 c 251; + b 553: -1 e 2 c 234, e 0 c 235; + b 554: -1 e 1 c 234, e 3 c 250; + b 555: -1 e 1 c 226, e 0 c 234; + b 556: -1 e 1 c 249, e 0 c 250; + b 557: -1 e 0 c 249, e 2 c 264; + b 558: -1 e 0 c 226, e 2 c 249; + b 559: -1 e 0 c 601, e 3 c 249; + b 560: -1 e 0 c 609, e 3 c 264; + b 561: -1 e 1 c 603, e 0 c 263; + b 562: -1 e 1 c 243, e 1 c 609; + b 563: -1 e 1 c 246, e 0 c 247; + b 564: -1 e 1 c 247, e 2 c 258; + b 565: -1 e 0 c 603, e 1 c 614; + b 566: -1 e 0 c 243, e 2 c 246; + b 567: -1 e 1 c 230, e 1 c 601; + b 568: -1 e 3 c 226, e 0 c 596; + b 569: -1 e 0 c 224, e 1 c 596; + b 570: -1 e 0 c 222, e 2 c 226; + b 571: -1 e 1 c 222, e 2 c 433; + b 572: -1 e 0 c 221, e 2 c 222; + b 573: -1 e 3 c 222, e 1 c 224; + b 574: -1 e 3 c 432, e 1 c 433; + b 575: -1 e 3 c 419, e 1 c 432; + b 576: -1 e 1 c 221, e 2 c 432; + b 577: -1 e 1 c 419, e 3 c 420; + b 578: -1 e 2 c 210, e 2 c 419; + b 579: -1 e 3 c 210, e 2 c 420; + b 580: -1 e 1 c 210, e 2 c 221; + b 581: -1 e 0 c 210, e 2 c 213; + b 582: -1 e 1 c 214, e 3 c 221; + b 583: -1 e 0 c 214, e 2 c 224; + b 584: -1 e 1 c 213, e 2 c 214; + b 585: -1 e 1 c 258, e 1 c 612; + b 586: -1 e 1 c 275, e 2 c 281; + b 587: -1 e 0 c 612, e 0 c 277; + b 588: -1 e 1 c 281, e 0 c 282; + b 589: -1 e 1 c 282, e 1 c 288; + b 590: -1 e 0 c 616, e 2 c 296; + b 591: -1 e 1 c 616, e 3 c 289; + b 592: -1 e 0 c 288, e 2 c 295; + b 593: -1 e 0 c 295, e 2 c 303; + b 594: -1 e 1 c 295, e 3 c 296; + b 595: -1 e 0 c 303, e 2 c 311; + b 596: -1 e 1 c 303, e 3 c 304; + b 597: -1 e 0 c 311, e 2 c 319; + b 598: -1 e 1 c 311, e 3 c 312; + b 599: -1 e 0 c 319, e 2 c 327; + b 600: -1 e 1 c 319, e 3 c 320; + b 601: -1 e 0 c 327, e 2 c 335; + b 602: -1 e 1 c 327, e 3 c 328; + b 603: -1 e 1 c 335, e 3 c 336; + b 604: -1 e 1 c 336, e 3 c 337; + b 605: -1 e 0 c 328, e 2 c 336; + b 606: -1 e 0 c 337, e 2 c 343; + b 607: -1 e 1 c 337, e 2 c 490; + b 608: -1 e 0 c 329, e 2 c 337; + b 609: -1 e 0 c 343, e 0 c 344; + b 610: -1 e 1 c 343, e 2 c 494; + b 611: -1 e 0 c 620, e 1 c 633; + b 612: -1 e 1 c 620, e 2 c 495; + b 613: -1 e 1 c 370, e 2 c 387; + b 614: -1 e 0 c 633, e 0 c 374; + b 615: -1 e 1 c 375, e 1 c 387; + b 616: -1 e 1 c 374, e 0 c 375; + b 617: -1 e 0 c 637, e 0 c 388; + b 618: -1 e 1 c 637, e 3 c 377; + b 619: -1 e 3 c 361, e 0 c 636; + b 620: -1 e 1 c 636, e 2 c 516; + b 621: -1 e 0 c 361, e 2 c 377; + b 622: -1 e 1 c 361, e 0 c 362; + b 623: -1 e 2 c 361, e 2 c 505; + b 624: -1 e 0 c 377, e 2 c 398; + b 625: -1 e 1 c 377, e 0 c 378; + b 626: -1 e 0 c 398, e 2 c 399; + b 627: -1 e 0 c 391, e 1 c 398; + b 628: -1 e 1 c 640, e 3 c 398; + b 629: -1 e 0 c 399, e 2 c 406; + b 630: -1 e 3 c 399, e 1 c 405; + b 631: -1 e 3 c 406, e 1 c 409; + b 632: -1 e 0 c 405, e 2 c 409; + b 633: -1 e 0 c 640, e 2 c 405; + b 634: -1 e 1 c 378, e 3 c 391; + b 635: -1 e 2 c 378, e 0 c 379; + b 636: -1 e 1 c 362, e 3 c 378; + b 637: -1 e 2 c 379, e 0 c 380; + b 638: -1 e 1 c 363, e 3 c 379; + b 639: -1 e 2 c 380, e 0 c 381; + b 640: -1 e 1 c 364, e 3 c 380; + b 641: -1 e 2 c 381, e 0 c 382; + b 642: -1 e 1 c 365, e 3 c 381; + b 643: -1 e 2 c 382, e 0 c 383; + b 644: -1 e 1 c 366, e 3 c 382; + b 645: -1 e 2 c 383, e 3 c 384; + b 646: -1 e 1 c 367, e 3 c 383; + b 647: -1 e 1 c 384, e 0 c 385; + b 648: -1 e 0 c 368, e 2 c 384; + b 649: -1 e 1 c 385, e 1 c 642; + b 650: -1 e 1 c 376, e 0 c 638; + b 651: -1 e 1 c 369, e 1 c 638; + b 652: -1 e 1 c 400, e 2 c 407; + b 653: -1 e 0 c 642, e 0 c 401; + b 654: -1 e 0 c 407, e 2 c 414; + b 655: -1 e 1 c 402, e 1 c 407; + b 656: -1 e 3 c 408, e 1 c 414; + b 657: -1 e 0 c 643, e 2 c 408; + b 658: -1 e 1 c 401, e 0 c 402; + b 659: -1 e 1 c 643, e 2 c 526; + b 660: -1 e 1 c 389, e 2 c 401; + b 661: -1 e 2 c 376, e 0 c 389; + b 662: -1 e 1 c 372, e 1 c 641; + b 663: -1 e 0 c 629, e 0 c 376; + b 664: -1 e 1 c 356, e 0 c 357; + b 665: -1 e 1 c 357, e 0 c 632; + b 666: -1 e 1 c 629, e 0 c 371; + b 667: -1 e 0 c 355, e 0 c 628; + b 668: -1 e 1 c 342, e 1 c 628; + b 669: -1 e 1 c 355, e 2 c 371; + b 670: -1 e 0 c 627, e 0 c 360; + b 671: -1 e 1 c 346, e 1 c 627; + b 672: -1 e 1 c 371, e 0 c 372; + b 673: -1 e 1 c 360, e 1 c 634; + b 674: -1 e 1 c 350, e 1 c 631; + b 675: -1 e 1 c 349, e 0 c 350; + b 676: -1 e 0 c 623, e 2 c 496; + b 677: -1 e 1 c 623, e 0 c 354; + b 678: -1 e 2 c 346, e 0 c 349; + b 679: -1 e 0 c 340, e 2 c 349; + b 680: -1 e 1 c 345, e 0 c 346; + b 681: -1 e 0 c 619, e 0 c 345; + b 682: -1 e 0 c 339, e 2 c 345; + b 683: -1 e 0 c 338, e 1 c 619; + b 684: -1 e 1 c 338, e 3 c 339; + b 685: -1 e 0 c 330, e 2 c 338; + b 686: -1 e 3 c 338, e 2 c 491; + b 687: -1 e 1 c 339, e 3 c 340; + b 688: -1 e 0 c 331, e 2 c 339; + b 689: -1 e 1 c 340, e 3 c 341; + b 690: -1 e 0 c 332, e 2 c 340; + b 691: -1 e 0 c 341, e 1 c 626; + b 692: -1 e 0 c 333, e 2 c 341; + b 693: -1 e 0 c 325, e 2 c 333; + b 694: -1 e 1 c 332, e 3 c 333; + b 695: -1 e 0 c 317, e 2 c 325; + b 696: -1 e 1 c 324, e 3 c 325; + b 697: -1 e 0 c 309, e 2 c 317; + b 698: -1 e 1 c 316, e 3 c 317; + b 699: -1 e 0 c 301, e 2 c 309; + b 700: -1 e 1 c 308, e 3 c 309; + b 701: -1 e 0 c 293, e 2 c 301; + b 702: -1 e 1 c 300, e 3 c 301; + b 703: -1 e 1 c 286, e 2 c 293; + b 704: -1 e 1 c 292, e 3 c 293; + b 705: -1 e 0 c 613, e 0 c 286; + b 706: -1 e 0 c 606, e 0 c 276; + b 707: -1 e 1 c 276, e 2 c 285; + b 708: -1 e 1 c 613, e 2 c 461; + b 709: -1 e 0 c 604, e 0 c 259; + b 710: -1 e 1 c 259, e 1 c 608; + b 711: -1 e 1 c 606, e 2 c 448; + b 712: -1 e 0 c 597, e 0 c 248; + b 713: -1 e 1 c 248, e 2 c 261; + b 714: -1 e 1 c 604, e 2 c 446; + b 715: -1 e 1 c 231, e 0 c 232; + b 716: -1 e 1 c 232, e 2 c 244; + b 717: -1 e 1 c 597, e 2 c 437; + b 718: -1 e 0 c 594, e 2 c 231; + b 719: -1 e 0 c 216, e 0 c 223; + b 720: -1 e 1 c 223, e 1 c 227; + b 721: -1 e 1 c 594, e 2 c 434; + b 722: -1 e 1 c 216, e 2 c 428; + b 723: -1 e 1 c 215, e 2 c 216; + b 724: -1 e 3 c 216, e 1 c 218; + b 725: -1 e 1 c 7, e 0 c 428; + b 726: -1 e 3 c 426, e 1 c 428; + b 727: -1 e 3 c 428, e 1 c 434; + b 728: -1 e 0 c 7, e 0 c 14; + b 729: -1 e 1 c 6, e 2 c 7; + b 730: -1 e 3 c 7, e 1 c 9; + b 731: -1 e 1 c 14, e 1 c 18; + b 732: -1 e 1 c 543, e 0 c 434; + b 733: -1 e 0 c 9, e 2 c 18; + b 734: -1 e 1 c 16, e 3 c 18; + b 735: -1 e 1 c 8, e 2 c 9; + b 736: -1 e 3 c 9, e 1 c 11; + b 737: -1 e 0 c 6, e 2 c 8; + b 738: -1 e 3 c 8, e 0 c 429; + b 739: -1 e 2 c 3, e 0 c 8; + b 740: -1 e 2 c 6, e 0 c 426; + b 741: -1 e 3 c 6, e 0 c 427; + b 742: -1 e 1 c 426, e 3 c 427; + b 743: -1 e 2 c 215, e 2 c 426; + b 744: -1 e 1 c 427, e 3 c 429; + b 745: -1 e 3 c 215, e 2 c 427; + b 746: -1 e 3 c 423, e 1 c 429; + b 747: -1 e 3 c 217, e 2 c 429; + b 748: -1 e 3 c 3, e 0 c 423; + b 749: -1 e 1 c 423, e 1 c 424; + b 750: -1 e 3 c 212, e 2 c 423; + b 751: -1 e 1 c 3, e 2 c 11; + b 752: -1 e 0 c 3, e 0 c 424; + b 753: -1 e 0 c 11, e 2 c 16; + b 754: -1 e 3 c 11, e 0 c 431; + b 755: -1 e 3 c 16, e 0 c 435; + b 756: -1 e 3 c 431, e 1 c 435; + b 757: -1 e 3 c 225, e 2 c 435; + b 758: -1 e 3 c 424, e 1 c 431; + b 759: -1 e 3 c 220, e 2 c 431; + b 760: -1 e 0 c 212, e 2 c 424; + b 761: -1 e 1 c 212, e 2 c 220; + b 762: -1 e 2 c 212, e 0 c 217; + b 763: -1 e 0 c 220, e 2 c 225; + b 764: -1 e 3 c 218, e 1 c 220; + b 765: -1 e 1 c 225, e 3 c 227; + b 766: -1 e 0 c 218, e 2 c 227; + b 767: -1 e 1 c 217, e 2 c 218; + b 768: -1 e 0 c 215, e 2 c 217; + b 769: -1 e 3 c 434, e 1 c 437; + b 770: -1 e 3 c 437, e 1 c 446; + b 771: -1 e 3 c 446, e 1 c 448; + b 772: -1 e 3 c 448, e 1 c 461; + b 773: -1 e 1 c 244, e 1 c 610; + b 774: -1 e 1 c 272, e 0 c 273; + b 775: -1 e 0 c 261, e 0 c 610; + b 776: -1 e 1 c 273, e 2 c 459; + b 777: -1 e 0 c 611, e 1 c 617; + b 778: -1 e 1 c 611, e 0 c 283; + b 779: -1 e 1 c 64, e 0 c 459; + b 780: -1 e 3 c 447, e 1 c 459; + b 781: -1 e 3 c 459, e 1 c 467; + b 782: -1 e 1 c 63, e 0 c 64; + b 783: -1 e 0 c 560, e 1 c 566; + b 784: -1 e 1 c 560, e 0 c 74; + b 785: -1 e 1 c 554, e 0 c 63; + b 786: -1 e 0 c 52, e 0 c 559; + b 787: -1 e 1 c 35, e 1 c 559; + b 788: -1 e 0 c 549, e 0 c 48; + b 789: -1 e 0 c 554, e 0 c 447; + b 790: -1 e 1 c 549, e 0 c 35; + b 791: -1 e 1 c 52, e 0 c 53; + b 792: -1 e 1 c 53, e 2 c 74; + b 793: -1 e 0 c 557, e 0 c 69; + b 794: -1 e 1 c 74, e 0 c 75; + b 795: -1 e 1 c 75, e 0 c 566; + b 796: -1 e 2 c 75, e 0 c 82; + b 797: -1 e 0 c 81, e 0 c 467; + b 798: -1 e 1 c 81, e 2 c 89; + b 799: -1 e 0 c 290, e 2 c 467; + b 800: -1 e 3 c 467, e 1 c 471; + b 801: -1 e 1 c 290, e 2 c 298; + b 802: -1 e 1 c 284, e 0 c 617; + b 803: -1 e 0 c 298, e 2 c 306; + b 804: -1 e 1 c 298, e 3 c 299; + b 805: -1 e 3 c 298, e 2 c 471; + b 806: -1 e 0 c 306, e 2 c 314; + b 807: -1 e 1 c 306, e 3 c 307; + b 808: -1 e 3 c 306, e 2 c 475; + b 809: -1 e 0 c 314, e 2 c 322; + b 810: -1 e 1 c 314, e 3 c 315; + b 811: -1 e 3 c 314, e 2 c 479; + b 812: -1 e 0 c 322, e 2 c 330; + b 813: -1 e 1 c 322, e 3 c 323; + b 814: -1 e 3 c 322, e 2 c 483; + b 815: -1 e 1 c 330, e 3 c 331; + b 816: -1 e 3 c 330, e 2 c 487; + b 817: -1 e 1 c 331, e 3 c 332; + b 818: -1 e 0 c 323, e 2 c 331; + b 819: -1 e 0 c 324, e 2 c 332; + b 820: -1 e 0 c 316, e 2 c 324; + b 821: -1 e 1 c 323, e 3 c 324; + b 822: -1 e 0 c 308, e 2 c 316; + b 823: -1 e 1 c 315, e 3 c 316; + b 824: -1 e 0 c 300, e 2 c 308; + b 825: -1 e 1 c 307, e 3 c 308; + b 826: -1 e 0 c 292, e 2 c 300; + b 827: -1 e 1 c 299, e 3 c 300; + b 828: -1 e 1 c 285, e 2 c 292; + b 829: -1 e 0 c 618, e 3 c 292; + b 830: -1 e 2 c 278, e 0 c 285; + b 831: -1 e 0 c 608, e 0 c 278; + b 832: -1 e 1 c 278, e 1 c 618; + b 833: -1 e 1 c 261, e 0 c 262; + b 834: -1 e 1 c 262, e 2 c 283; + b 835: -1 e 1 c 283, e 0 c 284; + b 836: -1 e 2 c 284, e 0 c 291; + b 837: -1 e 1 c 291, e 2 c 299; + b 838: -1 e 0 c 299, e 2 c 307; + b 839: -1 e 0 c 307, e 2 c 315; + b 840: -1 e 0 c 315, e 2 c 323; + b 841: -1 e 3 c 121, e 0 c 487; + b 842: -1 e 3 c 483, e 1 c 487; + b 843: -1 e 3 c 487, e 1 c 491; + b 844: -1 e 0 c 121, e 2 c 129; + b 845: -1 e 1 c 121, e 3 c 122; + b 846: -1 e 0 c 113, e 2 c 121; + b 847: -1 e 1 c 129, e 3 c 130; + b 848: -1 e 3 c 129, e 0 c 491; + b 849: -1 e 0 c 122, e 2 c 130; + b 850: -1 e 1 c 122, e 3 c 123; + b 851: -1 e 0 c 114, e 2 c 122; + b 852: -1 e 0 c 115, e 2 c 123; + b 853: -1 e 0 c 107, e 2 c 115; + b 854: -1 e 1 c 114, e 3 c 115; + b 855: -1 e 0 c 99, e 2 c 107; + b 856: -1 e 1 c 106, e 3 c 107; + b 857: -1 e 0 c 91, e 2 c 99; + b 858: -1 e 1 c 98, e 3 c 99; + b 859: -1 e 0 c 83, e 2 c 91; + b 860: -1 e 1 c 90, e 3 c 91; + b 861: -1 e 1 c 76, e 2 c 83; + b 862: -1 e 0 c 567, e 3 c 83; + b 863: -1 e 2 c 69, e 0 c 76; + b 864: -1 e 1 c 69, e 1 c 567; + b 865: -1 e 1 c 82, e 2 c 90; + b 866: -1 e 0 c 90, e 2 c 98; + b 867: -1 e 1 c 89, e 3 c 90; + b 868: -1 e 0 c 98, e 2 c 106; + b 869: -1 e 1 c 97, e 3 c 98; + b 870: -1 e 0 c 106, e 2 c 114; + b 871: -1 e 1 c 105, e 3 c 106; + b 872: -1 e 1 c 113, e 3 c 114; + b 873: -1 e 0 c 105, e 2 c 113; + b 874: -1 e 3 c 113, e 0 c 483; + b 875: -1 e 0 c 97, e 2 c 105; + b 876: -1 e 3 c 105, e 0 c 479; + b 877: -1 e 0 c 89, e 2 c 97; + b 878: -1 e 3 c 97, e 0 c 475; + b 879: -1 e 3 c 89, e 0 c 471; + b 880: -1 e 3 c 471, e 1 c 475; + b 881: -1 e 3 c 475, e 1 c 479; + b 882: -1 e 3 c 479, e 1 c 483; + b 883: -1 e 1 c 368, e 0 c 369; + b 884: -1 e 1 c 632, e 2 c 513; + b 885: -1 e 2 c 368, e 2 c 512; + b 886: -1 e 2 c 367, e 3 c 368; + b 887: -1 e 2 c 159, e 0 c 512; + b 888: -1 e 3 c 511, e 1 c 512; + b 889: -1 e 3 c 512, e 1 c 513; + b 890: -1 e 1 c 159, e 0 c 160; + b 891: -1 e 2 c 158, e 3 c 159; + b 892: -1 e 1 c 581, e 0 c 513; + b 893: -1 e 1 c 158, e 3 c 174; + b 894: -1 e 3 c 158, e 0 c 511; + b 895: -1 e 2 c 157, e 0 c 158; + b 896: -1 e 2 c 173, e 0 c 174; + b 897: -1 e 1 c 157, e 3 c 173; + b 898: -1 e 2 c 172, e 0 c 173; + b 899: -1 e 3 c 157, e 0 c 510; + b 900: -1 e 2 c 156, e 0 c 157; + b 901: -1 e 3 c 509, e 1 c 510; + b 902: -1 e 3 c 366, e 2 c 510; + b 903: -1 e 3 c 510, e 1 c 511; + b 904: -1 e 3 c 156, e 0 c 509; + b 905: -1 e 3 c 508, e 1 c 509; + b 906: -1 e 3 c 365, e 2 c 509; + b 907: -1 e 1 c 156, e 3 c 172; + b 908: -1 e 2 c 155, e 0 c 156; + b 909: -1 e 2 c 171, e 0 c 172; + b 910: -1 e 1 c 155, e 3 c 171; + b 911: -1 e 2 c 170, e 0 c 171; + b 912: -1 e 3 c 155, e 0 c 508; + b 913: -1 e 2 c 154, e 0 c 155; + b 914: -1 e 3 c 507, e 1 c 508; + b 915: -1 e 3 c 364, e 2 c 508; + b 916: -1 e 3 c 154, e 0 c 507; + b 917: -1 e 3 c 506, e 1 c 507; + b 918: -1 e 3 c 363, e 2 c 507; + b 919: -1 e 1 c 154, e 3 c 170; + b 920: -1 e 2 c 153, e 0 c 154; + b 921: -1 e 2 c 169, e 0 c 170; + b 922: -1 e 1 c 153, e 3 c 169; + b 923: -1 e 1 c 168, e 0 c 169; + b 924: -1 e 3 c 153, e 0 c 506; + b 925: -1 e 1 c 152, e 0 c 153; + b 926: -1 e 3 c 505, e 1 c 506; + b 927: -1 e 3 c 362, e 2 c 506; + b 928: -1 e 2 c 152, e 0 c 505; + b 929: -1 e 1 c 505, e 3 c 516; + b 930: -1 e 0 c 152, e 2 c 168; + b 931: -1 e 3 c 152, e 0 c 585; + b 932: -1 e 0 c 168, e 2 c 189; + b 933: -1 e 1 c 586, e 3 c 168; + b 934: -1 e 1 c 589, e 3 c 189; + b 935: -1 e 0 c 586, e 0 c 179; + b 936: -1 e 1 c 179, e 2 c 181; + b 937: -1 e 0 c 589, e 2 c 196; + b 938: -1 e 1 c 165, e 0 c 166; + b 939: -1 e 1 c 166, e 1 c 178; + b 940: -1 e 0 c 582, e 0 c 165; + b 941: -1 e 1 c 585, e 0 c 516; + b 942: -1 e 2 c 150, e 0 c 161; + b 943: -1 e 1 c 161, e 2 c 178; + b 944: -1 e 0 c 569, e 1 c 582; + b 945: -1 e 0 c 134, e 0 c 135; + b 946: -1 e 1 c 569, e 0 c 495; + b 947: -1 e 1 c 134, e 0 c 494; + b 948: -1 e 0 c 128, e 2 c 134; + b 949: -1 e 3 c 490, e 1 c 494; + b 950: -1 e 3 c 494, e 1 c 495; + b 951: -1 e 1 c 128, e 0 c 490; + b 952: -1 e 3 c 486, e 1 c 490; + b 953: -1 e 0 c 120, e 2 c 128; + b 954: -1 e 1 c 127, e 3 c 128; + b 955: -1 e 1 c 120, e 0 c 486; + b 956: -1 e 0 c 112, e 2 c 120; + b 957: -1 e 1 c 119, e 3 c 120; + b 958: -1 e 3 c 482, e 1 c 486; + b 959: -1 e 1 c 329, e 2 c 486; + b 960: -1 e 1 c 112, e 0 c 482; + b 961: -1 e 3 c 478, e 1 c 482; + b 962: -1 e 1 c 321, e 2 c 482; + b 963: -1 e 0 c 104, e 2 c 112; + b 964: -1 e 1 c 111, e 3 c 112; + b 965: -1 e 1 c 104, e 0 c 478; + b 966: -1 e 0 c 96, e 2 c 104; + b 967: -1 e 1 c 103, e 3 c 104; + b 968: -1 e 3 c 474, e 1 c 478; + b 969: -1 e 1 c 313, e 2 c 478; + b 970: -1 e 1 c 96, e 0 c 474; + b 971: -1 e 3 c 470, e 1 c 474; + b 972: -1 e 1 c 305, e 2 c 474; + b 973: -1 e 0 c 88, e 2 c 96; + b 974: -1 e 1 c 95, e 3 c 96; + b 975: -1 e 1 c 88, e 0 c 470; + b 976: -1 e 0 c 80, e 2 c 88; + b 977: -1 e 1 c 87, e 3 c 88; + b 978: -1 e 3 c 466, e 1 c 470; + b 979: -1 e 1 c 297, e 2 c 470; + b 980: -1 e 1 c 80, e 0 c 466; + b 981: -1 e 3 c 462, e 1 c 466; + b 982: -1 e 1 c 289, e 2 c 466; + b 983: -1 e 1 c 68, e 2 c 80; + b 984: -1 e 1 c 565, e 3 c 80; + b 985: -1 e 0 c 561, e 0 c 68; + b 986: -1 e 0 c 563, e 0 c 462; + b 987: -1 e 1 c 66, e 2 c 72; + b 988: -1 e 1 c 49, e 1 c 561; + b 989: -1 e 0 c 564, e 0 c 72; + b 990: -1 e 1 c 72, e 0 c 73; + b 991: -1 e 1 c 71, e 2 c 79; + b 992: -1 e 0 c 79, e 2 c 86; + b 993: -1 e 1 c 73, e 1 c 79; + b 994: -1 e 1 c 78, e 3 c 79; + b 995: -1 e 0 c 86, e 2 c 94; + b 996: -1 e 1 c 86, e 3 c 87; + b 997: -1 e 1 c 85, e 3 c 86; + b 998: -1 e 0 c 94, e 2 c 102; + b 999: -1 e 1 c 94, e 3 c 95; + b 1000: -1 e 1 c 93, e 3 c 94; + b 1001: -1 e 0 c 102, e 2 c 110; + b 1002: -1 e 1 c 102, e 3 c 103; + b 1003: -1 e 1 c 101, e 3 c 102; + b 1004: -1 e 0 c 110, e 2 c 118; + b 1005: -1 e 1 c 110, e 3 c 111; + b 1006: -1 e 1 c 109, e 3 c 110; + b 1007: -1 e 0 c 118, e 2 c 126; + b 1008: -1 e 1 c 118, e 3 c 119; + b 1009: -1 e 1 c 117, e 3 c 118; + b 1010: -1 e 1 c 126, e 3 c 127; + b 1011: -1 e 1 c 125, e 3 c 126; + b 1012: -1 e 0 c 119, e 2 c 127; + b 1013: -1 e 0 c 111, e 2 c 119; + b 1014: -1 e 0 c 103, e 2 c 111; + b 1015: -1 e 0 c 95, e 2 c 103; + b 1016: -1 e 0 c 87, e 2 c 95; + b 1017: -1 e 0 c 565, e 2 c 87; + b 1018: -1 e 0 c 117, e 2 c 125; + b 1019: -1 e 3 c 125, e 0 c 489; + b 1020: -1 e 0 c 109, e 2 c 117; + b 1021: -1 e 3 c 117, e 0 c 485; + b 1022: -1 e 0 c 101, e 2 c 109; + b 1023: -1 e 3 c 109, e 0 c 481; + b 1024: -1 e 0 c 93, e 2 c 101; + b 1025: -1 e 3 c 101, e 0 c 477; + b 1026: -1 e 0 c 85, e 2 c 93; + b 1027: -1 e 3 c 93, e 0 c 473; + b 1028: -1 e 0 c 78, e 2 c 85; + b 1029: -1 e 3 c 85, e 0 c 469; + b 1030: -1 e 3 c 78, e 0 c 465; + b 1031: -1 e 3 c 465, e 1 c 469; + b 1032: -1 e 3 c 469, e 1 c 473; + b 1033: -1 e 3 c 473, e 1 c 477; + b 1034: -1 e 3 c 477, e 1 c 481; + b 1035: -1 e 3 c 481, e 1 c 485; + b 1036: -1 e 3 c 485, e 1 c 489; + b 1037: -1 e 0 c 614, e 2 c 462; + b 1038: -1 e 1 c 277, e 2 c 289; + b 1039: -1 e 0 c 289, e 2 c 297; + b 1040: -1 e 0 c 297, e 2 c 305; + b 1041: -1 e 1 c 296, e 3 c 297; + b 1042: -1 e 0 c 305, e 2 c 313; + b 1043: -1 e 1 c 304, e 3 c 305; + b 1044: -1 e 0 c 313, e 2 c 321; + b 1045: -1 e 1 c 312, e 3 c 313; + b 1046: -1 e 0 c 321, e 2 c 329; + b 1047: -1 e 1 c 320, e 3 c 321; + b 1048: -1 e 1 c 328, e 3 c 329; + b 1049: -1 e 0 c 320, e 2 c 328; + b 1050: -1 e 0 c 312, e 2 c 320; + b 1051: -1 e 0 c 304, e 2 c 312; + b 1052: -1 e 0 c 296, e 2 c 304; + b 1053: -1 e 3 c 495, e 1 c 516; + b 1054: -1 e 0 c 196, e 2 c 200; + b 1055: -1 e 2 c 362, e 0 c 363; + b 1056: -1 e 2 c 363, e 0 c 364; + b 1057: -1 e 2 c 364, e 0 c 365; + b 1058: -1 e 2 c 365, e 0 c 366; + b 1059: -1 e 2 c 366, e 0 c 367; + b 1060: -1 e 3 c 367, e 2 c 511; + b 1061: e 0 c 532; + b 1062: e 0 c 538; + b 1063: e 0 c 535; + b 1064: e 0 c 420; + b 1065: e 0 c 425; + b 1066: e 0 c 421; + b 1067: e 0 c 427; + b 1068: e 0 c 429; + b 1069: e 0 c 423; + b 1070: e 0 c 539; + b 1071: e 0 c 537; + b 1072: e 0 c 541; + b 1073: -1 e 2 c 14, e 2 c 543; + b 1074: -1 e 2 c 19, e 2 c 544; + b 1075: -1 e 2 c 21, e 2 c 545; + b 1076: -1 e 2 c 23, e 2 c 546; + b 1077: -1 e 2 c 24, e 2 c 547; + b 1078: -1 e 2 c 32, e 2 c 548; + b 1079: -1 e 2 c 33, e 2 c 549; + b 1080: -1 e 2 c 34, e 2 c 550; + b 1081: -1 e 2 c 36, e 2 c 551; + b 1082: -1 e 2 c 38, e 2 c 552; + b 1083: -1 e 2 c 39, e 2 c 553; + b 1084: -1 e 2 c 48, e 2 c 554; + b 1085: -1 e 2 c 50, e 2 c 555; + b 1086: -1 e 2 c 51, e 2 c 556; + b 1087: -1 e 2 c 53, e 2 c 557; + b 1088: -1 e 2 c 54, e 2 c 558; + b 1089: -1 e 2 c 63, e 2 c 559; + b 1090: -1 e 2 c 64, e 2 c 560; + b 1091: -1 e 2 c 66, e 2 c 561; + b 1092: -1 e 2 c 67, e 2 c 562; + b 1093: -1 e 2 c 68, e 2 c 563; + b 1094: -1 e 2 c 71, e 2 c 564; + b 1095: -1 e 2 c 73, e 2 c 565; + b 1096: -1 e 2 c 81, e 2 c 566; + b 1097: -1 e 2 c 82, e 2 c 567; + b 1098: -1 e 2 c 133, e 2 c 568; + b 1099: -1 e 2 c 135, e 2 c 569; + b 1100: -1 e 2 c 138, e 2 c 570; + b 1101: -1 e 2 c 139, e 2 c 571; + b 1102: -1 e 2 c 141, e 2 c 572; + b 1103: -1 e 2 c 142, e 2 c 573; + b 1104: -1 e 2 c 143, e 2 c 574; + b 1105: -1 e 2 c 145, e 2 c 575; + b 1106: -1 e 2 c 146, e 2 c 576; + b 1107: -1 e 2 c 147, e 2 c 577; + b 1108: -1 e 2 c 148, e 2 c 578; + b 1109: -1 e 2 c 149, e 2 c 579; + b 1110: -1 e 2 c 151, e 2 c 580; + b 1111: -1 e 2 c 160, e 2 c 581; + b 1112: -1 e 2 c 161, e 2 c 582; + b 1113: -1 e 2 c 163, e 2 c 583; + b 1114: -1 e 2 c 164, e 2 c 584; + b 1115: -1 e 2 c 165, e 2 c 585; + b 1116: -1 e 2 c 166, e 2 c 586; + b 1117: -1 e 2 c 176, e 2 c 587; + b 1118: -1 e 2 c 177, e 2 c 588; + b 1119: -1 e 2 c 179, e 2 c 589; + b 1120: -1 e 2 c 180, e 2 c 590; + b 1121: -1 e 2 c 191, e 2 c 591; + b 1122: -1 e 2 c 193, e 2 c 592; + b 1123: -1 e 2 c 194, e 2 c 593; + b 1124: -1 e 2 c 223, e 2 c 594; + b 1125: -1 e 2 c 228, e 2 c 595; + b 1126: -1 e 2 c 230, e 2 c 596; + b 1127: -1 e 2 c 232, e 2 c 597; + b 1128: -1 e 2 c 233, e 2 c 598; + b 1129: -1 e 2 c 241, e 2 c 599; + b 1130: -1 e 2 c 242, e 2 c 600; + b 1131: -1 e 2 c 243, e 2 c 601; + b 1132: -1 e 2 c 245, e 2 c 602; + b 1133: -1 e 2 c 247, e 2 c 603; + b 1134: -1 e 2 c 248, e 2 c 604; + b 1135: -1 e 2 c 257, e 2 c 605; + b 1136: -1 e 2 c 259, e 2 c 606; + b 1137: -1 e 2 c 260, e 2 c 607; + b 1138: -1 e 2 c 262, e 2 c 608; + b 1139: -1 e 2 c 263, e 2 c 609; + b 1140: -1 e 2 c 272, e 2 c 610; + b 1141: -1 e 2 c 273, e 2 c 611; + b 1142: -1 e 2 c 275, e 2 c 612; + b 1143: -1 e 2 c 276, e 2 c 613; + b 1144: -1 e 2 c 277, e 2 c 614; + b 1145: -1 e 2 c 280, e 2 c 615; + b 1146: -1 e 2 c 282, e 2 c 616; + b 1147: -1 e 2 c 290, e 2 c 617; + b 1148: -1 e 2 c 291, e 2 c 618; + b 1149: -1 e 2 c 342, e 2 c 619; + b 1150: -1 e 2 c 344, e 2 c 620; + b 1151: -1 e 2 c 347, e 2 c 621; + b 1152: -1 e 2 c 348, e 2 c 622; + b 1153: -1 e 2 c 350, e 2 c 623; + b 1154: -1 e 2 c 351, e 2 c 624; + b 1155: -1 e 2 c 352, e 2 c 625; + b 1156: -1 e 2 c 354, e 2 c 626; + b 1157: -1 e 2 c 355, e 2 c 627; + b 1158: -1 e 2 c 356, e 2 c 628; + b 1159: -1 e 2 c 357, e 2 c 629; + b 1160: -1 e 2 c 358, e 2 c 630; + b 1161: -1 e 2 c 360, e 2 c 631; + b 1162: -1 e 2 c 369, e 2 c 632; + b 1163: -1 e 2 c 370, e 2 c 633; + b 1164: -1 e 2 c 372, e 2 c 634; + b 1165: -1 e 2 c 373, e 2 c 635; + b 1166: -1 e 2 c 374, e 2 c 636; + b 1167: -1 e 2 c 375, e 2 c 637; + b 1168: -1 e 2 c 385, e 2 c 638; + b 1169: -1 e 2 c 386, e 2 c 639; + b 1170: -1 e 2 c 388, e 2 c 640; + b 1171: -1 e 2 c 389, e 2 c 641; + b 1172: -1 e 2 c 400, e 2 c 642; + b 1173: -1 e 2 c 402, e 2 c 643; + b 1174: -1 e 2 c 403, e 2 c 644; +; +PdefRA 4 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 3 { 12 10 8 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 3 { 466 467 468 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 3 : ErefRA 3 { 463 464 465 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 4 : ErefRA 3 { 5 3 1 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..4f9464e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\MyLab2_wrk\simulation\MyLab2_lib\cell_2\layout\emSetup_MoM"; +# simTag "M250929222614"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\MyLab2_wrk\data"; +DS_NAME "cell_2_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ovm b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..208b7b4 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,2672 @@ +OVM ASCII +Vertices +518 +-0.0247 -0.01465 0.00152 +-0.0247 -0.01355 0.00152 +-0.0247 -0.01245 0.00152 +-0.0247 -0.01135 0.00152 +-0.0247 -0.00165 0.00152 +-0.0247 -0.00055 0.00152 +-0.0247 0.00055 0.00152 +-0.0247 0.00165 0.00152 +-0.0236 -0.01245 0.00152 +-0.0236 -0.00055 0.00152 +-0.0236 -0.01465 0.00152 +-0.0236 -0.01135 0.00152 +-0.0236 -0.00165 0.00152 +-0.0236 0.00165 0.00152 +-0.0236 -0.01355 0.00152 +-0.0236 0.00055 0.00152 +-0.022475 -0.01355 0.00152 +-0.022475 -0.01245 0.00152 +-0.022475 -0.00055 0.00152 +-0.022475 0.00055 0.00152 +-0.022475 -0.01465 0.00152 +-0.022475 -0.01135 0.00152 +-0.022475 -0.00165 0.00152 +-0.022475 0.00165 0.00152 +-0.02135 -0.01355 0.00152 +-0.02135 -0.01245 0.00152 +-0.02135 -0.00055 0.00152 +-0.02135 -0.01135 0.00152 +-0.02135 -0.00973333333333333 0.00152 +-0.02135 -0.00811666666666667 0.00152 +-0.02135 -0.0065 0.00152 +-0.02135 -0.00488333333333333 0.00152 +-0.02135 -0.00326666666666667 0.00152 +-0.02135 -0.00165 0.00152 +-0.02135 0.00055 0.00152 +-0.0209 -0.01465 0.00152 +-0.0209 0.00165 0.00152 +-0.0204443650813896 -0.01355 0.00152 +-0.0204443650813896 0.00055 0.00152 +-0.0203 -0.01525 0.00152 +-0.0203 0.00225 0.00152 +-0.02025 -0.01245 0.00152 +-0.02025 -0.01135 0.00152 +-0.02025 -0.00973333333333333 0.00152 +-0.02025 -0.00811666666666667 0.00152 +-0.02025 -0.0065 0.00152 +-0.02025 -0.00488333333333333 0.00152 +-0.02025 -0.00326666666666667 0.00152 +-0.02025 -0.00165 0.00152 +-0.02025 -0.00055 0.00152 +-0.0197194913472367 -0.0134694913472367 0.00152 +-0.0197194913472367 0.000469491347236679 0.00152 +-0.0193680194846605 -0.0161819805153395 0.00152 +-0.0193680194846605 0.00318198051533946 0.00152 +-0.0193680194846605 -0.0143180194846605 0.00152 +-0.0193680194846605 0.00131801948466054 0.00152 +-0.01915 -0.01245 0.00152 +-0.01915 -0.01135 0.00152 +-0.01915 -0.00973333333333333 0.00152 +-0.01915 -0.00811666666666667 0.00152 +-0.01915 -0.0065 0.00152 +-0.01915 -0.00488333333333333 0.00152 +-0.01915 -0.00326666666666667 0.00152 +-0.01915 -0.00165 0.00152 +-0.01915 -0.00055 0.00152 +-0.0184893398282202 -0.0153033008588991 0.00152 +-0.0184893398282202 0.00230330085889911 0.00152 +-0.0180665393154649 -0.0174834606845351 0.00152 +-0.0180665393154649 0.00448346068453509 0.00152 +-0.01805 -0.013 0.00152 +-0.01805 -0.01245 0.00152 +-0.01805 -0.01135 0.00152 +-0.01805 -0.00973333333333333 0.00152 +-0.01805 -0.00811666666666667 0.00152 +-0.01805 -0.0065 0.00152 +-0.01805 -0.00488333333333333 0.00152 +-0.01805 -0.00326666666666667 0.00152 +-0.01805 -0.00165 0.00152 +-0.01805 -0.00055 0.00152 +-0.01805 0 0.00152 +-0.01805 -0.0142426406871193 0.00152 +-0.01805 0.00124264068711929 0.00152 +-0.0175090030842273 -0.0180409969157727 0.00152 +-0.0175090030842273 0.00504099691577268 0.00152 +-0.01685 -0.0187 0.00152 +-0.01685 0.0057 0.00152 +-0.0168284658341976 -0.0162453872032678 0.00152 +-0.0168284658341976 0.00324538720326776 0.00152 +-0.0162094290935639 -0.0147509003084227 0.00152 +-0.0162094290935639 0.00175090030842273 0.00152 +-0.0162094290935639 -0.013 0.00152 +-0.0162094290935639 0 0.00152 +-0.0157581027758046 -0.0187 0.00152 +-0.0157581027758046 -0.0175090030842273 0.00152 +-0.0157581027758046 -0.0157581027758046 0.00152 +-0.0157581027758046 -0.0140072024673819 0.00152 +-0.0157581027758046 -0.013 0.00152 +-0.0157581027758046 0 0.00152 +-0.0157581027758046 0.00175090030842273 0.00152 +-0.0157581027758046 0.00350180061684546 0.00152 +-0.0157581027758046 0.0052527009252682 0.00152 +-0.0157581027758046 0.0057 0.00152 +-0.0140072024673819 -0.0187 0.00152 +-0.0140072024673819 -0.0175090030842273 0.00152 +-0.0140072024673819 -0.0157581027758046 0.00152 +-0.0140072024673819 -0.0140072024673819 0.00152 +-0.0140072024673819 -0.013 0.00152 +-0.0140072024673819 0 0.00152 +-0.0140072024673819 0.00175090030842273 0.00152 +-0.0140072024673819 0.00350180061684546 0.00152 +-0.0140072024673819 0.0052527009252682 0.00152 +-0.0140072024673819 0.0057 0.00152 +-0.0122563021589591 -0.0187 0.00152 +-0.0122563021589591 -0.0175090030842273 0.00152 +-0.0122563021589591 -0.0157581027758046 0.00152 +-0.0122563021589591 -0.0140072024673819 0.00152 +-0.0122563021589591 -0.013 0.00152 +-0.0122563021589591 0 0.00152 +-0.0122563021589591 0.00175090030842273 0.00152 +-0.0122563021589591 0.00350180061684546 0.00152 +-0.0122563021589591 0.0052527009252682 0.00152 +-0.0122563021589591 0.0057 0.00152 +-0.0105054018505364 -0.0187 0.00152 +-0.0105054018505364 -0.0175090030842273 0.00152 +-0.0105054018505364 -0.0157581027758046 0.00152 +-0.0105054018505364 -0.0140072024673819 0.00152 +-0.0105054018505364 -0.013 0.00152 +-0.0105054018505364 0 0.00152 +-0.0105054018505364 0.00175090030842273 0.00152 +-0.0105054018505364 0.00350180061684546 0.00152 +-0.0105054018505364 0.0052527009252682 0.00152 +-0.0105054018505364 0.0057 0.00152 +-0.008754501542113661 -0.0187 0.00152 +-0.008754501542113661 -0.0175090030842273 0.00152 +-0.008754501542113661 -0.0157581027758046 0.00152 +-0.008754501542113661 -0.0140072024673819 0.00152 +-0.008754501542113661 -0.013 0.00152 +-0.008754501542113661 0 0.00152 +-0.008754501542113661 0.00175090030842273 0.00152 +-0.008754501542113661 0.00350180061684546 0.00152 +-0.008754501542113661 0.0052527009252682 0.00152 +-0.008754501542113661 0.0057 0.00152 +-0.00700360123369093 -0.0187 0.00152 +-0.00700360123369093 -0.0175090030842273 0.00152 +-0.00700360123369093 -0.0157581027758046 0.00152 +-0.00700360123369093 -0.0140072024673819 0.00152 +-0.00700360123369093 -0.013 0.00152 +-0.00700360123369093 0 0.00152 +-0.00700360123369093 0.00175090030842273 0.00152 +-0.00700360123369093 0.00350180061684546 0.00152 +-0.00700360123369093 0.0052527009252682 0.00152 +-0.00700360123369093 0.0057 0.00152 +-0.0052527009252682 -0.0187 0.00152 +-0.0052527009252682 -0.0175090030842273 0.00152 +-0.0052527009252682 -0.0157581027758046 0.00152 +-0.0052527009252682 -0.0140072024673819 0.00152 +-0.0052527009252682 -0.013 0.00152 +-0.0052527009252682 0 0.00152 +-0.0052527009252682 0.00175090030842273 0.00152 +-0.0052527009252682 0.00350180061684546 0.00152 +-0.0052527009252682 0.0052527009252682 0.00152 +-0.0052527009252682 0.0057 0.00152 +-0.00350180061684546 -0.0187 0.00152 +-0.00350180061684546 -0.0175090030842273 0.00152 +-0.00350180061684546 -0.0157581027758046 0.00152 +-0.00350180061684546 -0.0140072024673819 0.00152 +-0.00350180061684546 0.00350180061684546 0.00152 +-0.00350180061684546 0.0052527009252682 0.00152 +-0.00350180061684546 0.0057 0.00152 +-0.00349057090643609 -0.013 0.00152 +-0.00349057090643609 0 0.00152 +-0.00349057090643609 -0.0147509003084227 0.00152 +-0.00349057090643609 0.00175090030842273 0.00152 +-0.00287153416580243 -0.0162453872032678 0.00152 +-0.00287153416580243 0.00324538720326776 0.00152 +-0.00285 -0.0187 0.00152 +-0.00285 0.0057 0.00152 +-0.00165 -0.013 0.00152 +-0.00165 -0.01245 0.00152 +-0.00165 -0.01135 0.00152 +-0.00165 -0.00973333333333333 0.00152 +-0.00165 -0.00811666666666667 0.00152 +-0.00165 -0.0065 0.00152 +-0.00165 -0.00488333333333333 0.00152 +-0.00165 -0.00326666666666667 0.00152 +-0.00165 -0.00165 0.00152 +-0.00165 -0.00055 0.00152 +-0.00165 0 0.00152 +-0.00165 -0.0142426406871193 0.00152 +-0.00165 0.00124264068711929 0.00152 +-0.00163346068453509 -0.0174834606845351 0.00152 +-0.00163346068453509 0.00448346068453509 0.00152 +-0.00121066017177982 -0.0153033008588991 0.00152 +-0.00121066017177982 0.00230330085889911 0.00152 +-0.00055 -0.01245 0.00152 +-0.00055 -0.01135 0.00152 +-0.00055 -0.00973333333333333 0.00152 +-0.00055 -0.00811666666666667 0.00152 +-0.00055 -0.0065 0.00152 +-0.00055 -0.00488333333333333 0.00152 +-0.00055 -0.00326666666666667 0.00152 +-0.00055 -0.00165 0.00152 +-0.00055 -0.00055 0.00152 +-0.000331980515339464 -0.0143180194846605 0.00152 +-0.000331980515339464 0.00131801948466054 0.00152 +-0.000331980515339464 -0.0161819805153395 0.00152 +-0.000331980515339464 0.00318198051533946 0.00152 +1.94913472366791e-05 -0.0134694913472367 0.00152 +1.94913472366791e-05 0.000469491347236679 0.00152 +0.00055 -0.01245 0.00152 +0.00055 -0.01135 0.00152 +0.00055 -0.00973333333333333 0.00152 +0.00055 -0.00811666666666667 0.00152 +0.00055 -0.0065 0.00152 +0.00055 -0.00488333333333333 0.00152 +0.00055 -0.00326666666666667 0.00152 +0.00055 -0.00165 0.00152 +0.00055 -0.00055 0.00152 +0.0005999999999999999 -0.01525 0.00152 +0.0005999999999999999 0.00225 0.00152 +0.000744365081389595 -0.01355 0.00152 +0.000744365081389595 0.00055 0.00152 +0.0012 -0.01465 0.00152 +0.0012 0.00165 0.00152 +0.00165 -0.01355 0.00152 +0.00165 -0.01245 0.00152 +0.00165 -0.00055 0.00152 +0.00165 -0.01135 0.00152 +0.00165 -0.00973333333333333 0.00152 +0.00165 -0.00811666666666667 0.00152 +0.00165 -0.0065 0.00152 +0.00165 -0.00488333333333333 0.00152 +0.00165 -0.00326666666666667 0.00152 +0.00165 -0.00165 0.00152 +0.00165 0.00055 0.00152 +0.002775 -0.01355 0.00152 +0.002775 -0.01245 0.00152 +0.002775 -0.00055 0.00152 +0.002775 0.00055 0.00152 +0.002775 -0.01465 0.00152 +0.002775 -0.01135 0.00152 +0.002775 -0.00165 0.00152 +0.002775 0.00165 0.00152 +0.0039 -0.01245 0.00152 +0.0039 -0.01355 0.00152 +0.0039 0.00055 0.00152 +0.0039 -0.01465 0.00152 +0.0039 -0.01135 0.00152 +0.0039 -0.00165 0.00152 +0.0039 0.00165 0.00152 +0.0039 -0.00055 0.00152 +0.005 -0.01465 0.00152 +0.005 -0.01355 0.00152 +0.005 -0.01245 0.00152 +0.005 -0.01135 0.00152 +0.005 -0.00165 0.00152 +0.005 -0.00055 0.00152 +0.005 0.00055 0.00152 +0.005 0.00165 0.00152 +0.0039 -0.00055 0.001545 +0.0039 -0.00165 0.001545 +0.005 -0.00165 0.001545 +0.005 -0.00055 0.001545 +0.0039 0.00165 0.001545 +0.0039 0.00055 0.001545 +0.005 0.00055 0.001545 +0.005 0.00165 0.001545 +0.0039 -0.01135 0.001545 +0.0039 -0.01245 0.001545 +0.005 -0.01245 0.001545 +0.005 -0.01135 0.001545 +0.002775 0.00055 0.001545 +0.002775 -0.00055 0.001545 +0.0039 -0.01355 0.001545 +0.0039 -0.01465 0.001545 +0.005 -0.01465 0.001545 +0.005 -0.01355 0.001545 +0.002775 -0.01355 0.001545 +0.002775 -0.01465 0.001545 +0.002775 -0.01245 0.001545 +0.002775 0.00165 0.001545 +0.002775 -0.01135 0.001545 +0.002775 -0.00165 0.001545 +0.00165 -0.00055 0.001545 +0.00165 -0.00165 0.001545 +0.00165 -0.01355 0.001545 +0.0012 -0.01465 0.001545 +0.00165 0.00055 0.001545 +0.00165 -0.01135 0.001545 +0.00165 -0.01245 0.001545 +0.00055 -0.00055 0.001545 +0.00055 -0.00165 0.001545 +0.0012 0.00165 0.001545 +0.000744365081389595 0.00055 0.001545 +0.000744365081389595 -0.01355 0.001545 +-0.000331980515339464 -0.0143180194846605 0.001545 +0.0005999999999999999 -0.01525 0.001545 +0.0005999999999999999 0.00225 0.001545 +-0.000331980515339464 0.00131801948466054 0.001545 +0.00055 -0.00326666666666667 0.001545 +0.00165 -0.00326666666666667 0.001545 +0.00055 -0.00488333333333333 0.001545 +0.00165 -0.00488333333333333 0.001545 +0.00055 -0.0065 0.001545 +0.00165 -0.0065 0.001545 +0.00055 -0.00811666666666667 0.001545 +0.00165 -0.00811666666666667 0.001545 +0.00055 -0.00973333333333333 0.001545 +0.00165 -0.00973333333333333 0.001545 +0.00055 -0.01135 0.001545 +0.00055 -0.01245 0.001545 +-0.00055 -0.01245 0.001545 +1.94913472366791e-05 -0.0134694913472367 0.001545 +1.94913472366791e-05 0.000469491347236679 0.001545 +-0.00055 -0.00055 0.001545 +-0.000331980515339464 0.00318198051533946 0.001545 +-0.00121066017177982 0.00230330085889911 0.001545 +-0.00165 0.00124264068711929 0.001545 +-0.00165 0 0.001545 +-0.00121066017177982 -0.0153033008588991 0.001545 +-0.000331980515339464 -0.0161819805153395 0.001545 +-0.00055 -0.00165 0.001545 +-0.00055 -0.00326666666666667 0.001545 +-0.00055 -0.00488333333333333 0.001545 +-0.00055 -0.0065 0.001545 +-0.00055 -0.00811666666666667 0.001545 +-0.00055 -0.00973333333333333 0.001545 +-0.00055 -0.01135 0.001545 +-0.00165 -0.01245 0.001545 +-0.00165 -0.013 0.001545 +-0.00287153416580243 -0.0162453872032678 0.001545 +-0.00163346068453509 -0.0174834606845351 0.001545 +-0.00163346068453509 0.00448346068453509 0.001545 +-0.00287153416580243 0.00324538720326776 0.001545 +-0.00165 -0.0142426406871193 0.001545 +-0.00349057090643609 -0.0147509003084227 0.001545 +-0.00165 -0.00055 0.001545 +-0.00165 -0.00165 0.001545 +-0.00165 -0.00326666666666667 0.001545 +-0.00165 -0.00488333333333333 0.001545 +-0.00165 -0.0065 0.001545 +-0.00165 -0.00811666666666667 0.001545 +-0.00165 -0.00973333333333333 0.001545 +-0.00165 -0.01135 0.001545 +-0.00349057090643609 -0.013 0.001545 +-0.00350180061684546 -0.0140072024673819 0.001545 +-0.00285 0.0057 0.001545 +-0.00350180061684546 0.0052527009252682 0.001545 +-0.00349057090643609 0.00175090030842273 0.001545 +-0.00350180061684546 -0.0175090030842273 0.001545 +-0.00285 -0.0187 0.001545 +-0.00349057090643609 0 0.001545 +-0.00350180061684546 -0.0157581027758046 0.001545 +-0.00350180061684546 0.0057 0.001545 +-0.00350180061684546 0.00350180061684546 0.001545 +-0.0052527009252682 0.00350180061684546 0.001545 +-0.0052527009252682 0.00175090030842273 0.001545 +-0.0052527009252682 -0.0140072024673819 0.001545 +-0.00350180061684546 -0.0187 0.001545 +-0.0052527009252682 0.0057 0.001545 +-0.0052527009252682 0.0052527009252682 0.001545 +-0.0052527009252682 0 0.001545 +-0.0052527009252682 -0.013 0.001545 +-0.0052527009252682 -0.0157581027758046 0.001545 +-0.0052527009252682 -0.0175090030842273 0.001545 +-0.0052527009252682 -0.0187 0.001545 +-0.00700360123369093 0.0057 0.001545 +-0.00700360123369093 0.0052527009252682 0.001545 +-0.00700360123369093 0.00350180061684546 0.001545 +-0.00700360123369093 0.00175090030842273 0.001545 +-0.00700360123369093 0 0.001545 +-0.00700360123369093 -0.013 0.001545 +-0.00700360123369093 -0.0140072024673819 0.001545 +-0.00700360123369093 -0.0157581027758046 0.001545 +-0.00700360123369093 -0.0175090030842273 0.001545 +-0.00700360123369093 -0.0187 0.001545 +-0.008754501542113661 0.0057 0.001545 +-0.008754501542113661 0.0052527009252682 0.001545 +-0.008754501542113661 0.00350180061684546 0.001545 +-0.008754501542113661 0.00175090030842273 0.001545 +-0.008754501542113661 0 0.001545 +-0.008754501542113661 -0.013 0.001545 +-0.008754501542113661 -0.0140072024673819 0.001545 +-0.008754501542113661 -0.0157581027758046 0.001545 +-0.008754501542113661 -0.0175090030842273 0.001545 +-0.008754501542113661 -0.0187 0.001545 +-0.0105054018505364 0.0057 0.001545 +-0.0105054018505364 0.0052527009252682 0.001545 +-0.0105054018505364 0.00350180061684546 0.001545 +-0.0105054018505364 0.00175090030842273 0.001545 +-0.0105054018505364 0 0.001545 +-0.0105054018505364 -0.013 0.001545 +-0.0105054018505364 -0.0140072024673819 0.001545 +-0.0105054018505364 -0.0157581027758046 0.001545 +-0.0105054018505364 -0.0175090030842273 0.001545 +-0.0105054018505364 -0.0187 0.001545 +-0.0122563021589591 0.0057 0.001545 +-0.0122563021589591 0.0052527009252682 0.001545 +-0.0122563021589591 0.00350180061684546 0.001545 +-0.0122563021589591 0.00175090030842273 0.001545 +-0.0122563021589591 0 0.001545 +-0.0122563021589591 -0.013 0.001545 +-0.0122563021589591 -0.0140072024673819 0.001545 +-0.0122563021589591 -0.0157581027758046 0.001545 +-0.0122563021589591 -0.0175090030842273 0.001545 +-0.0122563021589591 -0.0187 0.001545 +-0.0140072024673819 0.0057 0.001545 +-0.0140072024673819 0.0052527009252682 0.001545 +-0.0140072024673819 0.00350180061684546 0.001545 +-0.0140072024673819 0.00175090030842273 0.001545 +-0.0140072024673819 0 0.001545 +-0.0140072024673819 -0.013 0.001545 +-0.0140072024673819 -0.0140072024673819 0.001545 +-0.0140072024673819 -0.0157581027758046 0.001545 +-0.0140072024673819 -0.0175090030842273 0.001545 +-0.0140072024673819 -0.0187 0.001545 +-0.0157581027758046 0.0057 0.001545 +-0.0157581027758046 0.0052527009252682 0.001545 +-0.0157581027758046 0.00350180061684546 0.001545 +-0.0157581027758046 0.00175090030842273 0.001545 +-0.0157581027758046 0 0.001545 +-0.0157581027758046 -0.013 0.001545 +-0.0157581027758046 -0.0140072024673819 0.001545 +-0.0157581027758046 -0.0157581027758046 0.001545 +-0.0157581027758046 -0.0175090030842273 0.001545 +-0.0157581027758046 -0.0187 0.001545 +-0.0162094290935639 -0.013 0.001545 +-0.0162094290935639 -0.0147509003084227 0.001545 +-0.0162094290935639 0.00175090030842273 0.001545 +-0.0162094290935639 0 0.001545 +-0.01805 0.00124264068711929 0.001545 +-0.01805 0 0.001545 +-0.0168284658341976 -0.0162453872032678 0.001545 +-0.0168284658341976 0.00324538720326776 0.001545 +-0.0184893398282202 0.00230330085889911 0.001545 +-0.0180665393154649 -0.0174834606845351 0.001545 +-0.0175090030842273 -0.0180409969157727 0.001545 +-0.01685 0.0057 0.001545 +-0.0175090030842273 0.00504099691577268 0.001545 +-0.0180665393154649 0.00448346068453509 0.001545 +-0.01685 -0.0187 0.001545 +-0.01805 -0.0142426406871193 0.001545 +-0.0184893398282202 -0.0153033008588991 0.001545 +-0.01805 -0.013 0.001545 +-0.0197194913472367 -0.0134694913472367 0.001545 +-0.0193680194846605 -0.0143180194846605 0.001545 +-0.0193680194846605 0.00318198051533946 0.001545 +-0.0193680194846605 0.00131801948466054 0.001545 +-0.0193680194846605 -0.0161819805153395 0.001545 +-0.01915 -0.00055 0.001545 +-0.01915 -0.00165 0.001545 +-0.01805 -0.00165 0.001545 +-0.01805 -0.00055 0.001545 +-0.01915 -0.00326666666666667 0.001545 +-0.01805 -0.00326666666666667 0.001545 +-0.01915 -0.00488333333333333 0.001545 +-0.01805 -0.00488333333333333 0.001545 +-0.01915 -0.0065 0.001545 +-0.01805 -0.0065 0.001545 +-0.01915 -0.00811666666666667 0.001545 +-0.01805 -0.00811666666666667 0.001545 +-0.01915 -0.00973333333333333 0.001545 +-0.01805 -0.00973333333333333 0.001545 +-0.01915 -0.01135 0.001545 +-0.01805 -0.01135 0.001545 +-0.01915 -0.01245 0.001545 +-0.01805 -0.01245 0.001545 +-0.0197194913472367 0.000469491347236679 0.001545 +-0.0203 -0.01525 0.001545 +-0.0203 0.00225 0.001545 +-0.0204443650813896 0.00055 0.001545 +-0.02025 -0.00055 0.001545 +-0.0204443650813896 -0.01355 0.001545 +-0.02025 -0.00165 0.001545 +-0.02025 -0.00326666666666667 0.001545 +-0.02025 -0.00488333333333333 0.001545 +-0.02025 -0.0065 0.001545 +-0.02025 -0.00811666666666667 0.001545 +-0.02025 -0.00973333333333333 0.001545 +-0.02025 -0.01135 0.001545 +-0.02025 -0.01245 0.001545 +-0.0209 0.00165 0.001545 +-0.02135 0.00055 0.001545 +-0.02135 -0.00055 0.001545 +-0.0209 -0.01465 0.001545 +-0.02135 -0.00165 0.001545 +-0.02135 -0.00326666666666667 0.001545 +-0.02135 -0.00488333333333333 0.001545 +-0.02135 -0.0065 0.001545 +-0.02135 -0.00811666666666667 0.001545 +-0.02135 -0.00973333333333333 0.001545 +-0.02135 -0.01135 0.001545 +-0.02135 -0.01245 0.001545 +-0.022475 -0.00055 0.001545 +-0.022475 -0.00165 0.001545 +-0.02135 -0.01355 0.001545 +-0.022475 -0.01355 0.001545 +-0.022475 -0.01465 0.001545 +-0.022475 0.00165 0.001545 +-0.022475 0.00055 0.001545 +-0.022475 -0.01135 0.001545 +-0.022475 -0.01245 0.001545 +-0.0236 -0.00055 0.001545 +-0.0236 -0.00165 0.001545 +-0.0236 -0.01355 0.001545 +-0.0236 -0.01465 0.001545 +-0.0236 0.00055 0.001545 +-0.0236 0.00165 0.001545 +-0.0247 0.00165 0.001545 +-0.0247 0.00055 0.001545 +-0.0236 -0.01135 0.001545 +-0.0236 -0.01245 0.001545 +-0.0247 -0.00055 0.001545 +-0.0247 -0.00165 0.001545 +-0.0247 -0.01245 0.001545 +-0.0247 -0.01355 0.001545 +-0.0247 -0.01135 0.001545 +-0.0247 -0.01465 0.001545 +Edges +1060 +0 1 +0 10 +1 2 +1 14 +2 3 +2 8 +3 11 +4 5 +4 12 +5 6 +5 9 +6 7 +6 15 +7 13 +8 11 +8 14 +8 17 +9 12 +9 15 +9 18 +10 14 +10 20 +11 21 +12 22 +13 15 +13 23 +14 16 +15 19 +16 17 +16 20 +16 24 +17 21 +17 25 +18 19 +18 22 +18 26 +19 23 +19 34 +20 35 +21 27 +22 33 +23 36 +24 25 +24 35 +24 37 +25 27 +25 41 +26 33 +26 34 +26 49 +27 28 +27 42 +28 29 +28 43 +29 30 +29 44 +30 31 +30 45 +31 32 +31 46 +32 33 +32 47 +33 48 +34 36 +34 38 +35 37 +35 39 +36 38 +36 40 +37 41 +37 50 +37 54 +38 49 +38 51 +38 55 +39 52 +39 54 +40 53 +40 55 +41 42 +41 56 +42 43 +42 57 +43 44 +43 58 +44 45 +44 59 +45 46 +45 60 +46 47 +46 61 +47 48 +47 62 +48 49 +48 63 +49 64 +50 54 +50 56 +50 69 +51 55 +51 64 +51 79 +52 65 +52 67 +53 66 +53 68 +54 65 +54 80 +55 66 +55 81 +56 57 +56 70 +57 58 +57 71 +58 59 +58 72 +59 60 +59 73 +60 61 +60 74 +61 62 +61 75 +62 63 +62 76 +63 64 +63 77 +64 78 +65 80 +65 86 +66 81 +66 87 +67 82 +67 86 +68 83 +68 87 +69 70 +69 80 +69 90 +70 71 +71 72 +72 73 +73 74 +74 75 +75 76 +76 77 +77 78 +78 79 +79 81 +79 91 +80 88 +81 89 +82 84 +82 93 +83 85 +83 87 +83 100 +84 92 +85 101 +86 88 +86 93 +86 94 +87 89 +87 99 +88 90 +88 94 +88 95 +89 91 +89 98 +90 96 +91 97 +92 93 +92 102 +93 94 +93 103 +94 95 +94 104 +95 96 +95 105 +96 106 +97 98 +97 107 +98 99 +98 108 +99 100 +99 109 +100 101 +100 110 +101 111 +102 103 +102 112 +103 104 +103 113 +104 105 +104 114 +105 106 +105 115 +106 116 +107 108 +107 117 +108 109 +108 118 +109 110 +109 119 +110 111 +110 120 +111 121 +112 113 +112 122 +113 114 +113 123 +114 115 +114 124 +115 116 +115 125 +116 126 +117 118 +117 127 +118 119 +118 128 +119 120 +119 129 +120 121 +120 130 +121 131 +122 123 +122 132 +123 124 +123 133 +124 125 +124 134 +125 126 +125 135 +126 136 +127 128 +127 137 +128 129 +128 138 +129 130 +129 139 +130 131 +130 140 +131 141 +132 133 +132 142 +133 134 +133 143 +134 135 +134 144 +135 136 +135 145 +136 146 +137 138 +137 147 +138 139 +138 148 +139 140 +139 149 +140 141 +140 150 +141 151 +142 143 +142 152 +143 144 +143 153 +144 145 +144 154 +145 146 +145 155 +146 156 +147 148 +147 157 +148 149 +148 158 +149 150 +149 159 +150 151 +150 160 +151 161 +152 153 +152 162 +153 154 +153 163 +154 155 +154 164 +155 156 +155 165 +155 171 +156 169 +157 158 +157 170 +158 159 +158 172 +159 160 +159 166 +160 161 +160 167 +161 168 +162 163 +162 175 +163 164 +163 173 +163 175 +164 171 +164 173 +165 169 +165 171 +165 188 +166 167 +166 172 +166 174 +167 168 +167 176 +167 191 +168 176 +169 177 +170 172 +170 187 +171 173 +171 188 +172 174 +172 189 +173 190 +173 192 +174 191 +174 193 +175 190 +176 191 +177 178 +177 188 +177 207 +178 179 +178 194 +179 180 +179 195 +180 181 +180 196 +181 182 +181 197 +182 183 +182 198 +183 184 +183 199 +184 185 +184 200 +185 186 +185 201 +186 187 +186 202 +187 189 +187 208 +188 192 +188 203 +189 193 +189 204 +190 205 +191 206 +192 203 +192 205 +193 204 +193 206 +194 195 +194 207 +194 209 +195 196 +195 210 +196 197 +196 211 +197 198 +197 212 +198 199 +198 213 +199 200 +199 214 +200 201 +200 215 +201 202 +201 216 +202 208 +202 217 +203 207 +203 218 +203 220 +204 208 +204 219 +204 221 +205 218 +206 219 +207 220 +208 221 +209 210 +209 220 +209 225 +210 211 +210 227 +211 212 +211 228 +212 213 +212 229 +213 214 +213 230 +214 215 +214 231 +215 216 +215 232 +216 217 +216 233 +217 221 +217 226 +218 222 +219 223 +220 222 +220 224 +221 223 +221 234 +222 224 +222 239 +223 234 +223 242 +224 225 +224 235 +225 227 +225 236 +226 233 +226 234 +226 237 +227 228 +227 240 +228 229 +229 230 +230 231 +231 232 +232 233 +233 241 +234 238 +235 236 +235 239 +235 244 +236 240 +236 243 +237 238 +237 241 +237 250 +238 242 +238 245 +239 246 +240 247 +241 248 +242 249 +243 244 +243 247 +243 253 +244 246 +244 252 +245 249 +245 250 +245 257 +246 251 +247 254 +248 250 +248 255 +249 258 +250 256 +251 252 +252 253 +253 254 +255 256 +256 257 +257 258 +260 259 +260 261 +261 262 +259 262 +264 263 +264 265 +265 266 +263 266 +268 267 +268 269 +269 270 +267 270 +264 259 +262 265 +272 271 +272 259 +271 264 +273 274 +274 275 +275 276 +273 276 +277 278 +278 274 +277 273 +268 273 +276 269 +277 279 +279 268 +271 280 +280 263 +279 281 +281 267 +272 282 +282 260 +283 284 +284 282 +283 272 +285 277 +286 285 +286 278 +283 287 +287 271 +289 288 +289 279 +288 281 +291 290 +291 284 +290 283 +285 289 +292 280 +292 287 +293 292 +293 287 +290 293 +294 285 +294 286 +295 294 +295 296 +296 286 +297 292 +298 297 +298 293 +299 291 +299 300 +300 284 +301 299 +301 302 +302 300 +303 301 +303 304 +304 302 +305 303 +305 306 +306 304 +307 305 +307 308 +308 306 +309 307 +309 288 +288 308 +310 309 +310 289 +310 294 +311 310 +311 312 +312 294 +313 293 +314 313 +314 290 +295 312 +315 297 +316 315 +316 298 +298 313 +317 298 +318 317 +318 313 +319 295 +319 320 +320 296 +321 314 +321 291 +322 321 +322 299 +323 322 +323 301 +324 323 +324 303 +325 324 +325 305 +326 325 +326 307 +327 326 +327 309 +311 327 +328 311 +329 328 +329 312 +317 316 +330 319 +330 331 +331 320 +332 315 +333 332 +333 316 +334 295 +334 319 +335 334 +335 330 +336 318 +336 314 +337 336 +337 321 +338 337 +338 322 +339 338 +339 323 +340 339 +340 324 +341 340 +341 325 +342 341 +342 326 +343 342 +343 327 +328 343 +329 334 +344 329 +345 344 +345 334 +346 332 +347 346 +347 332 +348 333 +348 317 +349 330 +349 350 +350 331 +351 348 +351 318 +352 335 +352 330 +353 346 +347 353 +354 347 +354 333 +354 348 +355 354 +356 355 +356 348 +345 335 +357 345 +357 335 +349 352 +358 349 +358 350 +360 359 +360 347 +359 353 +355 360 +361 356 +361 351 +362 344 +357 362 +363 357 +363 352 +364 363 +364 349 +365 364 +365 358 +367 366 +367 360 +366 359 +368 367 +368 355 +369 368 +369 356 +370 369 +370 361 +372 371 +372 357 +371 362 +373 372 +373 363 +374 373 +374 364 +375 374 +375 365 +377 376 +377 367 +376 366 +378 377 +378 368 +379 378 +379 369 +380 379 +380 370 +382 381 +382 372 +381 371 +383 382 +383 373 +384 383 +384 374 +385 384 +385 375 +387 386 +387 377 +386 376 +388 387 +388 378 +389 388 +389 379 +390 389 +390 380 +392 391 +392 382 +391 381 +393 392 +393 383 +394 393 +394 384 +395 394 +395 385 +397 396 +397 387 +396 386 +398 397 +398 388 +399 398 +399 389 +400 399 +400 390 +402 401 +402 392 +401 391 +403 402 +403 393 +404 403 +404 394 +405 404 +405 395 +407 406 +407 397 +406 396 +408 407 +408 398 +409 408 +409 399 +410 409 +410 400 +412 411 +412 402 +411 401 +413 412 +413 403 +414 413 +414 404 +415 414 +415 405 +417 416 +417 407 +416 406 +418 417 +418 408 +419 418 +419 409 +420 419 +420 410 +422 421 +422 412 +421 411 +423 422 +423 413 +424 423 +424 414 +425 424 +425 415 +426 421 +427 426 +427 422 +428 429 +429 420 +428 419 +430 428 +431 430 +431 429 +427 423 +432 427 +432 423 +433 418 +433 428 +434 433 +434 430 +432 424 +435 432 +435 436 +436 424 +437 416 +438 437 +438 417 +438 433 +439 438 +439 433 +436 440 +440 425 +441 427 +442 441 +442 432 +443 426 +443 441 +444 443 +444 445 +445 441 +446 439 +446 434 +447 434 +447 430 +448 442 +448 435 +450 449 +450 451 +451 452 +449 452 +453 450 +453 454 +454 451 +455 453 +455 456 +456 454 +457 455 +457 458 +458 456 +459 457 +459 460 +460 458 +461 459 +461 462 +462 460 +463 461 +463 464 +464 462 +465 463 +465 466 +466 464 +444 465 +443 466 +467 447 +467 431 +445 442 +468 445 +468 448 +469 446 +469 447 +467 449 +452 431 +470 467 +470 471 +471 449 +472 444 +472 445 +473 471 +473 450 +474 473 +474 453 +475 474 +475 455 +476 475 +476 457 +477 476 +477 459 +478 477 +478 461 +479 478 +479 463 +480 479 +480 465 +472 480 +481 469 +481 470 +470 447 +482 470 +483 482 +483 471 +484 472 +484 468 +482 481 +486 485 +486 474 +485 473 +487 486 +487 475 +488 487 +488 476 +489 488 +489 477 +490 489 +490 478 +491 490 +491 479 +492 491 +492 480 +483 485 +493 494 +494 485 +493 483 +495 492 +495 472 +495 484 +496 495 +496 497 +497 484 +498 481 +499 498 +499 482 +501 500 +501 492 +500 491 +493 499 +502 503 +503 494 +502 493 +496 501 +505 504 +505 497 +504 496 +502 506 +506 499 +507 506 +507 498 +509 508 +509 506 +508 507 +511 510 +511 501 +510 500 +513 512 +513 503 +512 502 +511 504 +515 514 +515 504 +514 511 +512 509 +514 516 +516 510 +517 515 +517 505 +255 261 +248 260 +256 262 +258 266 +257 265 +249 263 +254 270 +253 269 +247 267 +251 275 +246 274 +252 276 +239 278 +242 280 +240 281 +241 282 +233 284 +222 286 +227 288 +223 292 +218 296 +219 297 +232 300 +231 302 +230 304 +229 306 +228 308 +206 315 +205 320 +178 328 +177 329 +190 331 +191 332 +187 318 +186 336 +185 337 +184 338 +183 339 +182 340 +181 341 +180 342 +179 343 +169 344 +176 346 +175 350 +170 351 +168 353 +162 358 +161 359 +157 361 +156 362 +152 365 +151 366 +147 370 +146 371 +142 375 +141 376 +137 380 +136 381 +132 385 +131 386 +127 390 +126 391 +122 395 +121 396 +117 400 +116 401 +112 405 +111 406 +107 410 +106 411 +102 415 +101 416 +97 420 +96 421 +92 425 +90 426 +91 429 +79 431 +82 436 +67 435 +85 437 +83 438 +68 439 +84 440 +69 443 +53 446 +52 448 +78 452 +77 451 +76 454 +75 456 +74 458 +73 460 +72 462 +71 464 +70 466 +39 468 +40 469 +36 481 +35 484 +33 485 +32 486 +31 487 +30 488 +29 489 +28 490 +27 491 +22 494 +20 497 +23 498 +21 500 +12 503 +10 505 +13 507 +7 508 +6 509 +11 510 +5 512 +4 513 +2 514 +1 515 +3 516 +0 517 +Faces +542 +4 917 918 930 923 +4 907 910 934 921 +4 899 900 928 915 +4 908 922 932 911 +4 879 882 909 887 +4 902 912 924 905 +4 870 888 903 873 +4 896 904 926 901 +4 869 872 897 877 +4 885 886 906 895 +4 875 876 898 891 +4 880 892 916 883 +4 844 864 881 849 +4 871 839 829 830 +4 847 848 878 867 +4 841 842 874 853 +4 809 810 845 815 +4 837 838 868 843 +4 835 832 866 884 +3 833 825 826 +4 827 813 814 846 +3 823 820 828 +4 821 763 760 816 +4 819 767 768 824 +4 805 806 862 811 +4 801 802 860 807 +4 797 798 858 803 +4 793 794 856 799 +4 789 790 854 795 +4 785 786 850 791 +4 779 782 840 787 +4 783 780 822 836 +4 781 725 722 774 +4 777 755 756 812 +3 775 759 762 +4 773 719 716 766 +3 769 764 776 +4 765 707 697 698 +4 761 713 714 770 +4 751 752 808 757 +4 747 748 804 753 +4 743 744 800 749 +4 739 740 796 745 +4 735 736 792 741 +4 731 732 788 737 +4 727 728 784 733 +4 721 724 778 729 +4 723 663 655 658 +3 717 705 706 +4 715 645 642 708 +4 711 647 648 718 +3 703 700 712 +4 701 637 634 644 +4 699 693 694 754 +4 689 690 750 695 +4 685 686 746 691 +4 681 682 742 687 +4 677 678 738 683 +4 673 674 734 679 +4 669 670 730 675 +4 665 666 726 671 +4 661 662 720 667 +4 659 656 702 758 +4 657 629 609 612 +3 653 623 624 +4 649 639 640 704 +4 643 601 602 650 +4 641 631 632 696 +3 635 605 606 +3 627 621 622 +4 625 615 618 646 +3 619 616 638 +4 617 587 581 582 +3 613 610 636 +3 611 571 572 +3 607 599 600 +3 603 595 596 +4 589 590 620 593 +4 585 586 614 591 +4 577 578 630 583 +4 575 569 570 608 +4 573 565 566 604 +4 561 562 598 567 +4 557 558 594 563 +4 551 552 588 555 +4 547 548 584 553 +4 543 544 580 549 +4 539 540 576 545 +4 533 534 568 537 +4 529 530 564 535 +4 525 526 560 531 +4 521 522 556 527 +4 515 516 550 519 +4 511 512 546 517 +4 507 508 542 513 +4 503 504 538 509 +4 497 498 532 501 +4 493 494 528 499 +4 489 490 524 495 +4 485 486 520 491 +4 479 480 514 483 +4 475 476 510 481 +4 471 472 506 477 +4 467 468 502 473 +4 461 462 496 465 +4 457 458 492 463 +4 453 454 488 459 +4 449 450 484 455 +4 443 444 478 447 +4 439 440 474 445 +4 435 436 470 441 +4 431 432 466 437 +4 425 426 460 429 +4 421 422 456 427 +4 417 418 452 423 +4 413 414 448 419 +4 407 408 442 411 +4 403 404 438 409 +4 399 400 434 405 +4 395 396 430 401 +4 389 390 424 393 +4 385 386 420 391 +4 381 382 416 387 +4 377 378 412 383 +4 371 372 406 375 +4 367 368 402 373 +4 363 364 398 369 +4 359 360 394 365 +4 353 354 388 357 +4 349 350 384 355 +4 345 346 380 351 +4 341 342 376 347 +4 337 327 330 352 +4 332 338 358 335 +4 333 301 295 296 +3 331 328 348 +3 329 317 320 +4 325 322 334 362 +4 323 261 258 300 +3 321 318 344 +4 319 265 262 304 +4 315 307 310 370 +4 311 308 324 366 +3 309 267 268 +4 305 302 312 340 +4 299 255 256 316 +4 275 272 298 326 +4 273 197 192 214 +4 269 211 208 260 +3 259 217 218 +4 257 205 206 264 +4 249 250 290 253 +4 245 246 288 251 +4 241 242 286 247 +4 237 238 284 243 +4 233 234 282 239 +4 229 230 280 235 +4 225 226 278 231 +4 221 222 276 227 +4 223 195 196 270 +4 219 199 202 294 +3 215 212 254 +4 213 153 150 204 +4 209 155 156 216 +4 203 200 252 292 +4 201 147 144 190 +3 193 141 142 +4 187 188 248 191 +4 183 184 244 189 +4 179 180 240 185 +4 175 176 236 181 +4 171 172 232 177 +4 167 168 228 173 +4 163 164 224 169 +4 159 160 220 165 +4 161 139 140 194 +4 157 137 134 148 +3 149 146 198 +4 145 129 97 98 +4 143 131 132 152 +3 135 127 128 +4 121 122 182 125 +4 117 118 178 123 +4 113 114 174 119 +4 109 110 170 115 +4 105 106 166 111 +4 101 102 162 107 +4 91 92 158 103 +4 94 124 186 99 +4 68 80 95 71 +4 93 85 88 138 +3 89 86 130 +4 87 61 58 76 +4 83 73 74 126 +4 63 64 90 79 +4 67 70 96 75 +4 34 46 69 39 +4 57 60 84 65 +4 41 42 59 53 +4 37 38 66 55 +4 48 54 72 51 +4 23 24 49 27 +4 29 32 62 45 +4 15 16 35 21 +4 30 52 56 33 +4 5 6 31 11 +4 19 20 36 25 +4 9 10 28 13 +4 1 2 40 7 +4 937 938 940 943 +4 945 946 948 951 +4 953 954 956 959 +4 960 942 962 947 +4 965 966 961 969 +4 970 972 974 977 +4 978 980 971 983 +4 984 976 986 955 +4 989 982 985 991 +4 993 968 944 995 +4 997 990 952 999 +4 1000 1002 936 967 +4 1004 1006 1001 1009 +4 979 1011 1013 1014 +4 1017 1008 964 1019 +4 1021 1022 996 1025 +4 1027 1028 1005 1031 +4 1033 1010 988 1023 +4 1035 1036 1018 992 +3 1037 1039 1040 +4 1041 1043 1030 1016 +3 1045 1046 1012 +4 1047 1049 1050 1052 +4 1055 1057 1058 1038 +4 1061 1062 1064 1029 +4 1067 1068 1070 1063 +4 1073 1074 1076 1069 +4 1079 1080 1082 1075 +4 1085 1086 1088 1081 +4 1091 1092 1094 1087 +4 1097 1098 1020 1093 +4 1099 1100 1044 1032 +4 1101 1103 1104 1106 +4 1109 1111 1112 1042 +3 1107 1115 1048 +4 1117 1119 1120 1056 +3 1059 1122 1108 +4 1123 1125 1127 1128 +4 1051 1131 1132 1134 +4 1137 1138 1026 1113 +4 1141 1142 1060 1139 +4 1145 1146 1066 1143 +4 1149 1150 1072 1147 +4 1153 1154 1078 1151 +4 1157 1158 1084 1155 +4 1161 1162 1090 1159 +4 1165 1102 1096 1163 +4 1105 1167 1169 1170 +3 1121 1173 1124 +4 1133 1175 1176 1178 +4 1181 1183 1184 1118 +3 1187 1188 1130 +4 1189 1191 1192 1174 +4 1129 1195 1196 1110 +4 1199 1200 1136 1197 +4 1203 1204 1140 1201 +4 1207 1208 1144 1205 +4 1211 1212 1148 1209 +4 1215 1216 1152 1213 +4 1219 1220 1156 1217 +4 1223 1224 1160 1221 +4 1227 1166 1164 1225 +4 1171 1228 1186 1114 +4 1229 1231 1233 1234 +3 1237 1239 1240 +4 1185 1243 1244 1172 +4 1177 1247 1248 1250 +4 1245 1253 1254 1126 +3 1193 1257 1258 +3 1261 1263 1238 +4 1241 1265 1266 1182 +3 1267 1268 1242 +4 1269 1271 1273 1274 +3 1235 1276 1190 +3 1277 1279 1280 +3 1259 1283 1246 +3 1249 1285 1286 +4 1289 1290 1262 1293 +4 1295 1270 1264 1291 +4 1297 1298 1252 1275 +4 1301 1303 1278 1232 +4 1281 1305 1306 1256 +4 1309 1310 1282 1307 +4 1313 1314 1284 1311 +4 1317 1318 1288 1321 +4 1323 1324 1294 1319 +4 1327 1328 1272 1325 +4 1331 1332 1296 1329 +4 1335 1336 1302 1339 +4 1341 1342 1304 1337 +4 1345 1346 1308 1343 +4 1349 1350 1312 1347 +4 1353 1354 1316 1357 +4 1359 1360 1322 1355 +4 1363 1364 1326 1361 +4 1367 1368 1330 1365 +4 1371 1372 1334 1375 +4 1377 1378 1340 1373 +4 1381 1382 1344 1379 +4 1385 1386 1348 1383 +4 1389 1390 1352 1393 +4 1395 1396 1358 1391 +4 1399 1400 1362 1397 +4 1403 1404 1366 1401 +4 1407 1408 1370 1411 +4 1413 1414 1376 1409 +4 1417 1418 1380 1415 +4 1421 1422 1384 1419 +4 1425 1426 1388 1429 +4 1431 1432 1394 1427 +4 1435 1436 1398 1433 +4 1439 1440 1402 1437 +4 1443 1444 1406 1447 +4 1449 1450 1412 1445 +4 1453 1454 1416 1451 +4 1457 1458 1420 1455 +4 1461 1462 1424 1465 +4 1467 1468 1430 1463 +4 1471 1472 1434 1469 +4 1475 1476 1438 1473 +4 1479 1480 1442 1483 +4 1485 1486 1448 1481 +4 1489 1490 1452 1487 +4 1493 1494 1456 1491 +4 1497 1498 1460 1501 +4 1503 1504 1466 1499 +4 1507 1508 1470 1505 +4 1511 1512 1474 1509 +4 1515 1516 1478 1519 +4 1521 1522 1484 1517 +4 1525 1526 1488 1523 +4 1529 1530 1492 1527 +4 1533 1535 1536 1514 +4 1538 1540 1510 1543 +4 1539 1545 1547 1548 +3 1537 1550 1520 +3 1551 1553 1554 +4 1557 1558 1542 1506 +4 1559 1561 1562 1544 +3 1555 1564 1524 +4 1565 1567 1568 1570 +4 1573 1575 1576 1496 +4 1577 1578 1556 1502 +3 1579 1581 1582 +4 1571 1584 1586 1528 +4 1589 1591 1592 1552 +4 1595 1596 1588 1534 +4 1597 1599 1600 1602 +4 1583 1605 1606 1560 +3 1563 1609 1610 +4 1593 1613 1614 1566 +4 1617 1618 1620 1623 +4 1625 1626 1628 1619 +4 1631 1632 1634 1627 +4 1637 1638 1640 1633 +4 1643 1644 1646 1639 +4 1649 1650 1652 1645 +4 1655 1656 1658 1651 +4 1661 1662 1664 1657 +4 1663 1667 1598 1668 +4 1611 1671 1672 1546 +3 1603 1674 1590 +4 1675 1677 1678 1612 +4 1607 1681 1682 1608 +4 1673 1684 1622 1686 +4 1685 1689 1690 1692 +3 1601 1695 1696 +4 1699 1700 1616 1693 +4 1703 1704 1624 1701 +4 1707 1708 1630 1705 +4 1711 1712 1636 1709 +4 1715 1716 1642 1713 +4 1719 1720 1648 1717 +4 1723 1724 1654 1721 +4 1727 1728 1660 1725 +4 1729 1731 1694 1666 +4 1683 1733 1734 1736 +3 1737 1688 1670 +4 1691 1739 1741 1742 +4 1697 1745 1746 1676 +3 1735 1749 1738 +4 1751 1752 1702 1755 +4 1757 1758 1706 1753 +4 1761 1762 1710 1759 +4 1765 1766 1714 1763 +4 1769 1770 1718 1767 +4 1773 1774 1722 1771 +4 1777 1778 1726 1775 +4 1780 1754 1698 1743 +4 1782 1784 1781 1787 +4 1779 1789 1790 1730 +3 1791 1792 1744 +4 1793 1795 1796 1798 +4 1801 1803 1804 1748 +4 1807 1808 1776 1811 +4 1813 1786 1740 1805 +4 1814 1816 1783 1819 +4 1821 1794 1788 1809 +4 1823 1824 1797 1827 +4 1829 1818 1812 1831 +4 1832 1830 1802 1835 +4 1837 1838 1833 1841 +4 1843 1844 1806 1847 +4 1849 1850 1815 1853 +4 1854 1826 1820 1845 +4 1857 1858 1855 1861 +4 1863 1852 1828 1839 +4 1865 1860 1842 1867 +4 1869 1870 1822 1859 +4 918 1872 939 1875 +4 930 1876 941 1873 +4 934 1878 949 1881 +4 920 1878 951 1883 +4 928 1884 957 1887 +4 914 1884 959 1889 +4 932 1880 963 1877 +4 912 1890 973 1893 +4 924 1894 975 1891 +4 888 1892 981 1897 +4 926 1886 987 1895 +4 894 1882 995 1899 +4 890 1888 999 1901 +4 892 1874 1003 1903 +4 864 1902 1007 1905 +4 830 1896 1015 1907 +4 852 1900 1025 1909 +4 834 1898 1035 1911 +4 816 1906 1053 1913 +4 818 1910 1055 1915 +4 862 1904 1065 1917 +4 860 1916 1071 1919 +4 858 1918 1077 1921 +4 856 1920 1083 1923 +4 854 1922 1089 1925 +4 850 1924 1095 1909 +4 772 1914 1117 1927 +4 770 1912 1135 1929 +4 654 1930 1169 1933 +4 708 1928 1179 1935 +4 710 1926 1181 1937 +4 692 1938 1195 1941 +4 688 1940 1199 1943 +4 684 1942 1203 1945 +4 680 1944 1207 1947 +4 676 1946 1211 1949 +4 672 1948 1215 1951 +4 668 1950 1219 1953 +4 664 1952 1223 1955 +4 660 1954 1227 1931 +4 628 1932 1231 1957 +4 652 1936 1237 1959 +4 650 1934 1251 1961 +4 632 1938 1255 1963 +4 626 1958 1261 1965 +4 596 1960 1287 1967 +4 592 1964 1293 1969 +4 578 1962 1299 1971 +4 574 1956 1301 1973 +4 558 1966 1315 1975 +4 554 1968 1321 1977 +4 540 1970 1333 1979 +4 536 1972 1339 1981 +4 522 1974 1351 1983 +4 518 1976 1357 1985 +4 504 1978 1369 1987 +4 500 1980 1375 1989 +4 486 1982 1387 1991 +4 482 1984 1393 1993 +4 468 1986 1405 1995 +4 464 1988 1411 1997 +4 450 1990 1423 1999 +4 446 1992 1429 2001 +4 432 1994 1441 2003 +4 428 1996 1447 2005 +4 414 1998 1459 2007 +4 410 2000 1465 2009 +4 396 2002 1477 2011 +4 392 2004 1483 2013 +4 378 2006 1495 2015 +4 374 2008 1501 2017 +4 360 2010 1513 2019 +4 356 2012 1519 2021 +4 342 2014 1531 2023 +4 336 2020 1533 2025 +4 338 2018 1541 2027 +4 296 2026 1549 2029 +4 262 2030 1569 2033 +4 314 2016 1573 2035 +4 306 2034 1575 2037 +4 266 2036 1581 2039 +4 302 2040 1585 2031 +4 312 2022 1587 2041 +4 274 2024 1595 2043 +4 210 2038 1605 2045 +4 206 2032 1615 2047 +4 290 2048 1621 2051 +4 288 2050 1629 2053 +4 286 2052 1635 2055 +4 284 2054 1641 2057 +4 282 2056 1647 2059 +4 280 2058 1653 2061 +4 278 2060 1659 2063 +4 276 2062 1665 2065 +4 270 2064 1669 2043 +4 150 2046 1679 2067 +4 154 2044 1681 2069 +4 292 2028 1687 2049 +4 136 2068 1733 2071 +4 132 2066 1747 2073 +4 120 2074 1751 2077 +4 116 2076 1757 2079 +4 112 2078 1761 2081 +4 108 2080 1765 2083 +4 104 2082 1769 2085 +4 100 2084 1773 2087 +4 80 2074 1785 2089 +4 76 2072 1799 2091 +4 82 2070 1801 2093 +4 78 2086 1811 2095 +4 46 2088 1817 2097 +4 42 2090 1825 2099 +4 50 2092 1835 2101 +4 22 2102 1837 2105 +4 26 2100 1841 2103 +4 44 2094 1847 2107 +4 14 2108 1849 2111 +4 16 2096 1851 2111 +4 4 2112 1857 2115 +4 18 2104 1863 2109 +4 8 2116 1865 2113 +4 12 2106 1867 2117 +4 0 2114 1869 2119 +4 2 2098 1871 2119 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.params b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..8363559 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.params @@ -0,0 +1,2 @@ + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.pin b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..119d716 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.pin @@ -0,0 +1,60 @@ + + + + + P1 + P1 + + + 1 + -1 + + -0.0247 + 0 + + + + + + P2 + P2 + + + 1 + -1 + + 0.005 + 0 + + + + + + P3 + P3 + + + 1 + -1 + + 0.005 + -0.013 + + + + + + P4 + P4 + + + 1 + -1 + + -0.0247 + -0.013 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.plan b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..439cffe --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.prt @@ -0,0 +1,47 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + P2 + P2 + + 50 + 0 + + + + + P3 + P3 + + 50 + 0 + + + + + P4 + P4 + + 50 + 0 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.psz b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..25e3d40 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qas b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..4d1766a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.102537 +mesh_extrusion_duration_seconds 0.131941 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.033443 +mesh_meshing_duration_seconds 0.174528 +solve_input_processing_duration_seconds 0.055241 +solve_db_initialization_duration_seconds 0.011473 +solve_port_solver_duration_seconds 0.006586 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.005514 +solve_mesh_reduction_duration_seconds 0.017659 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.191484 +solve_first_solve_duration_seconds 0.09561 +solve_first_misc_duration_seconds 0.1208 +solve_sweep_load_duration_seconds 1.783713 +solve_sweep_solve_duration_seconds 0.138311 +solve_sweep_misc_duration_seconds 0.402594 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.526822 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.946816 +solve_flow_first_frequency_duration_seconds 0.407894 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 2.324618 +solve_flow_duration_seconds 3.271434 +solve_sweep_load_duration_per_frequency_seconds 0.198190333333333 +solve_sweep_solve_duration_per_frequency_seconds 0.0153678888888889 +solve_sweep_misc_duration_per_frequency_seconds 0.0447326666666667 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.258290888888889 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.198190333333333 +solve_flow_frequency_independent_duration_seconds 0.688525111111111 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 16498688 +mesh_peak_rss_memory_bytes 40628224 +mesh_page_fault_count 10562 +solve_peak_page_memory_bytes 103583744 +solve_peak_rss_memory_bytes 118812672 +solve_page_fault_count 101181 +maximal_peak_page_memory_bytes 103583744 +maximal_peak_rss_memory_bytes 118812672 +total_page_fault_count 111743 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 24 +rectangle_count 134 +quad_count 51 +via_count 0 +matrix_size 1072 +reduced_matrix_size 833 +frequency_count 10 +solve_peak_memory_estimate_bytes 17884128 +total_cell_count 209 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qry b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..fe5ef1b --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Mon Sep 29 22:26:15 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sab b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..6ae4c78 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sam b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..9e4f83e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sam @@ -0,0 +1,14 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 10 +1.000000e+09 +1.444444e+09 +1.888889e+09 +2.333333e+09 +2.777778e+09 +3.222222e+09 +3.666667e+09 +4.333333e+09 +4.666667e+09 +5.000000e+09 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sio b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..7ae88c6 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sst b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..ef6a03e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 34.50 MB + Virtual memory : 14.16 MB + Page faults : 9346 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sta b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..d07031a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sta @@ -0,0 +1,132 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Mon Sep 29 22:26:16 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 134 + Quadrangular cells : 51 + Triangular cells : 24 + Via cells : 0 + + Edge currents : 356 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 35.05 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.05 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 9.30 + + Matrix size : 1072 + Reduced matrix size : 833 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.23 + Basis creation | 0: 0: 0 | 0: 0: 0 | 15.60 + Matrix load | 0: 0: 1 | 0: 0: 0 | 44.24 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 6.29 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 1 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 1 | 0.29 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.12 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 2.77778 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.68 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.40 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 1.88889 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 4.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.05 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +9. SIMULATION FREQUENCY = 1.44444 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +10. SIMULATION FREQUENCY = 3.22222 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 10 + + Physical memory : 113.31 MB + Virtual memory : 98.79 MB + Page faults : 101190 + User Time : 0h 0m16s + Elapsed Time : 0h 0m 2s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sti b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.stm b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..ed5313b --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Mon Sep 29 22:26:15 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 24 + Rectangular cells : 134 + Non-rectangular quadrilateral cells : 51 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 38.75 MB + Virtual memory : 15.73 MB + Page faults : 10561 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 1s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sub b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.toi b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..adc75f3 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.toi @@ -0,0 +1,15 @@ + + + + P1 + + + P2 + + + P3 + + + P4 + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.txb b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..3750d96 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_a b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..a415925 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_a @@ -0,0 +1,15 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 -1.6500,0.0000 -1.6500,-13.0000 1.6500,-13.0000 1.6500,0.0000; +ADD P1 :W0.000000 0.0000,-11.3500 5.0000,-11.3500 5.0000,-14.6500 0.0000,-14.6500; +ADD P1 :W0.000000 -2.8500,-13.0000 2.8500,-13.0000 -2.8500,-18.7000; +ADD P1 :W0.000000 -16.8500,-13.0000 -2.8500,-13.0000 -2.8500,-18.7000 -16.8500,-18.7000; +ADD P1 :W0.000000 -16.8500,-13.0000 -16.8500,-18.7000 -22.5500,-13.0000; +ADD P1 :W0.000000 -21.3500,0.0000 -21.3500,-13.0000 -18.0500,-13.0000 -18.0500,0.0000; +ADD P1 :W0.000000 -16.8500,0.0000 -16.8500,5.7000 -22.5500,0.0000; +ADD P1 :W0.000000 -16.8500,0.0000 -2.8500,0.0000 -2.8500,5.7000 -16.8500,5.7000; +ADD P1 :W0.000000 -2.8500,0.0000 2.8500,0.0000 -2.8500,5.7000; +ADD P1 :W0.000000 0.0000,-1.6500 5.0000,-1.6500 5.0000,1.6500 0.0000,1.6500; +ADD P1 :W0.000000 -24.7000,-1.6500 -19.7000,-1.6500 -19.7000,1.6500 -24.7000,1.6500; +ADD P1 :W0.000000 -24.7000,-11.3500 -19.7000,-11.3500 -19.7000,-14.6500 -24.7000,-14.6500; +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_geo.csv b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..8bea627 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,39 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,0 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,0 +0.141254,0 +0.177828,0 +0.223872,0 +0.281838,0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_out.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..d5ac2ea --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,37 @@ + + + + + P1 + P1 + + 50 + 0 + + + + P2 + P2 + + 50 + 0 + + + + P3 + P3 + + 50 + 0 + + + + P4 + P4 + + 50 + 0 + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_2/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/.variables b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..c8e167f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 215 surfaces diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..bc20e4d --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,53 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_4 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object cond_4 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 4.6471908569335938e+01 -4.1441165924072266e+01 3.8208438873291016e+01 + Target 8.5389070510864258e+00 -3.5081596374511719e+00 2.7543303370475769e-01 + Up -4.0824839472770691e-01 4.0824824571609497e-01 8.1649661064147949e-01 + 2.6280759811401367e+01 2.6280759811401367e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/emStateFile.xml b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..117ecb6 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,1906 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab2_lib + cell_3_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\MyLab2_wrk + MyLab2_lib + cell_3 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P3 + + P3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P4 + + P4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + P3 + + P3 + 0 + 0 + 0 + + P4 + + P4 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + cell_3 + True + True + cell_3 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab2_lib:cell_1 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + cell_3 + True + True + S_Nport_P.ddt + + + True + cell_3 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab2_lib:cell_3:layout + False + + False + False + False + + MyLab2_lib:DA_CLCoupler1_cell_3 + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MCLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab2_lib:DA_CLCoupler1_cell_3:layout:CLin1 + + 34 + ads_tlines:MCLIN:layout + em + + False + + MyLab2_lib:cell_3:layout:DA_CLCoupler1 + + 34 + MyLab2_lib:DA_CLCoupler1_cell_3:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + -0.0022457:-0.0082457 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.0200457:-0.0082457 + + + + + + + P3 + P3 + 3 + + + + + 1 + -1 + cond:drawing + point + + -0.0022457:0.0029457 + + + + + + + P4 + P4 + 4 + + + + + 1 + -1 + cond:drawing + point + + 0.0200395:0.0029395 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 2 + + + P2 + + + ::__GND__ + + + + 3 + P3 + 50:0 + Auto + 0 + 2 + + + P3 + + + ::__GND__ + + + + 4 + P4 + 50:0 + Auto + 0 + 2 + + + P4 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\MyLab2_wrk<br>Library: MyLab2_lib<br>Cell: cell_3<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_1 (defined in library: MyLab2_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">4 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: cell_3_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/momentum.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.c2d b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..b0c171a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,110 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Mon Sep 29 22:46:03 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 4 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet3 + +VAR freq MAG 2 + +DATA GAMMA_3[1] RI +DATA Z0_3[1,1] RI +DATA LAMBADAI_3[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet4 + +VAR freq MAG 2 + +DATA GAMMA_4[1] RI +DATA Z0_4[1,1] RI +DATA LAMBADAI_4[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cdr b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..928361e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,32 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 4 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 + +PORTSET 3 + +NO TML_PORT; + +RPS 0 +END PORTSET 3 + +PORTSET 4 + +NO TML_PORT; + +RPS 0 +END PORTSET 4 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cfg b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..6668bf8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/MyLab2_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.exb b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..058614d Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.fra b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..7e9b733 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 4 +NUMBER OF DATA COLUMNS : -4 + +NUMBER OF BLOCKS : 1 +0 5 :0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.gdf b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..75ec161 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,248 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 0.0336,-1.6670 0.0666,-1.7000; +ADD L1 :W0.000 0.0666,-1.7000 0.0996,-1.6670; +ADD L1 :W0.000 0.0000,-1.6334 0.0996,-1.6670; +ADD L1 :W0.000 0.0000,-1.6670 0.0000,-1.6334; +ADD L1 :W0.000 0.0000,-1.6670 0.0336,-1.6670; +ADD L1 :W0.000 0.0000,-3.5840 1.4714,-3.5840; +ADD L1 :W0.000 0.0000,-3.6666 0.0000,-3.5840; +ADD L1 :W0.000 0.3047,-5.6953 1.4714,-5.2230; +ADD L1 :W0.000 1.4714,-5.2230 1.4714,-3.5840; +ADD L1 :W0.000 -0.8620,-4.5286 0.0000,-3.6666; +ADD L1 :W0.000 -0.8620,-4.5286 0.3047,-5.6953; +ADD L1 :W0.000 1.4224,-0.0280 1.4224,-1.6670; +ADD L1 :W0.000 0.0996,-1.6670 1.4224,-1.6670; +ADD L1 :W0.000 0.2557,0.4443 1.4224,-0.0280; +ADD L1 :W0.000 0.0000,-1.6334 0.0996,-1.6670; +ADD L1 :W0.000 -0.9110,-0.7224 0.2557,0.4443; +ADD L1 :W0.000 -0.9110,-0.7224 0.0000,-1.6334; +ADD L1 :W0.000 17.7400,-3.6066 18.6620,-4.5286; +ADD L1 :W0.000 17.4953,-5.6953 18.6620,-4.5286; +ADD L1 :W0.000 16.3286,-3.5840 17.7400,-3.6066; +ADD L1 :W0.000 16.3286,-5.2230 16.3286,-3.5840; +ADD L1 :W0.000 16.3286,-5.2230 17.4953,-5.6953; +ADD L1 :W0.000 17.5443,0.4443 18.7110,-0.7224; +ADD L1 :W0.000 17.6880,-1.6670 17.7272,-1.7062; +ADD L1 :W0.000 17.7272,-1.7062 18.7110,-0.7224; +ADD L1 :W0.000 16.3776,-0.0280 17.5443,0.4443; +ADD L1 :W0.000 16.3776,-0.0280 16.3776,-1.6670; +ADD L1 :W0.000 16.3776,-1.6670 17.6880,-1.6670; +ADD L1 :W0.000 1.4714,-6.8620 3.1222,-6.8620; +ADD L1 :W0.000 3.1222,-6.8620 3.1222,-5.2230; +ADD L1 :W0.000 1.4714,-5.2230 3.1222,-5.2230; +ADD L1 :W0.000 0.3047,-5.6953 1.4714,-5.2230; +ADD L1 :W0.000 0.3047,-5.6953 1.4714,-6.8620; +ADD L1 :W0.000 16.3286,-5.2230 17.4953,-5.6953; +ADD L1 :W0.000 16.3286,-6.8620 17.4953,-5.6953; +ADD L1 :W0.000 14.6778,-6.8620 14.6778,-5.2230; +ADD L1 :W0.000 14.6778,-6.8620 16.3286,-6.8620; +ADD L1 :W0.000 14.6778,-5.2230 16.3286,-5.2230; +ADD L1 :W0.000 1.4224,-0.0280 3.0841,-0.0280; +ADD L1 :W0.000 3.0841,1.6110 3.0841,-0.0280; +ADD L1 :W0.000 1.4224,1.6110 3.0841,1.6110; +ADD L1 :W0.000 0.2557,0.4443 1.4224,1.6110; +ADD L1 :W0.000 0.2557,0.4443 1.4224,-0.0280; +ADD L1 :W0.000 16.3776,1.6110 17.5443,0.4443; +ADD L1 :W0.000 16.3776,-0.0280 17.5443,0.4443; +ADD L1 :W0.000 14.7159,1.6110 14.7159,-0.0280; +ADD L1 :W0.000 14.7159,-0.0280 16.3776,-0.0280; +ADD L1 :W0.000 14.7159,1.6110 16.3776,1.6110; +ADD L1 :W0.000 18.8790,-7.0790 20.0457,-5.9123; +ADD L1 :W0.000 18.8790,-7.0790 20.0457,-8.2457; +ADD L1 :W0.000 20.0457,-8.2457 21.2124,-7.0790; +ADD L1 :W0.000 20.0457,-5.9123 21.2124,-7.0790; +ADD L1 :W0.000 18.8728,1.7728 20.0395,0.6061; +ADD L1 :W0.000 20.0395,0.6061 21.2062,1.7728; +ADD L1 :W0.000 20.0395,2.9395 21.2062,1.7728; +ADD L1 :W0.000 18.8728,1.7728 20.0395,2.9395; +ADD L1 :W0.000 17.7123,-8.2457 18.8790,-7.0790; +ADD L1 :W0.000 17.7123,-8.2457 18.8790,-9.4124; +ADD L1 :W0.000 18.8790,-9.4124 20.0457,-8.2457; +ADD L1 :W0.000 18.8790,-7.0790 20.0457,-8.2457; +ADD L1 :W0.000 17.5443,0.4443 18.8728,1.7728; +ADD L1 :W0.000 17.5443,0.4443 18.7110,-0.7224; +ADD L1 :W0.000 18.7110,-0.7224 20.0395,0.6061; +ADD L1 :W0.000 18.8728,1.7728 20.0395,0.6061; +ADD L1 :W0.000 17.7061,2.9395 18.8728,1.7728; +ADD L1 :W0.000 18.8728,1.7728 20.0395,2.9395; +ADD L1 :W0.000 18.8728,4.1062 20.0395,2.9395; +ADD L1 :W0.000 17.7061,2.9395 18.8728,4.1062; +ADD L1 :W0.000 17.4953,-5.6953 18.6620,-4.5286; +ADD L1 :W0.000 17.4953,-5.6953 18.8790,-7.0790; +ADD L1 :W0.000 18.8790,-7.0790 20.0457,-5.9123; +ADD L1 :W0.000 18.6620,-4.5286 20.0457,-5.9123; +ADD L1 :W0.000 16.3776,1.6110 17.7061,2.9395; +ADD L1 :W0.000 16.3776,1.6110 17.5443,0.4443; +ADD L1 :W0.000 17.5443,0.4443 18.8728,1.7728; +ADD L1 :W0.000 17.7061,2.9395 18.8728,1.7728; +ADD L1 :W0.000 16.3286,-6.8620 17.4953,-5.6953; +ADD L1 :W0.000 16.3286,-6.8620 17.7123,-8.2457; +ADD L1 :W0.000 17.7123,-8.2457 18.8790,-7.0790; +ADD L1 :W0.000 17.4953,-5.6953 18.8790,-7.0790; +ADD L1 :W0.000 14.7159,-1.6670 14.7159,-0.0280; +ADD L1 :W0.000 14.7159,-1.6670 16.3776,-1.6670; +ADD L1 :W0.000 16.3776,-0.0280 16.3776,-1.6670; +ADD L1 :W0.000 14.7159,-0.0280 16.3776,-0.0280; +ADD L1 :W0.000 16.3286,-3.5840 17.7400,-3.5840; +ADD L1 :W0.000 16.3286,-3.5840 17.7400,-3.6066; +ADD L1 :W0.000 17.7400,-3.6066 17.7400,-3.5840; +ADD L1 :W0.000 13.0542,-0.0280 13.0542,1.6110; +ADD L1 :W0.000 13.0542,-0.0280 14.7159,-0.0280; +ADD L1 :W0.000 14.7159,1.6110 14.7159,-0.0280; +ADD L1 :W0.000 13.0542,1.6110 14.7159,1.6110; +ADD L1 :W0.000 14.6778,-3.5840 14.6778,-5.2230; +ADD L1 :W0.000 14.6778,-5.2230 16.3286,-5.2230; +ADD L1 :W0.000 16.3286,-5.2230 16.3286,-3.5840; +ADD L1 :W0.000 14.6778,-3.5840 16.3286,-3.5840; +ADD L1 :W0.000 13.0270,-3.5840 13.0270,-5.2230; +ADD L1 :W0.000 13.0270,-5.2230 14.6778,-5.2230; +ADD L1 :W0.000 14.6778,-3.5840 14.6778,-5.2230; +ADD L1 :W0.000 13.0270,-3.5840 14.6778,-3.5840; +ADD L1 :W0.000 13.0542,-0.0280 13.0542,-1.6670; +ADD L1 :W0.000 13.0542,-1.6670 14.7159,-1.6670; +ADD L1 :W0.000 14.7159,-1.6670 14.7159,-0.0280; +ADD L1 :W0.000 13.0542,-0.0280 14.7159,-0.0280; +ADD L1 :W0.000 11.3925,-0.0280 11.3925,-1.6670; +ADD L1 :W0.000 11.3925,-1.6670 13.0542,-1.6670; +ADD L1 :W0.000 13.0542,-0.0280 13.0542,-1.6670; +ADD L1 :W0.000 11.3925,-0.0280 13.0542,-0.0280; +ADD L1 :W0.000 13.0270,-6.8620 13.0270,-5.2230; +ADD L1 :W0.000 13.0270,-6.8620 14.6778,-6.8620; +ADD L1 :W0.000 14.6778,-6.8620 14.6778,-5.2230; +ADD L1 :W0.000 13.0270,-5.2230 14.6778,-5.2230; +ADD L1 :W0.000 11.3762,-5.2230 11.3762,-3.5840; +ADD L1 :W0.000 11.3762,-5.2230 13.0270,-5.2230; +ADD L1 :W0.000 13.0270,-3.5840 13.0270,-5.2230; +ADD L1 :W0.000 11.3762,-3.5840 13.0270,-3.5840; +ADD L1 :W0.000 11.3925,-0.0280 11.3925,1.6110; +ADD L1 :W0.000 11.3925,-0.0280 13.0542,-0.0280; +ADD L1 :W0.000 13.0542,-0.0280 13.0542,1.6110; +ADD L1 :W0.000 11.3925,1.6110 13.0542,1.6110; +ADD L1 :W0.000 9.7308,-1.6670 9.7308,-0.0280; +ADD L1 :W0.000 9.7308,-1.6670 11.3925,-1.6670; +ADD L1 :W0.000 11.3925,-0.0280 11.3925,-1.6670; +ADD L1 :W0.000 9.7308,-0.0280 11.3925,-0.0280; +ADD L1 :W0.000 11.3762,-5.2230 11.3762,-6.8620; +ADD L1 :W0.000 11.3762,-6.8620 13.0270,-6.8620; +ADD L1 :W0.000 13.0270,-6.8620 13.0270,-5.2230; +ADD L1 :W0.000 11.3762,-5.2230 13.0270,-5.2230; +ADD L1 :W0.000 9.7254,-5.2230 9.7254,-6.8620; +ADD L1 :W0.000 9.7254,-6.8620 11.3762,-6.8620; +ADD L1 :W0.000 11.3762,-5.2230 11.3762,-6.8620; +ADD L1 :W0.000 9.7254,-5.2230 11.3762,-5.2230; +ADD L1 :W0.000 9.7308,1.6110 9.7308,-0.0280; +ADD L1 :W0.000 9.7308,-0.0280 11.3925,-0.0280; +ADD L1 :W0.000 11.3925,-0.0280 11.3925,1.6110; +ADD L1 :W0.000 9.7308,1.6110 11.3925,1.6110; +ADD L1 :W0.000 8.0692,-0.0280 8.0692,1.6110; +ADD L1 :W0.000 8.0692,-0.0280 9.7308,-0.0280; +ADD L1 :W0.000 9.7308,1.6110 9.7308,-0.0280; +ADD L1 :W0.000 8.0692,1.6110 9.7308,1.6110; +ADD L1 :W0.000 9.7254,-5.2230 9.7254,-3.5840; +ADD L1 :W0.000 9.7254,-5.2230 11.3762,-5.2230; +ADD L1 :W0.000 11.3762,-5.2230 11.3762,-3.5840; +ADD L1 :W0.000 9.7254,-3.5840 11.3762,-3.5840; +ADD L1 :W0.000 8.0746,-6.8620 8.0746,-5.2230; +ADD L1 :W0.000 8.0746,-6.8620 9.7254,-6.8620; +ADD L1 :W0.000 9.7254,-5.2230 9.7254,-6.8620; +ADD L1 :W0.000 8.0746,-5.2230 9.7254,-5.2230; +ADD L1 :W0.000 8.0746,-3.5840 8.0746,-5.2230; +ADD L1 :W0.000 8.0746,-5.2230 9.7254,-5.2230; +ADD L1 :W0.000 9.7254,-5.2230 9.7254,-3.5840; +ADD L1 :W0.000 8.0746,-3.5840 9.7254,-3.5840; +ADD L1 :W0.000 6.4238,-3.5840 6.4238,-5.2230; +ADD L1 :W0.000 6.4238,-5.2230 8.0746,-5.2230; +ADD L1 :W0.000 8.0746,-3.5840 8.0746,-5.2230; +ADD L1 :W0.000 6.4238,-3.5840 8.0746,-3.5840; +ADD L1 :W0.000 8.0692,-0.0280 8.0692,-1.6670; +ADD L1 :W0.000 8.0692,-1.6670 9.7308,-1.6670; +ADD L1 :W0.000 9.7308,-1.6670 9.7308,-0.0280; +ADD L1 :W0.000 8.0692,-0.0280 9.7308,-0.0280; +ADD L1 :W0.000 6.4075,-1.6670 6.4075,-0.0280; +ADD L1 :W0.000 6.4075,-1.6670 8.0692,-1.6670; +ADD L1 :W0.000 8.0692,-0.0280 8.0692,-1.6670; +ADD L1 :W0.000 6.4075,-0.0280 8.0692,-0.0280; +ADD L1 :W0.000 6.4238,-6.8620 6.4238,-5.2230; +ADD L1 :W0.000 6.4238,-6.8620 8.0746,-6.8620; +ADD L1 :W0.000 8.0746,-6.8620 8.0746,-5.2230; +ADD L1 :W0.000 6.4238,-5.2230 8.0746,-5.2230; +ADD L1 :W0.000 4.7730,-5.2230 4.7730,-3.5840; +ADD L1 :W0.000 4.7730,-5.2230 6.4238,-5.2230; +ADD L1 :W0.000 6.4238,-3.5840 6.4238,-5.2230; +ADD L1 :W0.000 4.7730,-3.5840 6.4238,-3.5840; +ADD L1 :W0.000 6.4075,1.6110 6.4075,-0.0280; +ADD L1 :W0.000 6.4075,-0.0280 8.0692,-0.0280; +ADD L1 :W0.000 8.0692,-0.0280 8.0692,1.6110; +ADD L1 :W0.000 6.4075,1.6110 8.0692,1.6110; +ADD L1 :W0.000 4.7458,-0.0280 4.7458,1.6110; +ADD L1 :W0.000 4.7458,-0.0280 6.4075,-0.0280; +ADD L1 :W0.000 6.4075,1.6110 6.4075,-0.0280; +ADD L1 :W0.000 4.7458,1.6110 6.4075,1.6110; +ADD L1 :W0.000 4.7730,-5.2230 4.7730,-6.8620; +ADD L1 :W0.000 4.7730,-6.8620 6.4238,-6.8620; +ADD L1 :W0.000 6.4238,-6.8620 6.4238,-5.2230; +ADD L1 :W0.000 4.7730,-5.2230 6.4238,-5.2230; +ADD L1 :W0.000 3.1222,-6.8620 3.1222,-5.2230; +ADD L1 :W0.000 3.1222,-6.8620 4.7730,-6.8620; +ADD L1 :W0.000 4.7730,-5.2230 4.7730,-6.8620; +ADD L1 :W0.000 3.1222,-5.2230 4.7730,-5.2230; +ADD L1 :W0.000 4.7458,-0.0280 4.7458,-1.6670; +ADD L1 :W0.000 4.7458,-1.6670 6.4075,-1.6670; +ADD L1 :W0.000 6.4075,-1.6670 6.4075,-0.0280; +ADD L1 :W0.000 4.7458,-0.0280 6.4075,-0.0280; +ADD L1 :W0.000 3.0841,-1.6670 3.0841,-0.0280; +ADD L1 :W0.000 3.0841,-1.6670 4.7458,-1.6670; +ADD L1 :W0.000 4.7458,-0.0280 4.7458,-1.6670; +ADD L1 :W0.000 3.0841,-0.0280 4.7458,-0.0280; +ADD L1 :W0.000 3.1222,-3.5840 3.1222,-5.2230; +ADD L1 :W0.000 3.1222,-5.2230 4.7730,-5.2230; +ADD L1 :W0.000 4.7730,-5.2230 4.7730,-3.5840; +ADD L1 :W0.000 3.1222,-3.5840 4.7730,-3.5840; +ADD L1 :W0.000 1.4714,-5.2230 1.4714,-3.5840; +ADD L1 :W0.000 1.4714,-5.2230 3.1222,-5.2230; +ADD L1 :W0.000 3.1222,-3.5840 3.1222,-5.2230; +ADD L1 :W0.000 1.4714,-3.5840 3.1222,-3.5840; +ADD L1 :W0.000 3.0841,1.6110 3.0841,-0.0280; +ADD L1 :W0.000 3.0841,-0.0280 4.7458,-0.0280; +ADD L1 :W0.000 4.7458,-0.0280 4.7458,1.6110; +ADD L1 :W0.000 3.0841,1.6110 4.7458,1.6110; +ADD L1 :W0.000 1.4224,-0.0280 1.4224,-1.6670; +ADD L1 :W0.000 1.4224,-1.6670 3.0841,-1.6670; +ADD L1 :W0.000 3.0841,-1.6670 3.0841,-0.0280; +ADD L1 :W0.000 1.4224,-0.0280 3.0841,-0.0280; +ADD L1 :W0.000 -1.0790,-7.0790 0.3047,-5.6953; +ADD L1 :W0.000 -1.0790,-7.0790 0.0877,-8.2457; +ADD L1 :W0.000 0.0877,-8.2457 1.4714,-6.8620; +ADD L1 :W0.000 0.3047,-5.6953 1.4714,-6.8620; +ADD L1 :W0.000 -1.0790,1.7790 0.0877,2.9457; +ADD L1 :W0.000 -1.0790,1.7790 0.2557,0.4443; +ADD L1 :W0.000 0.2557,0.4443 1.4224,1.6110; +ADD L1 :W0.000 0.0877,2.9457 1.4224,1.6110; +ADD L1 :W0.000 -2.2457,-5.9123 -0.8620,-4.5286; +ADD L1 :W0.000 -2.2457,-5.9123 -1.0790,-7.0790; +ADD L1 :W0.000 -1.0790,-7.0790 0.3047,-5.6953; +ADD L1 :W0.000 -0.8620,-4.5286 0.3047,-5.6953; +ADD L1 :W0.000 -2.2457,2.9457 -1.0790,4.1124; +ADD L1 :W0.000 -2.2457,2.9457 -1.0790,1.7790; +ADD L1 :W0.000 -1.0790,1.7790 0.0877,2.9457; +ADD L1 :W0.000 -1.0790,4.1124 0.0877,2.9457; +ADD L1 :W0.000 -2.2457,0.6123 -1.0790,1.7790; +ADD L1 :W0.000 -2.2457,0.6123 -0.9110,-0.7224; +ADD L1 :W0.000 -0.9110,-0.7224 0.2557,0.4443; +ADD L1 :W0.000 -1.0790,1.7790 0.2557,0.4443; +ADD L1 :W0.000 -2.2457,-8.2457 -1.0790,-7.0790; +ADD L1 :W0.000 -2.2457,-8.2457 -1.0790,-9.4124; +ADD L1 :W0.000 -1.0790,-9.4124 0.0877,-8.2457; +ADD L1 :W0.000 -1.0790,-7.0790 0.0877,-8.2457; +ADD L1 :W0.000 -3.4124,1.7790 -2.2457,2.9457; +ADD L1 :W0.000 -3.4124,1.7790 -2.2457,0.6123; +ADD L1 :W0.000 -2.2457,0.6123 -1.0790,1.7790; +ADD L1 :W0.000 -2.2457,2.9457 -1.0790,1.7790; +ADD L1 :W0.000 -3.4124,-7.0790 -2.2457,-5.9123; +ADD L1 :W0.000 -3.4124,-7.0790 -2.2457,-8.2457; +ADD L1 :W0.000 -2.2457,-8.2457 -1.0790,-7.0790; +ADD L1 :W0.000 -2.2457,-5.9123 -1.0790,-7.0790; +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.jo2 b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lcf b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..6681c61 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwad_inclusive2!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTkyLjE2OC4wLjEyNSFiX3B3YWRfaW5jbHVzaXZlMStiX3B3YWRfaW5jbHVzaXZlMitiX3B3YXBfaW5jbHVzaXZlK2JfcHdlbV9pbmNsdXNpdmUrYl9wd2dlX2luY2x1c2l2ZStiX3B3Z2dfaW5jbHVzaXZlK2JfcHdpY19pbmNsdXNpdmUrYl9wd21iX2luY2x1c2l2ZStiX3B3bXFfaW5jbHVzaXZlK2JfcHdzZF9pbmNsdXNpdmUrZV9uZXh1c19kYXRhZGlzcGxheV9uZXh1cytlX3B3YWRfUVBybytlX3B3YWRfbWRsX3F1YW50dW1fZWxlYytlX3B3YWRfcV9zeXMrZV9wd2dnX3JmcHJvY2t0X3BrNitlX3B3Z2dfcmZwcm9ja3RfdWkrZV9zaW1fZmVtX2ZkdGRfcGs4K2Vfc2ltX2ljY2FwX3BrMjAhMjAyNS0wOS0yOVQyMjo0NjowMlohNTI2YzQzYmExZmNiZmM2OTJkY2RiNmMwZjQzYjc0NTk= \ No newline at end of file diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lln b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.log b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..143dcf2 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.log @@ -0,0 +1,74 @@ +License checkout took 0.015 sec +License checkout took 0.008 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Mon Sep 29 22:46:03 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 425 (reduced: 397) +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 1.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Mon Sep 29 22:46:04 2025 +The simulation results have been saved in dataset "cell_3_MomUW". diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ltd b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..8391f65 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,45 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 + MATERIAL cond CONDUCTIVITY=4e+07 IMAG_CONDUCTIVITY=0 PERMEABILITY=1 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=cond OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mmd b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..1e63237 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,355 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090295779787; + Wl: 0.0350180591559574; + Cpwl: 20; +; +NdefIA 103: + p 1: -0.0034124 -0.007079 0.00152, + p 2: -0.0034124 0.001779 0.00152, + p 3: -0.0022457 -0.0082457 0.00152, + p 4: -0.0022457 -0.0059123 0.00152, + p 5: -0.0022457 0.0006123 0.00152, + p 6: -0.0022457 0.0029457 0.00152, + p 7: -0.001079 -0.007079 0.00152, + p 8: -0.001079 0.001779 0.00152, + p 9: -0.001079 -0.0094124 0.00152, + p 10: -0.001079 0.0041124 0.00152, + p 11: -0.000911 -0.0007224 0.00152, + p 12: -0.000862 -0.0045286 0.00152, + p 13: 0 -0.0036666 0.00152, + p 14: 0 -0.003584 0.00152, + p 15: 0 -0.001667 0.00152, + p 16: 0 -0.0016334 0.00152, + p 17: 3.36e-05 -0.001667 0.00152, + p 18: 6.66e-05 -0.0017 0.00152, + p 19: 8.77e-05 -0.0082457 0.00152, + p 20: 8.77e-05 0.0029457 0.00152, + p 21: 9.96e-05 -0.001667 0.00152, + p 22: 0.0002557 0.0004443 0.00152, + p 23: 0.0003047 -0.0056953 0.00152, + p 24: 0.0014224 -2.79999999999999e-05 0.00152, + p 25: 0.0014224 -0.001667 0.00152, + p 26: 0.0014224 0.001611 0.00152, + p 27: 0.0014714 -0.005223 0.00152, + p 28: 0.0014714 -0.006862 0.00152, + p 29: 0.0014714 -0.003584 0.00152, + p 30: 0.00308408888888889 -0.001667 0.00152, + p 31: 0.00308408888888889 0.001611 0.00152, + p 32: 0.00308408888888889 -2.79999999999999e-05 0.00152, + p 33: 0.0031222 -0.006862 0.00152, + p 34: 0.0031222 -0.003584 0.00152, + p 35: 0.0031222 -0.005223 0.00152, + p 36: 0.00474577777777778 -2.79999999999999e-05 0.00152, + p 37: 0.00474577777777778 -0.001667 0.00152, + p 38: 0.00474577777777778 0.001611 0.00152, + p 39: 0.004773 -0.005223 0.00152, + p 40: 0.004773 -0.006862 0.00152, + p 41: 0.004773 -0.003584 0.00152, + p 42: 0.00640746666666667 -0.001667 0.00152, + p 43: 0.00640746666666667 0.001611 0.00152, + p 44: 0.00640746666666667 -2.79999999999999e-05 0.00152, + p 45: 0.0064238 -0.006862 0.00152, + p 46: 0.0064238 -0.003584 0.00152, + p 47: 0.0064238 -0.005223 0.00152, + p 48: 0.00806915555555555 -2.79999999999999e-05 0.00152, + p 49: 0.00806915555555555 -0.001667 0.00152, + p 50: 0.00806915555555555 0.001611 0.00152, + p 51: 0.0080746 -0.006862 0.00152, + p 52: 0.0080746 -0.003584 0.00152, + p 53: 0.0080746 -0.005223 0.00152, + p 54: 0.0097254 -0.005223 0.00152, + p 55: 0.0097254 -0.006862 0.00152, + p 56: 0.0097254 -0.003584 0.00152, + p 57: 0.00973084444444444 -0.001667 0.00152, + p 58: 0.00973084444444444 0.001611 0.00152, + p 59: 0.00973084444444445 -2.79999999999999e-05 0.00152, + p 60: 0.0113762 -0.005223 0.00152, + p 61: 0.0113762 -0.006862 0.00152, + p 62: 0.0113762 -0.003584 0.00152, + p 63: 0.0113925333333333 -2.79999999999999e-05 0.00152, + p 64: 0.0113925333333333 -0.001667 0.00152, + p 65: 0.0113925333333333 0.001611 0.00152, + p 66: 0.013027 -0.006862 0.00152, + p 67: 0.013027 -0.003584 0.00152, + p 68: 0.013027 -0.005223 0.00152, + p 69: 0.0130542222222222 -2.79999999999999e-05 0.00152, + p 70: 0.0130542222222222 -0.001667 0.00152, + p 71: 0.0130542222222222 0.001611 0.00152, + p 72: 0.0146778 -0.006862 0.00152, + p 73: 0.0146778 -0.003584 0.00152, + p 74: 0.0146778 -0.005223 0.00152, + p 75: 0.0147159111111111 -0.001667 0.00152, + p 76: 0.0147159111111111 0.001611 0.00152, + p 77: 0.0147159111111111 -2.79999999999999e-05 0.00152, + p 78: 0.0163286 -0.005223 0.00152, + p 79: 0.0163286 -0.006862 0.00152, + p 80: 0.0163286 -0.003584 0.00152, + p 81: 0.0163776 -2.79999999999999e-05 0.00152, + p 82: 0.0163776 -0.001667 0.00152, + p 83: 0.0163776 0.001611 0.00152, + p 84: 0.0174953 -0.0056953 0.00152, + p 85: 0.0175443 0.0004443 0.00152, + p 86: 0.017688 -0.001667 0.00152, + p 87: 0.0177061 0.0029395 0.00152, + p 88: 0.0177123 -0.0082457 0.00152, + p 89: 0.0177272 -0.0017062 0.00152, + p 90: 0.01774 -0.0036066 0.00152, + p 91: 0.01774 -0.003584 0.00152, + p 92: 0.018662 -0.0045286 0.00152, + p 93: 0.018711 -0.0007224 0.00152, + p 94: 0.0188728 0.0041062 0.00152, + p 95: 0.0188728 0.0017728 0.00152, + p 96: 0.018879 -0.007079 0.00152, + p 97: 0.018879 -0.0094124 0.00152, + p 98: 0.0200395 0.0006061 0.00152, + p 99: 0.0200395 0.0029395 0.00152, + p 100: 0.0200457 -0.0082457 0.00152, + p 101: 0.0200457 -0.0059123 0.00152, + p 102: 0.0212062 0.0017728 0.00152, + p 103: 0.0212124 -0.007079 0.00152; +EdefIA 171: + s 1: 1 3, s 2: 1 4, s 3: 2 5, s 4: 2 6, s 5: 3 7, + s 6: 3 9, s 7: 4 7, s 8: 4 12, s 9: 5 8, s 10: 5 11, + s 11: 6 8, s 12: 6 10, s 13: 7 19, s 14: 7 23, s 15: 8 20, + s 16: 8 22, s 17: 9 19, s 18: 10 20, s 19: 11 16, s 20: 11 22, + s 21: 12 13, s 22: 12 23, s 23: 13 14, s 24: 13 23, s 25: 13 29, + s 26: 14 29, s 27: 15 16, s 28: 15 17, s 29: 16 17, s 30: 16 21, + s 31: 16 22, s 32: 17 18, s 33: 17 21, s 34: 18 21, s 35: 19 28, + s 36: 20 26, s 37: 21 24, s 38: 21 25, s 39: 22 24, s 40: 22 26, + s 41: 23 27, s 42: 23 28, s 43: 24 25, s 44: 24 26, s 45: 24 32, + s 46: 25 30, s 47: 26 31, s 48: 27 28, s 49: 27 29, s 50: 27 35, + s 51: 28 33, s 52: 29 34, s 53: 30 32, s 54: 30 37, s 55: 31 32, + s 56: 31 38, s 57: 32 36, s 58: 33 35, s 59: 33 40, s 60: 34 35, + s 61: 34 41, s 62: 35 39, s 63: 36 37, s 64: 36 38, s 65: 36 44, + s 66: 37 42, s 67: 38 43, s 68: 39 40, s 69: 39 41, s 70: 39 47, + s 71: 40 45, s 72: 41 46, s 73: 42 44, s 74: 42 49, s 75: 43 44, + s 76: 43 50, s 77: 44 48, s 78: 45 47, s 79: 45 51, s 80: 46 47, + s 81: 46 52, s 82: 47 53, s 83: 48 49, s 84: 48 50, s 85: 48 59, + s 86: 49 57, s 87: 50 58, s 88: 51 53, s 89: 51 55, s 90: 52 53, + s 91: 52 56, s 92: 53 54, s 93: 54 55, s 94: 54 56, s 95: 54 60, + s 96: 55 61, s 97: 56 62, s 98: 57 59, s 99: 57 64, s 100: 58 59, + s 101: 58 65, s 102: 59 63, s 103: 60 61, s 104: 60 62, s 105: 60 68, + s 106: 61 66, s 107: 62 67, s 108: 63 64, s 109: 63 65, s 110: 63 69, + s 111: 64 70, s 112: 65 71, s 113: 66 68, s 114: 66 72, s 115: 67 68, + s 116: 67 73, s 117: 68 74, s 118: 69 70, s 119: 69 71, s 120: 69 77, + s 121: 70 75, s 122: 71 76, s 123: 72 74, s 124: 72 79, s 125: 73 74, + s 126: 73 80, s 127: 74 78, s 128: 75 77, s 129: 75 82, s 130: 76 77, + s 131: 76 83, s 132: 77 81, s 133: 78 79, s 134: 78 80, s 135: 78 84, + s 136: 79 84, s 137: 79 88, s 138: 80 90, s 139: 80 91, s 140: 81 82, + s 141: 81 83, s 142: 81 85, s 143: 82 86, s 144: 83 85, s 145: 83 87, + s 146: 84 90, s 147: 84 92, s 148: 84 96, s 149: 85 86, s 150: 85 93, + s 151: 85 95, s 152: 86 89, s 153: 87 94, s 154: 87 95, s 155: 88 96, + s 156: 88 97, s 157: 89 93, s 158: 90 91, s 159: 90 92, s 160: 92 101, + s 161: 93 98, s 162: 94 99, s 163: 95 98, s 164: 95 99, s 165: 96 100, + s 166: 96 101, s 167: 97 100, s 168: 98 102, s 169: 99 102, s 170: 100 103, + s 171: 101 103; +CdefIA 70: + c 1: -166 165 170 -171, c 2: 163 168 -169 -164, c 3: -155 156 167 -165, + c 4: -151 150 161 -163, c 5: 154 164 -162 -153, c 6: -147 148 166 -160, + c 7: -159 -146 147, c 8: -145 144 151 -154, c 9: -150 149 152 157, + c 10: -149 -142 140 143, c 11: -136 137 155 -148, c 12: -144 -141 142, + c 13: -128 129 -140 -132, c 14: -139 138 158, c 15: -138 -134 135 146, + c 16: -135 133 136, c 17: -123 124 -133 -127, c 18: 130 132 141 -131, + c 19: -119 120 -130 -122, c 20: 125 127 134 -126, c 21: 115 117 -125 -116, + c 22: 118 121 128 -120, c 23: 108 111 -118 -110, c 24: -113 114 123 -117, + c 25: -104 105 -115 -107, c 26: -109 110 119 -112, c 27: -98 99 -108 -102, + c 28: 103 106 113 -105, c 29: 93 96 -103 -95, c 30: 100 102 109 -101, + c 31: -84 85 -100 -87, c 32: -94 95 104 -97, c 33: -88 89 -93 -92, + c 34: 90 92 94 -91, c 35: 80 82 -90 -81, c 36: 83 86 98 -85, + c 37: -73 74 -83 -77, c 38: -78 79 88 -82, c 39: -69 70 -80 -72, + c 40: 75 77 84 -76, c 41: -64 65 -75 -67, c 42: 68 71 78 -70, + c 43: -58 59 -68 -62, c 44: 63 66 73 -65, c 45: -53 54 -63 -57, + c 46: 60 62 69 -61, c 47: -49 50 -60 -52, c 48: 55 57 64 -56, + c 49: -44 45 -55 -47, c 50: 48 51 58 -50, c 51: -48 -41 42, + c 52: 43 46 53 -45, c 53: -43 -37 38, c 54: -14 13 35 -42, + c 55: -40 39 44, c 56: -39 -31 30 37, c 57: -15 16 40 -36, + c 58: -33 32 34, c 59: -30 29 33, c 60: -29 -27 28, + c 61: -26 -23 25, c 62: -25 24 41 49, c 63: -24 -21 22, + c 64: -8 7 14 -22, c 65: -20 19 31, c 66: -12 11 15 -18, + c 67: -9 10 20 -16, c 68: -5 6 17 -13, c 69: -4 3 9 -11, + c 70: -2 1 5 -7; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: conductivity 40000000 0 permeability 1 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00175090295779787; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 70 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 } + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397448 1: + 0.0177123,-0.0082457 1,2 2: + 0,0 c 3, 0,1 c 1; + RGrid 0.00164996296322069,0.00164996296322069 0.785398163397448 1: + 0.0200395,0.0006061 1,2 2: + 0,0 c 2, 0,1 c 5; + RGrid 0.00164996296322069,0.00187878271761266 -0.785398163397448 1: + 0.0163776,0.001611 2,1 2: + 0,0 c 8, 1,0 c 4; + RGrid 0.00195684730625565,0.00164996296322069 -0.785398163397448 1: + 0.0163286,-0.006862 1,2 2: + 0,0 c 11, 0,1 c 6; + RGrid 0.00166168888888889,0.001639 0 1: + 0.0014224,-0.001667 9,2 18: + 0,0 c 52, 0,1 c 49, 1,0 c 45, 1,1 c 48, 2,0 c 44, + 2,1 c 41, 3,0 c 37, 3,1 c 40, 4,0 c 36, 4,1 c 31, + 5,0 c 27, 5,1 c 30, 6,0 c 23, 6,1 c 26, 7,0 c 22, + 7,1 c 19, 8,0 c 13, 8,1 c 18; + RGrid 0.0016508,0.001639 0 1: + 0.0014714,-0.006862 9,2 18: + 0,0 c 50, 0,1 c 47, 1,0 c 43, 1,1 c 46, 2,0 c 42, + 2,1 c 39, 3,0 c 38, 3,1 c 35, 4,0 c 33, 4,1 c 34, + 5,0 c 29, 5,1 c 32, 6,0 c 28, 6,1 c 25, 7,0 c 24, + 7,1 c 21, 8,0 c 17, 8,1 c 20; + RGrid 0.00164996296322069,0.00195684730625565 -0.785398163397448 1: + -0.0022457,-0.0059123 2,1 2: + 0,0 c 64, 1,0 c 54; + RGrid 0.00188755084169937,0.00164996296322069 -0.785398163397448 1: + -0.0022457,0.0006123 1,2 2: + 0,0 c 67, 0,1 c 57; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397448 1: + -0.0034124,0.001779 1,2 2: + 0,0 c 69, 0,1 c 66; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397448 1: + -0.0034124,-0.007079 2,1 2: + 0,0 c 70, 1,0 c 68; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 4 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 2 { 1 6 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 2 { 167 170 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 3 : ErefRA 2 { 4 12 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 4 : ErefRA 2 { 162 169 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 70 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 }; +# key "_edge_mesh" value "no" CrefRA 70 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 70 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 }; +# key "_strip_model" value "3" CrefRA 70 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 }; +# key "_tml_mesh" value "no" CrefRA 70 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 }; +# key "net" value "P1" CrefRA 34 { +# 1 3 6 7 11 14 15 16 17 20 +# 21 24 25 28 29 32 33 34 35 38 +# 39 42 43 46 47 50 51 54 61 62 +# 63 64 68 70 }; +# key "net" value "P2" CrefRA 34 { +# 1 3 6 7 11 14 15 16 17 20 +# 21 24 25 28 29 32 33 34 35 38 +# 39 42 43 46 47 50 51 54 61 62 +# 63 64 68 70 }; +# key "net" value "P3" CrefRA 36 { +# 2 4 5 8 9 10 12 13 18 19 +# 22 23 26 27 30 31 36 37 40 41 +# 44 45 48 49 52 53 55 56 57 58 +# 59 60 65 66 67 69 }; +# key "net" value "P4" CrefRA 36 { +# 2 4 5 8 9 10 12 13 18 19 +# 22 23 26 27 30 31 36 37 40 41 +# 44 45 48 49 52 53 55 56 57 58 +# 59 60 65 66 67 69 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mrp b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msb b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..15460b6 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msf b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..2a07110 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msh b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..5a3f7b4 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.msh @@ -0,0 +1,1469 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00175090295779787; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 206: + p 1: -0.0034124 -0.007079 0.00152, + p 2: -0.0034124 0.001779 0.00152, + p 3: -0.0022457 -0.0082457 0.00152, + p 4: -0.0022457 -0.0059123 0.00152, + p 5: -0.0022457 0.0006123 0.00152, + p 6: -0.0022457 0.0029457 0.00152, + p 7: -0.001079 -0.007079 0.00152, + p 8: -0.001079 0.001779 0.00152, + p 9: -0.001079 -0.0094124 0.00152, + p 10: -0.001079 0.0041124 0.00152, + p 11: -0.000911 -0.0007224 0.00152, + p 12: -0.000862 -0.0045286 0.00152, + p 13: 0 -0.0036666 0.00152, + p 14: 0 -0.003584 0.00152, + p 15: 0 -0.001667 0.00152, + p 16: 0 -0.0016334 0.00152, + p 17: 3.36e-05 -0.001667 0.00152, + p 18: 6.66e-05 -0.0017 0.00152, + p 19: 8.77e-05 -0.0082457 0.00152, + p 20: 8.77e-05 0.0029457 0.00152, + p 21: 9.96e-05 -0.001667 0.00152, + p 22: 0.0002557 0.0004443 0.00152, + p 23: 0.0003047 -0.0056953 0.00152, + p 24: 0.0014224 -2.79999999999999e-05 0.00152, + p 25: 0.0014224 -0.001667 0.00152, + p 26: 0.0014224 0.001611 0.00152, + p 27: 0.0014714 -0.005223 0.00152, + p 28: 0.0014714 -0.006862 0.00152, + p 29: 0.0014714 -0.003584 0.00152, + p 30: 0.00308408888888889 -0.001667 0.00152, + p 31: 0.00308408888888889 0.001611 0.00152, + p 32: 0.00308408888888889 -2.79999999999999e-05 0.00152, + p 33: 0.0031222 -0.006862 0.00152, + p 34: 0.0031222 -0.003584 0.00152, + p 35: 0.0031222 -0.005223 0.00152, + p 36: 0.00474577777777778 -2.79999999999999e-05 0.00152, + p 37: 0.00474577777777778 -0.001667 0.00152, + p 38: 0.00474577777777778 0.001611 0.00152, + p 39: 0.004773 -0.005223 0.00152, + p 40: 0.004773 -0.006862 0.00152, + p 41: 0.004773 -0.003584 0.00152, + p 42: 0.00640746666666667 -0.001667 0.00152, + p 43: 0.00640746666666667 0.001611 0.00152, + p 44: 0.00640746666666667 -2.79999999999999e-05 0.00152, + p 45: 0.0064238 -0.006862 0.00152, + p 46: 0.0064238 -0.003584 0.00152, + p 47: 0.0064238 -0.005223 0.00152, + p 48: 0.00806915555555555 -2.79999999999999e-05 0.00152, + p 49: 0.00806915555555555 -0.001667 0.00152, + p 50: 0.00806915555555555 0.001611 0.00152, + p 51: 0.0080746 -0.006862 0.00152, + p 52: 0.0080746 -0.003584 0.00152, + p 53: 0.0080746 -0.005223 0.00152, + p 54: 0.0097254 -0.005223 0.00152, + p 55: 0.0097254 -0.006862 0.00152, + p 56: 0.0097254 -0.003584 0.00152, + p 57: 0.00973084444444444 -0.001667 0.00152, + p 58: 0.00973084444444444 0.001611 0.00152, + p 59: 0.00973084444444445 -2.79999999999999e-05 0.00152, + p 60: 0.0113762 -0.005223 0.00152, + p 61: 0.0113762 -0.006862 0.00152, + p 62: 0.0113762 -0.003584 0.00152, + p 63: 0.0113925333333333 -2.79999999999999e-05 0.00152, + p 64: 0.0113925333333333 -0.001667 0.00152, + p 65: 0.0113925333333333 0.001611 0.00152, + p 66: 0.013027 -0.006862 0.00152, + p 67: 0.013027 -0.003584 0.00152, + p 68: 0.013027 -0.005223 0.00152, + p 69: 0.0130542222222222 -2.79999999999999e-05 0.00152, + p 70: 0.0130542222222222 -0.001667 0.00152, + p 71: 0.0130542222222222 0.001611 0.00152, + p 72: 0.0146778 -0.006862 0.00152, + p 73: 0.0146778 -0.003584 0.00152, + p 74: 0.0146778 -0.005223 0.00152, + p 75: 0.0147159111111111 -0.001667 0.00152, + p 76: 0.0147159111111111 0.001611 0.00152, + p 77: 0.0147159111111111 -2.79999999999999e-05 0.00152, + p 78: 0.0163286 -0.005223 0.00152, + p 79: 0.0163286 -0.006862 0.00152, + p 80: 0.0163286 -0.003584 0.00152, + p 81: 0.0163776 -2.79999999999999e-05 0.00152, + p 82: 0.0163776 -0.001667 0.00152, + p 83: 0.0163776 0.001611 0.00152, + p 84: 0.0174953 -0.0056953 0.00152, + p 85: 0.0175443 0.0004443 0.00152, + p 86: 0.017688 -0.001667 0.00152, + p 87: 0.0177061 0.0029395 0.00152, + p 88: 0.0177123 -0.0082457 0.00152, + p 89: 0.0177272 -0.0017062 0.00152, + p 90: 0.01774 -0.0036066 0.00152, + p 91: 0.01774 -0.003584 0.00152, + p 92: 0.018662 -0.0045286 0.00152, + p 93: 0.018711 -0.0007224 0.00152, + p 94: 0.0188728 0.0041062 0.00152, + p 95: 0.0188728 0.0017728 0.00152, + p 96: 0.018879 -0.007079 0.00152, + p 97: 0.018879 -0.0094124 0.00152, + p 98: 0.0200395 0.0006061 0.00152, + p 99: 0.0200395 0.0029395 0.00152, + p 100: 0.0200457 -0.0082457 0.00152, + p 101: 0.0200457 -0.0059123 0.00152, + p 102: 0.0212062 0.0017728 0.00152, + p 103: 0.0212124 -0.007079 0.00152, + p 104: 0.0200457 -0.0059123 0.001545, + p 105: 0.018879 -0.007079 0.001545, + p 106: 0.0200457 -0.0082457 0.001545, + p 107: 0.0212124 -0.007079 0.001545, + p 108: 0.0188728 0.0017728 0.001545, + p 109: 0.0200395 0.0006061 0.001545, + p 110: 0.0212062 0.0017728 0.001545, + p 111: 0.0200395 0.0029395 0.001545, + p 112: 0.0177123 -0.0082457 0.001545, + p 113: 0.018879 -0.0094124 0.001545, + p 114: 0.0175443 0.0004443 0.001545, + p 115: 0.018711 -0.0007224 0.001545, + p 116: 0.0177061 0.0029395 0.001545, + p 117: 0.0188728 0.0041062 0.001545, + p 118: 0.018662 -0.0045286 0.001545, + p 119: 0.0174953 -0.0056953 0.001545, + p 120: 0.01774 -0.0036066 0.001545, + p 121: 0.0163776 0.001611 0.001545, + p 122: 0.017688 -0.001667 0.001545, + p 123: 0.0177272 -0.0017062 0.001545, + p 124: 0.0163776 -2.79999999999999e-05 0.001545, + p 125: 0.0163776 -0.001667 0.001545, + p 126: 0.0163286 -0.006862 0.001545, + p 127: 0.0147159111111111 -2.79999999999999e-05 0.001545, + p 128: 0.0147159111111111 -0.001667 0.001545, + p 129: 0.01774 -0.003584 0.001545, + p 130: 0.0163286 -0.003584 0.001545, + p 131: 0.0163286 -0.005223 0.001545, + p 132: 0.0146778 -0.005223 0.001545, + p 133: 0.0146778 -0.006862 0.001545, + p 134: 0.0147159111111111 0.001611 0.001545, + p 135: 0.0130542222222222 0.001611 0.001545, + p 136: 0.0130542222222222 -2.79999999999999e-05 0.001545, + p 137: 0.0146778 -0.003584 0.001545, + p 138: 0.013027 -0.003584 0.001545, + p 139: 0.013027 -0.005223 0.001545, + p 140: 0.0130542222222222 -0.001667 0.001545, + p 141: 0.0113925333333333 -2.79999999999999e-05 0.001545, + p 142: 0.0113925333333333 -0.001667 0.001545, + p 143: 0.013027 -0.006862 0.001545, + p 144: 0.0113762 -0.003584 0.001545, + p 145: 0.0113762 -0.005223 0.001545, + p 146: 0.0113925333333333 0.001611 0.001545, + p 147: 0.00973084444444445 -2.79999999999999e-05 0.001545, + p 148: 0.00973084444444444 -0.001667 0.001545, + p 149: 0.0113762 -0.006862 0.001545, + p 150: 0.0097254 -0.005223 0.001545, + p 151: 0.0097254 -0.006862 0.001545, + p 152: 0.00973084444444444 0.001611 0.001545, + p 153: 0.00806915555555555 0.001611 0.001545, + p 154: 0.00806915555555555 -2.79999999999999e-05 0.001545, + p 155: 0.0097254 -0.003584 0.001545, + p 156: 0.0080746 -0.005223 0.001545, + p 157: 0.0080746 -0.006862 0.001545, + p 158: 0.0080746 -0.003584 0.001545, + p 159: 0.0064238 -0.003584 0.001545, + p 160: 0.0064238 -0.005223 0.001545, + p 161: 0.00806915555555555 -0.001667 0.001545, + p 162: 0.00640746666666667 -2.79999999999999e-05 0.001545, + p 163: 0.00640746666666667 -0.001667 0.001545, + p 164: 0.0064238 -0.006862 0.001545, + p 165: 0.004773 -0.003584 0.001545, + p 166: 0.004773 -0.005223 0.001545, + p 167: 0.00640746666666667 0.001611 0.001545, + p 168: 0.00474577777777778 0.001611 0.001545, + p 169: 0.00474577777777778 -2.79999999999999e-05 0.001545, + p 170: 0.004773 -0.006862 0.001545, + p 171: 0.0031222 -0.005223 0.001545, + p 172: 0.0031222 -0.006862 0.001545, + p 173: 0.00474577777777778 -0.001667 0.001545, + p 174: 0.00308408888888889 -2.79999999999999e-05 0.001545, + p 175: 0.00308408888888889 -0.001667 0.001545, + p 176: 0.0031222 -0.003584 0.001545, + p 177: 0.0014714 -0.003584 0.001545, + p 178: 0.0014714 -0.005223 0.001545, + p 179: 0.00308408888888889 0.001611 0.001545, + p 180: 0.0014224 0.001611 0.001545, + p 181: 0.0014224 -2.79999999999999e-05 0.001545, + p 182: 0.0014714 -0.006862 0.001545, + p 183: 0.0003047 -0.0056953 0.001545, + p 184: 0.0014224 -0.001667 0.001545, + p 185: 9.96e-05 -0.001667 0.001545, + p 186: -0.001079 -0.007079 0.001545, + p 187: 8.77e-05 -0.0082457 0.001545, + p 188: 0.0002557 0.0004443 0.001545, + p 189: 0 -0.0016334 0.001545, + p 190: 8.77e-05 0.0029457 0.001545, + p 191: -0.001079 0.001779 0.001545, + p 192: 3.36e-05 -0.001667 0.001545, + p 193: 6.66e-05 -0.0017 0.001545, + p 194: 0 -0.001667 0.001545, + p 195: 0 -0.003584 0.001545, + p 196: 0 -0.0036666 0.001545, + p 197: -0.000862 -0.0045286 0.001545, + p 198: -0.0022457 -0.0059123 0.001545, + p 199: -0.000911 -0.0007224 0.001545, + p 200: -0.001079 0.0041124 0.001545, + p 201: -0.0022457 0.0029457 0.001545, + p 202: -0.0022457 0.0006123 0.001545, + p 203: -0.0022457 -0.0082457 0.001545, + p 204: -0.001079 -0.0094124 0.001545, + p 205: -0.0034124 0.001779 0.001545, + p 206: -0.0034124 -0.007079 0.001545; +EdefIA 427: + s 1: 1 3, + s 2: 1 4, + s 3: 2 5, + s 4: 2 6, + s 5: 3 7, + s 6: 3 9, + s 7: 4 7, + s 8: 4 12, + s 9: 5 8, + s 10: 5 11, + s 11: 6 8, + s 12: 6 10, + s 13: 7 19, + s 14: 7 23, + s 15: 8 20, + s 16: 8 22, + s 17: 9 19, + s 18: 10 20, + s 19: 11 16, + s 20: 11 22, + s 21: 12 13, + s 22: 12 23, + s 23: 13 14, + s 24: 13 23, + s 25: 13 29, + s 26: 14 29, + s 27: 15 16, + s 28: 15 17, + s 29: 16 17, + s 30: 16 21, + s 31: 16 22, + s 32: 17 18, + s 33: 17 21, + s 34: 18 21, + s 35: 19 28, + s 36: 20 26, + s 37: 21 24, + s 38: 21 25, + s 39: 22 24, + s 40: 22 26, + s 41: 23 27, + s 42: 23 28, + s 43: 24 25, + s 44: 24 26, + s 45: 24 32, + s 46: 25 30, + s 47: 26 31, + s 48: 27 28, + s 49: 27 29, + s 50: 27 35, + s 51: 28 33, + s 52: 29 34, + s 53: 30 32, + s 54: 30 37, + s 55: 31 32, + s 56: 31 38, + s 57: 32 36, + s 58: 33 35, + s 59: 33 40, + s 60: 34 35, + s 61: 34 41, + s 62: 35 39, + s 63: 36 37, + s 64: 36 38, + s 65: 36 44, + s 66: 37 42, + s 67: 38 43, + s 68: 39 40, + s 69: 39 41, + s 70: 39 47, + s 71: 40 45, + s 72: 41 46, + s 73: 42 44, + s 74: 42 49, + s 75: 43 44, + s 76: 43 50, + s 77: 44 48, + s 78: 45 47, + s 79: 45 51, + s 80: 46 47, + s 81: 46 52, + s 82: 47 53, + s 83: 48 49, + s 84: 48 50, + s 85: 48 59, + s 86: 49 57, + s 87: 50 58, + s 88: 51 53, + s 89: 51 55, + s 90: 52 53, + s 91: 52 56, + s 92: 53 54, + s 93: 54 55, + s 94: 54 56, + s 95: 54 60, + s 96: 55 61, + s 97: 56 62, + s 98: 57 59, + s 99: 57 64, + s 100: 58 59, + s 101: 58 65, + s 102: 59 63, + s 103: 60 61, + s 104: 60 62, + s 105: 60 68, + s 106: 61 66, + s 107: 62 67, + s 108: 63 64, + s 109: 63 65, + s 110: 63 69, + s 111: 64 70, + s 112: 65 71, + s 113: 66 68, + s 114: 66 72, + s 115: 67 68, + s 116: 67 73, + s 117: 68 74, + s 118: 69 70, + s 119: 69 71, + s 120: 69 77, + s 121: 70 75, + s 122: 71 76, + s 123: 72 74, + s 124: 72 79, + s 125: 73 74, + s 126: 73 80, + s 127: 74 78, + s 128: 75 77, + s 129: 75 82, + s 130: 76 77, + s 131: 76 83, + s 132: 77 81, + s 133: 78 79, + s 134: 78 80, + s 135: 78 84, + s 136: 79 84, + s 137: 79 88, + s 138: 80 90, + s 139: 80 91, + s 140: 81 82, + s 141: 81 83, + s 142: 81 85, + s 143: 82 86, + s 144: 83 85, + s 145: 83 87, + s 146: 84 90, + s 147: 84 92, + s 148: 84 96, + s 149: 85 86, + s 150: 85 93, + s 151: 85 95, + s 152: 86 89, + s 153: 87 94, + s 154: 87 95, + s 155: 88 96, + s 156: 88 97, + s 157: 89 93, + s 158: 90 91, + s 159: 90 92, + s 160: 92 101, + s 161: 93 98, + s 162: 94 99, + s 163: 95 98, + s 164: 95 99, + s 165: 96 100, + s 166: 96 101, + s 167: 97 100, + s 168: 98 102, + s 169: 99 102, + s 170: 100 103, + s 171: 101 103, + s 172: 105 104, + s 173: 105 106, + s 174: 106 107, + s 175: 104 107, + s 176: 108 109, + s 177: 109 110, + s 178: 111 110, + s 179: 108 111, + s 180: 112 105, + s 181: 112 113, + s 182: 113 106, + s 183: 114 108, + s 184: 114 115, + s 185: 115 109, + s 186: 116 108, + s 187: 117 111, + s 188: 116 117, + s 189: 119 118, + s 190: 119 105, + s 191: 118 104, + s 192: 120 118, + s 193: 119 120, + s 194: 121 116, + s 195: 121 114, + s 196: 114 122, + s 197: 122 123, + s 198: 123 115, + s 199: 124 114, + s 200: 124 125, + s 201: 125 122, + s 202: 126 119, + s 203: 126 112, + s 204: 124 121, + s 205: 128 127, + s 206: 128 125, + s 207: 127 124, + s 208: 130 129, + s 209: 130 120, + s 210: 120 129, + s 211: 131 130, + s 212: 131 119, + s 213: 131 126, + s 214: 133 132, + s 215: 133 126, + s 216: 132 131, + s 217: 134 127, + s 218: 134 121, + s 219: 136 135, + s 220: 136 127, + s 221: 135 134, + s 222: 137 132, + s 223: 137 130, + s 224: 138 139, + s 225: 139 132, + s 226: 138 137, + s 227: 136 140, + s 228: 140 128, + s 229: 141 142, + s 230: 142 140, + s 231: 141 136, + s 232: 143 139, + s 233: 143 133, + s 234: 145 144, + s 235: 145 139, + s 236: 144 138, + s 237: 141 146, + s 238: 146 135, + s 239: 148 147, + s 240: 148 142, + s 241: 147 141, + s 242: 145 149, + s 243: 149 143, + s 244: 150 151, + s 245: 151 149, + s 246: 150 145, + s 247: 152 147, + s 248: 152 146, + s 249: 154 153, + s 250: 154 147, + s 251: 153 152, + s 252: 150 155, + s 253: 155 144, + s 254: 157 156, + s 255: 157 151, + s 256: 156 150, + s 257: 158 156, + s 258: 158 155, + s 259: 159 160, + s 260: 160 156, + s 261: 159 158, + s 262: 154 161, + s 263: 161 148, + s 264: 163 162, + s 265: 163 161, + s 266: 162 154, + s 267: 164 160, + s 268: 164 157, + s 269: 166 165, + s 270: 166 160, + s 271: 165 159, + s 272: 167 162, + s 273: 167 153, + s 274: 169 168, + s 275: 169 162, + s 276: 168 167, + s 277: 166 170, + s 278: 170 164, + s 279: 172 171, + s 280: 172 170, + s 281: 171 166, + s 282: 169 173, + s 283: 173 163, + s 284: 175 174, + s 285: 175 173, + s 286: 174 169, + s 287: 176 171, + s 288: 176 165, + s 289: 178 177, + s 290: 178 171, + s 291: 177 176, + s 292: 179 174, + s 293: 179 168, + s 294: 181 180, + s 295: 181 174, + s 296: 180 179, + s 297: 178 182, + s 298: 182 172, + s 299: 183 178, + s 300: 183 182, + s 301: 181 184, + s 302: 184 175, + s 303: 185 181, + s 304: 185 184, + s 305: 186 183, + s 306: 186 187, + s 307: 187 182, + s 308: 188 180, + s 309: 188 181, + s 310: 189 188, + s 311: 189 185, + s 312: 191 190, + s 313: 191 188, + s 314: 190 180, + s 315: 192 185, + s 316: 192 193, + s 317: 193 185, + s 318: 189 192, + s 319: 194 189, + s 320: 194 192, + s 321: 195 177, + s 322: 196 195, + s 323: 196 177, + s 324: 196 183, + s 325: 197 196, + s 326: 197 183, + s 327: 198 197, + s 328: 198 186, + s 329: 199 188, + s 330: 199 189, + s 331: 201 200, + s 332: 201 191, + s 333: 200 190, + s 334: 202 191, + s 335: 202 199, + s 336: 203 186, + s 337: 203 204, + s 338: 204 187, + s 339: 205 201, + s 340: 205 202, + s 341: 206 198, + s 342: 206 203, + s 343: 103 107, + s 344: 100 106, + s 345: 101 104, + s 346: 102 110, + s 347: 98 109, + s 348: 99 111, + s 349: 97 113, + s 350: 88 112, + s 351: 93 115, + s 352: 94 117, + s 353: 87 116, + s 354: 92 118, + s 355: 90 120, + s 356: 83 121, + s 357: 89 123, + s 358: 86 122, + s 359: 82 125, + s 360: 79 126, + s 361: 75 128, + s 362: 91 129, + s 363: 80 130, + s 364: 72 133, + s 365: 76 134, + s 366: 71 135, + s 367: 73 137, + s 368: 67 138, + s 369: 70 140, + s 370: 64 142, + s 371: 66 143, + s 372: 62 144, + s 373: 65 146, + s 374: 57 148, + s 375: 61 149, + s 376: 55 151, + s 377: 58 152, + s 378: 50 153, + s 379: 56 155, + s 380: 51 157, + s 381: 52 158, + s 382: 46 159, + s 383: 49 161, + s 384: 42 163, + s 385: 45 164, + s 386: 41 165, + s 387: 43 167, + s 388: 38 168, + s 389: 40 170, + s 390: 33 172, + s 391: 37 173, + s 392: 30 175, + s 393: 34 176, + s 394: 29 177, + s 395: 31 179, + s 396: 26 180, + s 397: 28 182, + s 398: 25 184, + s 399: 21 185, + s 400: 19 187, + s 401: 20 190, + s 402: 18 193, + s 403: 17 192, + s 404: 16 189, + s 405: 15 194, + s 406: 14 195, + s 407: 13 196, + s 408: 12 197, + s 409: 4 198, + s 410: 11 199, + s 411: 10 200, + s 412: 6 201, + s 413: 5 202, + s 414: 9 204, + s 415: 3 203, + s 416: 2 205, + s 417: 1 206, + s 418: 93 86, + s 419: 86 81, + s 420: 90 78, + s 421: 24 16, + s 422: 29 23, + s 423: 115 122, + s 424: 122 124, + s 425: 120 131, + s 426: 181 189, + s 427: 177 183; +CdefIA 225: + c 1: 165 170 -171 -166, + c 2: -164 163 168 -169, + c 3: 156 167 -165 -155, + c 4: 150 161 -163 -151, + c 5: -153 154 164 -162, + c 6: -147 148 166 -160, + c 7: -159 -146 147, + c 8: 144 151 -154 -145, + c 9: -150 149 -418, + c 10: -149 -142 -419, + c 11: -136 137 155 -148, + c 12: -144 -141 142, + c 13: -128 129 -140 -132, + c 14: -139 138 158, + c 15: -138 -134 -420, + c 16: -135 133 136, + c 17: -123 124 -133 -127, + c 18: 130 132 141 -131, + c 19: -119 120 -130 -122, + c 20: 125 127 134 -126, + c 21: 115 117 -125 -116, + c 22: 118 121 128 -120, + c 23: 108 111 -118 -110, + c 24: -113 114 123 -117, + c 25: -104 105 -115 -107, + c 26: -109 110 119 -112, + c 27: -98 99 -108 -102, + c 28: 103 106 113 -105, + c 29: 93 96 -103 -95, + c 30: 100 102 109 -101, + c 31: -84 85 -100 -87, + c 32: -94 95 104 -97, + c 33: -88 89 -93 -92, + c 34: 90 92 94 -91, + c 35: 80 82 -90 -81, + c 36: 83 86 98 -85, + c 37: -73 74 -83 -77, + c 38: -78 79 88 -82, + c 39: -69 70 -80 -72, + c 40: 75 77 84 -76, + c 41: -64 65 -75 -67, + c 42: 68 71 78 -70, + c 43: -58 59 -68 -62, + c 44: 63 66 73 -65, + c 45: -53 54 -63 -57, + c 46: 60 62 69 -61, + c 47: -49 50 -60 -52, + c 48: 55 57 64 -56, + c 49: -44 45 -55 -47, + c 50: 48 51 58 -50, + c 51: -48 -41 42, + c 52: 43 46 53 -45, + c 53: -43 -37 38, + c 54: 13 35 -42 -14, + c 55: -40 39 44, + c 56: -39 -31 -421, + c 57: -15 16 40 -36, + c 58: -33 32 34, + c 59: -30 29 33, + c 60: -29 -27 28, + c 61: -26 -23 25, + c 62: -25 24 -422, + c 63: -24 -21 22, + c 64: 7 14 -22 -8, + c 65: -20 19 31, + c 66: 11 15 -18 -12, + c 67: -9 10 20 -16, + c 68: -5 6 17 -13, + c 69: 3 9 -11 -4, + c 70: -2 1 5 -7, + c 71: 173 174 -175 -172, + c 72: -179 176 177 -178, + c 73: 181 182 -173 -180, + c 74: 184 185 -176 -183, + c 75: -188 186 179 -187, + c 76: -189 190 172 -191, + c 77: -192 -193 189, + c 78: 195 183 -186 -194, + c 79: -184 196 -423, + c 80: -196 -199 -424, + c 81: -202 203 180 -190, + c 82: -195 -204 199, + c 83: -205 206 -200 -207, + c 84: -208 209 210, + c 85: -209 -211 -425, + c 86: -212 213 202, + c 87: -214 215 -213 -216, + c 88: 217 207 204 -218, + c 89: -219 220 -217 -221, + c 90: 222 216 211 -223, + c 91: 224 225 -222 -226, + c 92: 227 228 205 -220, + c 93: 229 230 -227 -231, + c 94: -232 233 214 -225, + c 95: -234 235 -224 -236, + c 96: -237 231 219 -238, + c 97: -239 240 -229 -241, + c 98: 242 243 232 -235, + c 99: 244 245 -242 -246, + c 100: 247 241 237 -248, + c 101: -249 250 -247 -251, + c 102: -252 246 234 -253, + c 103: -254 255 -244 -256, + c 104: 257 256 252 -258, + c 105: 259 260 -257 -261, + c 106: 262 263 239 -250, + c 107: -264 265 -262 -266, + c 108: -267 268 254 -260, + c 109: -269 270 -259 -271, + c 110: 272 266 249 -273, + c 111: -274 275 -272 -276, + c 112: 277 278 267 -270, + c 113: -279 280 -277 -281, + c 114: 282 283 264 -275, + c 115: -284 285 -282 -286, + c 116: 287 281 269 -288, + c 117: -289 290 -287 -291, + c 118: 292 286 274 -293, + c 119: -294 295 -292 -296, + c 120: 297 298 279 -290, + c 121: -297 -299 300, + c 122: 301 302 284 -295, + c 123: -301 -303 304, + c 124: 306 307 -300 -305, + c 125: -308 309 294, + c 126: -309 -310 -426, + c 127: -312 313 308 -314, + c 128: -315 316 317, + c 129: -311 318 315, + c 130: -318 -319 320, + c 131: -321 -322 323, + c 132: -323 324 -427, + c 133: -324 -325 326, + c 134: 328 305 -326 -327, + c 135: -329 330 310, + c 136: 332 312 -333 -331, + c 137: -334 335 329 -313, + c 138: -336 337 338 -306, + c 139: 340 334 -332 -339, + c 140: -341 342 336 -328, + c 141: 170 343 -174 -344, + c 142: 171 343 -175 -345, + c 143: 168 346 -177 -347, + c 144: 169 346 -178 -348, + c 145: 156 349 -181 -350, + c 146: 167 344 -182 -349, + c 147: 161 347 -185 -351, + c 148: 162 348 -187 -352, + c 149: 153 352 -188 -353, + c 150: 160 345 -191 -354, + c 151: 159 354 -192 -355, + c 152: 145 353 -194 -356, + c 153: 152 357 -197 -358, + c 154: 157 351 -198 -357, + c 155: 143 358 -201 -359, + c 156: 137 350 -203 -360, + c 157: 129 359 -206 -361, + c 158: 139 362 -208 -363, + c 159: 158 362 -210 -355, + c 160: 124 360 -215 -364, + c 161: 131 356 -218 -365, + c 162: 122 365 -221 -366, + c 163: 126 363 -223 -367, + c 164: 116 367 -226 -368, + c 165: 121 361 -228 -369, + c 166: 111 369 -230 -370, + c 167: 114 364 -233 -371, + c 168: 107 368 -236 -372, + c 169: 112 366 -238 -373, + c 170: 99 370 -240 -374, + c 171: 106 371 -243 -375, + c 172: 96 375 -245 -376, + c 173: 101 373 -248 -377, + c 174: 87 377 -251 -378, + c 175: 97 372 -253 -379, + c 176: 89 376 -255 -380, + c 177: 91 379 -258 -381, + c 178: 81 381 -261 -382, + c 179: 86 374 -263 -383, + c 180: 74 383 -265 -384, + c 181: 79 380 -268 -385, + c 182: 72 382 -271 -386, + c 183: 76 378 -273 -387, + c 184: 67 387 -276 -388, + c 185: 71 385 -278 -389, + c 186: 59 389 -280 -390, + c 187: 66 384 -283 -391, + c 188: 54 391 -285 -392, + c 189: 61 386 -288 -393, + c 190: 52 393 -291 -394, + c 191: 56 388 -293 -395, + c 192: 47 395 -296 -396, + c 193: 51 390 -298 -397, + c 194: 46 392 -302 -398, + c 195: 38 398 -304 -399, + c 196: 35 397 -307 -400, + c 197: 36 396 -314 -401, + c 198: 32 402 -316 -403, + c 199: 34 399 -317 -402, + c 200: 27 404 -319 -405, + c 201: 28 403 -320 -405, + c 202: 26 394 -321 -406, + c 203: 23 406 -322 -407, + c 204: 21 407 -325 -408, + c 205: 8 408 -327 -409, + c 206: 19 404 -330 -410, + c 207: 12 411 -331 -412, + c 208: 18 401 -333 -411, + c 209: 10 410 -335 -413, + c 210: 6 414 -337 -415, + c 211: 17 400 -338 -414, + c 212: 4 412 -339 -416, + c 213: 3 413 -340 -416, + c 214: 2 409 -341 -417, + c 215: 1 415 -342 -417, + c 216: 152 157 418, + c 217: 140 143 419, + c 218: 135 146 420, + c 219: 30 37 421, + c 220: 41 49 422, + c 221: 197 198 423, + c 222: 200 201 424, + c 223: 212 193 425, + c 224: 311 303 426, + c 225: 299 289 427; +Overlap: + ErefRA 173 { + 1 4 6 12 162 167 169 170 2 3 + 8 10 17 18 19 21 23 26 27 28 + 32 34 35 36 38 46 47 51 52 54 + 56 59 61 66 67 71 72 74 76 79 + 81 86 87 89 91 96 97 99 101 106 + 107 111 112 114 116 121 122 124 126 129 + 131 137 139 143 145 152 153 156 157 158 + 159 160 161 168 171 342 339 337 331 187 + 182 178 174 341 340 327 335 338 333 330 + 325 322 321 319 320 316 317 307 314 304 + 302 296 298 291 285 293 280 288 283 276 + 278 271 265 273 268 261 263 251 255 258 + 245 253 240 248 243 236 230 238 233 226 + 228 221 215 223 206 218 203 208 201 194 + 197 188 181 198 210 192 191 185 177 175 + 343 344 346 348 349 352 411 412 414 415 + 416 417 355 356 357 358 362 397 399 402 + 403 405 406 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 75 { + 1 2 3 4 5 6 7 8 9 216 10 217 + 11 12 13 14 15 218 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 219 57 58 59 60 + 61 62 220 63 64 65 66 67 68 69 70 } + RGrid 0.00164996296322069,0.00164996296322069 0.785398163397449 1: + 0.018879,-0.0094124 2,1 2: + 0,0 c 3, 1,0 c 1; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397449 1: + 0.0177061,0.0029395 2,1 2: + 1,0 c 2, 0,0 c 5; + RGrid 0.00187878271761266,0.00164996296322069 0.785398163397449 1: + 0.018711,-0.000722399999999999 1,2 2: + 0,1 c 8, 0,0 c 4; + RGrid 0.00195684730625565,0.00164996296322069 -0.785398163397448 1: + 0.0163286,-0.006862 1,2 2: + 0,0 c 11, 0,1 c 6; + RGrid 0.00166168888888889,0.001639 0 1: + 0.0014224,-0.001667 9,2 18: + 0,0 c 52, 0,1 c 49, 1,0 c 45, 1,1 c 48, 2,0 c 44, + 2,1 c 41, 3,0 c 37, 3,1 c 40, 4,0 c 36, 4,1 c 31, + 5,0 c 27, 5,1 c 30, 6,0 c 23, 6,1 c 26, 7,0 c 22, + 7,1 c 19, 8,0 c 13, 8,1 c 18; + RGrid 0.0016508,0.001639 0 1: + 0.0014714,-0.006862 9,2 18: + 0,0 c 50, 0,1 c 47, 1,0 c 43, 1,1 c 46, 2,0 c 42, + 2,1 c 39, 3,0 c 38, 3,1 c 35, 4,0 c 33, 4,1 c 34, + 5,0 c 29, 5,1 c 32, 6,0 c 28, 6,1 c 25, 7,0 c 24, + 7,1 c 21, 8,0 c 17, 8,1 c 20; + RGrid 0.00195684730625565,0.00164996296322069 0.785398163397449 1: + 8.77e-05,-0.0082457 1,2 2: + 0,1 c 64, 0,0 c 54; + RGrid 0.00188755084169937,0.00164996296322069 -0.785398163397448 1: + -0.0022457,0.0006123 1,2 2: + 0,0 c 67, 0,1 c 57; + RGrid 0.00164996296322069,0.00164996296322069 0.785398163397449 1: + -0.0022457,0.000612300000000001 2,1 2: + 0,0 c 69, 1,0 c 66; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397448 1: + -0.0034124,-0.007079 2,1 2: + 0,0 c 70, 1,0 c 68; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 75 { + 71 72 73 74 75 76 77 78 79 221 80 222 + 81 82 83 84 85 223 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 224 127 128 129 130 + 131 132 225 133 134 135 136 137 138 139 140 } + RGrid 0.00164996296322069,0.00164996296322069 0.785398163397449 1: + 0.018879,-0.0094124 2,1 2: + 0,0 c 73, 1,0 c 71; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397449 1: + 0.0177061,0.0029395 2,1 2: + 1,0 c 72, 0,0 c 75; + RGrid 0.00187878271761266,0.00164996296322069 0.785398163397449 1: + 0.018711,-0.000722399999999999 1,2 2: + 0,1 c 78, 0,0 c 74; + RGrid 0.00195684730625565,0.00164996296322069 -0.785398163397448 1: + 0.0163286,-0.006862 1,2 2: + 0,0 c 81, 0,1 c 76; + RGrid 0.00166168888888889,0.001639 0 1: + 0.0014224,-0.001667 9,2 18: + 0,0 c 122, 0,1 c 119, 1,0 c 115, 1,1 c 118, 2,0 c 114, + 2,1 c 111, 3,0 c 107, 3,1 c 110, 4,0 c 106, 4,1 c 101, + 5,0 c 97, 5,1 c 100, 6,0 c 93, 6,1 c 96, 7,0 c 92, + 7,1 c 89, 8,0 c 83, 8,1 c 88; + RGrid 0.0016508,0.001639 0 1: + 0.0014714,-0.006862 9,2 18: + 0,0 c 120, 0,1 c 117, 1,0 c 113, 1,1 c 116, 2,0 c 112, + 2,1 c 109, 3,0 c 108, 3,1 c 105, 4,0 c 103, 4,1 c 104, + 5,0 c 99, 5,1 c 102, 6,0 c 98, 6,1 c 95, 7,0 c 94, + 7,1 c 91, 8,0 c 87, 8,1 c 90; + RGrid 0.00195684730625565,0.00164996296322069 0.785398163397449 1: + 8.77e-05,-0.0082457 1,2 2: + 0,1 c 134, 0,0 c 124; + RGrid 0.00188755084169937,0.00164996296322069 -0.785398163397448 1: + -0.0022457,0.0006123 1,2 2: + 0,0 c 137, 0,1 c 127; + RGrid 0.00164996296322069,0.00164996296322069 0.785398163397449 1: + -0.0022457,0.000612300000000001 2,1 2: + 0,0 c 139, 1,0 c 136; + RGrid 0.00164996296322069,0.00164996296322069 -0.785398163397448 1: + -0.0034124,-0.007079 2,1 2: + 0,0 c 140, 1,0 c 138; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 75 { + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 183 184 185 186 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 210 + 211 212 213 214 215 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 435: + b 1: -1 e 3 c 1, e 2 c 6; + b 2: -1 e 0 c 1, e 2 c 3; + b 3: -1 e 1 c 1, e 0 c 141; + b 4: -1 e 2 c 1, e 0 c 142; + b 5: -1 e 0 c 6, e 2 c 7; + b 6: -1 e 1 c 6, e 3 c 11; + b 7: -1 e 3 c 6, e 0 c 150; + b 8: -1 e 0 c 7, e 0 c 151; + b 9: -1 e 1 c 7, e 1 c 218; + b 10: -1 e 3 c 150, e 1 c 151; + b 11: -1 e 0 c 77, e 2 c 151; + b 12: -1 e 3 c 151, e 3 c 159; + b 13: -1 e 3 c 142, e 1 c 150; + b 14: -1 e 3 c 76, e 2 c 150; + b 15: -1 e 1 c 141, e 1 c 142; + b 16: -1 e 2 c 71, e 2 c 142; + b 17: -1 e 1 c 71, e 2 c 141; + b 18: -1 e 3 c 141, e 1 c 146; + b 19: -1 e 3 c 71, e 2 c 76; + b 20: -1 e 0 c 71, e 2 c 73; + b 21: -1 e 0 c 76, e 2 c 77; + b 22: -1 e 1 c 76, e 3 c 81; + b 23: -1 e 1 c 77, e 1 c 223; + b 24: -1 e 1 c 84, e 0 c 85; + b 25: -1 e 1 c 85, e 2 c 90; + b 26: -1 e 0 c 223, e 0 c 86; + b 27: -1 e 0 c 84, e 2 c 158; + b 28: -1 e 2 c 84, e 2 c 159; + b 29: -1 e 0 c 14, e 0 c 158; + b 30: -1 e 1 c 158, e 1 c 159; + b 31: -1 e 3 c 158, e 1 c 163; + b 32: -1 e 1 c 14, e 0 c 15; + b 33: -1 e 2 c 14, e 0 c 159; + b 34: -1 e 1 c 15, e 2 c 20; + b 35: -1 e 0 c 218, e 0 c 16; + b 36: -1 e 0 c 20, e 2 c 21; + b 37: -1 e 3 c 17, e 1 c 20; + b 38: -1 e 3 c 20, e 0 c 163; + b 39: -1 e 0 c 21, e 2 c 25; + b 40: -1 e 1 c 21, e 3 c 24; + b 41: -1 e 3 c 21, e 0 c 164; + b 42: -1 e 0 c 25, e 2 c 32; + b 43: -1 e 1 c 25, e 3 c 28; + b 44: -1 e 3 c 25, e 0 c 168; + b 45: -1 e 0 c 32, e 2 c 34; + b 46: -1 e 3 c 29, e 1 c 32; + b 47: -1 e 3 c 32, e 0 c 175; + b 48: -1 e 0 c 34, e 2 c 35; + b 49: -1 e 3 c 33, e 1 c 34; + b 50: -1 e 3 c 34, e 0 c 177; + b 51: -1 e 0 c 35, e 2 c 39; + b 52: -1 e 1 c 35, e 3 c 38; + b 53: -1 e 3 c 35, e 0 c 178; + b 54: -1 e 0 c 39, e 2 c 46; + b 55: -1 e 1 c 39, e 3 c 42; + b 56: -1 e 3 c 39, e 0 c 182; + b 57: -1 e 0 c 46, e 2 c 47; + b 58: -1 e 3 c 43, e 1 c 46; + b 59: -1 e 3 c 46, e 0 c 189; + b 60: -1 e 0 c 47, e 1 c 220; + b 61: -1 e 1 c 47, e 3 c 50; + b 62: -1 e 3 c 47, e 0 c 190; + b 63: -1 e 2 c 61, e 0 c 62; + b 64: -1 e 1 c 62, e 0 c 63; + b 65: -1 e 1 c 51, e 0 c 220; + b 66: -1 e 0 c 61, e 0 c 202; + b 67: -1 e 1 c 61, e 0 c 203; + b 68: -1 e 3 c 190, e 1 c 202; + b 69: -1 e 0 c 131, e 2 c 202; + b 70: -1 e 3 c 202, e 1 c 203; + b 71: -1 e 3 c 189, e 1 c 190; + b 72: -1 e 3 c 117, e 2 c 190; + b 73: -1 e 3 c 182, e 1 c 189; + b 74: -1 e 3 c 116, e 2 c 189; + b 75: -1 e 3 c 178, e 1 c 182; + b 76: -1 e 3 c 109, e 2 c 182; + b 77: -1 e 3 c 177, e 1 c 178; + b 78: -1 e 3 c 105, e 2 c 178; + b 79: -1 e 3 c 175, e 1 c 177; + b 80: -1 e 3 c 104, e 2 c 177; + b 81: -1 e 3 c 168, e 1 c 175; + b 82: -1 e 3 c 102, e 2 c 175; + b 83: -1 e 3 c 164, e 1 c 168; + b 84: -1 e 3 c 95, e 2 c 168; + b 85: -1 e 3 c 163, e 1 c 164; + b 86: -1 e 3 c 91, e 2 c 164; + b 87: -1 e 3 c 90, e 2 c 163; + b 88: -1 e 0 c 90, e 2 c 91; + b 89: -1 e 3 c 87, e 1 c 90; + b 90: -1 e 0 c 91, e 2 c 95; + b 91: -1 e 1 c 91, e 3 c 94; + b 92: -1 e 0 c 95, e 2 c 102; + b 93: -1 e 1 c 95, e 3 c 98; + b 94: -1 e 0 c 102, e 2 c 104; + b 95: -1 e 3 c 99, e 1 c 102; + b 96: -1 e 0 c 104, e 2 c 105; + b 97: -1 e 3 c 103, e 1 c 104; + b 98: -1 e 0 c 105, e 2 c 109; + b 99: -1 e 1 c 105, e 3 c 108; + b 100: -1 e 0 c 109, e 2 c 116; + b 101: -1 e 1 c 109, e 3 c 112; + b 102: -1 e 0 c 116, e 2 c 117; + b 103: -1 e 3 c 113, e 1 c 116; + b 104: -1 e 0 c 117, e 1 c 225; + b 105: -1 e 1 c 117, e 3 c 120; + b 106: -1 e 2 c 131, e 0 c 132; + b 107: -1 e 1 c 132, e 0 c 133; + b 108: -1 e 1 c 121, e 0 c 225; + b 109: -1 e 1 c 131, e 2 c 203; + b 110: -1 e 3 c 203, e 1 c 204; + b 111: -1 e 1 c 63, e 0 c 204; + b 112: -1 e 1 c 133, e 2 c 204; + b 113: -1 e 3 c 204, e 1 c 205; + b 114: -1 e 2 c 63, e 2 c 64; + b 115: -1 e 3 c 64, e 0 c 205; + b 116: -1 e 0 c 64, e 3 c 70; + b 117: -1 e 3 c 54, e 1 c 64; + b 118: -1 e 3 c 134, e 2 c 205; + b 119: -1 e 3 c 205, e 1 c 214; + b 120: -1 e 0 c 134, e 3 c 140; + b 121: -1 e 3 c 124, e 1 c 134; + b 122: -1 e 2 c 133, e 2 c 134; + b 123: -1 e 0 c 140, e 2 c 214; + b 124: -1 e 1 c 140, e 2 c 215; + b 125: -1 e 0 c 138, e 2 c 140; + b 126: -1 e 0 c 70, e 0 c 214; + b 127: -1 e 3 c 214, e 3 c 215; + b 128: -1 e 1 c 70, e 0 c 215; + b 129: -1 e 0 c 68, e 2 c 70; + b 130: -1 e 3 c 210, e 1 c 215; + b 131: -1 e 1 c 68, e 0 c 210; + b 132: -1 e 1 c 210, e 3 c 211; + b 133: -1 e 1 c 138, e 2 c 210; + b 134: -1 e 2 c 68, e 0 c 211; + b 135: -1 e 0 c 54, e 3 c 68; + b 136: -1 e 3 c 196, e 1 c 211; + b 137: -1 e 2 c 138, e 2 c 211; + b 138: -1 e 1 c 54, e 0 c 196; + b 139: -1 e 3 c 193, e 1 c 196; + b 140: -1 e 1 c 124, e 2 c 196; + b 141: -1 e 2 c 51, e 2 c 54; + b 142: -1 e 0 c 50, e 0 c 51; + b 143: -1 e 1 c 50, e 0 c 193; + b 144: -1 e 0 c 43, e 2 c 50; + b 145: -1 e 3 c 186, e 1 c 193; + b 146: -1 e 1 c 120, e 2 c 193; + b 147: -1 e 1 c 43, e 0 c 186; + b 148: -1 e 3 c 185, e 1 c 186; + b 149: -1 e 1 c 113, e 2 c 186; + b 150: -1 e 0 c 42, e 2 c 43; + b 151: -1 e 1 c 42, e 0 c 185; + b 152: -1 e 0 c 38, e 2 c 42; + b 153: -1 e 3 c 181, e 1 c 185; + b 154: -1 e 1 c 112, e 2 c 185; + b 155: -1 e 1 c 38, e 0 c 181; + b 156: -1 e 3 c 176, e 1 c 181; + b 157: -1 e 1 c 108, e 2 c 181; + b 158: -1 e 0 c 33, e 2 c 38; + b 159: -1 e 1 c 33, e 0 c 176; + b 160: -1 e 0 c 29, e 2 c 33; + b 161: -1 e 3 c 172, e 1 c 176; + b 162: -1 e 1 c 103, e 2 c 176; + b 163: -1 e 1 c 29, e 0 c 172; + b 164: -1 e 3 c 171, e 1 c 172; + b 165: -1 e 1 c 99, e 2 c 172; + b 166: -1 e 0 c 28, e 2 c 29; + b 167: -1 e 1 c 28, e 0 c 171; + b 168: -1 e 0 c 24, e 2 c 28; + b 169: -1 e 3 c 167, e 1 c 171; + b 170: -1 e 1 c 98, e 2 c 171; + b 171: -1 e 1 c 24, e 0 c 167; + b 172: -1 e 3 c 160, e 1 c 167; + b 173: -1 e 1 c 94, e 2 c 167; + b 174: -1 e 0 c 17, e 2 c 24; + b 175: -1 e 1 c 17, e 0 c 160; + b 176: -1 e 1 c 16, e 2 c 17; + b 177: -1 e 3 c 156, e 1 c 160; + b 178: -1 e 1 c 87, e 2 c 160; + b 179: -1 e 1 c 11, e 0 c 156; + b 180: -1 e 3 c 145, e 1 c 156; + b 181: -1 e 1 c 81, e 2 c 156; + b 182: -1 e 0 c 11, e 2 c 16; + b 183: -1 e 3 c 3, e 2 c 11; + b 184: -1 e 0 c 3, e 0 c 145; + b 185: -1 e 1 c 3, e 0 c 146; + b 186: -1 e 1 c 145, e 3 c 146; + b 187: -1 e 0 c 73, e 2 c 145; + b 188: -1 e 1 c 73, e 2 c 146; + b 189: -1 e 3 c 73, e 2 c 81; + b 190: -1 e 0 c 81, e 2 c 86; + b 191: -1 e 1 c 86, e 2 c 87; + b 192: -1 e 0 c 87, e 2 c 94; + b 193: -1 e 0 c 94, e 2 c 98; + b 194: -1 e 0 c 98, e 2 c 99; + b 195: -1 e 0 c 99, e 2 c 103; + b 196: -1 e 0 c 103, e 2 c 108; + b 197: -1 e 0 c 108, e 2 c 112; + b 198: -1 e 0 c 112, e 2 c 113; + b 199: -1 e 0 c 113, e 2 c 120; + b 200: -1 e 0 c 120, e 0 c 121; + b 201: -1 e 2 c 121, e 2 c 124; + b 202: -1 e 0 c 124, e 3 c 138; + b 203: -1 e 1 c 2, e 2 c 4; + b 204: -1 e 2 c 2, e 0 c 143; + b 205: -1 e 3 c 2, e 0 c 144; + b 206: -1 e 0 c 2, e 2 c 5; + b 207: -1 e 3 c 4, e 1 c 8; + b 208: -1 e 0 c 4, e 0 c 9; + b 209: -1 e 1 c 4, e 0 c 147; + b 210: -1 e 3 c 8, e 0 c 152; + b 211: -1 e 0 c 8, e 0 c 12; + b 212: -1 e 1 c 5, e 2 c 8; + b 213: -1 e 3 c 149, e 1 c 152; + b 214: -1 e 3 c 78, e 2 c 152; + b 215: -1 e 3 c 152, e 1 c 161; + b 216: -1 e 0 c 5, e 0 c 149; + b 217: -1 e 3 c 148, e 1 c 149; + b 218: -1 e 0 c 75, e 2 c 149; + b 219: -1 e 3 c 5, e 0 c 148; + b 220: -1 e 3 c 144, e 1 c 148; + b 221: -1 e 3 c 75, e 2 c 148; + b 222: -1 e 1 c 143, e 1 c 144; + b 223: -1 e 3 c 72, e 2 c 144; + b 224: -1 e 2 c 72, e 2 c 143; + b 225: -1 e 3 c 143, e 1 c 147; + b 226: -1 e 1 c 72, e 2 c 74; + b 227: -1 e 0 c 72, e 2 c 75; + b 228: -1 e 3 c 74, e 1 c 78; + b 229: -1 e 0 c 74, e 0 c 79; + b 230: -1 e 1 c 74, e 2 c 147; + b 231: -1 e 0 c 78, e 0 c 82; + b 232: -1 e 1 c 75, e 2 c 78; + b 233: -1 e 1 c 82, e 2 c 88; + b 234: -1 e 1 c 80, e 2 c 82; + b 235: -1 e 0 c 88, e 2 c 89; + b 236: -1 e 3 c 83, e 1 c 88; + b 237: -1 e 3 c 88, e 2 c 161; + b 238: -1 e 0 c 89, e 2 c 96; + b 239: -1 e 1 c 89, e 3 c 92; + b 240: -1 e 3 c 89, e 2 c 162; + b 241: -1 e 0 c 96, e 2 c 100; + b 242: -1 e 3 c 93, e 1 c 96; + b 243: -1 e 3 c 96, e 2 c 169; + b 244: -1 e 0 c 100, e 2 c 101; + b 245: -1 e 3 c 97, e 1 c 100; + b 246: -1 e 3 c 100, e 2 c 173; + b 247: -1 e 0 c 101, e 2 c 110; + b 248: -1 e 1 c 101, e 3 c 106; + b 249: -1 e 3 c 101, e 2 c 174; + b 250: -1 e 0 c 110, e 2 c 111; + b 251: -1 e 3 c 107, e 1 c 110; + b 252: -1 e 3 c 110, e 2 c 183; + b 253: -1 e 0 c 111, e 2 c 118; + b 254: -1 e 1 c 111, e 3 c 114; + b 255: -1 e 3 c 111, e 2 c 184; + b 256: -1 e 0 c 118, e 2 c 119; + b 257: -1 e 3 c 115, e 1 c 118; + b 258: -1 e 3 c 118, e 2 c 191; + b 259: -1 e 0 c 119, e 2 c 125; + b 260: -1 e 1 c 119, e 3 c 122; + b 261: -1 e 3 c 119, e 2 c 192; + b 262: -1 e 0 c 125, e 2 c 127; + b 263: -1 e 1 c 125, e 0 c 126; + b 264: -1 e 0 c 127, e 1 c 136; + b 265: -1 e 1 c 127, e 3 c 137; + b 266: -1 e 3 c 127, e 2 c 197; + b 267: -1 e 3 c 136, e 2 c 207; + b 268: -1 e 0 c 136, e 2 c 139; + b 269: -1 e 2 c 136, e 2 c 208; + b 270: -1 e 3 c 66, e 0 c 207; + b 271: -1 e 1 c 207, e 3 c 208; + b 272: -1 e 3 c 207, e 1 c 212; + b 273: -1 e 0 c 66, e 2 c 69; + b 274: -1 e 0 c 57, e 1 c 66; + b 275: -1 e 2 c 66, e 0 c 208; + b 276: -1 e 3 c 69, e 0 c 212; + b 277: -1 e 0 c 69, e 0 c 213; + b 278: -1 e 0 c 67, e 1 c 69; + b 279: -1 e 3 c 139, e 2 c 212; + b 280: -1 e 3 c 212, e 3 c 213; + b 281: -1 e 0 c 139, e 2 c 213; + b 282: -1 e 0 c 137, e 1 c 139; + b 283: -1 e 3 c 209, e 1 c 213; + b 284: -1 e 1 c 67, e 0 c 209; + b 285: -1 e 3 c 206, e 1 c 209; + b 286: -1 e 1 c 137, e 2 c 209; + b 287: -1 e 0 c 65, e 2 c 67; + b 288: -1 e 1 c 57, e 3 c 67; + b 289: -1 e 1 c 65, e 0 c 206; + b 290: -1 e 1 c 56, e 2 c 65; + b 291: -1 e 1 c 200, e 1 c 206; + b 292: -1 e 1 c 135, e 2 c 206; + b 293: -1 e 1 c 60, e 0 c 200; + b 294: -1 e 1 c 130, e 2 c 200; + b 295: -1 e 3 c 200, e 3 c 201; + b 296: -1 e 1 c 59, e 0 c 60; + b 297: -1 e 2 c 60, e 0 c 201; + b 298: -1 e 0 c 219, e 0 c 59; + b 299: -1 e 0 c 58, e 2 c 59; + b 300: -1 e 1 c 55, e 0 c 56; + b 301: -1 e 1 c 53, e 1 c 219; + b 302: -1 e 0 c 55, e 2 c 57; + b 303: -1 e 0 c 49, e 2 c 55; + b 304: -1 e 3 c 57, e 0 c 197; + b 305: -1 e 3 c 192, e 1 c 197; + b 306: -1 e 3 c 197, e 1 c 208; + b 307: -1 e 3 c 49, e 0 c 192; + b 308: -1 e 3 c 191, e 1 c 192; + b 309: -1 e 1 c 49, e 3 c 52; + b 310: -1 e 0 c 48, e 2 c 49; + b 311: -1 e 0 c 52, e 0 c 53; + b 312: -1 e 1 c 52, e 0 c 194; + b 313: -1 e 0 c 45, e 2 c 52; + b 314: -1 e 2 c 53, e 0 c 195; + b 315: -1 e 3 c 194, e 1 c 195; + b 316: -1 e 2 c 123, e 2 c 195; + b 317: -1 e 3 c 195, e 1 c 199; + b 318: -1 e 3 c 188, e 1 c 194; + b 319: -1 e 1 c 122, e 2 c 194; + b 320: -1 e 1 c 45, e 0 c 188; + b 321: -1 e 3 c 187, e 1 c 188; + b 322: -1 e 1 c 115, e 2 c 188; + b 323: -1 e 0 c 44, e 2 c 45; + b 324: -1 e 3 c 45, e 1 c 48; + b 325: -1 e 1 c 44, e 0 c 187; + b 326: -1 e 0 c 37, e 2 c 44; + b 327: -1 e 1 c 41, e 3 c 44; + b 328: -1 e 3 c 180, e 1 c 187; + b 329: -1 e 1 c 114, e 2 c 187; + b 330: -1 e 1 c 37, e 0 c 180; + b 331: -1 e 3 c 179, e 1 c 180; + b 332: -1 e 1 c 107, e 2 c 180; + b 333: -1 e 0 c 36, e 2 c 37; + b 334: -1 e 3 c 37, e 1 c 40; + b 335: -1 e 1 c 36, e 0 c 179; + b 336: -1 e 0 c 27, e 2 c 36; + b 337: -1 e 1 c 31, e 3 c 36; + b 338: -1 e 3 c 170, e 1 c 179; + b 339: -1 e 1 c 106, e 2 c 179; + b 340: -1 e 1 c 27, e 0 c 170; + b 341: -1 e 3 c 166, e 1 c 170; + b 342: -1 e 1 c 97, e 2 c 170; + b 343: -1 e 0 c 23, e 2 c 27; + b 344: -1 e 3 c 27, e 1 c 30; + b 345: -1 e 1 c 23, e 0 c 166; + b 346: -1 e 0 c 22, e 2 c 23; + b 347: -1 e 3 c 23, e 1 c 26; + b 348: -1 e 3 c 165, e 1 c 166; + b 349: -1 e 1 c 93, e 2 c 166; + b 350: -1 e 1 c 22, e 0 c 165; + b 351: -1 e 3 c 157, e 1 c 165; + b 352: -1 e 1 c 92, e 2 c 165; + b 353: -1 e 0 c 13, e 2 c 22; + b 354: -1 e 1 c 19, e 3 c 22; + b 355: -1 e 1 c 13, e 0 c 157; + b 356: -1 e 0 c 217, e 2 c 13; + b 357: -1 e 3 c 13, e 1 c 18; + b 358: -1 e 3 c 155, e 1 c 157; + b 359: -1 e 1 c 83, e 2 c 157; + b 360: -1 e 1 c 217, e 0 c 155; + b 361: -1 e 3 c 153, e 1 c 155; + b 362: -1 e 1 c 222, e 2 c 155; + b 363: -1 e 1 c 9, e 0 c 10; + b 364: -1 e 1 c 10, e 2 c 12; + b 365: -1 e 0 c 216, e 0 c 153; + b 366: -1 e 1 c 216, e 0 c 154; + b 367: -1 e 1 c 153, e 3 c 154; + b 368: -1 e 0 c 221, e 2 c 153; + b 369: -1 e 3 c 147, e 1 c 154; + b 370: -1 e 1 c 221, e 2 c 154; + b 371: -1 e 1 c 79, e 0 c 80; + b 372: -1 e 0 c 222, e 2 c 83; + b 373: -1 e 0 c 83, e 2 c 92; + b 374: -1 e 0 c 92, e 2 c 93; + b 375: -1 e 0 c 93, e 2 c 97; + b 376: -1 e 0 c 97, e 2 c 106; + b 377: -1 e 0 c 106, e 2 c 107; + b 378: -1 e 0 c 107, e 2 c 114; + b 379: -1 e 0 c 114, e 2 c 115; + b 380: -1 e 0 c 115, e 2 c 122; + b 381: -1 e 0 c 122, e 0 c 123; + b 382: -1 e 1 c 123, e 1 c 224; + b 383: -1 e 1 c 126, e 2 c 135; + b 384: -1 e 0 c 224, e 0 c 129; + b 385: -1 e 0 c 135, e 2 c 137; + b 386: -1 e 1 c 129, e 0 c 130; + b 387: -1 e 0 c 128, e 2 c 129; + b 388: -1 e 2 c 130, e 2 c 201; + b 389: -1 e 3 c 198, e 1 c 201; + b 390: -1 e 1 c 58, e 0 c 198; + b 391: -1 e 1 c 198, e 3 c 199; + b 392: -1 e 1 c 128, e 2 c 198; + b 393: -1 e 2 c 58, e 0 c 199; + b 394: -1 e 2 c 128, e 2 c 199; + b 395: -1 e 1 c 12, e 2 c 18; + b 396: -1 e 0 c 18, e 2 c 19; + b 397: -1 e 3 c 18, e 0 c 161; + b 398: -1 e 0 c 19, e 2 c 26; + b 399: -1 e 3 c 19, e 0 c 162; + b 400: -1 e 0 c 26, e 2 c 30; + b 401: -1 e 3 c 26, e 0 c 169; + b 402: -1 e 0 c 30, e 2 c 31; + b 403: -1 e 3 c 30, e 0 c 173; + b 404: -1 e 0 c 31, e 2 c 40; + b 405: -1 e 3 c 31, e 0 c 174; + b 406: -1 e 0 c 40, e 2 c 41; + b 407: -1 e 3 c 40, e 0 c 183; + b 408: -1 e 0 c 41, e 2 c 48; + b 409: -1 e 3 c 41, e 0 c 184; + b 410: -1 e 3 c 48, e 0 c 191; + b 411: -1 e 3 c 184, e 1 c 191; + b 412: -1 e 3 c 183, e 1 c 184; + b 413: -1 e 3 c 174, e 1 c 183; + b 414: -1 e 3 c 173, e 1 c 174; + b 415: -1 e 3 c 169, e 1 c 173; + b 416: -1 e 3 c 162, e 1 c 169; + b 417: -1 e 3 c 161, e 1 c 162; + b 418: e 0 c 215; + b 419: e 0 c 210; + b 420: e 0 c 146; + b 421: e 0 c 141; + b 422: e 0 c 207; + b 423: e 0 c 212; + b 424: e 0 c 144; + b 425: e 0 c 148; + b 426: -1 e 2 c 9, e 2 c 216; + b 427: -1 e 2 c 10, e 2 c 217; + b 428: -1 e 2 c 15, e 2 c 218; + b 429: -1 e 2 c 56, e 2 c 219; + b 430: -1 e 2 c 62, e 2 c 220; + b 431: -1 e 2 c 79, e 2 c 221; + b 432: -1 e 2 c 80, e 2 c 222; + b 433: -1 e 2 c 85, e 2 c 223; + b 434: -1 e 2 c 126, e 2 c 224; + b 435: -1 e 2 c 132, e 2 c 225; +; +PdefRA 4 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 2 { 1 6 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 2 { 167 170 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 3 : ErefRA 2 { 12 4 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 4 : ErefRA 2 { 169 162 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..06b3759 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\MyLab2_wrk\simulation\MyLab2_lib\cell_3\layout\emSetup_MoM"; +# simTag "M250929224602"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\MyLab2_wrk\data"; +DS_NAME "cell_3_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ovm b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..4a2761d --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,1063 @@ +OVM ASCII +Vertices +206 +-0.0034124 -0.007079 0.00152 +-0.0034124 0.001779 0.00152 +-0.0022457 -0.0082457 0.00152 +-0.0022457 -0.0059123 0.00152 +-0.0022457 0.0006123 0.00152 +-0.0022457 0.0029457 0.00152 +-0.001079 -0.007079 0.00152 +-0.001079 0.001779 0.00152 +-0.001079 -0.0094124 0.00152 +-0.001079 0.0041124 0.00152 +-0.000911 -0.0007224 0.00152 +-0.000862 -0.0045286 0.00152 +0 -0.0036666 0.00152 +0 -0.003584 0.00152 +0 -0.001667 0.00152 +0 -0.0016334 0.00152 +3.36e-05 -0.001667 0.00152 +6.660000000000001e-05 -0.0017 0.00152 +8.77e-05 -0.0082457 0.00152 +8.77e-05 0.0029457 0.00152 +9.96e-05 -0.001667 0.00152 +0.0002557 0.0004443 0.00152 +0.0003047 -0.0056953 0.00152 +0.0014224 -2.79999999999999e-05 0.00152 +0.0014224 -0.001667 0.00152 +0.0014224 0.001611 0.00152 +0.0014714 -0.005223 0.00152 +0.0014714 -0.006862 0.00152 +0.0014714 -0.003584 0.00152 +0.00308408888888889 -0.001667 0.00152 +0.00308408888888889 0.001611 0.00152 +0.00308408888888889 -2.79999999999999e-05 0.00152 +0.0031222 -0.006862 0.00152 +0.0031222 -0.003584 0.00152 +0.0031222 -0.005223 0.00152 +0.00474577777777778 -2.79999999999999e-05 0.00152 +0.00474577777777778 -0.001667 0.00152 +0.00474577777777778 0.001611 0.00152 +0.004773 -0.005223 0.00152 +0.004773 -0.006862 0.00152 +0.004773 -0.003584 0.00152 +0.00640746666666667 -0.001667 0.00152 +0.00640746666666667 0.001611 0.00152 +0.00640746666666667 -2.79999999999999e-05 0.00152 +0.0064238 -0.006862 0.00152 +0.0064238 -0.003584 0.00152 +0.0064238 -0.005223 0.00152 +0.008069155555555549 -2.79999999999999e-05 0.00152 +0.008069155555555549 -0.001667 0.00152 +0.008069155555555549 0.001611 0.00152 +0.008074599999999999 -0.006862 0.00152 +0.008074599999999999 -0.003584 0.00152 +0.008074599999999999 -0.005223 0.00152 +0.0097254 -0.005223 0.00152 +0.0097254 -0.006862 0.00152 +0.0097254 -0.003584 0.00152 +0.00973084444444444 -0.001667 0.00152 +0.00973084444444444 0.001611 0.00152 +0.009730844444444451 -2.79999999999999e-05 0.00152 +0.0113762 -0.005223 0.00152 +0.0113762 -0.006862 0.00152 +0.0113762 -0.003584 0.00152 +0.0113925333333333 -2.79999999999999e-05 0.00152 +0.0113925333333333 -0.001667 0.00152 +0.0113925333333333 0.001611 0.00152 +0.013027 -0.006862 0.00152 +0.013027 -0.003584 0.00152 +0.013027 -0.005223 0.00152 +0.0130542222222222 -2.79999999999999e-05 0.00152 +0.0130542222222222 -0.001667 0.00152 +0.0130542222222222 0.001611 0.00152 +0.0146778 -0.006862 0.00152 +0.0146778 -0.003584 0.00152 +0.0146778 -0.005223 0.00152 +0.0147159111111111 -0.001667 0.00152 +0.0147159111111111 0.001611 0.00152 +0.0147159111111111 -2.79999999999999e-05 0.00152 +0.0163286 -0.005223 0.00152 +0.0163286 -0.006862 0.00152 +0.0163286 -0.003584 0.00152 +0.0163776 -2.79999999999999e-05 0.00152 +0.0163776 -0.001667 0.00152 +0.0163776 0.001611 0.00152 +0.0174953 -0.0056953 0.00152 +0.0175443 0.0004443 0.00152 +0.017688 -0.001667 0.00152 +0.0177061 0.0029395 0.00152 +0.0177123 -0.0082457 0.00152 +0.0177272 -0.0017062 0.00152 +0.01774 -0.0036066 0.00152 +0.01774 -0.003584 0.00152 +0.018662 -0.0045286 0.00152 +0.018711 -0.0007224 0.00152 +0.0188728 0.0041062 0.00152 +0.0188728 0.0017728 0.00152 +0.018879 -0.007079 0.00152 +0.018879 -0.0094124 0.00152 +0.0200395 0.0006061 0.00152 +0.0200395 0.0029395 0.00152 +0.0200457 -0.0082457 0.00152 +0.0200457 -0.0059123 0.00152 +0.0212062 0.0017728 0.00152 +0.0212124 -0.007079 0.00152 +0.0200457 -0.0059123 0.001545 +0.018879 -0.007079 0.001545 +0.0200457 -0.0082457 0.001545 +0.0212124 -0.007079 0.001545 +0.0188728 0.0017728 0.001545 +0.0200395 0.0006061 0.001545 +0.0212062 0.0017728 0.001545 +0.0200395 0.0029395 0.001545 +0.0177123 -0.0082457 0.001545 +0.018879 -0.0094124 0.001545 +0.0175443 0.0004443 0.001545 +0.018711 -0.0007224 0.001545 +0.0177061 0.0029395 0.001545 +0.0188728 0.0041062 0.001545 +0.018662 -0.0045286 0.001545 +0.0174953 -0.0056953 0.001545 +0.01774 -0.0036066 0.001545 +0.0163776 0.001611 0.001545 +0.017688 -0.001667 0.001545 +0.0177272 -0.0017062 0.001545 +0.0163776 -2.79999999999999e-05 0.001545 +0.0163776 -0.001667 0.001545 +0.0163286 -0.006862 0.001545 +0.0147159111111111 -2.79999999999999e-05 0.001545 +0.0147159111111111 -0.001667 0.001545 +0.01774 -0.003584 0.001545 +0.0163286 -0.003584 0.001545 +0.0163286 -0.005223 0.001545 +0.0146778 -0.005223 0.001545 +0.0146778 -0.006862 0.001545 +0.0147159111111111 0.001611 0.001545 +0.0130542222222222 0.001611 0.001545 +0.0130542222222222 -2.79999999999999e-05 0.001545 +0.0146778 -0.003584 0.001545 +0.013027 -0.003584 0.001545 +0.013027 -0.005223 0.001545 +0.0130542222222222 -0.001667 0.001545 +0.0113925333333333 -2.79999999999999e-05 0.001545 +0.0113925333333333 -0.001667 0.001545 +0.013027 -0.006862 0.001545 +0.0113762 -0.003584 0.001545 +0.0113762 -0.005223 0.001545 +0.0113925333333333 0.001611 0.001545 +0.009730844444444451 -2.79999999999999e-05 0.001545 +0.00973084444444444 -0.001667 0.001545 +0.0113762 -0.006862 0.001545 +0.0097254 -0.005223 0.001545 +0.0097254 -0.006862 0.001545 +0.00973084444444444 0.001611 0.001545 +0.008069155555555549 0.001611 0.001545 +0.008069155555555549 -2.79999999999999e-05 0.001545 +0.0097254 -0.003584 0.001545 +0.008074599999999999 -0.005223 0.001545 +0.008074599999999999 -0.006862 0.001545 +0.008074599999999999 -0.003584 0.001545 +0.0064238 -0.003584 0.001545 +0.0064238 -0.005223 0.001545 +0.008069155555555549 -0.001667 0.001545 +0.00640746666666667 -2.79999999999999e-05 0.001545 +0.00640746666666667 -0.001667 0.001545 +0.0064238 -0.006862 0.001545 +0.004773 -0.003584 0.001545 +0.004773 -0.005223 0.001545 +0.00640746666666667 0.001611 0.001545 +0.00474577777777778 0.001611 0.001545 +0.00474577777777778 -2.79999999999999e-05 0.001545 +0.004773 -0.006862 0.001545 +0.0031222 -0.005223 0.001545 +0.0031222 -0.006862 0.001545 +0.00474577777777778 -0.001667 0.001545 +0.00308408888888889 -2.79999999999999e-05 0.001545 +0.00308408888888889 -0.001667 0.001545 +0.0031222 -0.003584 0.001545 +0.0014714 -0.003584 0.001545 +0.0014714 -0.005223 0.001545 +0.00308408888888889 0.001611 0.001545 +0.0014224 0.001611 0.001545 +0.0014224 -2.79999999999999e-05 0.001545 +0.0014714 -0.006862 0.001545 +0.0003047 -0.0056953 0.001545 +0.0014224 -0.001667 0.001545 +9.96e-05 -0.001667 0.001545 +-0.001079 -0.007079 0.001545 +8.77e-05 -0.0082457 0.001545 +0.0002557 0.0004443 0.001545 +0 -0.0016334 0.001545 +8.77e-05 0.0029457 0.001545 +-0.001079 0.001779 0.001545 +3.36e-05 -0.001667 0.001545 +6.660000000000001e-05 -0.0017 0.001545 +0 -0.001667 0.001545 +0 -0.003584 0.001545 +0 -0.0036666 0.001545 +-0.000862 -0.0045286 0.001545 +-0.0022457 -0.0059123 0.001545 +-0.000911 -0.0007224 0.001545 +-0.001079 0.0041124 0.001545 +-0.0022457 0.0029457 0.001545 +-0.0022457 0.0006123 0.001545 +-0.0022457 -0.0082457 0.001545 +-0.001079 -0.0094124 0.001545 +-0.0034124 0.001779 0.001545 +-0.0034124 -0.007079 0.001545 +Edges +417 +0 2 +0 3 +1 4 +1 5 +2 6 +2 8 +3 6 +3 11 +4 7 +4 10 +5 7 +5 9 +6 18 +6 22 +7 19 +7 21 +8 18 +9 19 +10 15 +10 21 +11 12 +11 22 +12 13 +12 22 +12 28 +13 28 +14 15 +14 16 +15 16 +15 20 +15 21 +16 17 +16 20 +17 20 +18 27 +19 25 +20 23 +20 24 +21 23 +21 25 +22 26 +22 27 +23 24 +23 25 +23 31 +24 29 +25 30 +26 27 +26 28 +26 34 +27 32 +28 33 +29 31 +29 36 +30 31 +30 37 +31 35 +32 34 +32 39 +33 34 +33 40 +34 38 +35 36 +35 37 +35 43 +36 41 +37 42 +38 39 +38 40 +38 46 +39 44 +40 45 +41 43 +41 48 +42 43 +42 49 +43 47 +44 46 +44 50 +45 46 +45 51 +46 52 +47 48 +47 49 +47 58 +48 56 +49 57 +50 52 +50 54 +51 52 +51 55 +52 53 +53 54 +53 55 +53 59 +54 60 +55 61 +56 58 +56 63 +57 58 +57 64 +58 62 +59 60 +59 61 +59 67 +60 65 +61 66 +62 63 +62 64 +62 68 +63 69 +64 70 +65 67 +65 71 +66 67 +66 72 +67 73 +68 69 +68 70 +68 76 +69 74 +70 75 +71 73 +71 78 +72 73 +72 79 +73 77 +74 76 +74 81 +75 76 +75 82 +76 80 +77 78 +77 79 +77 83 +78 83 +78 87 +79 89 +79 90 +80 81 +80 82 +80 84 +81 85 +82 84 +82 86 +83 89 +83 91 +83 95 +84 85 +84 92 +84 94 +85 88 +86 93 +86 94 +87 95 +87 96 +88 92 +89 90 +89 91 +91 100 +92 97 +93 98 +94 97 +94 98 +95 99 +95 100 +96 99 +97 101 +98 101 +99 102 +100 102 +104 103 +104 105 +105 106 +103 106 +107 108 +108 109 +110 109 +107 110 +111 104 +111 112 +112 105 +113 107 +113 114 +114 108 +115 107 +116 110 +115 116 +118 117 +118 104 +117 103 +119 117 +118 119 +120 115 +120 113 +113 121 +121 122 +122 114 +123 113 +123 124 +124 121 +125 118 +125 111 +123 120 +127 126 +127 124 +126 123 +129 128 +129 119 +119 128 +130 129 +130 118 +130 125 +132 131 +132 125 +131 130 +133 126 +133 120 +135 134 +135 126 +134 133 +136 131 +136 129 +137 138 +138 131 +137 136 +135 139 +139 127 +140 141 +141 139 +140 135 +142 138 +142 132 +144 143 +144 138 +143 137 +140 145 +145 134 +147 146 +147 141 +146 140 +144 148 +148 142 +149 150 +150 148 +149 144 +151 146 +151 145 +153 152 +153 146 +152 151 +149 154 +154 143 +156 155 +156 150 +155 149 +157 155 +157 154 +158 159 +159 155 +158 157 +153 160 +160 147 +162 161 +162 160 +161 153 +163 159 +163 156 +165 164 +165 159 +164 158 +166 161 +166 152 +168 167 +168 161 +167 166 +165 169 +169 163 +171 170 +171 169 +170 165 +168 172 +172 162 +174 173 +174 172 +173 168 +175 170 +175 164 +177 176 +177 170 +176 175 +178 173 +178 167 +180 179 +180 173 +179 178 +177 181 +181 171 +182 177 +182 181 +180 183 +183 174 +184 180 +184 183 +185 182 +185 186 +186 181 +187 179 +187 180 +188 187 +188 184 +190 189 +190 187 +189 179 +191 184 +191 192 +192 184 +188 191 +193 188 +193 191 +194 176 +195 194 +195 176 +195 182 +196 195 +196 182 +197 196 +197 185 +198 187 +198 188 +200 199 +200 190 +199 189 +201 190 +201 198 +202 185 +202 203 +203 186 +204 200 +204 201 +205 197 +205 202 +102 106 +99 105 +100 103 +101 109 +97 108 +98 110 +96 112 +87 111 +92 114 +93 116 +86 115 +91 117 +89 119 +82 120 +88 122 +85 121 +81 124 +78 125 +74 127 +90 128 +79 129 +71 132 +75 133 +70 134 +72 136 +66 137 +69 139 +63 141 +65 142 +61 143 +64 145 +56 147 +60 148 +54 150 +57 151 +49 152 +55 154 +50 156 +51 157 +45 158 +48 160 +41 162 +44 163 +40 164 +42 166 +37 167 +39 169 +32 171 +36 172 +29 174 +33 175 +28 176 +30 178 +25 179 +27 181 +24 183 +20 184 +18 186 +19 189 +17 192 +16 191 +15 188 +14 193 +13 194 +12 195 +11 196 +3 197 +10 198 +9 199 +5 200 +4 201 +8 203 +2 202 +1 204 +0 205 +Faces +215 +4 331 328 338 341 +4 324 334 337 327 +4 309 310 332 329 +4 301 298 320 325 +4 306 326 323 305 +4 293 294 330 319 +3 317 291 292 +4 289 286 300 307 +4 299 296 302 312 +4 297 283 278 284 +4 271 272 308 295 +3 287 281 282 +4 255 256 279 263 +3 277 274 314 +4 275 267 268 290 +3 269 264 270 +4 245 246 265 253 +4 258 262 280 261 +4 237 238 259 243 +4 248 252 266 251 +4 228 232 249 231 +4 234 240 254 239 +4 214 220 235 219 +4 225 226 244 233 +4 207 208 229 213 +4 217 218 236 223 +4 195 196 215 203 +4 204 210 224 209 +4 184 190 205 189 +4 198 202 216 201 +4 167 168 199 173 +4 187 188 206 193 +4 175 176 185 183 +4 178 182 186 181 +4 158 162 179 161 +4 164 170 194 169 +4 145 146 165 153 +4 155 156 174 163 +4 137 138 159 143 +4 148 152 166 151 +4 127 128 149 133 +4 134 140 154 139 +4 115 116 135 123 +4 124 130 144 129 +4 105 106 125 113 +4 118 122 136 121 +4 97 98 119 103 +4 108 112 126 111 +4 87 88 109 93 +4 94 100 114 99 +3 95 81 82 +4 84 90 104 89 +3 85 73 74 +4 27 24 68 83 +3 79 76 86 +4 77 61 58 72 +4 29 30 78 71 +3 65 62 66 +3 59 56 64 +3 57 53 54 +3 51 45 48 +4 49 46 80 96 +3 47 41 42 +4 15 12 26 43 +3 39 36 60 +4 23 20 28 35 +4 17 18 38 31 +4 9 10 32 25 +4 7 4 16 21 +4 3 0 8 13 +4 343 344 346 349 +4 350 352 355 357 +4 359 360 362 345 +4 365 366 368 351 +4 370 356 373 375 +4 377 378 342 381 +3 383 385 376 +4 387 388 364 371 +4 367 390 392 394 +4 391 397 398 400 +4 403 404 358 379 +3 389 407 396 +4 409 410 399 413 +3 415 416 418 +4 417 421 422 384 +3 423 424 402 +4 427 428 425 431 +4 432 412 406 435 +4 437 438 433 441 +4 442 430 420 445 +4 446 448 443 451 +4 452 454 408 439 +4 456 458 453 461 +4 463 464 426 449 +4 467 468 447 471 +4 473 460 436 475 +4 477 478 457 481 +4 482 484 462 469 +4 486 488 483 491 +4 492 480 472 495 +4 497 498 493 501 +4 503 490 466 505 +4 507 508 487 511 +4 512 510 502 515 +4 516 518 513 521 +4 522 524 476 499 +4 527 528 523 531 +4 533 534 506 519 +4 537 538 517 541 +4 542 530 496 545 +4 547 548 543 551 +4 552 554 532 539 +4 557 558 553 561 +4 562 564 526 549 +4 567 568 563 571 +4 572 560 536 575 +4 577 578 573 581 +4 582 570 546 585 +4 587 588 583 591 +4 592 594 556 579 +3 593 597 598 +4 600 602 566 589 +3 601 605 606 +4 609 610 612 599 +3 615 616 586 +4 617 619 620 604 +4 623 624 614 627 +3 629 630 632 +3 621 634 628 +3 635 637 638 +3 641 643 644 +4 645 646 596 576 +3 647 649 650 +4 653 654 608 651 +3 657 658 618 +4 661 662 622 665 +4 667 668 656 625 +4 671 672 674 611 +4 677 678 666 663 +4 681 682 670 655 +4 338 684 347 687 +4 340 684 349 689 +4 334 690 353 693 +4 336 690 355 695 +4 310 696 361 699 +4 332 686 363 697 +4 320 692 369 701 +4 322 694 373 703 +4 304 702 375 705 +4 318 688 381 707 +4 316 706 383 709 +4 288 704 387 711 +4 302 712 393 715 +4 312 700 395 713 +4 284 714 401 717 +4 272 698 405 719 +4 256 716 411 721 +4 276 722 415 725 +4 314 722 419 709 +4 246 718 429 727 +4 260 710 435 729 +4 242 728 441 731 +4 250 724 445 733 +4 230 732 451 735 +4 240 720 455 737 +4 220 736 459 739 +4 226 726 465 741 +4 212 734 471 743 +4 222 730 475 745 +4 196 738 479 747 +4 210 740 485 749 +4 190 748 489 751 +4 200 744 495 753 +4 172 752 501 755 +4 192 742 505 757 +4 176 750 509 759 +4 180 756 515 761 +4 160 760 521 763 +4 170 746 525 765 +4 146 764 529 767 +4 156 758 535 769 +4 142 762 541 771 +4 150 754 545 773 +4 132 772 551 775 +4 140 768 555 777 +4 116 776 559 779 +4 130 766 565 781 +4 106 780 569 783 +4 120 770 575 785 +4 102 784 581 787 +4 110 774 585 789 +4 92 788 591 791 +4 100 778 595 793 +4 90 782 603 795 +4 74 794 607 797 +4 68 792 613 799 +4 70 790 627 801 +4 62 802 631 805 +4 66 796 633 803 +4 52 806 637 809 +4 54 804 639 809 +4 50 786 641 811 +4 44 810 643 813 +4 40 812 649 815 +4 14 814 653 817 +4 36 806 659 819 +4 22 820 661 823 +4 34 800 665 821 +4 18 818 669 825 +4 10 826 673 829 +4 32 798 675 827 +4 6 822 677 831 +4 4 824 679 831 +4 2 816 681 833 +4 0 828 683 833 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.params b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..8363559 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.params @@ -0,0 +1,2 @@ + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.pin b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..9900467 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.pin @@ -0,0 +1,60 @@ + + + + + P1 + P1 + + + 1 + -1 + + -0.0022457 + -0.0082457 + + + + + + P2 + P2 + + + 1 + -1 + + 0.0200457 + -0.0082457 + + + + + + P3 + P3 + + + 1 + -1 + + -0.0022457 + 0.0029457 + + + + + + P4 + P4 + + + 1 + -1 + + 0.0200395 + 0.0029395 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.plan b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..439cffe --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.prt @@ -0,0 +1,47 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + P2 + P2 + + 50 + 0 + + + + + P3 + P3 + + 50 + 0 + + + + + P4 + P4 + + 50 + 0 + + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.psz b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..15632fb Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qas b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..03e9fea --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.039681 +mesh_extrusion_duration_seconds 0.011492 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.023419 +mesh_meshing_duration_seconds 0.068103 +solve_input_processing_duration_seconds 0.029446 +solve_db_initialization_duration_seconds 0.005507 +solve_port_solver_duration_seconds 0.003007 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.002 +solve_mesh_reduction_duration_seconds 0.009489 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.065383 +solve_first_solve_duration_seconds 0.008101 +solve_first_misc_duration_seconds 0.048041 +solve_sweep_load_duration_seconds 0.354427 +solve_sweep_solve_duration_seconds 0.01915 +solve_sweep_misc_duration_seconds 0.188535 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.187137 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.313669 +solve_flow_first_frequency_duration_seconds 0.121525 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 0.562112 +solve_flow_duration_seconds 0.875781 +solve_sweep_load_duration_per_frequency_seconds 0.0708854 +solve_sweep_solve_duration_per_frequency_seconds 0.00383 +solve_sweep_misc_duration_per_frequency_seconds 0.037707 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.1124224 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.0708854 +solve_flow_frequency_independent_duration_seconds 0.2012466 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 14745600 +mesh_peak_rss_memory_bytes 38440960 +mesh_page_fault_count 10838 +solve_peak_page_memory_bytes 78888960 +solve_peak_rss_memory_bytes 94822400 +solve_page_fault_count 64367 +maximal_peak_page_memory_bytes 78888960 +maximal_peak_rss_memory_bytes 94822400 +total_page_fault_count 75205 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 13 +rectangle_count 52 +quad_count 5 +via_count 0 +matrix_size 425 +reduced_matrix_size 397 +frequency_count 6 +solve_peak_memory_estimate_bytes 5036102.4 +total_cell_count 70 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qry b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..48e7ea4 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Mon Sep 29 22:46:03 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sab b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..7cf3318 Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sam b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..a96e999 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sam @@ -0,0 +1,10 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 6 +1.000000e+09 +1.666667e+09 +2.333333e+09 +3.666667e+09 +4.333333e+09 +5.000000e+09 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sio b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..935c84f Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sst b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..fe56680 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 34.61 MB + Virtual memory : 14.06 MB + Page faults : 10177 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sta b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..231eb86 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sta @@ -0,0 +1,100 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Mon Sep 29 22:46:03 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 52 + Quadrangular cells : 5 + Triangular cells : 13 + Via cells : 0 + + Edge currents : 104 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 33.69 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.04 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 6.49 + + Matrix size : 425 + Reduced matrix size : 397 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.09 + Basis creation | 0: 0: 0 | 0: 0: 0 | 6.40 + Matrix load | 0: 0: 0 | 0: 0: 0 | 35.89 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 5.82 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.31 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 1.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.69 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 1 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 6 + + Physical memory : 90.43 MB + Virtual memory : 75.23 MB + Page faults : 64376 + User Time : 0h 0m 3s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sti b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.stm b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..abd7c5a --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Mon Sep 29 22:46:03 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 13 + Rectangular cells : 52 + Non-rectangular quadrilateral cells : 5 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 36.66 MB + Virtual memory : 14.06 MB + Page faults : 10837 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sub b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.toi b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..adc75f3 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.toi @@ -0,0 +1,15 @@ + + + + P1 + + + P2 + + + P3 + + + P4 + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.txb b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..5b5037c Binary files /dev/null and b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_a b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..c6c0c39 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_a @@ -0,0 +1,25 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,-1.6670 17.7400,-1.6670 17.7400,1.6110 0.0000,1.6110; +ADD P1 :W0.000000 0.0000,-6.8620 17.7400,-6.8620 17.7400,-3.5840 0.0000,-3.5840; +ADD P1 :W0.000000 17.7400,1.6500 17.7000,1.6500 17.7000,-1.6500 17.7400,-1.6500; + BEGIN_ASSOC + ADD N1 :F1.000000 :R0 :T12345 'net=P4' 0.00, 0.00; + END_ASSOC +ADD P1 :W0.000000 17.7272,-1.7062 21.2062,1.7728 18.8728,4.1062 15.3938,0.6272; + BEGIN_ASSOC + ADD N1 :F1.000000 :R0 :T12345 'net=P4' 0.00, 0.00; + END_ASSOC +ADD P1 :W0.000000 2.4000,0.6334 -1.0790,4.1124 -3.4124,1.7790 0.0666,-1.7000; + BEGIN_ASSOC + ADD N1 :F1.000000 :R0 :T12345 'net=P3' 0.00, 0.00; + END_ASSOC +ADD P1 :W0.000000 0.0666,-3.6000 -3.4124,-7.0790 -1.0790,-9.4124 2.4000,-5.9334; + BEGIN_ASSOC + ADD N1 :F1.000000 :R0 :T12345 'net=P1' 0.00, 0.00; + END_ASSOC +ADD P1 :W0.000000 15.4000,-5.9334 18.8790,-9.4124 21.2124,-7.0790 17.7334,-3.6000; + BEGIN_ASSOC + ADD N1 :F1.000000 :R0 :T12345 'net=P2' 0.00, 0.00; + END_ASSOC +SAVE; diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_geo.csv b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..9f0761e --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,35 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,1 +0.008913,0 +0.011220,0 +0.014125,2 +0.017783,9 +0.022387,1 +0.028184,1 +0.035481,8 +0.044668,10 +0.056234,3 +0.070795,4 +0.089125,0 +0.112202,0 diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_out.prt b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..d5ac2ea --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,37 @@ + + + + + P1 + P1 + + 50 + 0 + + + + P2 + P2 + + 50 + 0 + + + + P3 + P3 + + 50 + 0 + + + + P4 + P4 + + 50 + 0 + + + + diff --git a/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_t3D.opt b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab2_wrk/simulation/MyLab2_lib/cell_3/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab2_wrk/substrates/sub0000.ndx b/MyLab2_wrk/substrates/sub0000.ndx new file mode 100644 index 0000000..de2b32a --- /dev/null +++ b/MyLab2_wrk/substrates/sub0000.ndx @@ -0,0 +1,3 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Mon Sep 29 22:46:03 2025 + diff --git a/MyLab2_wrk/tmp_schematic.slm b/MyLab2_wrk/tmp_schematic.slm new file mode 100644 index 0000000..d1a472b --- /dev/null +++ b/MyLab2_wrk/tmp_schematic.slm @@ -0,0 +1,13 @@ +VERSION 100 +UNIT mm +SUBNAME +TOP 0 0 0 0 +BOTTOM 0 1 0 0 +SUB0 AIR 1 1 0 1 1 0 -1 0.00152 0.00152 1 0 0 +SUB1 Subst_1 1 3.66 0.003 1 1 0 1.52 0 0.00152 2 0 4 +MET1 cond 0.00152 1 2 2 4e+07 0.025 Siemens/m mm 1 0.025 mm +MET2 cond2 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET3 diel2 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET4 hole 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET5 resi 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET6 bond 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm diff --git a/MyLab2_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 b/MyLab2_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab2_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab2_wrk/verification/EmPpMsgs/dveJobInfo.dat b/MyLab2_wrk/verification/EmPpMsgs/dveJobInfo.dat new file mode 100644 index 0000000..ffc24a8 --- /dev/null +++ b/MyLab2_wrk/verification/EmPpMsgs/dveJobInfo.dat @@ -0,0 +1,5 @@ +jobName=EmPpMsgs +jobType=emprep +designName=MyLab2_lib:cell_3:layout +ruleFilePath= +addInfo="EM preprocessor messages displayed as DRC errors" diff --git a/MyLab3_wrk/DA_CLFilter1_cell_3.dds b/MyLab3_wrk/DA_CLFilter1_cell_3.dds new file mode 100644 index 0000000..3a56a64 --- /dev/null +++ b/MyLab3_wrk/DA_CLFilter1_cell_3.dds @@ -0,0 +1,3152 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:39:19Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "DA_CLFilter1_cell_3_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1266765771); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", -56); + set(goId0, "Top", 1958); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 872858671); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1030403721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -70); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1590241408); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 717254905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1939965247); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1443594374); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 150265361); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 5069); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 292152654); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2009251779); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -80); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 835072057); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 94491353); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 561831788); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1864419084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4368); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 10028); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1360879413); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8461); + set(goId0, "Left", -56); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1721823831); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 207551007); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -80); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1877549343); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1878695351); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1734882084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 230299482); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 441093306); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 5069); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1426759495); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1737509796); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -70); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573748856); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 978919637); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 679262969); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1908424137); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 1176531501); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8256); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1176531501); + set(ddWinId, "PageViewRect_1176531501", list(-1140, 8799, 10733, 662)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/DA_CLFilter1_cell_3.dds~ b/MyLab3_wrk/DA_CLFilter1_cell_3.dds~ new file mode 100644 index 0000000..0ce8f7d --- /dev/null +++ b/MyLab3_wrk/DA_CLFilter1_cell_3.dds~ @@ -0,0 +1,3152 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:38:22Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_3"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1266765771); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", -56); + set(goId0, "Top", 1958); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 872858671); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1030403721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -50); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1590241408); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 717254905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1939965247); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1443594374); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 150265361); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 4976); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 292152654); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2009251779); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -140); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 835072057); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 94491353); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 561831788); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1864419084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4175); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 8131); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1360879413); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8461); + set(goId0, "Left", -149); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1721823831); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 207551007); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -140); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1877549343); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1878695351); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1734882084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 230299482); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 441093306); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 5069); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1426759495); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1737509796); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -50); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573748856); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 978919637); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 679262969); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1908424137); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 1176531501); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8256); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1176531501); + set(ddWinId, "PageViewRect_1176531501", list(-1140, 8658, 10733, 803)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/DA_SLFilter1_cell_2.dds b/MyLab3_wrk/DA_SLFilter1_cell_2.dds new file mode 100644 index 0000000..50be650 --- /dev/null +++ b/MyLab3_wrk/DA_SLFilter1_cell_2.dds @@ -0,0 +1,3152 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:23:41Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "DA_SLFilter1_cell_2_MomUW_a"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1266765771); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", -56); + set(goId0, "Top", 1958); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 872858671); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1030403721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -50); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1590241408); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 717254905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1939965247); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1443594374); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 150265361); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 5069); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 292152654); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2009251779); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -70); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 835072057); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 94491353); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 561831788); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1864419084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4368); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 10021); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1360879413); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8461); + set(goId0, "Left", -56); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1721823831); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 207551007); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -70); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1877549343); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1878695351); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1734882084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 230299482); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 441093306); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 5069); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1426759495); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1737509796); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -50); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573748856); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 978919637); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 679262969); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1908424137); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 340857169); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8256); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 340857169); + set(ddWinId, "PageViewRect_340857169", list(-1140, 8799, 10733, 662)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/DA_SLFilter1_cell_2.dds~ b/MyLab3_wrk/DA_SLFilter1_cell_2.dds~ new file mode 100644 index 0000000..6c2ff2d --- /dev/null +++ b/MyLab3_wrk/DA_SLFilter1_cell_2.dds~ @@ -0,0 +1,3152 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:22:41Z"); + set(ddoId, "FileCreatedDateAndTime", "2011-02-04T14:25:47Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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", 1266765771); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5211); + set(goId0, "Left", -56); + set(goId0, "Top", 1958); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Magnitude [dB]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 872858671); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1030403721); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -60); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1590241408); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 717254905); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1939965247); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1443594374); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 150265361); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5211); + set(goId0, "Left", 4976); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 292152654); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2009251779); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -100); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 835072057); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 94491353); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 561831788); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1864419084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1292479018); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 4750); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1094097969); +// Graphical Object: + set(goId0, "Right", 4175); + set(goId0, "Bottom", 1542); + set(goId0, "Left", 2625); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1299821640); +// Graphical Object: + set(goId0, "Right", 8131); + set(goId0, "Bottom", 2042); + set(goId0, "Left", 6000); + set(goId0, "Top", 1875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 795844455); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1222); + set(goId0, "Left", 2500); + set(goId0, "Top", 1000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1360879413); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8461); + set(goId0, "Left", -149); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 899); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1721823831); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 207551007); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -100); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1877549343); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1878695351); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1734882084); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 230299482); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 441093306); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8461); + set(goId0, "Left", 5069); + set(goId0, "Top", 5375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 806); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1426759495); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1737509796); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -60); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 573748856); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 978919637); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 679262969); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "dB(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1908424137); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Mag"); + set(pageId, "Uid", 340857169); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1070465347); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 5586); + set(goId0, "Left", -103); + set(goId0, "Top", 2333); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 292); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", "Phase [deg]"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1364998129); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1339968509); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1874199028); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2146431054); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S11_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 728540986); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S11_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 375022091); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 519272321); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 5586); + set(goId0, "Left", 5022); + set(goId0, "Top", 2500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1052629460); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 568534722); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 785313594); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2049864436); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S12_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 180993100); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S12_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 903582459); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequency Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 1); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 944089029); +// Graphical Object: + set(goId0, "Right", 6674); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 4750); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "@interpolatedLabel Fitted Points"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 5); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 524902333); +// Graphical Object: + set(goId0, "Right", 5030); + set(goId0, "Bottom", 1917); + set(goId0, "Left", 2625); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Dataset: @Default_Dataset_Name - @Default_Dataset_Modified_Date"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Embedded Expressions: + set(goId0, "ComplexNumberFormat", ddsComplexFormatMagPhase); + set(goId0, "Format", ddsFormatAutomatic); + set(goId0, "NumDigits", 3); + set(goId0, "NumDataPoints", 3); + set(goId0, "TextDataSeparator", ", "); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1255397382); +// Graphical Object: + set(goId0, "Right", 8256); + set(goId0, "Bottom", 2417); + set(goId0, "Left", 6125); + set(goId0, "Top", 2250); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "Discrete Frequencies vs. Fitted (AFS or Linear)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 222); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1065903327); +// Graphical Object: + set(goId0, "Right", 7020); + set(goId0, "Bottom", 1597); + set(goId0, "Left", 2500); + set(goId0, "Top", 1375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1773014093); +// Graphical Object: + set(goId0, "Right", 4617); + set(goId0, "Bottom", 8836); + set(goId0, "Left", -103); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2121678815); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1251895952); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1239355323); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1006385646); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S21_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 884353044); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S21_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1172183586); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 2076469884); +// Graphical Object: + set(goId0, "Right", 9742); + set(goId0, "Bottom", 8836); + set(goId0, "Left", 5022); + set(goId0, "Top", 5750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 853); + set(goId0, "RightMargin", 117); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 586); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1040749757); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1316789204); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 845649095); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.5); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 2128251196); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + set(axisID, "LineThick", 7); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 167); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 0.2); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "phase(S22_discrete)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 489613914); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 21); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "phase(S22_fitted)", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 2054261346); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 17); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsStarSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Phase"); + set(pageId, "Uid", 1914221859); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1777339949); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 250); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1978745840); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 915222522); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S11_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 2029585543); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S11_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1518480735); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1748032109); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 4500); + set(goId0, "Left", 4375); + set(goId0, "Top", 750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 949529879); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 412176706); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S12_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1994001745); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S12_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1421904378); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1309808585); +// Graphical Object: + set(goId0, "Right", 8100); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 4375); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1639673865); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1366472769); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S22_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1687250068); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S22_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1707702599); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 887840315); +// Graphical Object: + set(goId0, "Right", 3975); + set(goId0, "Bottom", 8250); + set(goId0, "Left", 250); + set(goId0, "Top", 4500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 125); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", ""); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 167); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 422568461); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1065646246); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 167); + 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", 1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S21_discrete", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsScatterTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 92699460); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +traceID = get_new(goId0, "Trace", "S21_fitted", "X Axis", "Y Axis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 5); + set(traceID, "Uid", 1420070709); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 11); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + 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", "Roboto"); + if (get(traceID, "Font") != "Roboto") + set(traceID, "Font", "Arial For CAE"); + set(traceID, "FontSize", 167); + set(traceID, "LineColorAutoSequence", FALSE); + set(traceID, "LineTypeAutoSequence", FALSE); + set(traceID, "SymbolTypeAutoSequence", FALSE); + set(traceID, "LineColorAutoSequenceOrder", 3); + set(traceID, "LineTypeAutoSequenceOrder", 1); + set(traceID, "SymbolTypeAutoSequenceOrder", 2); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +// Base Class Object: + set(pageId, "Name", "Smith Chart"); + set(pageId, "Uid", 505789063); + set(pageId, "Invisible", FALSE); +pageId = get_new(ddoId, "Page"); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_discrete = $discreteData..S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1599891955); +// Graphical Object: + set(goId0, "Right", 3236); + set(goId0, "Bottom", 1125); + set(goId0, "Left", 250); + set(goId0, "Top", 875); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S11_fitted=S(1,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 93400632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 1375); + set(goId0, "Left", 250); + set(goId0, "Top", 1125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "discreteData=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then Default_Dataset_Name else leftstr(Default_Dataset_Name, strlen(Default_Dataset_Name) - 2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 240038326); +// Graphical Object: + set(goId0, "Right", 12622); + set(goId0, "Bottom", 875); + set(goId0, "Left", 250); + set(goId0, "Top", 625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "interpolatedLabel=if (strcmp(rightstr(Default_Dataset_Name, 2), \"_a\")) then \"Linearly\" else \"Adaptively\""); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1811323712); +// Graphical Object: + set(goId0, "Right", 8026); + set(goId0, "Bottom", 3875); + set(goId0, "Left", 250); + set(goId0, "Top", 3625); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_discrete=$discreteData..S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892496997); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 2375); + set(goId0, "Left", 250); + set(goId0, "Top", 2125); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S21_fitted=S(2,1)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1956407768); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2625); + set(goId0, "Left", 250); + set(goId0, "Top", 2375); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_fitted=S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1891722632); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 2000); + set(goId0, "Left", 250); + set(goId0, "Top", 1750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S12_discrete=$discreteData..S(1,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 892536526); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 1750); + set(goId0, "Left", 250); + set(goId0, "Top", 1500); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_discrete=$discreteData..S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1506764637); +// Graphical Object: + set(goId0, "Right", 3156); + set(goId0, "Bottom", 3000); + set(goId0, "Left", 250); + set(goId0, "Top", 2750); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +goId0 = get_new(pageId, "Equation"); +// Expression... + set(goId0, "Expression", "S22_fitted=S(2,2)"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 167); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); + set(goId0, "AutoCalculate", TRUE); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1095338751); +// Graphical Object: + set(goId0, "Right", 1827); + set(goId0, "Bottom", 3250); + set(goId0, "Left", 250); + set(goId0, "Top", 3000); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Base Class Object: + set(pageId, "Name", "Equations"); + set(pageId, "Uid", 1138417399); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 340857169); + set(ddWinId, "PageViewRect_340857169", list(-1140, 8658, 10733, 803)); + set(ddWinId, "PageViewRect_1914221859", list(-1279, 9039, 10612, 1172)); + set(ddWinId, "PageViewRect_505789063", list(-1730, 8407, 10080, 593)); + set(ddWinId, "PageViewRect_1138417399", list(3, 6506, 12869, -2006)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Mag","Phase","Smith Chart","Equations")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/eesof_em_setup.file b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/emStateFile.xml b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/emStateFile.xml new file mode 100644 index 0000000..6cb97fa --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/emStateFile.xml @@ -0,0 +1,2002 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab3_lib + DA_CLFilter1_cell_3_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk + MyLab3_lib + DA_CLFilter1_cell_3 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + DA_CLFilter1_cell_3 + True + True + DA_CLFilter1_cell_3 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab3_lib:cell_2 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + DA_CLFilter1_cell_3 + True + True + S_Nport_P.ddt + + + True + DA_CLFilter1_cell_3 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab3_lib:DA_CLFilter1_cell_3:layout + False + + False + False + False + + ads_tlines:MCFIL + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin1 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin2 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin3 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin4 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin5 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin6 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin7 + + 34 + ads_tlines:MCFIL:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:-0.0009 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.123302:-0.025411 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 0 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk<br>Library: MyLab3_lib<br>Cell: DA_CLFilter1_cell_3<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_2 (defined in library: MyLab3_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: DA_CLFilter1_cell_3_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.ael new file mode 100644 index 0000000..111e110 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.ael @@ -0,0 +1,13 @@ +create_item("DA_CLFilter1_cell_3","Coupled-Line Filter","DA_CLFilter",16,-1,"CLFilter.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_CLFilter1_cell_3","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","CLFilter",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("Fs1","Frequency at Lower Stopband Edge",65536,"StdFormSet",0,prm("StdForm","1.8 GHz")), +create_parm("Fp1","Frequency at Lower Passband Edge",65536,"StdFormSet",0,prm("StdForm","2 GHz")), +create_parm("Fp2","Frequency at Upper Passband Edge",65536,"StdFormSet",0,prm("StdForm","2.2 GHz")), +create_parm("Fs2","Frequency at Upper Stopband Edge",65536,"StdFormSet",0,prm("StdForm","2.4 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",65536,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("As","Attenuation (dB) at Stopband Edge",65536,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (set N=0 to compute N)",131072,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_FilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("Zo","Desired Input/Output Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("CouplingType","Type of Input/Output Coupling",134144,"DA_PassiveFilterTransformerTapFormSet",-1,prm("DA_PassiveFilterTransformerForm")), +create_parm("Delta","Length Added to Filter Sections for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.atf new file mode 100644 index 0000000..7cab8ea Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/layout.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/layout.oa new file mode 100644 index 0000000..f79b78f Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/layout.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/sch.oa new file mode 100644 index 0000000..f14dbfd Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/symbol.oa new file mode 100644 index 0000000..217c98c Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter1_cell_3/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.ael new file mode 100644 index 0000000..9f937c0 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.ael @@ -0,0 +1,13 @@ +create_item("DA_CLFilter_cell_3","Coupled-Line Filter","DA_CLFilter",16,-1,"CLFilter.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_CLFilter_cell_3","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","CLFilter",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("Fs1","Frequency at Lower Stopband Edge",65536,"StdFormSet",0,prm("StdForm","1.8 GHz")), +create_parm("Fp1","Frequency at Lower Passband Edge",65536,"StdFormSet",0,prm("StdForm","2 GHz")), +create_parm("Fp2","Frequency at Upper Passband Edge",65536,"StdFormSet",0,prm("StdForm","2.2 GHz")), +create_parm("Fs2","Frequency at Upper Stopband Edge",65536,"StdFormSet",0,prm("StdForm","2.4 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",65536,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("As","Attenuation (dB) at Stopband Edge",65536,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (set N=0 to compute N)",131072,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_FilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("Zo","Desired Input/Output Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("CouplingType","Type of Input/Output Coupling",134144,"DA_PassiveFilterTransformerTapFormSet",-1,prm("DA_PassiveFilterTransformerForm")), +create_parm("Delta","Length Added to Filter Sections for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.atf new file mode 100644 index 0000000..cf02bf0 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/sch.oa new file mode 100644 index 0000000..107b0fc Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/symbol.oa new file mode 100644 index 0000000..11bf47f Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%C%L%Filter_cell_3/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_Netlist.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_Netlist.ael new file mode 100644 index 0000000..d81efb1 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_Netlist.ael @@ -0,0 +1,3 @@ +AJ_FilterMatch_Netlist = list(list(list(2, 0.000000e+00, 4.420748e-13), list(0, 3.182259e-09, 0.000000e+00), list(2, 0.000000e+00, 1.950202e-12), list(0, 5.980691e-09, 0.000000e+00), list(2, 0.000000e+00, 2.545807e-12), list(0, 5.980691e-09, 0.000000e+00), list(2, 0.000000e+00, 1.950202e-12), list(0, 3.182259e-09, 0.000000e+00), list(2, 0.000000e+00, 4.420748e-13))); +AJ_FilterMatch_SelectedNetworkIndex = 0; + diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_YAList.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_YAList.ael new file mode 100644 index 0000000..c54d97a --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/DA_LCLowpassDT1_cell_1_YAList.ael @@ -0,0 +1,4 @@ +AJ_YieldDialog_ComponentValuesList = NULL; +AJ_YieldSD_CompList = NULL; +AJ_YieldDialog_ComponentIndex = 0; +AJ_YieldGoalsList = NULL; diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.ael new file mode 100644 index 0000000..fbcd3a9 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.ael @@ -0,0 +1,11 @@ +create_item("DA_LCLowpassDT1_cell_1","Lumped Element Low Pass Filter","DA_LCLowpassDT",16,-1,"LCLowpassDT.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_LCLowpassDT1_cell_1","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","LCLowpassDT",3,NULL,0, +create_parm("Fp","Passband Corner Frequency",66048,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("Fs","Stopband Edge Frequency",66048,"StdFormSet",0,prm("StdForm","2 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",66048,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("As","Attenuation (dB) at Stopband Edge",66048,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (value will be superceded if frequency/attenuation parameters changed on control window)",131584,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_LumpedFilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("MinLorC","Minimum Inductance or Capacitance",134656,"DA_MinimumElementSet",-1,prm("DA_MinimumInductanceForm")), +create_parm("Rg","Desired Source Impedance",66048,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("Rl","Desired Load Impedance",66048,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("MaxRealizations","Maximum Number of Network Realizations",131584,"StdFormSet",-1,prm("StdForm","25"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.atf new file mode 100644 index 0000000..ca2de52 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/sch.oa new file mode 100644 index 0000000..0ccb00b Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/symbol.oa new file mode 100644 index 0000000..9c33e2c Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T1_cell_1/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.ael new file mode 100644 index 0000000..48c4f8f --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.ael @@ -0,0 +1,11 @@ +create_item("DA_LCLowpassDT_cell_1","Lumped Element Low Pass Filter","DA_LCLowpassDT",16,-1,"LCLowpassDT.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_LCLowpassDT_cell_1","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","LCLowpassDT",3,NULL,0, +create_parm("Fp","Passband Corner Frequency",66048,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("Fs","Stopband Edge Frequency",66048,"StdFormSet",0,prm("StdForm","2 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",66048,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("As","Attenuation (dB) at Stopband Edge",66048,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (value will be superceded if frequency/attenuation parameters changed on control window)",131584,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_LumpedFilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("MinLorC","Minimum Inductance or Capacitance",134656,"DA_MinimumElementSet",-1,prm("DA_MinimumInductanceForm")), +create_parm("Rg","Desired Source Impedance",66048,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("Rl","Desired Load Impedance",66048,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("MaxRealizations","Maximum Number of Network Realizations",131584,"StdFormSet",-1,prm("StdForm","25"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.atf new file mode 100644 index 0000000..9abab24 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/sch.oa new file mode 100644 index 0000000..af19d04 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/symbol.oa new file mode 100644 index 0000000..0612163 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%L%C%Lowpass%D%T_cell_1/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/eesof_em_setup.file b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/eesof_em_setup.file new file mode 100644 index 0000000..5c239a7 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/eesof_em_setup.file @@ -0,0 +1,2 @@ +# Ensuring Version Control does not get an empty file. # +# My magic number is 156. # diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/emStateFile.xml b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/emStateFile.xml new file mode 100644 index 0000000..ebccf96 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/emStateFile.xml @@ -0,0 +1,2380 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab3_lib + DA_SLFilter1_cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk + MyLab3_lib + DA_SLFilter1_cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__11 + + N__11 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__12 + + N__12 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__14 + + N__14 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__7 + + N__7 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__8 + + N__8 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__9 + + N__9 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__11 + + N__11 + 0 + 0 + 0 + + N__12 + + N__12 + 0 + 0 + 0 + + N__14 + + N__14 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + N__7 + + N__7 + 0 + 0 + 0 + + N__8 + + N__8 + 0 + 0 + 0 + + N__9 + + N__9 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__11 + + N__11 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__12 + + N__12 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__14 + + N__14 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__7 + + N__7 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__8 + + N__8 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__9 + + N__9 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__11 + + N__11 + 0 + 0 + 0 + + N__12 + + N__12 + 0 + 0 + 0 + + N__14 + + N__14 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + N__7 + + N__7 + 0 + 0 + 0 + + N__8 + + N__8 + 0 + 0 + 0 + + N__9 + + N__9 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + DA_SLFilter1_cell_2 + True + True + DA_SLFilter1_cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab3_lib:cell_2 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + DA_SLFilter1_cell_2 + True + True + S_Nport_P.ddt + + + True + DA_SLFilter1_cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab3_lib:DA_SLFilter1_cell_2:layout + False + + False + False + False + + ads_tlines:MLEF + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MTEE + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL1 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL2 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL3 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL4 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL5 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL6 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL7 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL8 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL9 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee1 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee2 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee3 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee4 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee5 + + 34 + ads_tlines:MTEE:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.05409:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 0 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 0 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk<br>Library: MyLab3_lib<br>Cell: DA_SLFilter1_cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_2 (defined in library: MyLab3_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: DA_SLFilter1_cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/master.tag new file mode 100644 index 0000000..43a77ab --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/em%Setup/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +eesof_em_setup.file diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.ael new file mode 100644 index 0000000..da1f697 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.ael @@ -0,0 +1,14 @@ +create_item("DA_SLFilter1_cell_2","Stub Lowpass Filter","DA_SLFilter",16,-1,"SLFilter.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_SLFilter1_cell_2","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","SLFilter",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("Fp","Frequency at Passband Edge",65536,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",65536,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("Fs","Frequency at Stopband Edge",65536,"StdFormSet",0,prm("StdForm","1.2 GHz")), +create_parm("As","Attenuation (dB) at Stopband Edge",65536,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (set N=0 to compute N)",131072,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_FilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("StubType","Commensurate = Uniform Length, Variable Length = Uniform Impedance",134656,"DA_StubLengthFormSet",-1,prm("DA_VariStubForm")), +create_parm("FElement","First Element",134656,"DA_SIFEFormSet",-1,prm("DA_DetermineForm")), +create_parm("Zo","Desired Input/Output Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("ZS","Characteristic Impedance of Stubs",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("ZH","Characteristic Impedance of Connecting Sections",65536,"StdFormSet",1,prm("StdForm","90 Ohm")), +create_parm("Delta","Length Added to Stubs for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.atf new file mode 100644 index 0000000..6249abb Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/layout.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/layout.oa new file mode 100644 index 0000000..d8e0751 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/layout.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/sch.oa new file mode 100644 index 0000000..0957227 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/symbol.oa new file mode 100644 index 0000000..4875c7f Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter1_cell_2/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.ael b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.ael new file mode 100644 index 0000000..0d7349a --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.ael @@ -0,0 +1,14 @@ +create_item("DA_SLFilter_cell_2","Stub Lowpass Filter","DA_SLFilter",16,-1,"SLFilter.bmp","Component Parameters",NULL,"%d:%t %# %44?0%:%31?%C%:_net%c%;%;%e %b%r%8?%29?%:%30?%p %:%k%?[%1i]%;=%p %;%;%;%e%e","DA_SLFilter_cell_2","%t%b%r%38?%:\n%39?all_parm%A%:%30?%s%:%k%?[%1i]%;=%s%;%;%;%e%e%;","SLFilter",3,NULL,0, +create_parm("Subst","Substrate Instance Name",262144,"StringAndReferenceFormSet",-2,prm("StringAndReference","\"MSub1\"")), +create_parm("Fp","Frequency at Passband Edge",65536,"StdFormSet",0,prm("StdForm","1 GHz")), +create_parm("Ap","Attenuation (dB) at Passband Edge [or Ripple for Chebyshev]",65536,"StdFormSet",13,prm("StdForm","3 dB")), +create_parm("Fs","Frequency at Stopband Edge",65536,"StdFormSet",0,prm("StdForm","1.2 GHz")), +create_parm("As","Attenuation (dB) at Stopband Edge",65536,"StdFormSet",13,prm("StdForm","20 dB")), +create_parm("N","Number of Filter Sections (set N=0 to compute N)",131072,"StdFormSet",-1,prm("StdForm","0")), +create_parm("ResponseType","Type of Frequency Response",134656,"DA_FilterFormSet",-1,prm("DA_MaxFlatFiltForm")), +create_parm("StubType","Commensurate = Uniform Length, Variable Length = Uniform Impedance",134656,"DA_StubLengthFormSet",-1,prm("DA_VariStubForm")), +create_parm("FElement","First Element",134656,"DA_SIFEFormSet",-1,prm("DA_DetermineForm")), +create_parm("Zo","Desired Input/Output Impedance",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("ZS","Characteristic Impedance of Stubs",65536,"StdFormSet",1,prm("StdForm","50 Ohm")), +create_parm("ZH","Characteristic Impedance of Connecting Sections",65536,"StdFormSet",1,prm("StdForm","90 Ohm")), +create_parm("Delta","Length Added to Stubs for Tuning",65536,"StdFormSet",5,prm("StdForm","0"))); diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.atf b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.atf new file mode 100644 index 0000000..a00de3c Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/itemdef.atf differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/sch.oa new file mode 100644 index 0000000..9bb27a7 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/master.tag b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/master.tag new file mode 100644 index 0000000..e1024da --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +symbol.oa diff --git a/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/symbol.oa b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/symbol.oa new file mode 100644 index 0000000..f0a8ea7 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/%D%A_%S%L%Filter_cell_2/symbol/symbol.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/.oalib b/MyLab3_wrk/MyLab3_lib/.oalib new file mode 100644 index 0000000..481ce51 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/.oalib @@ -0,0 +1,6 @@ + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/cdsinfo.tag b/MyLab3_wrk/MyLab3_lib/cdsinfo.tag new file mode 100644 index 0000000..d469111 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cdsinfo.tag @@ -0,0 +1,18 @@ +############################################################################## +# Keysight Technologies Open Access Library Tag File For Cadence # +# This file is needed to use this ADS generated library within versions of # +# Cadence Virtuoso that support OpenAccess if the Windows Namespace is used. # +############################################################################## + +CDSLIBRARY + +# DMTYPE sets the type of DM (version control) system. +# +# DMTYPE none + +# NAMESPACE sets the type of encoding used for cell and view names. +# Note that all ADS libraries are generated on Windows, you should leave the +# value as LibraryNT unless you have manually changed the library. +# For Linux filesystem encoding, use LibraryUnix. +# +NAMESPACE LibraryNT diff --git a/MyLab3_wrk/MyLab3_lib/cell_1/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/cell_1/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_1/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/cell_1/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/cell_1/schematic/sch.oa new file mode 100644 index 0000000..c2b2106 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/cell_1/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/cell_2.subst b/MyLab3_wrk/MyLab3_lib/cell_2.subst new file mode 100644 index 0000000..83390ae --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_2.subst @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/cell_2/layout/layout.oa b/MyLab3_wrk/MyLab3_lib/cell_2/layout/layout.oa new file mode 100644 index 0000000..691ad73 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/cell_2/layout/layout.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/cell_2/layout/master.tag b/MyLab3_wrk/MyLab3_lib/cell_2/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_2/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab3_wrk/MyLab3_lib/cell_2/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/cell_2/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_2/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/cell_2/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/cell_2/schematic/sch.oa new file mode 100644 index 0000000..772cf96 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/cell_2/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/cell_3/layout/layout.oa b/MyLab3_wrk/MyLab3_lib/cell_3/layout/layout.oa new file mode 100644 index 0000000..9595ad1 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/cell_3/layout/layout.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/cell_3/layout/master.tag b/MyLab3_wrk/MyLab3_lib/cell_3/layout/master.tag new file mode 100644 index 0000000..431d8f0 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_3/layout/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +layout.oa diff --git a/MyLab3_wrk/MyLab3_lib/cell_3/schematic/master.tag b/MyLab3_wrk/MyLab3_lib/cell_3/schematic/master.tag new file mode 100644 index 0000000..26be1be --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/cell_3/schematic/master.tag @@ -0,0 +1,2 @@ +-- Master.tag File, Rev:1.0 +sch.oa diff --git a/MyLab3_wrk/MyLab3_lib/cell_3/schematic/sch.oa b/MyLab3_wrk/MyLab3_lib/cell_3/schematic/sch.oa new file mode 100644 index 0000000..be7f482 Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/cell_3/schematic/sch.oa differ diff --git a/MyLab3_wrk/MyLab3_lib/eesof_lib.cfg b/MyLab3_wrk/MyLab3_lib/eesof_lib.cfg new file mode 100644 index 0000000..abb4ad2 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/eesof_lib.cfg @@ -0,0 +1 @@ +DEFAULT_SUBSTRATE=MyLab3_lib:cell_2 diff --git a/MyLab3_wrk/MyLab3_lib/layout.prf b/MyLab3_wrk/MyLab3_lib/layout.prf new file mode 100644 index 0000000..936bf6b --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/layout.prf @@ -0,0 +1,9 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/layout_lib.prf.mm,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +pathWidth 0.625 +textHeight 0.254 +instTextHeight 0.254 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625 +portSize 1.0000000 +unitsLng 4 diff --git a/MyLab3_wrk/MyLab3_lib/libRefs.json b/MyLab3_wrk/MyLab3_lib/libRefs.json new file mode 100644 index 0000000..fbc4aff --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/libRefs.json @@ -0,0 +1 @@ +{"cells":[{"name":{"_data_":"DA_CLFilter1_cell_3","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"MyLab3_lib:cell_2.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"MyLab3_lib:DA_CLFilter1_cell_3:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759574253539,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1759574253531,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1759574283650,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759574253530,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_datacmps:VAR:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MCFIL:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759573726863,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759573726330,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759573726862,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1759573726396,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759573726364,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759573726347,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759573726351,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_CLFilter_cell_3","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759573700185,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759573700144,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759573700148,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759573700187,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759573700166,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759573700171,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_LCLowpassDT1_cell_1","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_datacmps:VAR:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:C:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:L:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759413307783,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759412509539,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759412518352,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759412509557,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759412509521,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759412509525,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_LCLowpassDT_cell_1","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759412478727,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759412478709,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759412478712,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759412478729,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759412478683,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759412478687,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_SLFilter1_cell_2","_wellknowntype_":"string"},"views":[{"name":{"_data_":"emSetup","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[{"_data_":"MyLab3_lib:cell_2.subst","_wellknowntype_":"string"}],"pcbVias":[],"views":[{"_data_":"MyLab3_lib:DA_SLFilter1_cell_2:layout","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759573288735,"_wellknowntype_":"int64"}},{"file":{"_data_":"eesof_em_setup.file","_wellknowntype_":"string"},"time":{"_data_":1759573288728,"_wellknowntype_":"int64"}},{"file":{"_data_":"emStateFile.xml","_wellknowntype_":"string"},"time":{"_data_":1759573356081,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759573288727,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"ads_datacmps:VAR:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLEF:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MLIN:symbol","_wellknowntype_":"string"},{"_data_":"ads_tlines:MTEE:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759572111093,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759572110793,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759572111092,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1759572110861,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759572110812,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759572110775,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759572110778,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"DA_SLFilter_cell_2","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759571119433,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759571119416,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759571119419,"_wellknowntype_":"int64"}}]},{"name":{"_data_":"symbol","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759571119435,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759571119390,"_wellknowntype_":"int64"}},{"file":{"_data_":"symbol.oa","_wellknowntype_":"string"},"time":{"_data_":1759571119394,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_1","_wellknowntype_":"string"},"views":[{"name":{"_data_":"schematic","_wellknowntype_":"string"},"references":{"cells":[],"externalFiles":[],"libraries":[],"libraryFiles":[],"pcbVias":[],"views":[{"_data_":"MyLab3_lib:DA_LCLowpassDT1_cell_1:symbol","_wellknowntype_":"string"},{"_data_":"ads_rflib:GROUND:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:DisplayTemplate:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:S_Param:symbol","_wellknowntype_":"string"},{"_data_":"ads_simulation:Term:symbol","_wellknowntype_":"string"}]},"timestamp":[{"file":{"_data_":".","_wellknowntype_":"string"},"time":{"_data_":1759413401140,"_wellknowntype_":"int64"}},{"file":{"_data_":"master.tag","_wellknowntype_":"string"},"time":{"_data_":1759412442851,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa","_wellknowntype_":"string"},"time":{"_data_":1759413401138,"_wellknowntype_":"int64"}},{"file":{"_data_":"sch.oa.cdslck","_wellknowntype_":"string"},"time":{"_data_":1759413321834,"_wellknowntype_":"int64"}}]}]},{"name":{"_data_":"cell_2","_wellknowntype_":"string"},"views":[]},{"name":{"_data_":"cell_3","_wellknowntype_":"string"},"views":[]}],"name":{"_data_":"MyLab3_lib","_wellknowntype_":"string"},"version":{"_data_":1.0,"_wellknowntype_":"double"}} \ No newline at end of file diff --git a/MyLab3_wrk/MyLab3_lib/materials.matdb b/MyLab3_wrk/MyLab3_lib/materials.matdb new file mode 100644 index 0000000..b04039f --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/materials.matdb @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/schematic.prf b/MyLab3_wrk/MyLab3_lib/schematic.prf new file mode 100644 index 0000000..58fefdd --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/schematic.prf @@ -0,0 +1,12 @@ +# @(#) $Source: /cvs/wlv/src/pde/text/schematic_lib.prf.mil,v $ $Revision: 1.1 $ $Date: 2010/11/02 04:49:22 $ +textHeight 0.125000 +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +unitsLng 4 +instNameLayerID ads_device:ads_annotate +instIDLayerID ads_annotate:ads_drawing7 +instParam1LayerID ads_annotate:drawing +pinAnnotLayerID ads_pin:ads_label diff --git a/MyLab3_wrk/MyLab3_lib/substrate1.subst b/MyLab3_wrk/MyLab3_lib/substrate1.subst new file mode 100644 index 0000000..e5b3c4f --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib/substrate1.subst @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/MyLab3_wrk/MyLab3_lib/tech.db b/MyLab3_wrk/MyLab3_lib/tech.db new file mode 100644 index 0000000..742104d Binary files /dev/null and b/MyLab3_wrk/MyLab3_lib/tech.db differ diff --git a/MyLab3_wrk/MyLab3_lib_lay.prf b/MyLab3_wrk/MyLab3_lib_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab3_wrk/MyLab3_lib_sch.prf b/MyLab3_wrk/MyLab3_lib_sch.prf new file mode 100644 index 0000000..72dd74c --- /dev/null +++ b/MyLab3_wrk/MyLab3_lib_sch.prf @@ -0,0 +1,25 @@ +pathWidth 0.500000 +pathRadius 0.500000 +textHeight 0.125000 +instNameLayerID ads_device:ads_annotate +instIDLayerID ads_annotate:ads_drawing7 +instParam1LayerID ads_annotate:drawing +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +minVertexDistance 1.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID ads_pin:ads_label diff --git a/MyLab3_wrk/ads_simulation_lay.prf b/MyLab3_wrk/ads_simulation_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab3_wrk/ads_simulation_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab3_wrk/ads_tlines_lay.prf b/MyLab3_wrk/ads_tlines_lay.prf new file mode 100644 index 0000000..e89b6e9 --- /dev/null +++ b/MyLab3_wrk/ads_tlines_lay.prf @@ -0,0 +1,25 @@ +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab3_wrk/cds.lib b/MyLab3_wrk/cds.lib new file mode 100644 index 0000000..3541b94 --- /dev/null +++ b/MyLab3_wrk/cds.lib @@ -0,0 +1 @@ +softinclude lib.defs diff --git a/MyLab3_wrk/cell_1.dds b/MyLab3_wrk/cell_1.dds new file mode 100644 index 0000000..66df364 --- /dev/null +++ b/MyLab3_wrk/cell_1.dds @@ -0,0 +1,1095 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-02T14:00:47Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-10-02T13:57:28Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_1"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 72718394); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 545298630); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1035226001); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 110026784); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 108592129); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 318656154); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 867241656); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1452031632); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1712416151); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 324065118); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1010811182); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 22502810); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 183439242); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1664774564); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1449); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 668); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1133870568); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1058618455); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -60); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 322092767); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 618985751); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1213624000); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } +markerID = get_new(traceID, "MarkerNew", "m1", "2500000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1757610123); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 2375); + set(markerID, "MkrReadoutRight", 3754); + set(markerID, "MkrReadoutBottom", 6307); + set(markerID, "MkrReadoutTop", 5750); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } +markerID = get_new(traceID, "MarkerNew", "m2", "3250000000.00000000000000000000000000000000", 0, "", "", 1, ""); +// Base Class Object: + set(markerID, "Name", ""); + set(markerID, "Uid", 1974532410); +// Graphical Object: + set(markerID, "Right", 0); + set(markerID, "Bottom", 0); + set(markerID, "Left", 0); + set(markerID, "Top", 0); + set(markerID, "Zrot", 0); + set(markerID, "Yrot", 0); + set(markerID, "Xrot", 0); + set(markerID, "Status", 553682944); + set(markerID, "LineColor", 0); + set(markerID, "LineType", 0); + set(markerID, "LineWidth", 0); +// Marker: + if (markerID != NULL) { + set(markerID, "DataScript", "trcdata"); + set(markerID, "DeltaModeStatus", 0); + set(markerID, "MkrType", 1); + 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); + set(markerID, "ReadoutChartVisualLabel", 1); + set(markerID, "ReadoutSweepVisualLabel", 1); + set(markerID, "ReadoutTypeVisualLabel", 1); + set(markerID, "ReadoutOutlineVisualLabel", 1); + set(markerID, "ReadoutIndeVisualLabel", 1); + set(markerID, "ReadoutDepeVisualLabel", 1); + set(markerID, "ReadoutNameVisualLabel", 1); + set(markerID, "ReadoutVisualLabel", 1); + set(markerID, "SymbolVisualLabel", 1); + set(markerID, "NameVisualLabel", 1); + set(markerID, "MkrDontMoveReadoutWithPlot", 1); + set(markerID, "MkrSweepExpressionsEnabled", 0); + } +// More marker: + if (markerID != NULL) { + set(markerID, "MkrLabelFont", "Roboto"); + if (get(markerID, "MkrLabelFont") != "Roboto") + set(markerID, "MkrLabelFont", "Arial For CAE"); + set(markerID, "MkrLabelFontSize", 167); + set(markerID, "MkrLabelColor", 0); + set(markerID, "MkrReadoutFont", "Roboto"); + if (get(markerID, "MkrReadoutFont") != "Roboto") + set(markerID, "MkrReadoutFont", "Arial For CAE"); + set(markerID, "MkrReadoutFontSize", 167); + set(markerID, "MkrReadoutColor", 0); + set(markerID, "MkrReadoutFillColor", 0); + set(markerID, "MkrReadoutFillPattern", -1); + set(markerID, "MkrReadoutLeft", 4125); + set(markerID, "MkrReadoutRight", 5597); + set(markerID, "MkrReadoutBottom", 5807); + set(markerID, "MkrReadoutTop", 5250); + set(markerID, "MkrIndicatorColor", 0); + set(markerID, "MkrIndicatorSize", 6); + set(markerID, "MkrIndicatorType", 0); + } +// Marker Types: + if (markerID != NULL) { + set(markerID, "MkrOffsetValue", -3); + set(markerID, "MkrAperturePercentX", 10); + set(markerID, "MkrAperturePercentY", 10); + set(markerID, "DrawApertureOnOff", FALSE); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 726398857); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5756); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 668); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1225750980); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 136199177); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -60); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1934132153); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1124974319); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(1,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1480199560); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1081953148); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 1535662163); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1535662163); + set(ddWinId, "PageViewRect_1535662163", list(-2025, 9353, 13601, -1357)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/cell_2.dds b/MyLab3_wrk/cell_2.dds new file mode 100644 index 0000000..a99b84f --- /dev/null +++ b/MyLab3_wrk/cell_2.dds @@ -0,0 +1,953 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:20:40Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-10-04T10:07:05Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_2"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 1749073990); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 74015255); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1987723387); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 449970439); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 905606748); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 624971117); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 10859777); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 777873046); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 907271930); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1343611033); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1923938162); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1167292595); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1403253479); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1002149638); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1349); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 768); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 301664891); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2131347777); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -100); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1171425057); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1854809653); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1302348948); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1454206324); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5656); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 768); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1969035647); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1983680567); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -100); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 10); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1132232643); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 185199111); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(1,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 610275893); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 660310723); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 1470508343); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1470508343); + set(ddWinId, "PageViewRect_1470508343", list(-2075, 9353, 13551, -1357)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/cell_3.dds b/MyLab3_wrk/cell_3.dds new file mode 100644 index 0000000..88e18f1 --- /dev/null +++ b/MyLab3_wrk/cell_3.dds @@ -0,0 +1,953 @@ +defun _DDSobjectSaveRestore_() +{ +decl goId, goId2, goId3, goId4, ptId, plyPtId, ddsId, dssId, ddWinId, ddoId, goId1, pageId, markerID, plotId, axisID, traceID, legendID, 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))); + set(ddoId, "FileModifiedDateAndTime", "2025-10-04T10:31:06Z"); + set(ddoId, "FileCreatedDateAndTime", "2025-10-04T10:30:08Z"); + dssId = get(ddoId, "DatasetServer"); +// Default Dataset + set(ddoId, "DefaultDataset", "cell_3"); +// Snap/Grid Defaults + set(ddoId, "GridType", 0); + set(ddoId, "GridOn", FALSE); + set(ddoId, "DotGridColor", 102); + set(ddoId, "LineGridColor", 42); + set(ddoId, "SnapDistanceX", 0.125); + set(ddoId, "SnapDistanceY", 0.125); + set(ddoId, "SnapGridPerDisplayGridX", 2); + set(ddoId, "SnapGridPerDisplayGridY", 2); + set(ddoId, "SnapEnabled", TRUE); + set(ddoId, "SnapAutoSetXY", TRUE); + 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, "Box"); +// Base Class Object: + set(goId0, "Name", ""); + set(goId0, "Uid", 111501210); +// Graphical Object: + set(goId0, "Right", 10007); + set(goId0, "Bottom", -67); + set(goId0, "Left", 1806); + set(goId0, "Top", -973); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 7); +// Box... + set(goId0, "FillPattern", 1); + set(goId0, "FillColor", 60); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1545294559); +// Graphical Object: + set(goId0, "Right", 5403); + set(goId0, "Bottom", 4504); + set(goId0, "Left", 1577); + set(goId0, "Top", 474); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Input Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 616204199); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 766735501); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 740552169); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1885779963); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(1,1)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1699903853); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "SmithChart"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1123197731); +// Graphical Object: + set(goId0, "Right", 10070); + set(goId0, "Bottom", 8953); + set(goId0, "Left", 6165); + set(goId0, "Top", 4844); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 500); + set(goId0, "RightMargin", 100); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 500); +// Plot Title... + set(goId0, "Title", "Output Reflection Coefficient"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1382698913); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1906856574); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -1); + set(axisID, "MaxValue", 1); + set(axisID, "StepSize", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", 1000000000); + set(axisID, "IndepStop", 5000000000); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 104); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsXaxis, "X Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 2130871462); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "Y Axis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1473630462); + 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, "TickValuesOnOff", 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", 1); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +//Polar axis... + if (axisID != NULL) { + set(axisID, "DisplayAllIndependentData", TRUE); + set(axisID, "IndepStart", -1); + set(axisID, "IndepStop", -1); + } +//Smith chart axis... + if (axisID != NULL) { + set(axisID, "ImpedanceOnOff", TRUE); + set(axisID, "AdmittanceOnOff", FALSE); + set(axisID, "AdmittanceColor", 93); + set(axisID, "AdmittanceLineThickness", 14); + set(axisID, "AdmittanceLineType", 0); + set(axisID, "TickFont", "Roboto Condensed"); + if (get(axisID, "TickFont") != "Roboto Condensed") + set(axisID, "TickFont", "Arial Narrow For CAE"); + } +traceID = get_new(goId0, "Trace", "S(2,2)", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1663398784); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 548660121); +// Graphical Object: + set(goId0, "Right", 5822); + set(goId0, "Bottom", 8969); + set(goId0, "Left", 1349); + set(goId0, "Top", 4799); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 768); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Forward Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1861221056); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 1713731786); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -140); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 968932373); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 17411483); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(2,1))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1588861840); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Plot"); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 1502886631); +// Graphical Object: + set(goId0, "Right", 10129); + set(goId0, "Bottom", 4586); + set(goId0, "Left", 5656); + set(goId0, "Top", 416); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 14); +// Box... + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); +// Plot base... + set(goId0, "LegendOnOff", TRUE); + set(goId0, "LeftMargin", 768); + set(goId0, "RightMargin", 126); + set(goId0, "TopMargin", 304); + set(goId0, "BottomMargin", 610); +// Plot Title... + set(goId0, "Title", "Reverse Transmission, dB"); + set(goId0, "TitleFont", "Roboto"); + if (get(goId0, "TitleFont") != "Roboto") + set(goId0, "TitleFont", "Arial For CAE"); + set(goId0, "TitleFontSize", 179); + set(goId0, "TitleColor", 0); +axisID = get_new(goId0, "Axis", ddsXaxis, "xAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 552294785); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", 1000000000); + set(axisID, "MaxValue", 5000000000); + set(axisID, "StepSize", 500000000); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +axisID = get_new(goId0, "Axis", ddsYaxis, "yAxis"); +// Axis... + if (axisID != NULL) { + set(axisID, "Uid", 472587693); + 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, "TickValuesOnOff", TRUE); + set(axisID, "FontSize", 179); + set(axisID, "LineThick", 14); + set(axisID, "LineType", 0); + set(axisID, "TickFontSize", 179); + set(axisID, "AutoscaleOnOff", TRUE); + set(axisID, "MinValue", -140); + set(axisID, "MaxValue", 0); + set(axisID, "StepSize", 20); + set(axisID, "Logarithmic", FALSE); + set(axisID, "Font", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 1455005372); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + 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", 992482914); + 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, "TickValuesOnOff", 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", "Roboto"); + if (get(axisID, "Font") != "Roboto") + set(axisID, "Font", "Arial For CAE"); + set(axisID, "Format", ddsFormatAutomatic); + set(axisID, "NumDigits", 3); + } +traceID = get_new(goId0, "Trace", "dB(S(1,2))", "xAxis", "yAxis", FALSE); +// Trace: + if (traceID != NULL) { + set(traceID, "TraceType", ddsAutomaticTraceType); + set(traceID, "Color", 1); + set(traceID, "Uid", 1319713467); + set(traceID, "Status", 536913920); + } +// Rect trace: + if (traceID != NULL) { + set(traceID, "LineThick", 14); + set(traceID, "LineType", ddsSolidLineType); + set(traceID, "FillPattern", -1); + set(traceID, "SymbolType", ddsCircleSymbol); + set(traceID, "SymbolsOnOff", FALSE); + set(traceID, "DisplaySinglePointSymbols", TRUE); + set(traceID, "SymbolsSpacing", 15); + set(traceID, "AlwaysDisplayTransitions", FALSE); + set(traceID, "SpectralArrowheadsOnOff", TRUE); + set(traceID, "LabelSubtracesOnOff", TRUE); + set(traceID, "FillHistogramsOnOff", FALSE); + set(traceID, "Format", ddsFormatAutomatic); + set(traceID, "NumDigits", 3); + set(traceID, "Font", "Roboto"); + if (get(traceID, "Font") != "Roboto") + 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); + if (DDSnumTraceTypes > 8) { + set(traceID, "NumberOfDensityColors", 16); + set(traceID, "DensityColorOffset", 0); + set(traceID, "DensityStartColor", 20); + set(traceID, "DensitySymbolType", ddsDotSymbol); + } + set(traceID, "TraceLabelOffset", 100); + } + set(goId0, "PlotLogoHideOnOff", FALSE); +// Initialize plot + set(goId0, "InitPlot", 0); +goId0 = get_new(pageId, "Text"); +// Text: + set(goId0, "String", "S-Parameters vs. Frequency"); + set(goId0, "Font", "Roboto"); + if (get(goId0, "Font") != "Roboto") + set(goId0, "Font", "Arial For CAE"); + set(goId0, "FontSize", 278); + set(goId0, "TextColor", 0); + set(goId0, "FillPattern", -1); + set(goId0, "FillColor", 0); + set(goId0, "OutlineOnOff", FALSE); +// Base Class Object: + set(goId0, "Name", "default"); + set(goId0, "Uid", 2084366751); +// Graphical Object: + set(goId0, "Right", 5506); + set(goId0, "Bottom", -559); + set(goId0, "Left", 2059); + set(goId0, "Top", -837); + set(goId0, "Zrot", 0); + set(goId0, "Yrot", 0); + set(goId0, "Xrot", 0); + set(goId0, "Status", 0); + set(goId0, "LineColor", 0); + set(goId0, "LineType", 0); + set(goId0, "LineWidth", 1); +// Base Class Object: + set(pageId, "Name", "Page 1 : S_Params_Quad_dB_Smith"); + set(pageId, "Uid", 1103544014); + set(pageId, "Invisible", FALSE); + set(ddoId, "UpdateAllExpressions", TRUE); + set(ddoId, "EnableExpressionUpdates", TRUE); + +ddWinId = get_new(ddsId, "Window", -1326, 570, 1155, 818); + set(ddWinId, "Object", ddoId); + set(ddWinId, "CurrentPage", 1103544014); + set(ddWinId, "PageViewRect_1103544014", list(-2075, 9353, 13551, -1357)); + set(ddWinId, "Frame", list(-1326, 570, 1155, 818)); + set(ddWinId, "Maximized", FALSE); + set(ddWinId, "ForegroundColor", 0); + set(ddWinId, "BackgroundColor", 8); + set(ddWinId, "WindowPageOrder", list("Page 1 : S_Params_Quad_dB_Smith")); + +} + +_DDSobjectSaveRestore_() ; diff --git a/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW.ds b/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW.ds new file mode 100644 index 0000000..45e72be Binary files /dev/null and b/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW.ds differ diff --git a/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW_a.ds b/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW_a.ds new file mode 100644 index 0000000..55ac079 Binary files /dev/null and b/MyLab3_wrk/data/DA_CLFilter1_cell_3_MomUW_a.ds differ diff --git a/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW.ds b/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW.ds new file mode 100644 index 0000000..ff0e74d Binary files /dev/null and b/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW.ds differ diff --git a/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW_a.ds b/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW_a.ds new file mode 100644 index 0000000..5826bfb Binary files /dev/null and b/MyLab3_wrk/data/DA_SLFilter1_cell_2_MomUW_a.ds differ diff --git a/MyLab3_wrk/data/cell_1.ds b/MyLab3_wrk/data/cell_1.ds new file mode 100644 index 0000000..87a835c Binary files /dev/null and b/MyLab3_wrk/data/cell_1.ds differ diff --git a/MyLab3_wrk/data/cell_1_data/logFile.txt b/MyLab3_wrk/data/cell_1_data/logFile.txt new file mode 100644 index 0000000..133015e --- /dev/null +++ b/MyLab3_wrk/data/cell_1_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Thu Oct 2 15:56:43 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\data" + Process ID: 7804 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 44.97 seconds. + diff --git a/MyLab3_wrk/data/cell_2.ds b/MyLab3_wrk/data/cell_2.ds new file mode 100644 index 0000000..8d25177 Binary files /dev/null and b/MyLab3_wrk/data/cell_2.ds differ diff --git a/MyLab3_wrk/data/cell_2_data/logFile.txt b/MyLab3_wrk/data/cell_2_data/logFile.txt new file mode 100644 index 0000000..d6ea616 --- /dev/null +++ b/MyLab3_wrk/data/cell_2_data/logFile.txt @@ -0,0 +1,16 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Sat Oct 4 12:06:43 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\data" + Process ID: 6816 + + +SP SP1[1] freq=(1 GHz->5 GHz) + + +Resource usage: + Total stopwatch time = 21.63 seconds. + diff --git a/MyLab3_wrk/data/cell_3.ds b/MyLab3_wrk/data/cell_3.ds new file mode 100644 index 0000000..6724ab3 Binary files /dev/null and b/MyLab3_wrk/data/cell_3.ds differ diff --git a/MyLab3_wrk/data/cell_3_data/logFile.txt b/MyLab3_wrk/data/cell_3_data/logFile.txt new file mode 100644 index 0000000..ec3ee5b --- /dev/null +++ b/MyLab3_wrk/data/cell_3_data/logFile.txt @@ -0,0 +1,24 @@ + +hpeesofsim (*) 631.update0.1 Sep 8 2025, MINT version 5 + (64-bit windows built: Mon Sep 08, 2025 20:46:19 -0700) + +***** Simulation started at Sat Oct 4 12:30:08 2025 + Running on host: "MONSTER" + In Directory: "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\data" + Process ID: 23040 + + +SP SP1[1] freq=(1 GHz->5 GHz) +Warning detected by hpeesofsim during SP analysis 'SP1'. + UserValue(0.000108) < MinRecommendValue(0.000152) OR UserValue > MaxRecommendValue(0.015200) for 'S' in `DA_CLFilter1.CLin7' + + +Warning detected by hpeesofsim during SP analysis 'SP1'. + UserValue(0.000108) < MinRecommendValue(0.000152) OR UserValue > MaxRecommendValue(0.015200) for 'S' in `DA_CLFilter1.CLin1' + + + + +Resource usage: + Total stopwatch time = 0.56 seconds. + diff --git a/MyLab3_wrk/dds.cfg b/MyLab3_wrk/dds.cfg new file mode 100644 index 0000000..0ab6d59 --- /dev/null +++ b/MyLab3_wrk/dds.cfg @@ -0,0 +1,2 @@ +DDS_FILE_NAME_OPEN_HISTORY_0=C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\DA_CLFilter1_cell_3.dds +DDS_FILE_NAME_OPEN_HISTORY_1=C:\Program Files\Keysight\ADS2026_Update0.1\em\templates\S_2port_P.ddt diff --git a/MyLab3_wrk/de_sim.cfg b/MyLab3_wrk/de_sim.cfg new file mode 100644 index 0000000..bf8dfe8 --- /dev/null +++ b/MyLab3_wrk/de_sim.cfg @@ -0,0 +1,16 @@ +SYSTEM_CUSTOM_CIRCUIT_SYMBOLS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS};{$HPEESOF_DIR}\custom\{%PROJECT1}\symbols +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_SYMBOLS= +DATA_FILES=.\data;{%PROJECT_SEARCH_DATA_FILES};{%DESIGN_KIT_DATA_FILES} +DESIGN_KIT_DATA_FILES= +SYSTEM_CUSTOM_CIRCUIT_DESIGNS={%DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS};{$HPEESOF_DIR}\custom\{%PROJECT1}\designs +DESIGN_KIT_SYSTEM_CUSTOM_CIRCUIT_DESIGNS= +VIA_CONFIG_PATH={%DESIGN_KIT_VIA_CONFIG_PATH} +DESIGN_KIT_VIA_CONFIG_PATH= +LAST_LIBRARY_SELECTED=MyLab3_lib +SCHEM_FILE_OPEN_HISTORY_1=MyLab3_lib:cell_3:schematic +SCHEM_FILE_OPEN_HISTORY_2=MyLab3_lib:cell_1:schematic +LAYOUT_FILE_OPEN_HISTORY_1=MyLab3_lib:cell_3:layout +SUBSTRATE_FILE_OPEN_HISTORY_1=MyLab3_lib:cell_2 +SUBSTRATE_FILE_OPEN_HISTORY_2=MyLab3_lib:substrate1 +SCHEM_FILE_OPEN_HISTORY_3=MyLab3_lib:cell_2:schematic +LAYOUT_FILE_OPEN_HISTORY_2=MyLab3_lib:cell_2:layout diff --git a/MyLab3_wrk/default.pinproperties b/MyLab3_wrk/default.pinproperties new file mode 100644 index 0000000..ccf2d45 --- /dev/null +++ b/MyLab3_wrk/default.pinproperties @@ -0,0 +1,15 @@ + + + 0 + 0 + 0 + 1 + 1 + 1 + 1 + 1 + 1 + 0 + _NEG + _POS + diff --git a/MyLab3_wrk/hpeesofsim.cfg b/MyLab3_wrk/hpeesofsim.cfg new file mode 100644 index 0000000..9effee2 --- /dev/null +++ b/MyLab3_wrk/hpeesofsim.cfg @@ -0,0 +1,6 @@ +EESOF_MODEL_PATH=%DESIGN_KIT_MODEL_PATH:$ICCAP_MODEL_PATH:%ICCAP_MODEL_PATH;{%DESIGN_KIT_MODEL_PATH} +DESIGN_KIT_MODEL_PATH= +DESIGN_KIT_VERILOGA_PATH= +SIM_FILE_PATH=$USER_SIM_FILE_PATH:%USER_SIM_FILE_PATH:$DE_SIM_FILE_PATH:%DE_SIM_FILE_PATH:.:..:../data:../networks:%DESIGN_KIT_SIM_FILE_PATH;{%DESIGN_KIT_SIM_FILE_PATH} +DESIGN_KIT_SIM_FILE_PATH= +DE_SIM_FILE_PATH=.\data;; diff --git a/MyLab3_wrk/layout.prf b/MyLab3_wrk/layout.prf new file mode 100644 index 0000000..ccc42b7 --- /dev/null +++ b/MyLab3_wrk/layout.prf @@ -0,0 +1,196 @@ +pathBend 5 +pathMiterPercent 30.000000 +pathEndCap 2 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 0.000000 +textAbsolute 0 +instNameLayer 1 +instIDLayer 1 +instParam1Layer 1 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 1.000000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 3.000000 +miterVertexLength 0.250000 +portOrientation 10000.000000 +plottingDepth 10 +bboxColor 3 +selectColor 99 +highlightColor 66 +pinColor 54 +pinSize 5.000000 +teeColor 3 +teeSize 5.000000 +portColor 5 +backgroundColor 0 +foregroundColor 41 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 9727 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 90.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 104 +windowLLX -5.000000 +windowLLY -5.000000 +windowURX 5.000000 +windowURY 5.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 1 +placePinPopUp 1 +checkIntersection 0 +checkBinding 1 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 5.000000 +stepRepeatYspace 5.000000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 1 +teeSizeUnits 1 +portSizeUnits 0 +pinSnapSize 20.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.050000 +dveFringe 15.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 7 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 1.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 1 +originColor 10 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.625000 +pathRadius 2.000000 +textHeight 0.254000 +instNameLayerID silk_screen2:drawing +instIDLayerID silk_screen:drawing +instParam1LayerID +instTextHeight 0.254000 +gridSnapX 0.100000 +gridSnapY 0.100000 +tapLength 0.625000 +portSize 1.000000 +minVertexDistance 0.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab3_wrk/lib.defs b/MyLab3_wrk/lib.defs new file mode 100644 index 0000000..8ff7040 --- /dev/null +++ b/MyLab3_wrk/lib.defs @@ -0,0 +1,3 @@ +INCLUDE $HPEESOF_DIR/oalibs/analog_rf.defs +DEFINE MyLab3_lib MyLab3_lib +ASSIGN MyLab3_lib libMode shared diff --git a/MyLab3_wrk/navigator.opt b/MyLab3_wrk/navigator.opt new file mode 100644 index 0000000..c08b3b5 --- /dev/null +++ b/MyLab3_wrk/navigator.opt @@ -0,0 +1,28 @@ + + + + + + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + + + diff --git a/MyLab3_wrk/netlist.log b/MyLab3_wrk/netlist.log new file mode 100644 index 0000000..46cab40 --- /dev/null +++ b/MyLab3_wrk/netlist.log @@ -0,0 +1,38 @@ +; Top Design: "MyLab3_lib:cell_3:schematic" +; Netlisted using Hierarchy Policy: "Standard" + +Options ResourceUsage=yes UseNutmegFormat=no EnableOptim=no TopDesignName="MyLab3_lib:cell_3:schematic" DcopOutputNodeVoltages=yes DcopOutputPinCurrents=yes DcopOutputAllSweepPoints=no DcopOutputDcopType=0 +; Library Name: MyLab3_lib +; Cell Name: DA_CLFilter1_cell_3 +; View Name: schematic +define DA_CLFilter1_cell_3 ( P1 P2 ) +parameters Subst="MSub1" Fs1=1.8 GHz Fp1=2 GHz Fp2=2.2 GHz Fs2=2.4 GHz Ap=3 dB As=20 dB N=0 ResponseType=1 Zo=50 Ohm CouplingType=0 Delta=0 +MCFIL:CLin1 P1 N__0 Subst="MSub1" W=1.389 mm S=0.108 mm L=18.209 mm +MCFIL:CLin2 N__0 N__2 Subst="MSub1" W=2.711 mm S=0.417 mm L=17.574 mm +MCFIL:CLin3 N__2 N__3 Subst="MSub1" W=3.148 mm S=1.195 mm L=17.261 mm +MCFIL:CLin4 N__3 N__4 Subst="MSub1" W=3.197 mm S=1.45 mm L=17.214 mm +MCFIL:CLin5 N__4 N__5 Subst="MSub1" W=3.148 mm S=1.195 mm L=17.261 mm +MCFIL:CLin6 N__5 N__6 Subst="MSub1" W=2.711 mm S=0.417 mm L=17.574 mm +MCFIL:CLin7 N__6 P2 Subst="MSub1" W=1.389 mm S=0.108 mm L=18.209 mm +end DA_CLFilter1_cell_3 + +S_Param:SP1 CalcS=yes CalcY=no CalcZ=no GroupDelayAperture=1e-4 FreqConversion=no FreqConversionPort=1 StatusLevel=2 CalcNoise=no SortNoise=0 BandwidthForNoise=1.0 Hz DevOpPtLevel=0 SPSS_WSP=yes \ +SweepVar="freq" SweepPlan="SP1_stim" OutputPlan="SP1_Output" + +SweepPlan: SP1_stim Start=1.0 GHz Stop=5 GHz Step=0.01 GHz + +OutputPlan:SP1_Output \ + Type="Output" \ + UseEquationNestLevel=yes \ + EquationNestLevel=2 \ + UseSavedEquationNestLevel=yes \ + SavedEquationNestLevel=2 + +#load "python","LinearCollapse" +Component Module="LinearCollapse" Type="ModelExtractor" NetworkRepresentation=2 +Port:Term2 N__3 0 Num=2 Z=50 Ohm Noise=yes +Port:Term1 N__2 0 Num=1 Z=50 Ohm Noise=yes + +;#@# autodisplay="S_Params_Quad_dB_Smith" +model MSub1 MSUB H=1.52 mm Er=3.66 Mur=1 Cond=4E+7 Hu=1e+33 mm T=0.025 mm TanD=0.003 Rough=0 mm DielectricLossModel=1 FreqForEpsrTanD=1.0 GHz LowFreqForTanD=1.0 kHz HighFreqForTanD=1.0 THz RoughnessModel=2 +DA_CLFilter1_cell_3:DA_CLFilter1 N__2 N__3 Subst="MSub1" Fs1=2.1 GHz Fp1=2.3 GHz Fp2=2.7 GHz Fs2=2.9 GHz Ap=3 dB As=30 dB N=0 ResponseType=1 Zo=50 Ohm CouplingType=0 Delta=0 mm diff --git a/MyLab3_wrk/pictures/2.1_filter_schem.png b/MyLab3_wrk/pictures/2.1_filter_schem.png new file mode 100644 index 0000000..8000411 Binary files /dev/null and b/MyLab3_wrk/pictures/2.1_filter_schem.png differ diff --git a/MyLab3_wrk/pictures/2.1_s_params.png b/MyLab3_wrk/pictures/2.1_s_params.png new file mode 100644 index 0000000..fcd52b1 Binary files /dev/null and b/MyLab3_wrk/pictures/2.1_s_params.png differ diff --git a/MyLab3_wrk/pictures/2.1_schematic.png b/MyLab3_wrk/pictures/2.1_schematic.png new file mode 100644 index 0000000..d6096b3 Binary files /dev/null and b/MyLab3_wrk/pictures/2.1_schematic.png differ diff --git a/MyLab3_wrk/pictures/2.2_current_2ghz.png b/MyLab3_wrk/pictures/2.2_current_2ghz.png new file mode 100644 index 0000000..3b2b6f5 Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_current_2ghz.png differ diff --git a/MyLab3_wrk/pictures/2.2_current_4ghz.png b/MyLab3_wrk/pictures/2.2_current_4ghz.png new file mode 100644 index 0000000..d8e6dac Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_current_4ghz.png differ diff --git a/MyLab3_wrk/pictures/2.2_filter_schem.png b/MyLab3_wrk/pictures/2.2_filter_schem.png new file mode 100644 index 0000000..3a72003 Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_filter_schem.png differ diff --git a/MyLab3_wrk/pictures/2.2_layout.png b/MyLab3_wrk/pictures/2.2_layout.png new file mode 100644 index 0000000..daa4bd8 Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_layout.png differ diff --git a/MyLab3_wrk/pictures/2.2_layout_s_params.png b/MyLab3_wrk/pictures/2.2_layout_s_params.png new file mode 100644 index 0000000..6ba80eb Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_layout_s_params.png differ diff --git a/MyLab3_wrk/pictures/2.2_s_params.png b/MyLab3_wrk/pictures/2.2_s_params.png new file mode 100644 index 0000000..5efe8b1 Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_s_params.png differ diff --git a/MyLab3_wrk/pictures/2.2_schematic.png b/MyLab3_wrk/pictures/2.2_schematic.png new file mode 100644 index 0000000..c61ebdd Binary files /dev/null and b/MyLab3_wrk/pictures/2.2_schematic.png differ diff --git a/MyLab3_wrk/pictures/3.1_current_1.4ghz.png b/MyLab3_wrk/pictures/3.1_current_1.4ghz.png new file mode 100644 index 0000000..11fd33e Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_current_1.4ghz.png differ diff --git a/MyLab3_wrk/pictures/3.1_current_2.5ghz.png b/MyLab3_wrk/pictures/3.1_current_2.5ghz.png new file mode 100644 index 0000000..9d52661 Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_current_2.5ghz.png differ diff --git a/MyLab3_wrk/pictures/3.1_filter_schem.png b/MyLab3_wrk/pictures/3.1_filter_schem.png new file mode 100644 index 0000000..6084030 Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_filter_schem.png differ diff --git a/MyLab3_wrk/pictures/3.1_layout_s_params.png b/MyLab3_wrk/pictures/3.1_layout_s_params.png new file mode 100644 index 0000000..1bf7c13 Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_layout_s_params.png differ diff --git a/MyLab3_wrk/pictures/3.1_s_params.png b/MyLab3_wrk/pictures/3.1_s_params.png new file mode 100644 index 0000000..b2d6657 Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_s_params.png differ diff --git a/MyLab3_wrk/pictures/3.1_schematic.png b/MyLab3_wrk/pictures/3.1_schematic.png new file mode 100644 index 0000000..bb0b8c9 Binary files /dev/null and b/MyLab3_wrk/pictures/3.1_schematic.png differ diff --git a/MyLab3_wrk/readegs.log b/MyLab3_wrk/readegs.log new file mode 100644 index 0000000..3196e5b --- /dev/null +++ b/MyLab3_wrk/readegs.log @@ -0,0 +1,4 @@ +Sat Oct 4 12:38:04 2025 +Reading EGS Generate file "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\simulation\MyLab3_lib\DA_CLFilter1_cell_3\layout\emSetup_MoM\proj.gdf" +EGS file C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\simulation\MyLab3_lib\DA_CLFilter1_cell_3\layout\emSetup_MoM\proj.gdf is imported in cell "" +Translation successful diff --git a/MyLab3_wrk/saved.wrkstate b/MyLab3_wrk/saved.wrkstate new file mode 100644 index 0000000..79d8afa --- /dev/null +++ b/MyLab3_wrk/saved.wrkstate @@ -0,0 +1,5 @@ + + + + + diff --git a/MyLab3_wrk/schematic.prf b/MyLab3_wrk/schematic.prf new file mode 100644 index 0000000..09c1062 --- /dev/null +++ b/MyLab3_wrk/schematic.prf @@ -0,0 +1,196 @@ +pathBend 1 +pathMiterPercent 0.000000 +pathEndCap 2 +pathLayerName default +textFontName Roboto +textPoint 12 +textJustification 9 +textAngle 0.000000 +textAbsolute 0 +instNameLayer 6 +instIDLayer 7 +instParam1Layer 8 +instTextFontName Roboto +instTextPoint 12 +instTextRows 15 +instTextAddOptionalParams 0 +instTextPrec 2 +wireLabelFontName Roboto +wireLabelPoint 12 +wireLabelColor 37 +fixedInstHighlightColor 2 +lockedInstHighlightColor 1 +oversize 0.100000 +oversizeMiter 0.000000 +scaleX 1.000000 +scaleY 1.000000 +toArcRadius 0.300000 +miterVertexLength 1.000000 +portOrientation 0.000000 +plottingDepth 10 +bboxColor 0 +selectColor 0 +highlightColor 1 +pinColor 19 +pinSize 0.050000 +teeColor 5 +teeSize 0.050000 +portColor 5 +backgroundColor 42 +foregroundColor 10 +globalArcResolution 5.000000 +pcbViaArcResolution 5.000000 +selectFilter 1535 +selectMode 1 +shapeSelectMode 2 +selectBoxSize 10.000000 +selectPointSize 8.000000 +entryMode 0 +rotationIncrement 90.000000 +gridDisplayX 2 +gridDisplayY 2 +gridDisplayOn 1 +gridDisplaySameXY 1 +majorGridDisplayX 5 +majorGridDisplayY 5 +majorGridDisplayOn 1 +gridDisplayMode 0 +gridSnapOn 1 +gridSnapMode 3 +gridColor 0 +windowLLX -2.000000 +windowLLY -3.000000 +windowURX 8.000000 +windowURY 2.000000 +schemPrec -3 +schemIncr 1 +schemUnits 2 +layoutPrec -2 +layoutIncr 1 +layoutUnits 1 +backupCount 20 +placePopUp 0 +placePinPopUp 1 +checkIntersection 0 +checkBinding 0 +shoveConnectionsOnCompoenentsParamChange 1 +plotPinNumbers 0 +plotPinNames 0 +plotPinNetNames 0 +plotPins 1 +rerouteWires 1 +traceTlineFamily Microstrip +traceSimMode 0 +traceTraverse 1 +DSEsymbDistanceX 0.500000 +DSEsymbDistanceY 0.500000 +DSEartDistanceXNew 0.000000 +DSElayDistanceYNew 0.000000 +DSES2LReport 1 +DSEL2SReport 1 +forceSynchronize 1 +dualPlacement 0 +checkUnconnectedPin 1 +checkNodalMismatch 0 +checkWiresInLayout 0 +checkPinVsPort 0 +showConnectedSchem 1 +showConnectedLay 1 +showFixedSchem 0 +showFixedLay 1 +undoEditCount 100 +stepRepeatXspace 0.125000 +stepRepeatYspace 0.125000 +stepRepeatNumRows 1 +stepRepeatNumCols 1 +pinSizeUnits 0 +teeSizeUnits 0 +portSizeUnits 0 +pinSnapSize 15.000000 +keepoutOutlineThickness 1 +placePopupOnZeroParm 0 +autoRepeatableCompPlcmnt 1 +dragMove 1 +dragMoveThresholdSize 6.000000 +dveEpsilon 0.000000 +dveFringe 10.000000 +dveArcCircleResolution 5.000000 +dveMaxError 100 +voltageColor 10 +currentColor 6 +nodeNameColor 5 +coordEntryPopup 0 +dispSubnetInstNames 0 +swapKeepInstName 1 +tuneSimMode 2 +tuneRestoreDDS 0 +tuneRange 50.000000 +tuneStepSize 10.000000 +tuneScale 0 +tuneSnap 0 +tuneParameterDisplayLongName 0 +optimCockpitUpdateSchematic 1 +optimCockpitSaveState 0 +setPasteOriginPopup 0 +preserveCopyPasteNet 0 +maintainAngle 1 +textOrigin 0 +minPixelDisplaySize 4 +rerouteTraces 0 +prefVersion 1 +genericArtworkSize 4.000000 +plotLessThanMinPixels 1 +plotDepthForLessThanMinPixels 2 +newRouteAroundInstText 0 +dsePrefLayoutLayer default +newRouteAroundInstSym 1 +onscreenCoordMode 2 +editInPlaceBoxColor 3 +dseFixAllComponents 0 +dseKeepNetsFromOtherDesign 1 +dseKeepNets 1 +instTextTuneFormat 1 +instTextOptFormat 1 +instTextStatFormat 1 +instTextDoeFormat 1 +instTextDeactiveColor 7 +moveVertexKeepRect 1 +useCrosshairCursor 0 +dragMoveHandle 0 +originDisplayOn 1 +originColor 105 +physicalConnHighlightColor 4 +logicalConnHighlightColor 35 +physicalConnDifferentNetHighlightColor 78 +plotSymbPinAnnot 0 +wrkLayoutPrfIsUninitialized 0 +showNodalMismatches 1 +showNetNameMismatches 1 +showComponentNetMismatches 1 +autoZoomDesignDifferences 0 +allowChangesToSourceDesignDifferences 0 +pathWidth 0.500000 +pathRadius 0.500000 +textHeight 0.125000 +instNameLayerID +instIDLayerID +instParam1LayerID +instTextHeight 0.125000 +gridSnapX 0.125000 +gridSnapY 0.125000 +tapLength 25.000000 +portSize 4.000000 +minVertexDistance 1.000000 +unitsFreq 0 +unitsRes 1 +unitsCond 4 +unitsInd 5 +unitsCap 5 +unitsLng 4 +unitsTime 5 +unitsAng 0 +unitsPower 4 +unitsVolt 5 +unitsCur 5 +unitsDist 0 +pinAnnotLayerID diff --git a/MyLab3_wrk/search_history.log b/MyLab3_wrk/search_history.log new file mode 100644 index 0000000..e69de29 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.progress b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.progress new file mode 100644 index 0000000..21ac9ff --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.progress @@ -0,0 +1,2 @@ + matrix load +94 \ No newline at end of file diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.variables b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..4420357 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 822 surfaces diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..7f93e73 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,65 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/Nextcloud/TNE071_ADS/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_4 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_5 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_6 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_7 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_8 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_9 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object cond_10 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object cond_4 1 0 50 + Object cond_5 1 0 50 + Object cond_6 1 0 50 + Object cond_7 1 0 50 + Object cond_8 1 0 50 + Object cond_9 1 0 50 + Object cond_10 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 2.1675419616699219e+02 -1.5481037902832031e+02 1.4345938110351562e+02 + Target 7.0276733398437500e+01 -8.3328876495361328e+00 -3.0181083679199219e+00 + Up -4.0824851393699646e-01 4.0824827551841736e-01 8.1649655103683472e-01 + 1.0148257446289062e+02 1.0148257446289062e+02 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/emStateFile.xml b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..6cb97fa --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,2002 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab3_lib + DA_CLFilter1_cell_3_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk + MyLab3_lib + DA_CLFilter1_cell_3 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + DA_CLFilter1_cell_3 + True + True + DA_CLFilter1_cell_3 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab3_lib:cell_2 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + DA_CLFilter1_cell_3 + True + True + S_Nport_P.ddt + + + True + DA_CLFilter1_cell_3 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab3_lib:DA_CLFilter1_cell_3:layout + False + + False + False + False + + ads_tlines:MCFIL + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin1 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin2 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin3 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin4 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin5 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin6 + + 34 + ads_tlines:MCFIL:layout + em + + False + + MyLab3_lib:DA_CLFilter1_cell_3:layout:CLin7 + + 34 + ads_tlines:MCFIL:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:-0.0009 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.123302:-0.025411 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 2 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 0 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk<br>Library: MyLab3_lib<br>Cell: DA_CLFilter1_cell_3<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_2 (defined in library: MyLab3_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: DA_CLFilter1_cell_3_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/momentum.cfg b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.c2d b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..b6b693c --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,58 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Sat Oct 4 12:38:04 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 2 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cdr b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..feac117 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,18 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 2 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cfg b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..2cd78af --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/Nextcloud/TNE071_ADS/MyLab3_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.exb b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..759202f Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.fra b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..e6cd9a0 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.fra @@ -0,0 +1,9 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 2 +NUMBER OF DATA COLUMNS : -2 + +NUMBER OF BLOCKS : 2 +0 17 :0 +17 35 :0 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.gdf b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..9c3cb3a --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,999 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 87.5190,-18.7220 87.5190,-20.0775; +ADD L1 :W0.000 85.9450,-19.8590 85.9450,-18.2850; +ADD L1 :W0.000 85.9450,-19.8590 87.5190,-20.0775; +ADD L1 :W0.000 85.9450,-18.2850 87.5190,-18.2850; +ADD L1 :W0.000 87.5190,-18.7220 87.5190,-18.2850; +ADD L1 :W0.000 35.7830,-8.0510 35.7830,-7.6140; +ADD L1 :W0.000 35.7830,-8.0510 37.3570,-8.0510; +ADD L1 :W0.000 35.7830,-6.2585 37.3570,-6.4770; +ADD L1 :W0.000 35.7830,-6.2585 35.7830,-7.6140; +ADD L1 :W0.000 37.3570,-8.0510 37.3570,-6.4770; +ADD L1 :W0.000 121.6466,-24.5610 121.6466,-23.1720; +ADD L1 :W0.000 121.6466,-24.5610 123.3020,-24.5610; +ADD L1 :W0.000 123.3020,-24.5610 123.3020,-23.1720; +ADD L1 :W0.000 121.6466,-23.1720 123.3020,-23.1720; +ADD L1 :W0.000 121.6466,-26.0580 121.6466,-24.6690; +ADD L1 :W0.000 121.6466,-26.0580 123.3020,-26.0580; +ADD L1 :W0.000 123.3020,-26.0580 123.3020,-24.6690; +ADD L1 :W0.000 121.6466,-24.6690 123.3020,-24.6690; +ADD L1 :W0.000 119.9913,-24.5610 119.9913,-23.1720; +ADD L1 :W0.000 119.9913,-24.5610 121.6466,-24.5610; +ADD L1 :W0.000 121.6466,-24.5610 121.6466,-23.1720; +ADD L1 :W0.000 119.9913,-23.1720 121.6466,-23.1720; +ADD L1 :W0.000 119.9913,-26.0580 119.9913,-24.6690; +ADD L1 :W0.000 119.9913,-26.0580 121.6466,-26.0580; +ADD L1 :W0.000 121.6466,-26.0580 121.6466,-24.6690; +ADD L1 :W0.000 119.9913,-24.6690 121.6466,-24.6690; +ADD L1 :W0.000 118.3359,-24.5610 118.3359,-23.1720; +ADD L1 :W0.000 118.3359,-24.5610 119.9913,-24.5610; +ADD L1 :W0.000 119.9913,-24.5610 119.9913,-23.1720; +ADD L1 :W0.000 118.3359,-23.1720 119.9913,-23.1720; +ADD L1 :W0.000 118.3359,-26.0580 118.3359,-24.6690; +ADD L1 :W0.000 118.3359,-26.0580 119.9913,-26.0580; +ADD L1 :W0.000 119.9913,-26.0580 119.9913,-24.6690; +ADD L1 :W0.000 118.3359,-24.6690 119.9913,-24.6690; +ADD L1 :W0.000 116.6805,-24.5610 116.6805,-23.1720; +ADD L1 :W0.000 116.6805,-24.5610 118.3359,-24.5610; +ADD L1 :W0.000 118.3359,-24.5610 118.3359,-23.1720; +ADD L1 :W0.000 116.6805,-23.1720 118.3359,-23.1720; +ADD L1 :W0.000 116.6805,-26.0580 116.6805,-24.6690; +ADD L1 :W0.000 116.6805,-26.0580 118.3359,-26.0580; +ADD L1 :W0.000 118.3359,-26.0580 118.3359,-24.6690; +ADD L1 :W0.000 116.6805,-24.6690 118.3359,-24.6690; +ADD L1 :W0.000 115.0252,-24.5610 115.0252,-23.1720; +ADD L1 :W0.000 115.0252,-24.5610 116.6805,-24.5610; +ADD L1 :W0.000 116.6805,-24.5610 116.6805,-23.1720; +ADD L1 :W0.000 115.0252,-23.1720 116.6805,-23.1720; +ADD L1 :W0.000 115.0252,-26.0580 115.0252,-24.6690; +ADD L1 :W0.000 115.0252,-26.0580 116.6805,-26.0580; +ADD L1 :W0.000 116.6805,-26.0580 116.6805,-24.6690; +ADD L1 :W0.000 115.0252,-24.6690 116.6805,-24.6690; +ADD L1 :W0.000 113.3698,-24.5610 113.3698,-23.1720; +ADD L1 :W0.000 113.3698,-24.5610 115.0252,-24.5610; +ADD L1 :W0.000 115.0252,-24.5610 115.0252,-23.1720; +ADD L1 :W0.000 113.3698,-23.1720 115.0252,-23.1720; +ADD L1 :W0.000 113.3698,-26.0580 113.3698,-24.6690; +ADD L1 :W0.000 113.3698,-26.0580 115.0252,-26.0580; +ADD L1 :W0.000 115.0252,-26.0580 115.0252,-24.6690; +ADD L1 :W0.000 113.3698,-24.6690 115.0252,-24.6690; +ADD L1 :W0.000 111.7145,-24.5610 111.7145,-23.1720; +ADD L1 :W0.000 111.7145,-24.5610 113.3698,-24.5610; +ADD L1 :W0.000 113.3698,-24.5610 113.3698,-23.1720; +ADD L1 :W0.000 111.7145,-23.1720 113.3698,-23.1720; +ADD L1 :W0.000 111.7145,-26.0580 111.7145,-24.6690; +ADD L1 :W0.000 111.7145,-26.0580 113.3698,-26.0580; +ADD L1 :W0.000 113.3698,-26.0580 113.3698,-24.6690; +ADD L1 :W0.000 111.7145,-24.6690 113.3698,-24.6690; +ADD L1 :W0.000 110.0591,-24.5610 110.0591,-23.1720; +ADD L1 :W0.000 110.0591,-24.5610 111.7145,-24.5610; +ADD L1 :W0.000 111.7145,-24.5610 111.7145,-23.1720; +ADD L1 :W0.000 110.0591,-23.1720 111.7145,-23.1720; +ADD L1 :W0.000 110.0591,-26.0580 110.0591,-24.6690; +ADD L1 :W0.000 110.0591,-26.0580 111.7145,-26.0580; +ADD L1 :W0.000 111.7145,-26.0580 111.7145,-24.6690; +ADD L1 :W0.000 110.0591,-24.6690 111.7145,-24.6690; +ADD L1 :W0.000 108.4037,-24.5610 108.4037,-23.1720; +ADD L1 :W0.000 108.4037,-24.5610 110.0591,-24.5610; +ADD L1 :W0.000 110.0591,-24.5610 110.0591,-23.1720; +ADD L1 :W0.000 108.4037,-23.1720 110.0591,-23.1720; +ADD L1 :W0.000 108.4037,-26.0580 108.4037,-24.6690; +ADD L1 :W0.000 108.4037,-26.0580 110.0591,-26.0580; +ADD L1 :W0.000 110.0591,-26.0580 110.0591,-24.6690; +ADD L1 :W0.000 108.4037,-24.6690 110.0591,-24.6690; +ADD L1 :W0.000 106.7484,-24.5610 106.7484,-23.1720; +ADD L1 :W0.000 106.7484,-24.5610 108.4037,-24.5610; +ADD L1 :W0.000 108.4037,-24.5610 108.4037,-23.1720; +ADD L1 :W0.000 106.7484,-23.1720 108.4037,-23.1720; +ADD L1 :W0.000 106.7484,-26.0580 106.7484,-24.6690; +ADD L1 :W0.000 106.7484,-26.0580 108.4037,-26.0580; +ADD L1 :W0.000 108.4037,-26.0580 108.4037,-24.6690; +ADD L1 :W0.000 106.7484,-24.6690 108.4037,-24.6690; +ADD L1 :W0.000 105.0930,-24.5610 105.0930,-23.1720; +ADD L1 :W0.000 105.0930,-24.5610 106.7484,-24.5610; +ADD L1 :W0.000 106.7484,-24.5610 106.7484,-23.1720; +ADD L1 :W0.000 105.0930,-23.1720 106.7484,-23.1720; +ADD L1 :W0.000 105.0930,-26.0580 105.0930,-24.6690; +ADD L1 :W0.000 105.0930,-26.0580 106.7484,-26.0580; +ADD L1 :W0.000 106.7484,-26.0580 106.7484,-24.6690; +ADD L1 :W0.000 105.0930,-24.6690 106.7484,-24.6690; +ADD L1 :W0.000 103.7375,-21.4330 103.7375,-20.0775; +ADD L1 :W0.000 103.7375,-21.4330 105.0930,-21.4330; +ADD L1 :W0.000 105.0930,-21.4330 105.0930,-20.0775; +ADD L1 :W0.000 103.7375,-20.0775 105.0930,-20.0775; +ADD L1 :W0.000 103.7375,-23.2055 105.0930,-23.1720; +ADD L1 :W0.000 103.7375,-24.5610 103.7375,-23.2055; +ADD L1 :W0.000 103.7375,-24.5610 105.0930,-24.5610; +ADD L1 :W0.000 105.0930,-24.5610 105.0930,-23.1720; +ADD L1 :W0.000 103.7375,-18.7220 103.7375,-20.0775; +ADD L1 :W0.000 103.7375,-20.0775 105.0930,-20.0775; +ADD L1 :W0.000 105.0930,-20.0775 105.0930,-18.7220; +ADD L1 :W0.000 103.7375,-18.7220 105.0930,-18.7220; +ADD L1 :W0.000 101.9354,-20.0775 101.9354,-18.7220; +ADD L1 :W0.000 101.9354,-20.0775 103.7375,-20.0775; +ADD L1 :W0.000 103.7375,-18.7220 103.7375,-20.0775; +ADD L1 :W0.000 101.9354,-18.7220 103.7375,-18.7220; +ADD L1 :W0.000 103.7375,-21.8500 105.0930,-21.8500; +ADD L1 :W0.000 103.7375,-21.8500 103.7375,-23.2055; +ADD L1 :W0.000 103.7375,-23.2055 105.0930,-23.1720; +ADD L1 :W0.000 105.0930,-23.1720 105.0930,-21.8500; +ADD L1 :W0.000 102.0861,-23.2055 102.0861,-21.8500; +ADD L1 :W0.000 102.0861,-23.2055 103.7375,-23.2055; +ADD L1 :W0.000 103.7375,-21.8500 103.7375,-23.2055; +ADD L1 :W0.000 102.0861,-21.8500 103.7375,-21.8500; +ADD L1 :W0.000 102.0861,-23.2055 102.0861,-24.5610; +ADD L1 :W0.000 102.0861,-24.5610 103.7375,-24.5610; +ADD L1 :W0.000 103.7375,-24.5610 103.7375,-23.2055; +ADD L1 :W0.000 102.0861,-23.2055 103.7375,-23.2055; +ADD L1 :W0.000 100.4346,-23.2055 100.4346,-24.5610; +ADD L1 :W0.000 100.4346,-24.5610 102.0861,-24.5610; +ADD L1 :W0.000 102.0861,-23.2055 102.0861,-24.5610; +ADD L1 :W0.000 100.4346,-23.2055 102.0861,-23.2055; +ADD L1 :W0.000 101.9354,-20.0775 101.9354,-21.4330; +ADD L1 :W0.000 101.9354,-21.4330 103.7375,-21.4330; +ADD L1 :W0.000 103.7375,-21.4330 103.7375,-20.0775; +ADD L1 :W0.000 101.9354,-20.0775 103.7375,-20.0775; +ADD L1 :W0.000 100.1334,-21.4330 100.1334,-20.0775; +ADD L1 :W0.000 100.1334,-21.4330 101.9354,-21.4330; +ADD L1 :W0.000 101.9354,-20.0775 101.9354,-21.4330; +ADD L1 :W0.000 100.1334,-20.0775 101.9354,-20.0775; +ADD L1 :W0.000 100.4346,-23.2055 100.4346,-21.8500; +ADD L1 :W0.000 100.4346,-23.2055 102.0861,-23.2055; +ADD L1 :W0.000 102.0861,-23.2055 102.0861,-21.8500; +ADD L1 :W0.000 100.4346,-21.8500 102.0861,-21.8500; +ADD L1 :W0.000 98.7832,-24.5610 98.7832,-23.2055; +ADD L1 :W0.000 98.7832,-24.5610 100.4346,-24.5610; +ADD L1 :W0.000 100.4346,-23.2055 100.4346,-24.5610; +ADD L1 :W0.000 98.7832,-23.2055 100.4346,-23.2055; +ADD L1 :W0.000 100.1334,-18.7220 100.1334,-20.0775; +ADD L1 :W0.000 100.1334,-20.0775 101.9354,-20.0775; +ADD L1 :W0.000 101.9354,-20.0775 101.9354,-18.7220; +ADD L1 :W0.000 100.1334,-18.7220 101.9354,-18.7220; +ADD L1 :W0.000 98.3313,-20.0775 98.3313,-18.7220; +ADD L1 :W0.000 98.3313,-20.0775 100.1334,-20.0775; +ADD L1 :W0.000 100.1334,-18.7220 100.1334,-20.0775; +ADD L1 :W0.000 98.3313,-18.7220 100.1334,-18.7220; +ADD L1 :W0.000 98.7832,-21.8500 98.7832,-23.2055; +ADD L1 :W0.000 98.7832,-23.2055 100.4346,-23.2055; +ADD L1 :W0.000 100.4346,-23.2055 100.4346,-21.8500; +ADD L1 :W0.000 98.7832,-21.8500 100.4346,-21.8500; +ADD L1 :W0.000 97.1317,-23.2055 97.1317,-21.8500; +ADD L1 :W0.000 97.1317,-23.2055 98.7832,-23.2055; +ADD L1 :W0.000 98.7832,-21.8500 98.7832,-23.2055; +ADD L1 :W0.000 97.1317,-21.8500 98.7832,-21.8500; +ADD L1 :W0.000 98.3313,-20.0775 98.3313,-21.4330; +ADD L1 :W0.000 98.3313,-21.4330 100.1334,-21.4330; +ADD L1 :W0.000 100.1334,-21.4330 100.1334,-20.0775; +ADD L1 :W0.000 98.3313,-20.0775 100.1334,-20.0775; +ADD L1 :W0.000 96.5293,-21.4330 96.5293,-20.0775; +ADD L1 :W0.000 96.5293,-21.4330 98.3313,-21.4330; +ADD L1 :W0.000 98.3313,-20.0775 98.3313,-21.4330; +ADD L1 :W0.000 96.5293,-20.0775 98.3313,-20.0775; +ADD L1 :W0.000 97.1317,-23.2055 97.1317,-24.5610; +ADD L1 :W0.000 97.1317,-24.5610 98.7832,-24.5610; +ADD L1 :W0.000 98.7832,-24.5610 98.7832,-23.2055; +ADD L1 :W0.000 97.1317,-23.2055 98.7832,-23.2055; +ADD L1 :W0.000 95.4803,-24.5610 95.4803,-23.2055; +ADD L1 :W0.000 95.4803,-24.5610 97.1317,-24.5610; +ADD L1 :W0.000 97.1317,-23.2055 97.1317,-24.5610; +ADD L1 :W0.000 95.4803,-23.2055 97.1317,-23.2055; +ADD L1 :W0.000 96.5293,-18.7220 96.5293,-20.0775; +ADD L1 :W0.000 96.5293,-20.0775 98.3313,-20.0775; +ADD L1 :W0.000 98.3313,-20.0775 98.3313,-18.7220; +ADD L1 :W0.000 96.5293,-18.7220 98.3313,-18.7220; +ADD L1 :W0.000 94.7272,-20.0775 94.7272,-18.7220; +ADD L1 :W0.000 94.7272,-20.0775 96.5293,-20.0775; +ADD L1 :W0.000 96.5293,-18.7220 96.5293,-20.0775; +ADD L1 :W0.000 94.7272,-18.7220 96.5293,-18.7220; +ADD L1 :W0.000 95.4803,-21.8500 95.4803,-23.2055; +ADD L1 :W0.000 95.4803,-23.2055 97.1317,-23.2055; +ADD L1 :W0.000 97.1317,-23.2055 97.1317,-21.8500; +ADD L1 :W0.000 95.4803,-21.8500 97.1317,-21.8500; +ADD L1 :W0.000 93.8288,-21.8500 93.8288,-23.2055; +ADD L1 :W0.000 93.8288,-23.2055 95.4803,-23.2055; +ADD L1 :W0.000 95.4803,-21.8500 95.4803,-23.2055; +ADD L1 :W0.000 93.8288,-21.8500 95.4803,-21.8500; +ADD L1 :W0.000 94.7272,-20.0775 94.7272,-21.4330; +ADD L1 :W0.000 94.7272,-21.4330 96.5293,-21.4330; +ADD L1 :W0.000 96.5293,-21.4330 96.5293,-20.0775; +ADD L1 :W0.000 94.7272,-20.0775 96.5293,-20.0775; +ADD L1 :W0.000 92.9252,-21.4330 92.9252,-20.0775; +ADD L1 :W0.000 92.9252,-21.4330 94.7272,-21.4330; +ADD L1 :W0.000 94.7272,-20.0775 94.7272,-21.4330; +ADD L1 :W0.000 92.9252,-20.0775 94.7272,-20.0775; +ADD L1 :W0.000 93.8288,-24.5610 93.8288,-23.2055; +ADD L1 :W0.000 93.8288,-24.5610 95.4803,-24.5610; +ADD L1 :W0.000 95.4803,-24.5610 95.4803,-23.2055; +ADD L1 :W0.000 93.8288,-23.2055 95.4803,-23.2055; +ADD L1 :W0.000 92.1774,-23.2055 92.1774,-21.8500; +ADD L1 :W0.000 92.1774,-23.2055 93.8288,-23.2055; +ADD L1 :W0.000 93.8288,-21.8500 93.8288,-23.2055; +ADD L1 :W0.000 92.1774,-21.8500 93.8288,-21.8500; +ADD L1 :W0.000 92.9252,-18.7220 92.9252,-20.0775; +ADD L1 :W0.000 92.9252,-20.0775 94.7272,-20.0775; +ADD L1 :W0.000 94.7272,-20.0775 94.7272,-18.7220; +ADD L1 :W0.000 92.9252,-18.7220 94.7272,-18.7220; +ADD L1 :W0.000 91.1231,-20.0775 91.1231,-18.7220; +ADD L1 :W0.000 91.1231,-20.0775 92.9252,-20.0775; +ADD L1 :W0.000 92.9252,-18.7220 92.9252,-20.0775; +ADD L1 :W0.000 91.1231,-18.7220 92.9252,-18.7220; +ADD L1 :W0.000 92.1774,-23.2055 92.1774,-24.5610; +ADD L1 :W0.000 92.1774,-24.5610 93.8288,-24.5610; +ADD L1 :W0.000 93.8288,-24.5610 93.8288,-23.2055; +ADD L1 :W0.000 92.1774,-23.2055 93.8288,-23.2055; +ADD L1 :W0.000 90.5259,-24.5610 90.5259,-23.2055; +ADD L1 :W0.000 90.5259,-24.5610 92.1774,-24.5610; +ADD L1 :W0.000 92.1774,-23.2055 92.1774,-24.5610; +ADD L1 :W0.000 90.5259,-23.2055 92.1774,-23.2055; +ADD L1 :W0.000 91.1231,-20.0775 91.1231,-21.4330; +ADD L1 :W0.000 91.1231,-21.4330 92.9252,-21.4330; +ADD L1 :W0.000 92.9252,-21.4330 92.9252,-20.0775; +ADD L1 :W0.000 91.1231,-20.0775 92.9252,-20.0775; +ADD L1 :W0.000 89.3211,-21.4330 89.3211,-20.0775; +ADD L1 :W0.000 89.3211,-21.4330 91.1231,-21.4330; +ADD L1 :W0.000 91.1231,-20.0775 91.1231,-21.4330; +ADD L1 :W0.000 89.3211,-20.0775 91.1231,-20.0775; +ADD L1 :W0.000 90.5259,-21.8500 90.5259,-23.2055; +ADD L1 :W0.000 90.5259,-23.2055 92.1774,-23.2055; +ADD L1 :W0.000 92.1774,-23.2055 92.1774,-21.8500; +ADD L1 :W0.000 90.5259,-21.8500 92.1774,-21.8500; +ADD L1 :W0.000 88.8745,-23.2055 88.8745,-21.8500; +ADD L1 :W0.000 88.8745,-23.2055 90.5259,-23.2055; +ADD L1 :W0.000 90.5259,-21.8500 90.5259,-23.2055; +ADD L1 :W0.000 88.8745,-21.8500 90.5259,-21.8500; +ADD L1 :W0.000 89.3211,-18.7220 89.3211,-20.0775; +ADD L1 :W0.000 89.3211,-20.0775 91.1231,-20.0775; +ADD L1 :W0.000 91.1231,-20.0775 91.1231,-18.7220; +ADD L1 :W0.000 89.3211,-18.7220 91.1231,-18.7220; +ADD L1 :W0.000 87.5190,-18.7220 87.5190,-20.0775; +ADD L1 :W0.000 87.5190,-20.0775 89.3211,-20.0775; +ADD L1 :W0.000 89.3211,-18.7220 89.3211,-20.0775; +ADD L1 :W0.000 87.5190,-18.7220 89.3211,-18.7220; +ADD L1 :W0.000 88.8745,-23.2055 88.8745,-24.5610; +ADD L1 :W0.000 88.8745,-24.5610 90.5259,-24.5610; +ADD L1 :W0.000 90.5259,-24.5610 90.5259,-23.2055; +ADD L1 :W0.000 88.8745,-23.2055 90.5259,-23.2055; +ADD L1 :W0.000 87.5190,-24.5610 87.5190,-23.2055; +ADD L1 :W0.000 87.5190,-24.5610 88.8745,-24.5610; +ADD L1 :W0.000 88.8745,-23.2055 88.8745,-24.5610; +ADD L1 :W0.000 87.5190,-23.2055 88.8745,-23.2055; +ADD L1 :W0.000 87.5190,-21.4330 87.5190,-20.0775; +ADD L1 :W0.000 87.5190,-21.4330 89.3211,-21.4330; +ADD L1 :W0.000 89.3211,-21.4330 89.3211,-20.0775; +ADD L1 :W0.000 87.5190,-20.0775 89.3211,-20.0775; +ADD L1 :W0.000 87.5190,-23.2055 87.5190,-21.8500; +ADD L1 :W0.000 87.5190,-23.2055 88.8745,-23.2055; +ADD L1 :W0.000 88.8745,-23.2055 88.8745,-21.8500; +ADD L1 :W0.000 87.5190,-21.8500 88.8745,-21.8500; +ADD L1 :W0.000 85.9439,-15.5149 85.9461,-13.9398; +ADD L1 :W0.000 85.9439,-15.5149 87.5190,-15.5149; +ADD L1 :W0.000 87.5190,-15.5149 87.5190,-13.9420; +ADD L1 :W0.000 85.9461,-13.9398 87.5190,-13.9420; +ADD L1 :W0.000 85.9450,-19.8590 87.5190,-20.0775; +ADD L1 :W0.000 85.9450,-19.8590 85.9450,-21.4330; +ADD L1 :W0.000 85.9450,-21.4330 87.5190,-21.4330; +ADD L1 :W0.000 87.5190,-21.4330 87.5190,-20.0775; +ADD L1 :W0.000 84.1809,-19.8590 84.1809,-21.4330; +ADD L1 :W0.000 84.1809,-21.4330 85.9450,-21.4330; +ADD L1 :W0.000 85.9450,-19.8590 85.9450,-21.4330; +ADD L1 :W0.000 84.1809,-19.8590 85.9450,-19.8590; +ADD L1 :W0.000 85.9439,-17.0900 85.9439,-15.5149; +ADD L1 :W0.000 85.9439,-17.0900 87.5190,-17.0900; +ADD L1 :W0.000 87.5190,-17.0900 87.5190,-15.5149; +ADD L1 :W0.000 85.9439,-15.5149 87.5190,-15.5149; +ADD L1 :W0.000 84.2049,-15.5136 84.2071,-13.9373; +ADD L1 :W0.000 84.2049,-15.5136 85.9439,-15.5149; +ADD L1 :W0.000 85.9439,-15.5149 85.9461,-13.9398; +ADD L1 :W0.000 84.2071,-13.9373 85.9461,-13.9398; +ADD L1 :W0.000 84.2049,-15.5136 84.2049,-17.0900; +ADD L1 :W0.000 84.2049,-17.0900 85.9439,-17.0900; +ADD L1 :W0.000 85.9439,-17.0900 85.9439,-15.5149; +ADD L1 :W0.000 84.2049,-15.5136 85.9439,-15.5149; +ADD L1 :W0.000 82.4658,-15.5124 82.4658,-17.0900; +ADD L1 :W0.000 82.4658,-17.0900 84.2049,-17.0900; +ADD L1 :W0.000 84.2049,-15.5136 84.2049,-17.0900; +ADD L1 :W0.000 82.4658,-15.5124 84.2049,-15.5136; +ADD L1 :W0.000 84.1809,-19.8590 84.1809,-18.2850; +ADD L1 :W0.000 84.1809,-19.8590 85.9450,-19.8590; +ADD L1 :W0.000 85.9450,-19.8590 85.9450,-18.2850; +ADD L1 :W0.000 84.1809,-18.2850 85.9450,-18.2850; +ADD L1 :W0.000 82.4167,-21.4330 82.4167,-19.8590; +ADD L1 :W0.000 82.4167,-21.4330 84.1809,-21.4330; +ADD L1 :W0.000 84.1809,-19.8590 84.1809,-21.4330; +ADD L1 :W0.000 82.4167,-19.8590 84.1809,-19.8590; +ADD L1 :W0.000 82.4658,-15.5124 82.4681,-13.9348; +ADD L1 :W0.000 82.4658,-15.5124 84.2049,-15.5136; +ADD L1 :W0.000 84.2049,-15.5136 84.2071,-13.9373; +ADD L1 :W0.000 82.4681,-13.9348 84.2071,-13.9373; +ADD L1 :W0.000 80.7268,-15.5112 80.7268,-17.0900; +ADD L1 :W0.000 80.7268,-17.0900 82.4658,-17.0900; +ADD L1 :W0.000 82.4658,-15.5124 82.4658,-17.0900; +ADD L1 :W0.000 80.7268,-15.5112 82.4658,-15.5124; +ADD L1 :W0.000 82.4167,-18.2850 82.4167,-19.8590; +ADD L1 :W0.000 82.4167,-19.8590 84.1809,-19.8590; +ADD L1 :W0.000 84.1809,-19.8590 84.1809,-18.2850; +ADD L1 :W0.000 82.4167,-18.2850 84.1809,-18.2850; +ADD L1 :W0.000 80.6526,-18.2850 80.6526,-19.8590; +ADD L1 :W0.000 80.6526,-19.8590 82.4167,-19.8590; +ADD L1 :W0.000 82.4167,-18.2850 82.4167,-19.8590; +ADD L1 :W0.000 80.6526,-18.2850 82.4167,-18.2850; +ADD L1 :W0.000 80.7268,-15.5112 80.7290,-13.9323; +ADD L1 :W0.000 80.7268,-15.5112 82.4658,-15.5124; +ADD L1 :W0.000 82.4658,-15.5124 82.4681,-13.9348; +ADD L1 :W0.000 80.7290,-13.9323 82.4681,-13.9348; +ADD L1 :W0.000 78.9878,-15.5099 78.9878,-17.0900; +ADD L1 :W0.000 78.9878,-17.0900 80.7268,-17.0900; +ADD L1 :W0.000 80.7268,-15.5112 80.7268,-17.0900; +ADD L1 :W0.000 78.9878,-15.5099 80.7268,-15.5112; +ADD L1 :W0.000 80.6526,-21.4330 80.6526,-19.8590; +ADD L1 :W0.000 80.6526,-21.4330 82.4167,-21.4330; +ADD L1 :W0.000 82.4167,-21.4330 82.4167,-19.8590; +ADD L1 :W0.000 80.6526,-19.8590 82.4167,-19.8590; +ADD L1 :W0.000 78.8885,-18.2850 78.8885,-19.8590; +ADD L1 :W0.000 78.8885,-19.8590 80.6526,-19.8590; +ADD L1 :W0.000 80.6526,-18.2850 80.6526,-19.8590; +ADD L1 :W0.000 78.8885,-18.2850 80.6526,-18.2850; +ADD L1 :W0.000 78.9878,-15.5099 78.9900,-13.9299; +ADD L1 :W0.000 78.9878,-15.5099 80.7268,-15.5112; +ADD L1 :W0.000 80.7268,-15.5112 80.7290,-13.9323; +ADD L1 :W0.000 78.9900,-13.9299 80.7290,-13.9323; +ADD L1 :W0.000 77.2487,-15.5087 77.2487,-17.0900; +ADD L1 :W0.000 77.2487,-17.0900 78.9878,-17.0900; +ADD L1 :W0.000 78.9878,-15.5099 78.9878,-17.0900; +ADD L1 :W0.000 77.2487,-15.5087 78.9878,-15.5099; +ADD L1 :W0.000 78.8885,-21.4330 78.8885,-19.8590; +ADD L1 :W0.000 78.8885,-21.4330 80.6526,-21.4330; +ADD L1 :W0.000 80.6526,-21.4330 80.6526,-19.8590; +ADD L1 :W0.000 78.8885,-19.8590 80.6526,-19.8590; +ADD L1 :W0.000 77.1244,-19.8590 77.1244,-18.2850; +ADD L1 :W0.000 77.1244,-19.8590 78.8885,-19.8590; +ADD L1 :W0.000 78.8885,-18.2850 78.8885,-19.8590; +ADD L1 :W0.000 77.1244,-18.2850 78.8885,-18.2850; +ADD L1 :W0.000 77.2487,-15.5087 77.2510,-13.9274; +ADD L1 :W0.000 77.2487,-15.5087 78.9878,-15.5099; +ADD L1 :W0.000 78.9878,-15.5099 78.9900,-13.9299; +ADD L1 :W0.000 77.2510,-13.9274 78.9900,-13.9299; +ADD L1 :W0.000 75.5097,-15.5075 75.5097,-17.0900; +ADD L1 :W0.000 75.5097,-17.0900 77.2487,-17.0900; +ADD L1 :W0.000 77.2487,-15.5087 77.2487,-17.0900; +ADD L1 :W0.000 75.5097,-15.5075 77.2487,-15.5087; +ADD L1 :W0.000 77.1244,-19.8590 77.1244,-21.4330; +ADD L1 :W0.000 77.1244,-21.4330 78.8885,-21.4330; +ADD L1 :W0.000 78.8885,-21.4330 78.8885,-19.8590; +ADD L1 :W0.000 77.1244,-19.8590 78.8885,-19.8590; +ADD L1 :W0.000 75.3603,-19.8590 75.3603,-21.4330; +ADD L1 :W0.000 75.3603,-21.4330 77.1244,-21.4330; +ADD L1 :W0.000 77.1244,-19.8590 77.1244,-21.4330; +ADD L1 :W0.000 75.3603,-19.8590 77.1244,-19.8590; +ADD L1 :W0.000 75.5097,-15.5075 75.5120,-13.9249; +ADD L1 :W0.000 75.5097,-15.5075 77.2487,-15.5087; +ADD L1 :W0.000 77.2487,-15.5087 77.2510,-13.9274; +ADD L1 :W0.000 75.5120,-13.9249 77.2510,-13.9274; +ADD L1 :W0.000 73.7707,-15.5062 73.7707,-17.0900; +ADD L1 :W0.000 73.7707,-17.0900 75.5097,-17.0900; +ADD L1 :W0.000 75.5097,-15.5075 75.5097,-17.0900; +ADD L1 :W0.000 73.7707,-15.5062 75.5097,-15.5075; +ADD L1 :W0.000 75.3603,-19.8590 75.3603,-18.2850; +ADD L1 :W0.000 75.3603,-19.8590 77.1244,-19.8590; +ADD L1 :W0.000 77.1244,-19.8590 77.1244,-18.2850; +ADD L1 :W0.000 75.3603,-18.2850 77.1244,-18.2850; +ADD L1 :W0.000 73.5961,-21.4330 73.5961,-19.8590; +ADD L1 :W0.000 73.5961,-21.4330 75.3603,-21.4330; +ADD L1 :W0.000 75.3603,-19.8590 75.3603,-21.4330; +ADD L1 :W0.000 73.5961,-19.8590 75.3603,-19.8590; +ADD L1 :W0.000 73.7707,-15.5062 73.7729,-13.9225; +ADD L1 :W0.000 73.7707,-15.5062 75.5097,-15.5075; +ADD L1 :W0.000 75.5097,-15.5075 75.5120,-13.9249; +ADD L1 :W0.000 73.7729,-13.9225 75.5120,-13.9249; +ADD L1 :W0.000 72.0317,-15.5050 72.0317,-17.0900; +ADD L1 :W0.000 72.0317,-17.0900 73.7707,-17.0900; +ADD L1 :W0.000 73.7707,-15.5062 73.7707,-17.0900; +ADD L1 :W0.000 72.0317,-15.5050 73.7707,-15.5062; +ADD L1 :W0.000 73.5961,-18.2850 73.5961,-19.8590; +ADD L1 :W0.000 73.5961,-19.8590 75.3603,-19.8590; +ADD L1 :W0.000 75.3603,-19.8590 75.3603,-18.2850; +ADD L1 :W0.000 73.5961,-18.2850 75.3603,-18.2850; +ADD L1 :W0.000 71.8320,-18.2850 71.8320,-19.8590; +ADD L1 :W0.000 71.8320,-19.8590 73.5961,-19.8590; +ADD L1 :W0.000 73.5961,-18.2850 73.5961,-19.8590; +ADD L1 :W0.000 71.8320,-18.2850 73.5961,-18.2850; +ADD L1 :W0.000 72.0317,-15.5050 72.0339,-13.9200; +ADD L1 :W0.000 72.0317,-15.5050 73.7707,-15.5062; +ADD L1 :W0.000 73.7707,-15.5062 73.7729,-13.9225; +ADD L1 :W0.000 72.0339,-13.9200 73.7729,-13.9225; +ADD L1 :W0.000 70.2926,-15.5038 70.2926,-17.0900; +ADD L1 :W0.000 70.2926,-17.0900 72.0317,-17.0900; +ADD L1 :W0.000 72.0317,-15.5050 72.0317,-17.0900; +ADD L1 :W0.000 70.2926,-15.5038 72.0317,-15.5050; +ADD L1 :W0.000 71.8320,-21.4330 71.8320,-19.8590; +ADD L1 :W0.000 71.8320,-21.4330 73.5961,-21.4330; +ADD L1 :W0.000 73.5961,-21.4330 73.5961,-19.8590; +ADD L1 :W0.000 71.8320,-19.8590 73.5961,-19.8590; +ADD L1 :W0.000 70.2580,-19.8590 70.2580,-18.2850; +ADD L1 :W0.000 70.2580,-19.8590 71.8320,-19.8590; +ADD L1 :W0.000 71.8320,-18.2850 71.8320,-19.8590; +ADD L1 :W0.000 70.2580,-18.2850 71.8320,-18.2850; +ADD L1 :W0.000 70.2926,-15.5038 70.2949,-13.9175; +ADD L1 :W0.000 70.2926,-15.5038 72.0317,-15.5050; +ADD L1 :W0.000 72.0317,-15.5050 72.0339,-13.9200; +ADD L1 :W0.000 70.2949,-13.9175 72.0339,-13.9200; +ADD L1 :W0.000 68.5536,-17.0900 68.5536,-15.5025; +ADD L1 :W0.000 68.5536,-17.0900 70.2926,-17.0900; +ADD L1 :W0.000 70.2926,-15.5038 70.2926,-17.0900; +ADD L1 :W0.000 68.5536,-15.5025 70.2926,-15.5038; +ADD L1 :W0.000 70.2580,-21.4330 70.2580,-19.8590; +ADD L1 :W0.000 70.2580,-21.4330 71.8320,-21.4330; +ADD L1 :W0.000 71.8320,-21.4330 71.8320,-19.8590; +ADD L1 :W0.000 70.2580,-19.8590 71.8320,-19.8590; +ADD L1 :W0.000 68.6606,-10.8434 68.6606,-9.2460; +ADD L1 :W0.000 68.6606,-10.8434 70.2580,-10.8434; +ADD L1 :W0.000 70.2580,-10.8434 70.2580,-9.2460; +ADD L1 :W0.000 68.6606,-9.2460 70.2580,-9.2460; +ADD L1 :W0.000 68.6584,-12.4407 68.6606,-10.8434; +ADD L1 :W0.000 68.6584,-12.4407 70.2580,-12.4430; +ADD L1 :W0.000 70.2580,-12.4430 70.2580,-10.8434; +ADD L1 :W0.000 68.6606,-10.8434 70.2580,-10.8434; +ADD L1 :W0.000 68.5536,-15.5025 68.5559,-13.9150; +ADD L1 :W0.000 68.5536,-15.5025 70.2926,-15.5038; +ADD L1 :W0.000 70.2926,-15.5038 70.2949,-13.9175; +ADD L1 :W0.000 68.5559,-13.9150 70.2949,-13.9175; +ADD L1 :W0.000 66.9216,-10.8421 66.9216,-9.2460; +ADD L1 :W0.000 66.9216,-10.8421 68.6606,-10.8434; +ADD L1 :W0.000 68.6606,-10.8434 68.6606,-9.2460; +ADD L1 :W0.000 66.9216,-9.2460 68.6606,-9.2460; +ADD L1 :W0.000 66.9193,-12.4383 66.9216,-10.8421; +ADD L1 :W0.000 66.9193,-12.4383 68.6584,-12.4407; +ADD L1 :W0.000 68.6584,-12.4407 68.6606,-10.8434; +ADD L1 :W0.000 66.9216,-10.8421 68.6606,-10.8434; +ADD L1 :W0.000 66.8146,-15.5013 66.8168,-13.9126; +ADD L1 :W0.000 66.8146,-15.5013 68.5536,-15.5025; +ADD L1 :W0.000 68.5536,-15.5025 68.5559,-13.9150; +ADD L1 :W0.000 66.8168,-13.9126 68.5559,-13.9150; +ADD L1 :W0.000 66.8146,-17.0900 66.8146,-15.5013; +ADD L1 :W0.000 66.8146,-17.0900 68.5536,-17.0900; +ADD L1 :W0.000 68.5536,-17.0900 68.5536,-15.5025; +ADD L1 :W0.000 66.8146,-15.5013 68.5536,-15.5025; +ADD L1 :W0.000 65.1826,-10.8409 65.1826,-9.2460; +ADD L1 :W0.000 65.1826,-10.8409 66.9216,-10.8421; +ADD L1 :W0.000 66.9216,-10.8421 66.9216,-9.2460; +ADD L1 :W0.000 65.1826,-9.2460 66.9216,-9.2460; +ADD L1 :W0.000 65.1803,-12.4358 65.1826,-10.8409; +ADD L1 :W0.000 65.1803,-12.4358 66.9193,-12.4383; +ADD L1 :W0.000 66.9193,-12.4383 66.9216,-10.8421; +ADD L1 :W0.000 65.1826,-10.8409 66.9216,-10.8421; +ADD L1 :W0.000 65.0755,-15.5001 65.0778,-13.9101; +ADD L1 :W0.000 65.0755,-15.5001 66.8146,-15.5013; +ADD L1 :W0.000 66.8146,-15.5013 66.8168,-13.9126; +ADD L1 :W0.000 65.0778,-13.9101 66.8168,-13.9126; +ADD L1 :W0.000 65.0755,-17.0900 65.0755,-15.5001; +ADD L1 :W0.000 65.0755,-17.0900 66.8146,-17.0900; +ADD L1 :W0.000 66.8146,-17.0900 66.8146,-15.5013; +ADD L1 :W0.000 65.0755,-15.5001 66.8146,-15.5013; +ADD L1 :W0.000 63.4435,-10.8397 63.4435,-9.2460; +ADD L1 :W0.000 63.4435,-10.8397 65.1826,-10.8409; +ADD L1 :W0.000 65.1826,-10.8409 65.1826,-9.2460; +ADD L1 :W0.000 63.4435,-9.2460 65.1826,-9.2460; +ADD L1 :W0.000 63.4413,-12.4333 63.4435,-10.8397; +ADD L1 :W0.000 63.4413,-12.4333 65.1803,-12.4358; +ADD L1 :W0.000 65.1803,-12.4358 65.1826,-10.8409; +ADD L1 :W0.000 63.4435,-10.8397 65.1826,-10.8409; +ADD L1 :W0.000 63.3365,-15.4988 63.3388,-13.9076; +ADD L1 :W0.000 63.3365,-15.4988 65.0755,-15.5001; +ADD L1 :W0.000 65.0755,-15.5001 65.0778,-13.9101; +ADD L1 :W0.000 63.3388,-13.9076 65.0778,-13.9101; +ADD L1 :W0.000 63.3365,-17.0900 63.3365,-15.4988; +ADD L1 :W0.000 63.3365,-17.0900 65.0755,-17.0900; +ADD L1 :W0.000 65.0755,-17.0900 65.0755,-15.5001; +ADD L1 :W0.000 63.3365,-15.4988 65.0755,-15.5001; +ADD L1 :W0.000 61.7023,-12.4308 61.7045,-10.8384; +ADD L1 :W0.000 61.7023,-12.4308 63.4413,-12.4333; +ADD L1 :W0.000 63.4413,-12.4333 63.4435,-10.8397; +ADD L1 :W0.000 61.7045,-10.8384 63.4435,-10.8397; +ADD L1 :W0.000 61.7045,-9.2460 61.7045,-10.8384; +ADD L1 :W0.000 61.7045,-10.8384 63.4435,-10.8397; +ADD L1 :W0.000 63.4435,-10.8397 63.4435,-9.2460; +ADD L1 :W0.000 61.7045,-9.2460 63.4435,-9.2460; +ADD L1 :W0.000 59.9655,-9.2460 59.9655,-10.8372; +ADD L1 :W0.000 59.9655,-10.8372 61.7045,-10.8384; +ADD L1 :W0.000 61.7045,-9.2460 61.7045,-10.8384; +ADD L1 :W0.000 59.9655,-9.2460 61.7045,-9.2460; +ADD L1 :W0.000 61.5975,-15.4976 61.5997,-13.9052; +ADD L1 :W0.000 61.5975,-15.4976 63.3365,-15.4988; +ADD L1 :W0.000 63.3365,-15.4988 63.3388,-13.9076; +ADD L1 :W0.000 61.5997,-13.9052 63.3388,-13.9076; +ADD L1 :W0.000 61.5975,-17.0900 61.5975,-15.4976; +ADD L1 :W0.000 61.5975,-17.0900 63.3365,-17.0900; +ADD L1 :W0.000 63.3365,-17.0900 63.3365,-15.4988; +ADD L1 :W0.000 61.5975,-15.4976 63.3365,-15.4988; +ADD L1 :W0.000 59.9632,-12.4284 59.9655,-10.8372; +ADD L1 :W0.000 59.9632,-12.4284 61.7023,-12.4308; +ADD L1 :W0.000 61.7023,-12.4308 61.7045,-10.8384; +ADD L1 :W0.000 59.9655,-10.8372 61.7045,-10.8384; +ADD L1 :W0.000 58.2265,-10.8359 58.2265,-9.2460; +ADD L1 :W0.000 58.2265,-10.8359 59.9655,-10.8372; +ADD L1 :W0.000 59.9655,-9.2460 59.9655,-10.8372; +ADD L1 :W0.000 58.2265,-9.2460 59.9655,-9.2460; +ADD L1 :W0.000 59.8585,-15.4963 59.8607,-13.9027; +ADD L1 :W0.000 59.8585,-15.4963 61.5975,-15.4976; +ADD L1 :W0.000 61.5975,-15.4976 61.5997,-13.9052; +ADD L1 :W0.000 59.8607,-13.9027 61.5997,-13.9052; +ADD L1 :W0.000 59.8585,-17.0900 59.8585,-15.4963; +ADD L1 :W0.000 59.8585,-17.0900 61.5975,-17.0900; +ADD L1 :W0.000 61.5975,-17.0900 61.5975,-15.4976; +ADD L1 :W0.000 59.8585,-15.4963 61.5975,-15.4976; +ADD L1 :W0.000 58.2242,-12.4259 58.2265,-10.8359; +ADD L1 :W0.000 58.2242,-12.4259 59.9632,-12.4284; +ADD L1 :W0.000 59.9632,-12.4284 59.9655,-10.8372; +ADD L1 :W0.000 58.2265,-10.8359 59.9655,-10.8372; +ADD L1 :W0.000 58.1194,-15.4951 58.1217,-13.9002; +ADD L1 :W0.000 58.1194,-15.4951 59.8585,-15.4963; +ADD L1 :W0.000 59.8585,-15.4963 59.8607,-13.9027; +ADD L1 :W0.000 58.1217,-13.9002 59.8607,-13.9027; +ADD L1 :W0.000 58.1194,-17.0900 58.1194,-15.4951; +ADD L1 :W0.000 58.1194,-17.0900 59.8585,-17.0900; +ADD L1 :W0.000 59.8585,-17.0900 59.8585,-15.4963; +ADD L1 :W0.000 58.1194,-15.4951 59.8585,-15.4963; +ADD L1 :W0.000 56.4874,-10.8347 56.4874,-9.2460; +ADD L1 :W0.000 56.4874,-10.8347 58.2265,-10.8359; +ADD L1 :W0.000 58.2265,-10.8359 58.2265,-9.2460; +ADD L1 :W0.000 56.4874,-9.2460 58.2265,-9.2460; +ADD L1 :W0.000 56.4852,-12.4234 56.4874,-10.8347; +ADD L1 :W0.000 56.4852,-12.4234 58.2242,-12.4259; +ADD L1 :W0.000 58.2242,-12.4259 58.2265,-10.8359; +ADD L1 :W0.000 56.4874,-10.8347 58.2265,-10.8359; +ADD L1 :W0.000 56.3804,-15.4939 56.3827,-13.8977; +ADD L1 :W0.000 56.3804,-15.4939 58.1194,-15.4951; +ADD L1 :W0.000 58.1194,-15.4951 58.1217,-13.9002; +ADD L1 :W0.000 56.3827,-13.8977 58.1217,-13.9002; +ADD L1 :W0.000 56.3804,-17.0900 56.3804,-15.4939; +ADD L1 :W0.000 56.3804,-17.0900 58.1194,-17.0900; +ADD L1 :W0.000 58.1194,-17.0900 58.1194,-15.4951; +ADD L1 :W0.000 56.3804,-15.4939 58.1194,-15.4951; +ADD L1 :W0.000 54.7484,-10.8335 54.7484,-9.2460; +ADD L1 :W0.000 54.7484,-10.8335 56.4874,-10.8347; +ADD L1 :W0.000 56.4874,-10.8347 56.4874,-9.2460; +ADD L1 :W0.000 54.7484,-9.2460 56.4874,-9.2460; +ADD L1 :W0.000 54.7461,-12.4210 54.7484,-10.8335; +ADD L1 :W0.000 54.7461,-12.4210 56.4852,-12.4234; +ADD L1 :W0.000 56.4852,-12.4234 56.4874,-10.8347; +ADD L1 :W0.000 54.7484,-10.8335 56.4874,-10.8347; +ADD L1 :W0.000 54.6414,-15.4926 54.6436,-13.8953; +ADD L1 :W0.000 54.6414,-15.4926 56.3804,-15.4939; +ADD L1 :W0.000 56.3804,-15.4939 56.3827,-13.8977; +ADD L1 :W0.000 54.6436,-13.8953 56.3827,-13.8977; +ADD L1 :W0.000 54.6414,-17.0900 54.6414,-15.4926; +ADD L1 :W0.000 54.6414,-17.0900 56.3804,-17.0900; +ADD L1 :W0.000 56.3804,-17.0900 56.3804,-15.4939; +ADD L1 :W0.000 54.6414,-15.4926 56.3804,-15.4939; +ADD L1 :W0.000 53.0440,-15.4926 53.0440,-13.8930; +ADD L1 :W0.000 53.0440,-15.4926 54.6414,-15.4926; +ADD L1 :W0.000 54.6414,-15.4926 54.6436,-13.8953; +ADD L1 :W0.000 53.0440,-13.8930 54.6436,-13.8953; +ADD L1 :W0.000 53.0440,-17.0900 53.0440,-15.4926; +ADD L1 :W0.000 53.0440,-17.0900 54.6414,-17.0900; +ADD L1 :W0.000 54.6414,-17.0900 54.6414,-15.4926; +ADD L1 :W0.000 53.0440,-15.4926 54.6414,-15.4926; +ADD L1 :W0.000 53.0094,-10.8322 53.0094,-9.2460; +ADD L1 :W0.000 53.0094,-10.8322 54.7484,-10.8335; +ADD L1 :W0.000 54.7484,-10.8335 54.7484,-9.2460; +ADD L1 :W0.000 53.0094,-9.2460 54.7484,-9.2460; +ADD L1 :W0.000 53.0071,-12.4185 53.0094,-10.8322; +ADD L1 :W0.000 53.0071,-12.4185 54.7461,-12.4210; +ADD L1 :W0.000 54.7461,-12.4210 54.7484,-10.8335; +ADD L1 :W0.000 53.0094,-10.8322 54.7484,-10.8335; +ADD L1 :W0.000 51.4700,-8.0510 51.4700,-6.4770; +ADD L1 :W0.000 51.4700,-8.0510 53.0440,-8.0510; +ADD L1 :W0.000 53.0440,-8.0510 53.0440,-6.4770; +ADD L1 :W0.000 51.4700,-6.4770 53.0440,-6.4770; +ADD L1 :W0.000 51.4700,-4.9030 51.4700,-6.4770; +ADD L1 :W0.000 51.4700,-6.4770 53.0440,-6.4770; +ADD L1 :W0.000 53.0440,-6.4770 53.0440,-4.9030; +ADD L1 :W0.000 51.4700,-4.9030 53.0440,-4.9030; +ADD L1 :W0.000 49.7059,-6.4770 49.7059,-4.9030; +ADD L1 :W0.000 49.7059,-6.4770 51.4700,-6.4770; +ADD L1 :W0.000 51.4700,-4.9030 51.4700,-6.4770; +ADD L1 :W0.000 49.7059,-4.9030 51.4700,-4.9030; +ADD L1 :W0.000 51.2681,-12.4160 51.2703,-10.8310; +ADD L1 :W0.000 51.2681,-12.4160 53.0071,-12.4185; +ADD L1 :W0.000 53.0071,-12.4185 53.0094,-10.8322; +ADD L1 :W0.000 51.2703,-10.8310 53.0094,-10.8322; +ADD L1 :W0.000 51.2703,-9.2460 51.2703,-10.8310; +ADD L1 :W0.000 51.2703,-10.8310 53.0094,-10.8322; +ADD L1 :W0.000 53.0094,-10.8322 53.0094,-9.2460; +ADD L1 :W0.000 51.2703,-9.2460 53.0094,-9.2460; +ADD L1 :W0.000 49.5313,-9.2460 49.5313,-10.8298; +ADD L1 :W0.000 49.5313,-10.8298 51.2703,-10.8310; +ADD L1 :W0.000 51.2703,-9.2460 51.2703,-10.8310; +ADD L1 :W0.000 49.5313,-9.2460 51.2703,-9.2460; +ADD L1 :W0.000 49.7059,-6.4770 49.7059,-8.0510; +ADD L1 :W0.000 49.7059,-8.0510 51.4700,-8.0510; +ADD L1 :W0.000 51.4700,-8.0510 51.4700,-6.4770; +ADD L1 :W0.000 49.7059,-6.4770 51.4700,-6.4770; +ADD L1 :W0.000 47.9417,-8.0510 47.9417,-6.4770; +ADD L1 :W0.000 47.9417,-8.0510 49.7059,-8.0510; +ADD L1 :W0.000 49.7059,-6.4770 49.7059,-8.0510; +ADD L1 :W0.000 47.9417,-6.4770 49.7059,-6.4770; +ADD L1 :W0.000 49.5291,-12.4135 49.5313,-10.8298; +ADD L1 :W0.000 49.5291,-12.4135 51.2681,-12.4160; +ADD L1 :W0.000 51.2681,-12.4160 51.2703,-10.8310; +ADD L1 :W0.000 49.5313,-10.8298 51.2703,-10.8310; +ADD L1 :W0.000 47.7923,-9.2460 47.7923,-10.8285; +ADD L1 :W0.000 47.7923,-10.8285 49.5313,-10.8298; +ADD L1 :W0.000 49.5313,-9.2460 49.5313,-10.8298; +ADD L1 :W0.000 47.7923,-9.2460 49.5313,-9.2460; +ADD L1 :W0.000 47.9417,-4.9030 47.9417,-6.4770; +ADD L1 :W0.000 47.9417,-6.4770 49.7059,-6.4770; +ADD L1 :W0.000 49.7059,-6.4770 49.7059,-4.9030; +ADD L1 :W0.000 47.9417,-4.9030 49.7059,-4.9030; +ADD L1 :W0.000 46.1776,-6.4770 46.1776,-4.9030; +ADD L1 :W0.000 46.1776,-6.4770 47.9417,-6.4770; +ADD L1 :W0.000 47.9417,-4.9030 47.9417,-6.4770; +ADD L1 :W0.000 46.1776,-4.9030 47.9417,-4.9030; +ADD L1 :W0.000 47.7900,-12.4111 47.7923,-10.8285; +ADD L1 :W0.000 47.7900,-12.4111 49.5291,-12.4135; +ADD L1 :W0.000 49.5291,-12.4135 49.5313,-10.8298; +ADD L1 :W0.000 47.7923,-10.8285 49.5313,-10.8298; +ADD L1 :W0.000 46.0533,-9.2460 46.0533,-10.8273; +ADD L1 :W0.000 46.0533,-10.8273 47.7923,-10.8285; +ADD L1 :W0.000 47.7923,-9.2460 47.7923,-10.8285; +ADD L1 :W0.000 46.0533,-9.2460 47.7923,-9.2460; +ADD L1 :W0.000 46.1776,-6.4770 46.1776,-8.0510; +ADD L1 :W0.000 46.1776,-8.0510 47.9417,-8.0510; +ADD L1 :W0.000 47.9417,-8.0510 47.9417,-6.4770; +ADD L1 :W0.000 46.1776,-6.4770 47.9417,-6.4770; +ADD L1 :W0.000 44.4135,-6.4770 44.4135,-8.0510; +ADD L1 :W0.000 44.4135,-8.0510 46.1776,-8.0510; +ADD L1 :W0.000 46.1776,-6.4770 46.1776,-8.0510; +ADD L1 :W0.000 44.4135,-6.4770 46.1776,-6.4770; +ADD L1 :W0.000 46.0510,-12.4086 46.0533,-10.8273; +ADD L1 :W0.000 46.0510,-12.4086 47.7900,-12.4111; +ADD L1 :W0.000 47.7900,-12.4111 47.7923,-10.8285; +ADD L1 :W0.000 46.0533,-10.8273 47.7923,-10.8285; +ADD L1 :W0.000 44.3142,-9.2460 44.3142,-10.8261; +ADD L1 :W0.000 44.3142,-10.8261 46.0533,-10.8273; +ADD L1 :W0.000 46.0533,-9.2460 46.0533,-10.8273; +ADD L1 :W0.000 44.3142,-9.2460 46.0533,-9.2460; +ADD L1 :W0.000 44.4135,-6.4770 44.4135,-4.9030; +ADD L1 :W0.000 44.4135,-6.4770 46.1776,-6.4770; +ADD L1 :W0.000 46.1776,-6.4770 46.1776,-4.9030; +ADD L1 :W0.000 44.4135,-4.9030 46.1776,-4.9030; +ADD L1 :W0.000 42.6494,-8.0510 42.6494,-6.4770; +ADD L1 :W0.000 42.6494,-8.0510 44.4135,-8.0510; +ADD L1 :W0.000 44.4135,-6.4770 44.4135,-8.0510; +ADD L1 :W0.000 42.6494,-6.4770 44.4135,-6.4770; +ADD L1 :W0.000 44.3120,-12.4061 44.3142,-10.8261; +ADD L1 :W0.000 44.3120,-12.4061 46.0510,-12.4086; +ADD L1 :W0.000 46.0510,-12.4086 46.0533,-10.8273; +ADD L1 :W0.000 44.3142,-10.8261 46.0533,-10.8273; +ADD L1 :W0.000 42.5752,-10.8248 42.5752,-9.2460; +ADD L1 :W0.000 42.5752,-10.8248 44.3142,-10.8261; +ADD L1 :W0.000 44.3142,-9.2460 44.3142,-10.8261; +ADD L1 :W0.000 42.5752,-9.2460 44.3142,-9.2460; +ADD L1 :W0.000 42.6494,-4.9030 42.6494,-6.4770; +ADD L1 :W0.000 42.6494,-6.4770 44.4135,-6.4770; +ADD L1 :W0.000 44.4135,-6.4770 44.4135,-4.9030; +ADD L1 :W0.000 42.6494,-4.9030 44.4135,-4.9030; +ADD L1 :W0.000 40.8853,-6.4770 40.8853,-4.9030; +ADD L1 :W0.000 40.8853,-6.4770 42.6494,-6.4770; +ADD L1 :W0.000 42.6494,-4.9030 42.6494,-6.4770; +ADD L1 :W0.000 40.8853,-4.9030 42.6494,-4.9030; +ADD L1 :W0.000 42.5730,-12.4037 42.5752,-10.8248; +ADD L1 :W0.000 42.5730,-12.4037 44.3120,-12.4061; +ADD L1 :W0.000 44.3120,-12.4061 44.3142,-10.8261; +ADD L1 :W0.000 42.5752,-10.8248 44.3142,-10.8261; +ADD L1 :W0.000 40.8853,-6.4770 40.8853,-8.0510; +ADD L1 :W0.000 40.8853,-8.0510 42.6494,-8.0510; +ADD L1 :W0.000 42.6494,-8.0510 42.6494,-6.4770; +ADD L1 :W0.000 40.8853,-6.4770 42.6494,-6.4770; +ADD L1 :W0.000 39.1211,-8.0510 39.1211,-6.4770; +ADD L1 :W0.000 39.1211,-8.0510 40.8853,-8.0510; +ADD L1 :W0.000 40.8853,-6.4770 40.8853,-8.0510; +ADD L1 :W0.000 39.1211,-6.4770 40.8853,-6.4770; +ADD L1 :W0.000 40.8362,-10.8236 40.8362,-9.2460; +ADD L1 :W0.000 40.8362,-10.8236 42.5752,-10.8248; +ADD L1 :W0.000 42.5752,-10.8248 42.5752,-9.2460; +ADD L1 :W0.000 40.8362,-9.2460 42.5752,-9.2460; +ADD L1 :W0.000 40.8339,-12.4012 40.8362,-10.8236; +ADD L1 :W0.000 40.8339,-12.4012 42.5730,-12.4037; +ADD L1 :W0.000 42.5730,-12.4037 42.5752,-10.8248; +ADD L1 :W0.000 40.8362,-10.8236 42.5752,-10.8248; +ADD L1 :W0.000 39.1211,-4.9030 39.1211,-6.4770; +ADD L1 :W0.000 39.1211,-6.4770 40.8853,-6.4770; +ADD L1 :W0.000 40.8853,-6.4770 40.8853,-4.9030; +ADD L1 :W0.000 39.1211,-4.9030 40.8853,-4.9030; +ADD L1 :W0.000 37.3570,-4.9030 37.3570,-6.4770; +ADD L1 :W0.000 37.3570,-6.4770 39.1211,-6.4770; +ADD L1 :W0.000 39.1211,-4.9030 39.1211,-6.4770; +ADD L1 :W0.000 37.3570,-4.9030 39.1211,-4.9030; +ADD L1 :W0.000 39.0971,-10.8224 39.0971,-9.2460; +ADD L1 :W0.000 39.0971,-10.8224 40.8362,-10.8236; +ADD L1 :W0.000 40.8362,-10.8236 40.8362,-9.2460; +ADD L1 :W0.000 39.0971,-9.2460 40.8362,-9.2460; +ADD L1 :W0.000 39.0949,-12.3987 39.0971,-10.8224; +ADD L1 :W0.000 39.0949,-12.3987 40.8339,-12.4012; +ADD L1 :W0.000 40.8339,-12.4012 40.8362,-10.8236; +ADD L1 :W0.000 39.0971,-10.8224 40.8362,-10.8236; +ADD L1 :W0.000 37.3581,-10.8211 37.3581,-9.2460; +ADD L1 :W0.000 37.3581,-10.8211 39.0971,-10.8224; +ADD L1 :W0.000 39.0971,-10.8224 39.0971,-9.2460; +ADD L1 :W0.000 37.3581,-9.2460 39.0971,-9.2460; +ADD L1 :W0.000 37.3559,-12.3962 37.3581,-10.8211; +ADD L1 :W0.000 37.3559,-12.3962 39.0949,-12.3987; +ADD L1 :W0.000 39.0949,-12.3987 39.0971,-10.8224; +ADD L1 :W0.000 37.3581,-10.8211 39.0971,-10.8224; +ADD L1 :W0.000 37.3570,-8.0510 37.3570,-6.4770; +ADD L1 :W0.000 37.3570,-8.0510 39.1211,-8.0510; +ADD L1 :W0.000 39.1211,-8.0510 39.1211,-6.4770; +ADD L1 :W0.000 37.3570,-6.4770 39.1211,-6.4770; +ADD L1 :W0.000 37.3570,-4.9030 37.3570,-6.4770; +ADD L1 :W0.000 35.7830,-4.9030 37.3570,-4.9030; +ADD L1 :W0.000 35.7830,-6.2585 35.7830,-4.9030; +ADD L1 :W0.000 35.7830,-6.2585 37.3570,-6.4770; +ADD L1 :W0.000 35.7830,-10.8211 35.7830,-9.2460; +ADD L1 :W0.000 35.7830,-10.8211 37.3581,-10.8211; +ADD L1 :W0.000 37.3581,-10.8211 37.3581,-9.2460; +ADD L1 :W0.000 35.7830,-9.2460 37.3581,-9.2460; +ADD L1 :W0.000 35.7830,-12.3940 35.7830,-10.8211; +ADD L1 :W0.000 35.7830,-12.3940 37.3559,-12.3962; +ADD L1 :W0.000 37.3559,-12.3962 37.3581,-10.8211; +ADD L1 :W0.000 35.7830,-10.8211 37.3581,-10.8211; +ADD L1 :W0.000 33.9809,-6.2585 33.9809,-7.6140; +ADD L1 :W0.000 33.9809,-7.6140 35.7830,-7.6140; +ADD L1 :W0.000 35.7830,-6.2585 35.7830,-7.6140; +ADD L1 :W0.000 33.9809,-6.2585 35.7830,-6.2585; +ADD L1 :W0.000 34.4275,-3.1305 34.4275,-1.7750; +ADD L1 :W0.000 34.4275,-3.1305 35.7830,-3.1305; +ADD L1 :W0.000 35.7830,-3.1305 35.7830,-1.7750; +ADD L1 :W0.000 34.4275,-1.7750 35.7830,-1.7750; +ADD L1 :W0.000 34.4275,-3.1305 34.4275,-4.4860; +ADD L1 :W0.000 34.4275,-4.4860 35.7830,-4.4860; +ADD L1 :W0.000 35.7830,-4.4860 35.7830,-3.1305; +ADD L1 :W0.000 34.4275,-3.1305 35.7830,-3.1305; +ADD L1 :W0.000 32.7761,-4.4860 32.7761,-3.1305; +ADD L1 :W0.000 32.7761,-4.4860 34.4275,-4.4860; +ADD L1 :W0.000 34.4275,-3.1305 34.4275,-4.4860; +ADD L1 :W0.000 32.7761,-3.1305 34.4275,-3.1305; +ADD L1 :W0.000 33.9809,-6.2585 33.9809,-4.9030; +ADD L1 :W0.000 33.9809,-6.2585 35.7830,-6.2585; +ADD L1 :W0.000 35.7830,-6.2585 35.7830,-4.9030; +ADD L1 :W0.000 33.9809,-4.9030 35.7830,-4.9030; +ADD L1 :W0.000 32.1789,-7.6140 32.1789,-6.2585; +ADD L1 :W0.000 32.1789,-7.6140 33.9809,-7.6140; +ADD L1 :W0.000 33.9809,-6.2585 33.9809,-7.6140; +ADD L1 :W0.000 32.1789,-6.2585 33.9809,-6.2585; +ADD L1 :W0.000 32.7761,-1.7750 32.7761,-3.1305; +ADD L1 :W0.000 32.7761,-3.1305 34.4275,-3.1305; +ADD L1 :W0.000 34.4275,-3.1305 34.4275,-1.7750; +ADD L1 :W0.000 32.7761,-1.7750 34.4275,-1.7750; +ADD L1 :W0.000 31.1246,-3.1305 31.1246,-1.7750; +ADD L1 :W0.000 31.1246,-3.1305 32.7761,-3.1305; +ADD L1 :W0.000 32.7761,-1.7750 32.7761,-3.1305; +ADD L1 :W0.000 31.1246,-1.7750 32.7761,-1.7750; +ADD L1 :W0.000 32.1789,-4.9030 32.1789,-6.2585; +ADD L1 :W0.000 32.1789,-6.2585 33.9809,-6.2585; +ADD L1 :W0.000 33.9809,-6.2585 33.9809,-4.9030; +ADD L1 :W0.000 32.1789,-4.9030 33.9809,-4.9030; +ADD L1 :W0.000 30.3768,-6.2585 30.3768,-4.9030; +ADD L1 :W0.000 30.3768,-6.2585 32.1789,-6.2585; +ADD L1 :W0.000 32.1789,-4.9030 32.1789,-6.2585; +ADD L1 :W0.000 30.3768,-4.9030 32.1789,-4.9030; +ADD L1 :W0.000 31.1246,-3.1305 31.1246,-4.4860; +ADD L1 :W0.000 31.1246,-4.4860 32.7761,-4.4860; +ADD L1 :W0.000 32.7761,-4.4860 32.7761,-3.1305; +ADD L1 :W0.000 31.1246,-3.1305 32.7761,-3.1305; +ADD L1 :W0.000 29.4732,-4.4860 29.4732,-3.1305; +ADD L1 :W0.000 29.4732,-4.4860 31.1246,-4.4860; +ADD L1 :W0.000 31.1246,-3.1305 31.1246,-4.4860; +ADD L1 :W0.000 29.4732,-3.1305 31.1246,-3.1305; +ADD L1 :W0.000 30.3768,-6.2585 30.3768,-7.6140; +ADD L1 :W0.000 30.3768,-7.6140 32.1789,-7.6140; +ADD L1 :W0.000 32.1789,-7.6140 32.1789,-6.2585; +ADD L1 :W0.000 30.3768,-6.2585 32.1789,-6.2585; +ADD L1 :W0.000 28.5748,-6.2585 28.5748,-7.6140; +ADD L1 :W0.000 28.5748,-7.6140 30.3768,-7.6140; +ADD L1 :W0.000 30.3768,-6.2585 30.3768,-7.6140; +ADD L1 :W0.000 28.5748,-6.2585 30.3768,-6.2585; +ADD L1 :W0.000 29.4732,-1.7750 29.4732,-3.1305; +ADD L1 :W0.000 29.4732,-3.1305 31.1246,-3.1305; +ADD L1 :W0.000 31.1246,-3.1305 31.1246,-1.7750; +ADD L1 :W0.000 29.4732,-1.7750 31.1246,-1.7750; +ADD L1 :W0.000 27.8217,-3.1305 27.8217,-1.7750; +ADD L1 :W0.000 27.8217,-3.1305 29.4732,-3.1305; +ADD L1 :W0.000 29.4732,-1.7750 29.4732,-3.1305; +ADD L1 :W0.000 27.8217,-1.7750 29.4732,-1.7750; +ADD L1 :W0.000 28.5748,-6.2585 28.5748,-4.9030; +ADD L1 :W0.000 28.5748,-6.2585 30.3768,-6.2585; +ADD L1 :W0.000 30.3768,-6.2585 30.3768,-4.9030; +ADD L1 :W0.000 28.5748,-4.9030 30.3768,-4.9030; +ADD L1 :W0.000 26.7727,-7.6140 26.7727,-6.2585; +ADD L1 :W0.000 26.7727,-7.6140 28.5748,-7.6140; +ADD L1 :W0.000 28.5748,-6.2585 28.5748,-7.6140; +ADD L1 :W0.000 26.7727,-6.2585 28.5748,-6.2585; +ADD L1 :W0.000 27.8217,-3.1305 27.8217,-4.4860; +ADD L1 :W0.000 27.8217,-4.4860 29.4732,-4.4860; +ADD L1 :W0.000 29.4732,-4.4860 29.4732,-3.1305; +ADD L1 :W0.000 27.8217,-3.1305 29.4732,-3.1305; +ADD L1 :W0.000 26.1703,-4.4860 26.1703,-3.1305; +ADD L1 :W0.000 26.1703,-4.4860 27.8217,-4.4860; +ADD L1 :W0.000 27.8217,-3.1305 27.8217,-4.4860; +ADD L1 :W0.000 26.1703,-3.1305 27.8217,-3.1305; +ADD L1 :W0.000 26.7727,-4.9030 26.7727,-6.2585; +ADD L1 :W0.000 26.7727,-6.2585 28.5748,-6.2585; +ADD L1 :W0.000 28.5748,-6.2585 28.5748,-4.9030; +ADD L1 :W0.000 26.7727,-4.9030 28.5748,-4.9030; +ADD L1 :W0.000 24.9707,-4.9030 24.9707,-6.2585; +ADD L1 :W0.000 24.9707,-6.2585 26.7727,-6.2585; +ADD L1 :W0.000 26.7727,-4.9030 26.7727,-6.2585; +ADD L1 :W0.000 24.9707,-4.9030 26.7727,-4.9030; +ADD L1 :W0.000 26.1703,-1.7750 26.1703,-3.1305; +ADD L1 :W0.000 26.1703,-3.1305 27.8217,-3.1305; +ADD L1 :W0.000 27.8217,-3.1305 27.8217,-1.7750; +ADD L1 :W0.000 26.1703,-1.7750 27.8217,-1.7750; +ADD L1 :W0.000 24.5188,-3.1305 24.5188,-1.7750; +ADD L1 :W0.000 24.5188,-3.1305 26.1703,-3.1305; +ADD L1 :W0.000 26.1703,-1.7750 26.1703,-3.1305; +ADD L1 :W0.000 24.5188,-1.7750 26.1703,-1.7750; +ADD L1 :W0.000 24.9707,-7.6140 24.9707,-6.2585; +ADD L1 :W0.000 24.9707,-7.6140 26.7727,-7.6140; +ADD L1 :W0.000 26.7727,-7.6140 26.7727,-6.2585; +ADD L1 :W0.000 24.9707,-6.2585 26.7727,-6.2585; +ADD L1 :W0.000 23.1686,-4.9030 23.1686,-6.2585; +ADD L1 :W0.000 23.1686,-6.2585 24.9707,-6.2585; +ADD L1 :W0.000 24.9707,-4.9030 24.9707,-6.2585; +ADD L1 :W0.000 23.1686,-4.9030 24.9707,-4.9030; +ADD L1 :W0.000 24.5188,-3.1305 24.5188,-4.4860; +ADD L1 :W0.000 24.5188,-4.4860 26.1703,-4.4860; +ADD L1 :W0.000 26.1703,-4.4860 26.1703,-3.1305; +ADD L1 :W0.000 24.5188,-3.1305 26.1703,-3.1305; +ADD L1 :W0.000 22.8674,-3.1305 22.8674,-4.4860; +ADD L1 :W0.000 22.8674,-4.4860 24.5188,-4.4860; +ADD L1 :W0.000 24.5188,-3.1305 24.5188,-4.4860; +ADD L1 :W0.000 22.8674,-3.1305 24.5188,-3.1305; +ADD L1 :W0.000 23.1686,-7.6140 23.1686,-6.2585; +ADD L1 :W0.000 23.1686,-7.6140 24.9707,-7.6140; +ADD L1 :W0.000 24.9707,-7.6140 24.9707,-6.2585; +ADD L1 :W0.000 23.1686,-6.2585 24.9707,-6.2585; +ADD L1 :W0.000 21.3666,-6.2585 21.3666,-4.9030; +ADD L1 :W0.000 21.3666,-6.2585 23.1686,-6.2585; +ADD L1 :W0.000 23.1686,-4.9030 23.1686,-6.2585; +ADD L1 :W0.000 21.3666,-4.9030 23.1686,-4.9030; +ADD L1 :W0.000 22.8674,-3.1305 22.8674,-1.7750; +ADD L1 :W0.000 22.8674,-3.1305 24.5188,-3.1305; +ADD L1 :W0.000 24.5188,-3.1305 24.5188,-1.7750; +ADD L1 :W0.000 22.8674,-1.7750 24.5188,-1.7750; +ADD L1 :W0.000 21.2159,-4.4860 21.2159,-3.1305; +ADD L1 :W0.000 21.2159,-4.4860 22.8674,-4.4860; +ADD L1 :W0.000 22.8674,-3.1305 22.8674,-4.4860; +ADD L1 :W0.000 21.2159,-3.1305 22.8674,-3.1305; +ADD L1 :W0.000 21.3666,-6.2585 21.3666,-7.6140; +ADD L1 :W0.000 21.3666,-7.6140 23.1686,-7.6140; +ADD L1 :W0.000 23.1686,-7.6140 23.1686,-6.2585; +ADD L1 :W0.000 21.3666,-6.2585 23.1686,-6.2585; +ADD L1 :W0.000 19.5645,-6.2585 19.5645,-7.6140; +ADD L1 :W0.000 19.5645,-7.6140 21.3666,-7.6140; +ADD L1 :W0.000 21.3666,-6.2585 21.3666,-7.6140; +ADD L1 :W0.000 19.5645,-6.2585 21.3666,-6.2585; +ADD L1 :W0.000 21.2159,-1.7750 21.2159,-3.1305; +ADD L1 :W0.000 21.2159,-3.1305 22.8674,-3.1305; +ADD L1 :W0.000 22.8674,-3.1305 22.8674,-1.7750; +ADD L1 :W0.000 21.2159,-1.7750 22.8674,-1.7750; +ADD L1 :W0.000 19.5645,-3.1305 19.5645,-1.7750; +ADD L1 :W0.000 19.5645,-3.1305 21.2159,-3.1305; +ADD L1 :W0.000 21.2159,-1.7750 21.2159,-3.1305; +ADD L1 :W0.000 19.5645,-1.7750 21.2159,-1.7750; +ADD L1 :W0.000 19.5645,-6.2585 19.5645,-4.9030; +ADD L1 :W0.000 19.5645,-6.2585 21.3666,-6.2585; +ADD L1 :W0.000 21.3666,-6.2585 21.3666,-4.9030; +ADD L1 :W0.000 19.5645,-4.9030 21.3666,-4.9030; +ADD L1 :W0.000 19.5645,-3.1305 19.5645,-4.4860; +ADD L1 :W0.000 19.5645,-4.4860 21.2159,-4.4860; +ADD L1 :W0.000 21.2159,-4.4860 21.2159,-3.1305; +ADD L1 :W0.000 19.5645,-3.1305 21.2159,-3.1305; +ADD L1 :W0.000 19.5645,-3.1305 19.5645,-4.4860; +ADD L1 :W0.000 18.2090,-3.1640 19.5645,-3.1305; +ADD L1 :W0.000 18.2090,-4.4860 18.2090,-3.1640; +ADD L1 :W0.000 18.2090,-4.4860 19.5645,-4.4860; +ADD L1 :W0.000 18.2090,-7.6140 18.2090,-6.2585; +ADD L1 :W0.000 18.2090,-7.6140 19.5645,-7.6140; +ADD L1 :W0.000 19.5645,-6.2585 19.5645,-7.6140; +ADD L1 :W0.000 18.2090,-6.2585 19.5645,-6.2585; +ADD L1 :W0.000 18.2090,-1.7750 19.5645,-1.7750; +ADD L1 :W0.000 18.2090,-3.1640 18.2090,-1.7750; +ADD L1 :W0.000 18.2090,-3.1640 19.5645,-3.1305; +ADD L1 :W0.000 19.5645,-3.1305 19.5645,-1.7750; +ADD L1 :W0.000 18.2090,-6.2585 18.2090,-4.9030; +ADD L1 :W0.000 18.2090,-6.2585 19.5645,-6.2585; +ADD L1 :W0.000 19.5645,-6.2585 19.5645,-4.9030; +ADD L1 :W0.000 18.2090,-4.9030 19.5645,-4.9030; +ADD L1 :W0.000 16.5536,-1.6670 16.5536,-0.2780; +ADD L1 :W0.000 16.5536,-1.6670 18.2090,-1.6670; +ADD L1 :W0.000 18.2090,-1.6670 18.2090,-0.2780; +ADD L1 :W0.000 16.5536,-0.2780 18.2090,-0.2780; +ADD L1 :W0.000 16.5536,-3.1640 16.5536,-1.7750; +ADD L1 :W0.000 16.5536,-3.1640 18.2090,-3.1640; +ADD L1 :W0.000 18.2090,-3.1640 18.2090,-1.7750; +ADD L1 :W0.000 16.5536,-1.7750 18.2090,-1.7750; +ADD L1 :W0.000 14.8983,-1.6670 14.8983,-0.2780; +ADD L1 :W0.000 14.8983,-1.6670 16.5536,-1.6670; +ADD L1 :W0.000 16.5536,-1.6670 16.5536,-0.2780; +ADD L1 :W0.000 14.8983,-0.2780 16.5536,-0.2780; +ADD L1 :W0.000 14.8983,-3.1640 14.8983,-1.7750; +ADD L1 :W0.000 14.8983,-3.1640 16.5536,-3.1640; +ADD L1 :W0.000 16.5536,-3.1640 16.5536,-1.7750; +ADD L1 :W0.000 14.8983,-1.7750 16.5536,-1.7750; +ADD L1 :W0.000 13.2429,-1.6670 13.2429,-0.2780; +ADD L1 :W0.000 13.2429,-1.6670 14.8983,-1.6670; +ADD L1 :W0.000 14.8983,-1.6670 14.8983,-0.2780; +ADD L1 :W0.000 13.2429,-0.2780 14.8983,-0.2780; +ADD L1 :W0.000 13.2429,-3.1640 13.2429,-1.7750; +ADD L1 :W0.000 13.2429,-3.1640 14.8983,-3.1640; +ADD L1 :W0.000 14.8983,-3.1640 14.8983,-1.7750; +ADD L1 :W0.000 13.2429,-1.7750 14.8983,-1.7750; +ADD L1 :W0.000 11.5875,-1.6670 11.5875,-0.2780; +ADD L1 :W0.000 11.5875,-1.6670 13.2429,-1.6670; +ADD L1 :W0.000 13.2429,-1.6670 13.2429,-0.2780; +ADD L1 :W0.000 11.5875,-0.2780 13.2429,-0.2780; +ADD L1 :W0.000 11.5875,-3.1640 11.5875,-1.7750; +ADD L1 :W0.000 11.5875,-3.1640 13.2429,-3.1640; +ADD L1 :W0.000 13.2429,-3.1640 13.2429,-1.7750; +ADD L1 :W0.000 11.5875,-1.7750 13.2429,-1.7750; +ADD L1 :W0.000 9.9322,-1.6670 9.9322,-0.2780; +ADD L1 :W0.000 9.9322,-1.6670 11.5875,-1.6670; +ADD L1 :W0.000 11.5875,-1.6670 11.5875,-0.2780; +ADD L1 :W0.000 9.9322,-0.2780 11.5875,-0.2780; +ADD L1 :W0.000 9.9322,-3.1640 9.9322,-1.7750; +ADD L1 :W0.000 9.9322,-3.1640 11.5875,-3.1640; +ADD L1 :W0.000 11.5875,-3.1640 11.5875,-1.7750; +ADD L1 :W0.000 9.9322,-1.7750 11.5875,-1.7750; +ADD L1 :W0.000 8.2768,-1.6670 8.2768,-0.2780; +ADD L1 :W0.000 8.2768,-1.6670 9.9322,-1.6670; +ADD L1 :W0.000 9.9322,-1.6670 9.9322,-0.2780; +ADD L1 :W0.000 8.2768,-0.2780 9.9322,-0.2780; +ADD L1 :W0.000 8.2768,-3.1640 8.2768,-1.7750; +ADD L1 :W0.000 8.2768,-3.1640 9.9322,-3.1640; +ADD L1 :W0.000 9.9322,-3.1640 9.9322,-1.7750; +ADD L1 :W0.000 8.2768,-1.7750 9.9322,-1.7750; +ADD L1 :W0.000 6.6215,-1.6670 6.6215,-0.2780; +ADD L1 :W0.000 6.6215,-1.6670 8.2768,-1.6670; +ADD L1 :W0.000 8.2768,-1.6670 8.2768,-0.2780; +ADD L1 :W0.000 6.6215,-0.2780 8.2768,-0.2780; +ADD L1 :W0.000 6.6215,-3.1640 6.6215,-1.7750; +ADD L1 :W0.000 6.6215,-3.1640 8.2768,-3.1640; +ADD L1 :W0.000 8.2768,-3.1640 8.2768,-1.7750; +ADD L1 :W0.000 6.6215,-1.7750 8.2768,-1.7750; +ADD L1 :W0.000 4.9661,-1.6670 4.9661,-0.2780; +ADD L1 :W0.000 4.9661,-1.6670 6.6215,-1.6670; +ADD L1 :W0.000 6.6215,-1.6670 6.6215,-0.2780; +ADD L1 :W0.000 4.9661,-0.2780 6.6215,-0.2780; +ADD L1 :W0.000 4.9661,-3.1640 4.9661,-1.7750; +ADD L1 :W0.000 4.9661,-3.1640 6.6215,-3.1640; +ADD L1 :W0.000 6.6215,-3.1640 6.6215,-1.7750; +ADD L1 :W0.000 4.9661,-1.7750 6.6215,-1.7750; +ADD L1 :W0.000 3.3107,-1.6670 3.3107,-0.2780; +ADD L1 :W0.000 3.3107,-1.6670 4.9661,-1.6670; +ADD L1 :W0.000 4.9661,-1.6670 4.9661,-0.2780; +ADD L1 :W0.000 3.3107,-0.2780 4.9661,-0.2780; +ADD L1 :W0.000 3.3107,-3.1640 3.3107,-1.7750; +ADD L1 :W0.000 3.3107,-3.1640 4.9661,-3.1640; +ADD L1 :W0.000 4.9661,-3.1640 4.9661,-1.7750; +ADD L1 :W0.000 3.3107,-1.7750 4.9661,-1.7750; +ADD L1 :W0.000 1.6554,-1.6670 1.6554,-0.2780; +ADD L1 :W0.000 1.6554,-1.6670 3.3107,-1.6670; +ADD L1 :W0.000 3.3107,-1.6670 3.3107,-0.2780; +ADD L1 :W0.000 1.6554,-0.2780 3.3107,-0.2780; +ADD L1 :W0.000 1.6554,-3.1640 1.6554,-1.7750; +ADD L1 :W0.000 1.6554,-3.1640 3.3107,-3.1640; +ADD L1 :W0.000 3.3107,-3.1640 3.3107,-1.7750; +ADD L1 :W0.000 1.6554,-1.7750 3.3107,-1.7750; +ADD L1 :W0.000 0.0000,-1.6670 0.0000,-0.2780; +ADD L1 :W0.000 0.0000,-1.6670 1.6554,-1.6670; +ADD L1 :W0.000 1.6554,-1.6670 1.6554,-0.2780; +ADD L1 :W0.000 0.0000,-0.2780 1.6554,-0.2780; +ADD L1 :W0.000 0.0000,-3.1640 0.0000,-1.7750; +ADD L1 :W0.000 0.0000,-3.1640 1.6554,-3.1640; +ADD L1 :W0.000 1.6554,-3.1640 1.6554,-1.7750; +ADD L1 :W0.000 0.0000,-1.7750 1.6554,-1.7750; +SAVE; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.jo2 b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lcf b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..3eedddf --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwad_inclusive2!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTcyLjMwLjExMi4xIWJfcHdhZF9pbmNsdXNpdmUxK2JfcHdhZF9pbmNsdXNpdmUyK2JfcHdhcF9pbmNsdXNpdmUrYl9wd2VtX2luY2x1c2l2ZStiX3B3Z2VfaW5jbHVzaXZlK2JfcHdnZ19pbmNsdXNpdmUrYl9wd2ljX2luY2x1c2l2ZStiX3B3bWJfaW5jbHVzaXZlK2JfcHdtcV9pbmNsdXNpdmUrYl9wd3NkX2luY2x1c2l2ZStlX25leHVzX2RhdGFkaXNwbGF5X25leHVzK2VfcHdhZF9RUHJvK2VfcHdhZF9tZGxfcXVhbnR1bV9lbGVjK2VfcHdhZF9xX3N5cytlX3B3Z2dfcmZwcm9ja3RfcGs2K2VfcHdnZ19yZnByb2NrdF91aStlX3NpbV9mZW1fZmR0ZF9wazgrZV9zaW1faWNjYXBfcGsyMCEyMDI1LTEwLTA0VDEyOjM4OjAzWiE2NGRlYjMxM2U0NzM0NzhlZDcxNWQ1YmVkMTU3NWIwYQ== \ No newline at end of file diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lln b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.log b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..5a23519 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.log @@ -0,0 +1,285 @@ +License checkout took 0.016 sec +License checkout took 0.009 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Sat Oct 4 12:38:04 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 1644 (reduced: 1640) +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 4.2 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 3.4 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 2.6 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 1.8 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 1.4 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 3.8 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [9] = 3.6 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [10] = 2.2 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [11] = 4.86667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [12] = 4.91111 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [13] = 4.87407 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [14] = 2.53333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [15] = 2.25556 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [16] = 2.56667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [17] = 2.44074 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [18] = 4.97037 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [19] = 2.73333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [20] = 2.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [21] = 2.34815 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [22] = 2.37901 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [23] = 4.75556 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [24] = 4.77407 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [25] = 4.80494 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [26] = 4.47778 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [27] = 3.06667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [28] = 2 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [29] = 1.6 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [30] = 1.2 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [31] = 2.78889 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [32] = 2.88148 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [33] = 4.8358 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [34] = 2.74259 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 56.7 % of frequency range covered +Simulation frequency [35] = 2.30185 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [36] = 2.7 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Sat Oct 4 12:38:21 2025 +The simulation results have been saved in dataset "DA_CLFilter1_cell_3_MomUW". diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ltd b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..8391f65 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,45 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 + MATERIAL cond CONDUCTIVITY=4e+07 IMAG_CONDUCTIVITY=0 PERMEABILITY=1 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=cond OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mmd b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..01bb4eb --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,1017 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00181414019741941; + Wl: 0.0362828039483883; + Cpwl: 20; +; +NdefIA 418: + p 1: 0 -0.003164 0.00152, + p 2: 0 -0.001775 0.00152, + p 3: 0 -0.001667 0.00152, + p 4: 0 -0.000278 0.00152, + p 5: 0.00165536363636364 -0.003164 0.00152, + p 6: 0.00165536363636364 -0.001775 0.00152, + p 7: 0.00165536363636364 -0.001667 0.00152, + p 8: 0.00165536363636364 -0.000278 0.00152, + p 9: 0.00331072727272727 -0.003164 0.00152, + p 10: 0.00331072727272727 -0.001775 0.00152, + p 11: 0.00331072727272727 -0.001667 0.00152, + p 12: 0.00331072727272727 -0.000278 0.00152, + p 13: 0.00496609090909091 -0.003164 0.00152, + p 14: 0.00496609090909091 -0.001775 0.00152, + p 15: 0.00496609090909091 -0.001667 0.00152, + p 16: 0.00496609090909091 -0.000278 0.00152, + p 17: 0.00662145454545454 -0.003164 0.00152, + p 18: 0.00662145454545454 -0.001775 0.00152, + p 19: 0.00662145454545454 -0.001667 0.00152, + p 20: 0.00662145454545454 -0.000278 0.00152, + p 21: 0.00827681818181818 -0.003164 0.00152, + p 22: 0.00827681818181818 -0.001775 0.00152, + p 23: 0.00827681818181818 -0.001667 0.00152, + p 24: 0.00827681818181818 -0.000278 0.00152, + p 25: 0.00993218181818182 -0.003164 0.00152, + p 26: 0.00993218181818182 -0.001775 0.00152, + p 27: 0.00993218181818182 -0.001667 0.00152, + p 28: 0.00993218181818182 -0.000278 0.00152, + p 29: 0.0115875454545455 -0.003164 0.00152, + p 30: 0.0115875454545455 -0.001775 0.00152, + p 31: 0.0115875454545455 -0.001667 0.00152, + p 32: 0.0115875454545455 -0.000278 0.00152, + p 33: 0.0132429090909091 -0.003164 0.00152, + p 34: 0.0132429090909091 -0.001775 0.00152, + p 35: 0.0132429090909091 -0.001667 0.00152, + p 36: 0.0132429090909091 -0.000278 0.00152, + p 37: 0.0148982727272727 -0.003164 0.00152, + p 38: 0.0148982727272727 -0.001775 0.00152, + p 39: 0.0148982727272727 -0.001667 0.00152, + p 40: 0.0148982727272727 -0.000278 0.00152, + p 41: 0.0165536363636364 -0.003164 0.00152, + p 42: 0.0165536363636364 -0.001775 0.00152, + p 43: 0.0165536363636364 -0.001667 0.00152, + p 44: 0.0165536363636364 -0.000278 0.00152, + p 45: 0.018209 -0.007614 0.00152, + p 46: 0.018209 -0.0062585 0.00152, + p 47: 0.018209 -0.004903 0.00152, + p 48: 0.018209 -0.004486 0.00152, + p 49: 0.018209 -0.003164 0.00152, + p 50: 0.018209 -0.001775 0.00152, + p 51: 0.018209 -0.001667 0.00152, + p 52: 0.018209 -0.000278 0.00152, + p 53: 0.0195645 -0.0062585 0.00152, + p 54: 0.0195645 -0.0031305 0.00152, + p 55: 0.0195645 -0.007614 0.00152, + p 56: 0.0195645 -0.004903 0.00152, + p 57: 0.0195645 -0.004486 0.00152, + p 58: 0.0195645 -0.001775 0.00152, + p 59: 0.0212159444444444 -0.004486 0.00152, + p 60: 0.0212159444444444 -0.001775 0.00152, + p 61: 0.0212159444444444 -0.0031305 0.00152, + p 62: 0.0213665555555556 -0.0062585 0.00152, + p 63: 0.0213665555555556 -0.007614 0.00152, + p 64: 0.0213665555555556 -0.004903 0.00152, + p 65: 0.0228673888888889 -0.0031305 0.00152, + p 66: 0.0228673888888889 -0.004486 0.00152, + p 67: 0.0228673888888889 -0.001775 0.00152, + p 68: 0.0231686111111111 -0.007614 0.00152, + p 69: 0.0231686111111111 -0.004903 0.00152, + p 70: 0.0231686111111111 -0.0062585 0.00152, + p 71: 0.0245188333333333 -0.0031305 0.00152, + p 72: 0.0245188333333333 -0.004486 0.00152, + p 73: 0.0245188333333333 -0.001775 0.00152, + p 74: 0.0249706666666667 -0.007614 0.00152, + p 75: 0.0249706666666667 -0.004903 0.00152, + p 76: 0.0249706666666667 -0.0062585 0.00152, + p 77: 0.0261702777777778 -0.004486 0.00152, + p 78: 0.0261702777777778 -0.001775 0.00152, + p 79: 0.0261702777777778 -0.0031305 0.00152, + p 80: 0.0267727222222222 -0.007614 0.00152, + p 81: 0.0267727222222222 -0.004903 0.00152, + p 82: 0.0267727222222222 -0.0062585 0.00152, + p 83: 0.0278217222222222 -0.0031305 0.00152, + p 84: 0.0278217222222222 -0.004486 0.00152, + p 85: 0.0278217222222222 -0.001775 0.00152, + p 86: 0.0285747777777778 -0.0062585 0.00152, + p 87: 0.0285747777777778 -0.007614 0.00152, + p 88: 0.0285747777777778 -0.004903 0.00152, + p 89: 0.0294731666666667 -0.004486 0.00152, + p 90: 0.0294731666666667 -0.001775 0.00152, + p 91: 0.0294731666666667 -0.0031305 0.00152, + p 92: 0.0303768333333333 -0.0062585 0.00152, + p 93: 0.0303768333333333 -0.007614 0.00152, + p 94: 0.0303768333333333 -0.004903 0.00152, + p 95: 0.0311246111111111 -0.0031305 0.00152, + p 96: 0.0311246111111111 -0.004486 0.00152, + p 97: 0.0311246111111111 -0.001775 0.00152, + p 98: 0.0321788888888889 -0.007614 0.00152, + p 99: 0.0321788888888889 -0.004903 0.00152, + p 100: 0.0321788888888889 -0.0062585 0.00152, + p 101: 0.0327760555555556 -0.004486 0.00152, + p 102: 0.0327760555555556 -0.001775 0.00152, + p 103: 0.0327760555555556 -0.0031305 0.00152, + p 104: 0.0339809444444444 -0.0062585 0.00152, + p 105: 0.0339809444444444 -0.007614 0.00152, + p 106: 0.0339809444444444 -0.004903 0.00152, + p 107: 0.0344275 -0.0031305 0.00152, + p 108: 0.0344275 -0.004486 0.00152, + p 109: 0.0344275 -0.001775 0.00152, + p 110: 0.035783 -0.0062585 0.00152, + p 111: 0.035783 -0.012394 0.00152, + p 112: 0.035783 -0.0108211185781153 0.00152, + p 113: 0.035783 -0.009246 0.00152, + p 114: 0.035783 -0.008051 0.00152, + p 115: 0.035783 -0.007614 0.00152, + p 116: 0.035783 -0.004903 0.00152, + p 117: 0.035783 -0.004486 0.00152, + p 118: 0.035783 -0.0031305 0.00152, + p 119: 0.035783 -0.001775 0.00152, + p 120: 0.0373558798331589 -0.0123962355652451 0.00152, + p 121: 0.037357 -0.008051 0.00152, + p 122: 0.037357 -0.004903 0.00152, + p 123: 0.037357 -0.006477 0.00152, + p 124: 0.0373581185781153 -0.0108211185781153 0.00152, + p 125: 0.0373581185781153 -0.009246 0.00152, + p 126: 0.0390949068216766 -0.0123987072787313 0.00152, + p 127: 0.0390971473231796 -0.0108223544354825 0.00152, + p 128: 0.0390971473231796 -0.009246 0.00152, + p 129: 0.039121125 -0.008051 0.00152, + p 130: 0.039121125 -0.004903 0.00152, + p 131: 0.039121125 -0.006477 0.00152, + p 132: 0.0408339338101942 -0.0124011789922175 0.00152, + p 133: 0.040836176068244 -0.0108235902928498 0.00152, + p 134: 0.040836176068244 -0.009246 0.00152, + p 135: 0.04088525 -0.006477 0.00152, + p 136: 0.04088525 -0.008051 0.00152, + p 137: 0.04088525 -0.004903 0.00152, + p 138: 0.0425729607987118 -0.0124036507057038 0.00152, + p 139: 0.0425752048133084 -0.0108248261502171 0.00152, + p 140: 0.0425752048133084 -0.009246 0.00152, + p 141: 0.042649375 -0.008051 0.00152, + p 142: 0.042649375 -0.004903 0.00152, + p 143: 0.042649375 -0.006477 0.00152, + p 144: 0.0443119877872294 -0.01240612241919 0.00152, + p 145: 0.0443142335583728 -0.009246 0.00152, + p 146: 0.0443142335583728 -0.0108260620075843 0.00152, + p 147: 0.0444135 -0.006477 0.00152, + p 148: 0.0444135 -0.008051 0.00152, + p 149: 0.0444135 -0.004903 0.00152, + p 150: 0.046051014775747 -0.0124085941326762 0.00152, + p 151: 0.0460532623034371 -0.009246 0.00152, + p 152: 0.0460532623034371 -0.0108272978649516 0.00152, + p 153: 0.046177625 -0.006477 0.00152, + p 154: 0.046177625 -0.008051 0.00152, + p 155: 0.046177625 -0.004903 0.00152, + p 156: 0.0477900417642646 -0.0124110658461624 0.00152, + p 157: 0.0477922910485015 -0.009246 0.00152, + p 158: 0.0477922910485015 -0.0108285337223189 0.00152, + p 159: 0.04794175 -0.008051 0.00152, + p 160: 0.04794175 -0.004903 0.00152, + p 161: 0.04794175 -0.006477 0.00152, + p 162: 0.0495290687527822 -0.0124135375596486 0.00152, + p 163: 0.0495313197935659 -0.009246 0.00152, + p 164: 0.0495313197935659 -0.0108297695796861 0.00152, + p 165: 0.049705875 -0.006477 0.00152, + p 166: 0.049705875 -0.008051 0.00152, + p 167: 0.049705875 -0.004903 0.00152, + p 168: 0.0512680957412998 -0.0124160092731348 0.00152, + p 169: 0.0512703485386303 -0.009246 0.00152, + p 170: 0.0512703485386303 -0.0108310054370534 0.00152, + p 171: 0.05147 -0.008051 0.00152, + p 172: 0.05147 -0.004903 0.00152, + p 173: 0.05147 -0.006477 0.00152, + p 174: 0.0530071227298174 -0.0124184809866211 0.00152, + p 175: 0.0530093772836946 -0.0108322412944206 0.00152, + p 176: 0.0530093772836946 -0.009246 0.00152, + p 177: 0.053044 -0.01709 0.00152, + p 178: 0.053044 -0.015492635989274 0.00152, + p 179: 0.053044 -0.013893 0.00152, + p 180: 0.053044 -0.008051 0.00152, + p 181: 0.053044 -0.006477 0.00152, + p 182: 0.053044 -0.004903 0.00152, + p 183: 0.054641364010726 -0.01709 0.00152, + p 184: 0.054641364010726 -0.015492635989274 0.00152, + p 185: 0.0546436343735242 -0.013895273592003 0.00152, + p 186: 0.054746149718335 -0.0124209527001073 0.00152, + p 187: 0.054748406028759 -0.0108334771517879 0.00152, + p 188: 0.054748406028759 -0.009246 0.00152, + p 189: 0.0563803927557904 -0.01709 0.00152, + p 190: 0.0563803927557904 -0.0154938718466413 0.00152, + p 191: 0.0563826613620418 -0.0138977453054892 0.00152, + p 192: 0.0564851767068526 -0.0124234244135935 0.00152, + p 193: 0.0564874347738234 -0.0108347130091552 0.00152, + p 194: 0.0564874347738234 -0.009246 0.00152, + p 195: 0.0581194215008547 -0.01709 0.00152, + p 196: 0.0581194215008548 -0.0154951077040085 0.00152, + p 197: 0.0581216883505594 -0.0139002170189754 0.00152, + p 198: 0.0582242036953702 -0.0124258961270797 0.00152, + p 199: 0.0582264635188878 -0.0108359488665224 0.00152, + p 200: 0.0582264635188878 -0.009246 0.00152, + p 201: 0.0598584502459191 -0.01709 0.00152, + p 202: 0.0598584502459191 -0.0154963435613758 0.00152, + p 203: 0.059860715339077 -0.0139026887324616 0.00152, + p 204: 0.0599632306838878 -0.0124283678405659 0.00152, + p 205: 0.0599654922639521 -0.009246 0.00152, + p 206: 0.0599654922639521 -0.0108371847238897 0.00152, + p 207: 0.0615974789909835 -0.01709 0.00152, + p 208: 0.0615974789909835 -0.015497579418743 0.00152, + p 209: 0.0615997423275946 -0.0139051604459478 0.00152, + p 210: 0.0617022576724054 -0.0124308395540521 0.00152, + p 211: 0.0617045210090165 -0.009246 0.00152, + p 212: 0.0617045210090165 -0.010838420581257 0.00152, + p 213: 0.0633365077360479 -0.01709 0.00152, + p 214: 0.0633365077360479 -0.0154988152761103 0.00152, + p 215: 0.0633387693161122 -0.0139076321594341 0.00152, + p 216: 0.063441284660923 -0.0124333112675384 0.00152, + p 217: 0.0634435497540809 -0.0108396564386242 0.00152, + p 218: 0.0634435497540809 -0.009246 0.00152, + p 219: 0.0650755364811122 -0.01709 0.00152, + p 220: 0.0650755364811123 -0.0155000511334776 0.00152, + p 221: 0.0650777963046298 -0.0139101038729203 0.00152, + p 222: 0.0651803116494406 -0.0124357829810246 0.00152, + p 223: 0.0651825784991452 -0.0108408922959915 0.00152, + p 224: 0.0651825784991452 -0.009246 0.00152, + p 225: 0.0668145652261766 -0.01709 0.00152, + p 226: 0.0668145652261766 -0.0155012869908448 0.00152, + p 227: 0.0668168232931474 -0.0139125755864065 0.00152, + p 228: 0.0669193386379582 -0.0124382546945108 0.00152, + p 229: 0.0669216072442096 -0.0108421281533587 0.00152, + p 230: 0.0669216072442096 -0.009246 0.00152, + p 231: 0.068553593971241 -0.01709 0.00152, + p 232: 0.068553593971241 -0.0155025228482121 0.00152, + p 233: 0.068555850281665 -0.0139150472998927 0.00152, + p 234: 0.0686583656264758 -0.012440726407997 0.00152, + p 235: 0.068660635989274 -0.010843364010726 0.00152, + p 236: 0.068660635989274 -0.009246 0.00152, + p 237: 0.070258 -0.021433 0.00152, + p 238: 0.070258 -0.019859 0.00152, + p 239: 0.070258 -0.018285 0.00152, + p 240: 0.070258 -0.012443 0.00152, + p 241: 0.070258 -0.010843364010726 0.00152, + p 242: 0.070258 -0.009246 0.00152, + p 243: 0.0702926227163053 -0.0155037587055794 0.00152, + p 244: 0.0702926227163053 -0.01709 0.00152, + p 245: 0.0702948772701826 -0.0139175190133789 0.00152, + p 246: 0.071832 -0.021433 0.00152, + p 247: 0.071832 -0.018285 0.00152, + p 248: 0.071832 -0.019859 0.00152, + p 249: 0.0720316514613697 -0.0155049945629466 0.00152, + p 250: 0.0720316514613697 -0.01709 0.00152, + p 251: 0.0720339042587002 -0.0139199907268652 0.00152, + p 252: 0.073596125 -0.021433 0.00152, + p 253: 0.073596125 -0.018285 0.00152, + p 254: 0.073596125 -0.019859 0.00152, + p 255: 0.0737706802064341 -0.0155062304203139 0.00152, + p 256: 0.0737706802064341 -0.01709 0.00152, + p 257: 0.0737729312472178 -0.0139224624403514 0.00152, + p 258: 0.07536025 -0.019859 0.00152, + p 259: 0.07536025 -0.021433 0.00152, + p 260: 0.07536025 -0.018285 0.00152, + p 261: 0.0755097089514985 -0.0155074662776811 0.00152, + p 262: 0.0755097089514985 -0.01709 0.00152, + p 263: 0.0755119582357354 -0.0139249341538376 0.00152, + p 264: 0.077124375 -0.019859 0.00152, + p 265: 0.077124375 -0.021433 0.00152, + p 266: 0.077124375 -0.018285 0.00152, + p 267: 0.0772487376965628 -0.0155087021350484 0.00152, + p 268: 0.0772487376965628 -0.01709 0.00152, + p 269: 0.077250985224253 -0.0139274058673238 0.00152, + p 270: 0.0788885 -0.021433 0.00152, + p 271: 0.0788885 -0.018285 0.00152, + p 272: 0.0788885 -0.019859 0.00152, + p 273: 0.0789877664416272 -0.0155099379924157 0.00152, + p 274: 0.0789877664416272 -0.01709 0.00152, + p 275: 0.0789900122127706 -0.01392987758081 0.00152, + p 276: 0.080652625 -0.021433 0.00152, + p 277: 0.080652625 -0.018285 0.00152, + p 278: 0.080652625 -0.019859 0.00152, + p 279: 0.0807267951866916 -0.0155111738497829 0.00152, + p 280: 0.0807267951866916 -0.01709 0.00152, + p 281: 0.0807290392012882 -0.0139323492942962 0.00152, + p 282: 0.08241675 -0.021433 0.00152, + p 283: 0.08241675 -0.018285 0.00152, + p 284: 0.08241675 -0.019859 0.00152, + p 285: 0.082465823931756 -0.0155124097071502 0.00152, + p 286: 0.082465823931756 -0.01709 0.00152, + p 287: 0.0824680661898058 -0.0139348210077825 0.00152, + p 288: 0.084180875 -0.019859 0.00152, + p 289: 0.084180875 -0.021433 0.00152, + p 290: 0.084180875 -0.018285 0.00152, + p 291: 0.0842048526768203 -0.0155136455645175 0.00152, + p 292: 0.0842048526768203 -0.01709 0.00152, + p 293: 0.0842070931783234 -0.0139372927212687 0.00152, + p 294: 0.0859438814218847 -0.01709 0.00152, + p 295: 0.0859438814218847 -0.0155148814218847 0.00152, + p 296: 0.085945 -0.019859 0.00152, + p 297: 0.085945 -0.021433 0.00152, + p 298: 0.085945 -0.018285 0.00152, + p 299: 0.085946120166841 -0.0139397644347549 0.00152, + p 300: 0.087519 -0.024561 0.00152, + p 301: 0.087519 -0.0232055 0.00152, + p 302: 0.087519 -0.02185 0.00152, + p 303: 0.087519 -0.021433 0.00152, + p 304: 0.087519 -0.018722 0.00152, + p 305: 0.087519 -0.018285 0.00152, + p 306: 0.087519 -0.01709 0.00152, + p 307: 0.087519 -0.0155148814218847 0.00152, + p 308: 0.087519 -0.013942 0.00152, + p 309: 0.087519 -0.0200775 0.00152, + p 310: 0.0888745 -0.0232055 0.00152, + p 311: 0.0888745 -0.024561 0.00152, + p 312: 0.0888745 -0.02185 0.00152, + p 313: 0.0893210555555555 -0.021433 0.00152, + p 314: 0.0893210555555555 -0.018722 0.00152, + p 315: 0.0893210555555556 -0.0200775 0.00152, + p 316: 0.0905259444444444 -0.024561 0.00152, + p 317: 0.0905259444444444 -0.02185 0.00152, + p 318: 0.0905259444444445 -0.0232055 0.00152, + p 319: 0.0911231111111111 -0.0200775 0.00152, + p 320: 0.0911231111111111 -0.021433 0.00152, + p 321: 0.0911231111111111 -0.018722 0.00152, + p 322: 0.0921773888888889 -0.0232055 0.00152, + p 323: 0.0921773888888889 -0.024561 0.00152, + p 324: 0.0921773888888889 -0.02185 0.00152, + p 325: 0.0929251666666667 -0.021433 0.00152, + p 326: 0.0929251666666667 -0.018722 0.00152, + p 327: 0.0929251666666667 -0.0200775 0.00152, + p 328: 0.0938288333333333 -0.024561 0.00152, + p 329: 0.0938288333333333 -0.02185 0.00152, + p 330: 0.0938288333333333 -0.0232055 0.00152, + p 331: 0.0947272222222222 -0.0200775 0.00152, + p 332: 0.0947272222222222 -0.021433 0.00152, + p 333: 0.0947272222222222 -0.018722 0.00152, + p 334: 0.0954802777777778 -0.024561 0.00152, + p 335: 0.0954802777777778 -0.02185 0.00152, + p 336: 0.0954802777777778 -0.0232055 0.00152, + p 337: 0.0965292777777778 -0.021433 0.00152, + p 338: 0.0965292777777778 -0.018722 0.00152, + p 339: 0.0965292777777778 -0.0200775 0.00152, + p 340: 0.0971317222222222 -0.0232055 0.00152, + p 341: 0.0971317222222222 -0.024561 0.00152, + p 342: 0.0971317222222222 -0.02185 0.00152, + p 343: 0.0983313333333333 -0.0200775 0.00152, + p 344: 0.0983313333333333 -0.021433 0.00152, + p 345: 0.0983313333333333 -0.018722 0.00152, + p 346: 0.0987831666666667 -0.024561 0.00152, + p 347: 0.0987831666666667 -0.02185 0.00152, + p 348: 0.0987831666666667 -0.0232055 0.00152, + p 349: 0.100133388888889 -0.021433 0.00152, + p 350: 0.100133388888889 -0.018722 0.00152, + p 351: 0.100133388888889 -0.0200775 0.00152, + p 352: 0.100434611111111 -0.0232055 0.00152, + p 353: 0.100434611111111 -0.024561 0.00152, + p 354: 0.100434611111111 -0.02185 0.00152, + p 355: 0.101935444444444 -0.0200775 0.00152, + p 356: 0.101935444444444 -0.021433 0.00152, + p 357: 0.101935444444444 -0.018722 0.00152, + p 358: 0.102086055555556 -0.0232055 0.00152, + p 359: 0.102086055555556 -0.024561 0.00152, + p 360: 0.102086055555556 -0.02185 0.00152, + p 361: 0.1037375 -0.024561 0.00152, + p 362: 0.1037375 -0.02185 0.00152, + p 363: 0.1037375 -0.021433 0.00152, + p 364: 0.1037375 -0.018722 0.00152, + p 365: 0.1037375 -0.0232055 0.00152, + p 366: 0.1037375 -0.0200775 0.00152, + p 367: 0.105093 -0.026058 0.00152, + p 368: 0.105093 -0.024669 0.00152, + p 369: 0.105093 -0.024561 0.00152, + p 370: 0.105093 -0.023172 0.00152, + p 371: 0.105093 -0.02185 0.00152, + p 372: 0.105093 -0.021433 0.00152, + p 373: 0.105093 -0.0200775 0.00152, + p 374: 0.105093 -0.018722 0.00152, + p 375: 0.106748363636364 -0.026058 0.00152, + p 376: 0.106748363636364 -0.024669 0.00152, + p 377: 0.106748363636364 -0.024561 0.00152, + p 378: 0.106748363636364 -0.023172 0.00152, + p 379: 0.108403727272727 -0.026058 0.00152, + p 380: 0.108403727272727 -0.024669 0.00152, + p 381: 0.108403727272727 -0.024561 0.00152, + p 382: 0.108403727272727 -0.023172 0.00152, + p 383: 0.110059090909091 -0.026058 0.00152, + p 384: 0.110059090909091 -0.024669 0.00152, + p 385: 0.110059090909091 -0.024561 0.00152, + p 386: 0.110059090909091 -0.023172 0.00152, + p 387: 0.111714454545455 -0.026058 0.00152, + p 388: 0.111714454545455 -0.024669 0.00152, + p 389: 0.111714454545455 -0.024561 0.00152, + p 390: 0.111714454545455 -0.023172 0.00152, + p 391: 0.113369818181818 -0.026058 0.00152, + p 392: 0.113369818181818 -0.024669 0.00152, + p 393: 0.113369818181818 -0.024561 0.00152, + p 394: 0.113369818181818 -0.023172 0.00152, + p 395: 0.115025181818182 -0.026058 0.00152, + p 396: 0.115025181818182 -0.024669 0.00152, + p 397: 0.115025181818182 -0.024561 0.00152, + p 398: 0.115025181818182 -0.023172 0.00152, + p 399: 0.116680545454545 -0.026058 0.00152, + p 400: 0.116680545454545 -0.024669 0.00152, + p 401: 0.116680545454545 -0.024561 0.00152, + p 402: 0.116680545454545 -0.023172 0.00152, + p 403: 0.118335909090909 -0.026058 0.00152, + p 404: 0.118335909090909 -0.024669 0.00152, + p 405: 0.118335909090909 -0.024561 0.00152, + p 406: 0.118335909090909 -0.023172 0.00152, + p 407: 0.119991272727273 -0.026058 0.00152, + p 408: 0.119991272727273 -0.024669 0.00152, + p 409: 0.119991272727273 -0.024561 0.00152, + p 410: 0.119991272727273 -0.023172 0.00152, + p 411: 0.121646636363636 -0.026058 0.00152, + p 412: 0.121646636363636 -0.024669 0.00152, + p 413: 0.121646636363636 -0.024561 0.00152, + p 414: 0.121646636363636 -0.023172 0.00152, + p 415: 0.123302 -0.026058 0.00152, + p 416: 0.123302 -0.024669 0.00152, + p 417: 0.123302 -0.024561 0.00152, + p 418: 0.123302 -0.023172 0.00152; +EdefIA 660: + s 1: 1 2, s 2: 1 5, s 3: 2 6, s 4: 3 4, s 5: 3 7, + s 6: 4 8, s 7: 5 6, s 8: 5 9, s 9: 6 10, s 10: 7 8, + s 11: 7 11, s 12: 8 12, s 13: 9 10, s 14: 9 13, s 15: 10 14, + s 16: 11 12, s 17: 11 15, s 18: 12 16, s 19: 13 14, s 20: 13 17, + s 21: 14 18, s 22: 15 16, s 23: 15 19, s 24: 16 20, s 25: 17 18, + s 26: 17 21, s 27: 18 22, s 28: 19 20, s 29: 19 23, s 30: 20 24, + s 31: 21 22, s 32: 21 25, s 33: 22 26, s 34: 23 24, s 35: 23 27, + s 36: 24 28, s 37: 25 26, s 38: 25 29, s 39: 26 30, s 40: 27 28, + s 41: 27 31, s 42: 28 32, s 43: 29 30, s 44: 29 33, s 45: 30 34, + s 46: 31 32, s 47: 31 35, s 48: 32 36, s 49: 33 34, s 50: 33 37, + s 51: 34 38, s 52: 35 36, s 53: 35 39, s 54: 36 40, s 55: 37 38, + s 56: 37 41, s 57: 38 42, s 58: 39 40, s 59: 39 43, s 60: 40 44, + s 61: 41 42, s 62: 41 49, s 63: 42 50, s 64: 43 44, s 65: 43 51, + s 66: 44 52, s 67: 45 46, s 68: 45 55, s 69: 46 47, s 70: 46 53, + s 71: 47 56, s 72: 48 49, s 73: 48 57, s 74: 49 50, s 75: 49 54, + s 76: 50 58, s 77: 51 52, s 78: 53 55, s 79: 53 56, s 80: 53 62, + s 81: 54 57, s 82: 54 58, s 83: 54 61, s 84: 55 63, s 85: 56 64, + s 86: 57 59, s 87: 58 60, s 88: 59 61, s 89: 59 66, s 90: 60 61, + s 91: 60 67, s 92: 61 65, s 93: 62 63, s 94: 62 64, s 95: 62 70, + s 96: 63 68, s 97: 64 69, s 98: 65 66, s 99: 65 67, s 100: 65 71, + s 101: 66 72, s 102: 67 73, s 103: 68 70, s 104: 68 74, s 105: 69 70, + s 106: 69 75, s 107: 70 76, s 108: 71 72, s 109: 71 73, s 110: 71 79, + s 111: 72 77, s 112: 73 78, s 113: 74 76, s 114: 74 80, s 115: 75 76, + s 116: 75 81, s 117: 76 82, s 118: 77 79, s 119: 77 84, s 120: 78 79, + s 121: 78 85, s 122: 79 83, s 123: 80 82, s 124: 80 87, s 125: 81 82, + s 126: 81 88, s 127: 82 86, s 128: 83 84, s 129: 83 85, s 130: 83 91, + s 131: 84 89, s 132: 85 90, s 133: 86 87, s 134: 86 88, s 135: 86 92, + s 136: 87 93, s 137: 88 94, s 138: 89 91, s 139: 89 96, s 140: 90 91, + s 141: 90 97, s 142: 91 95, s 143: 92 93, s 144: 92 94, s 145: 92 100, + s 146: 93 98, s 147: 94 99, s 148: 95 96, s 149: 95 97, s 150: 95 103, + s 151: 96 101, s 152: 97 102, s 153: 98 100, s 154: 98 105, s 155: 99 100, + s 156: 99 106, s 157: 100 104, s 158: 101 103, s 159: 101 108, s 160: 102 103, + s 161: 102 109, s 162: 103 107, s 163: 104 105, s 164: 104 106, s 165: 104 110, + s 166: 105 115, s 167: 106 116, s 168: 107 108, s 169: 107 109, s 170: 107 118, + s 171: 108 117, s 172: 109 119, s 173: 110 115, s 174: 110 116, s 175: 110 123, + s 176: 111 112, s 177: 111 120, s 178: 112 113, s 179: 112 124, s 180: 113 125, + s 181: 114 115, s 182: 114 121, s 183: 115 121, s 184: 116 122, s 185: 117 118, + s 186: 118 119, s 187: 120 124, s 188: 120 126, s 189: 121 123, s 190: 121 129, + s 191: 122 123, s 192: 122 130, s 193: 123 131, s 194: 124 125, s 195: 124 127, + s 196: 125 128, s 197: 126 127, s 198: 126 132, s 199: 127 128, s 200: 127 133, + s 201: 128 134, s 202: 129 131, s 203: 129 136, s 204: 130 131, s 205: 130 137, + s 206: 131 135, s 207: 132 133, s 208: 132 138, s 209: 133 134, s 210: 133 139, + s 211: 134 140, s 212: 135 136, s 213: 135 137, s 214: 135 143, s 215: 136 141, + s 216: 137 142, s 217: 138 139, s 218: 138 144, s 219: 139 140, s 220: 139 146, + s 221: 140 145, s 222: 141 143, s 223: 141 148, s 224: 142 143, s 225: 142 149, + s 226: 143 147, s 227: 144 146, s 228: 144 150, s 229: 145 146, s 230: 145 151, + s 231: 146 152, s 232: 147 148, s 233: 147 149, s 234: 147 153, s 235: 148 154, + s 236: 149 155, s 237: 150 152, s 238: 150 156, s 239: 151 152, s 240: 151 157, + s 241: 152 158, s 242: 153 154, s 243: 153 155, s 244: 153 161, s 245: 154 159, + s 246: 155 160, s 247: 156 158, s 248: 156 162, s 249: 157 158, s 250: 157 163, + s 251: 158 164, s 252: 159 161, s 253: 159 166, s 254: 160 161, s 255: 160 167, + s 256: 161 165, s 257: 162 164, s 258: 162 168, s 259: 163 164, s 260: 163 169, + s 261: 164 170, s 262: 165 166, s 263: 165 167, s 264: 165 173, s 265: 166 171, + s 266: 167 172, s 267: 168 170, s 268: 168 174, s 269: 169 170, s 270: 169 176, + s 271: 170 175, s 272: 171 173, s 273: 171 180, s 274: 172 173, s 275: 172 182, + s 276: 173 181, s 277: 174 175, s 278: 174 186, s 279: 175 176, s 280: 175 187, + s 281: 176 188, s 282: 177 178, s 283: 177 183, s 284: 178 179, s 285: 178 184, + s 286: 179 185, s 287: 180 181, s 288: 181 182, s 289: 183 184, s 290: 183 189, + s 291: 184 185, s 292: 184 190, s 293: 185 191, s 294: 186 187, s 295: 186 192, + s 296: 187 188, s 297: 187 193, s 298: 188 194, s 299: 189 190, s 300: 189 195, + s 301: 190 191, s 302: 190 196, s 303: 191 197, s 304: 192 193, s 305: 192 198, + s 306: 193 194, s 307: 193 199, s 308: 194 200, s 309: 195 196, s 310: 195 201, + s 311: 196 197, s 312: 196 202, s 313: 197 203, s 314: 198 199, s 315: 198 204, + s 316: 199 200, s 317: 199 206, s 318: 200 205, s 319: 201 202, s 320: 201 207, + s 321: 202 203, s 322: 202 208, s 323: 203 209, s 324: 204 206, s 325: 204 210, + s 326: 205 206, s 327: 205 211, s 328: 206 212, s 329: 207 208, s 330: 207 213, + s 331: 208 209, s 332: 208 214, s 333: 209 215, s 334: 210 212, s 335: 210 216, + s 336: 211 212, s 337: 211 218, s 338: 212 217, s 339: 213 214, s 340: 213 219, + s 341: 214 215, s 342: 214 220, s 343: 215 221, s 344: 216 217, s 345: 216 222, + s 346: 217 218, s 347: 217 223, s 348: 218 224, s 349: 219 220, s 350: 219 225, + s 351: 220 221, s 352: 220 226, s 353: 221 227, s 354: 222 223, s 355: 222 228, + s 356: 223 224, s 357: 223 229, s 358: 224 230, s 359: 225 226, s 360: 225 231, + s 361: 226 227, s 362: 226 232, s 363: 227 233, s 364: 228 229, s 365: 228 234, + s 366: 229 230, s 367: 229 235, s 368: 230 236, s 369: 231 232, s 370: 231 244, + s 371: 232 233, s 372: 232 243, s 373: 233 245, s 374: 234 235, s 375: 234 240, + s 376: 235 236, s 377: 235 241, s 378: 236 242, s 379: 237 238, s 380: 237 246, + s 381: 238 239, s 382: 238 248, s 383: 239 247, s 384: 240 241, s 385: 241 242, + s 386: 243 244, s 387: 243 245, s 388: 243 249, s 389: 244 250, s 390: 245 251, + s 391: 246 248, s 392: 246 252, s 393: 247 248, s 394: 247 253, s 395: 248 254, + s 396: 249 250, s 397: 249 251, s 398: 249 255, s 399: 250 256, s 400: 251 257, + s 401: 252 254, s 402: 252 259, s 403: 253 254, s 404: 253 260, s 405: 254 258, + s 406: 255 256, s 407: 255 257, s 408: 255 261, s 409: 256 262, s 410: 257 263, + s 411: 258 259, s 412: 258 260, s 413: 258 264, s 414: 259 265, s 415: 260 266, + s 416: 261 262, s 417: 261 263, s 418: 261 267, s 419: 262 268, s 420: 263 269, + s 421: 264 265, s 422: 264 266, s 423: 264 272, s 424: 265 270, s 425: 266 271, + s 426: 267 268, s 427: 267 269, s 428: 267 273, s 429: 268 274, s 430: 269 275, + s 431: 270 272, s 432: 270 276, s 433: 271 272, s 434: 271 277, s 435: 272 278, + s 436: 273 274, s 437: 273 275, s 438: 273 279, s 439: 274 280, s 440: 275 281, + s 441: 276 278, s 442: 276 282, s 443: 277 278, s 444: 277 283, s 445: 278 284, + s 446: 279 280, s 447: 279 281, s 448: 279 285, s 449: 280 286, s 450: 281 287, + s 451: 282 284, s 452: 282 289, s 453: 283 284, s 454: 283 290, s 455: 284 288, + s 456: 285 286, s 457: 285 287, s 458: 285 291, s 459: 286 292, s 460: 287 293, + s 461: 288 289, s 462: 288 290, s 463: 288 296, s 464: 289 297, s 465: 290 298, + s 466: 291 292, s 467: 291 293, s 468: 291 295, s 469: 292 294, s 470: 293 299, + s 471: 294 295, s 472: 294 306, s 473: 295 299, s 474: 295 307, s 475: 296 297, + s 476: 296 298, s 477: 296 309, s 478: 297 303, s 479: 298 304, s 480: 298 305, + s 481: 299 308, s 482: 300 301, s 483: 300 311, s 484: 301 302, s 485: 301 310, + s 486: 302 312, s 487: 303 309, s 488: 303 313, s 489: 304 305, s 490: 304 309, + s 491: 304 314, s 492: 306 307, s 493: 307 308, s 494: 309 315, s 495: 310 311, + s 496: 310 312, s 497: 310 318, s 498: 311 316, s 499: 312 317, s 500: 313 315, + s 501: 313 320, s 502: 314 315, s 503: 314 321, s 504: 315 319, s 505: 316 318, + s 506: 316 323, s 507: 317 318, s 508: 317 324, s 509: 318 322, s 510: 319 320, + s 511: 319 321, s 512: 319 327, s 513: 320 325, s 514: 321 326, s 515: 322 323, + s 516: 322 324, s 517: 322 330, s 518: 323 328, s 519: 324 329, s 520: 325 327, + s 521: 325 332, s 522: 326 327, s 523: 326 333, s 524: 327 331, s 525: 328 330, + s 526: 328 334, s 527: 329 330, s 528: 329 335, s 529: 330 336, s 530: 331 332, + s 531: 331 333, s 532: 331 339, s 533: 332 337, s 534: 333 338, s 535: 334 336, + s 536: 334 341, s 537: 335 336, s 538: 335 342, s 539: 336 340, s 540: 337 339, + s 541: 337 344, s 542: 338 339, s 543: 338 345, s 544: 339 343, s 545: 340 341, + s 546: 340 342, s 547: 340 348, s 548: 341 346, s 549: 342 347, s 550: 343 344, + s 551: 343 345, s 552: 343 351, s 553: 344 349, s 554: 345 350, s 555: 346 348, + s 556: 346 353, s 557: 347 348, s 558: 347 354, s 559: 348 352, s 560: 349 351, + s 561: 349 356, s 562: 350 351, s 563: 350 357, s 564: 351 355, s 565: 352 353, + s 566: 352 354, s 567: 352 358, s 568: 353 359, s 569: 354 360, s 570: 355 356, + s 571: 355 357, s 572: 355 366, s 573: 356 363, s 574: 357 364, s 575: 358 359, + s 576: 358 360, s 577: 358 365, s 578: 359 361, s 579: 360 362, s 580: 361 365, + s 581: 361 369, s 582: 362 365, s 583: 362 371, s 584: 363 366, s 585: 363 372, + s 586: 364 366, s 587: 364 374, s 588: 365 370, s 589: 366 373, s 590: 367 368, + s 591: 367 375, s 592: 368 376, s 593: 369 370, s 594: 369 377, s 595: 370 371, + s 596: 370 378, s 597: 372 373, s 598: 373 374, s 599: 375 376, s 600: 375 379, + s 601: 376 380, s 602: 377 378, s 603: 377 381, s 604: 378 382, s 605: 379 380, + s 606: 379 383, s 607: 380 384, s 608: 381 382, s 609: 381 385, s 610: 382 386, + s 611: 383 384, s 612: 383 387, s 613: 384 388, s 614: 385 386, s 615: 385 389, + s 616: 386 390, s 617: 387 388, s 618: 387 391, s 619: 388 392, s 620: 389 390, + s 621: 389 393, s 622: 390 394, s 623: 391 392, s 624: 391 395, s 625: 392 396, + s 626: 393 394, s 627: 393 397, s 628: 394 398, s 629: 395 396, s 630: 395 399, + s 631: 396 400, s 632: 397 398, s 633: 397 401, s 634: 398 402, s 635: 399 400, + s 636: 399 403, s 637: 400 404, s 638: 401 402, s 639: 401 405, s 640: 402 406, + s 641: 403 404, s 642: 403 407, s 643: 404 408, s 644: 405 406, s 645: 405 409, + s 646: 406 410, s 647: 407 408, s 648: 407 411, s 649: 408 412, s 650: 409 410, + s 651: 409 413, s 652: 410 414, s 653: 411 412, s 654: 411 415, s 655: 412 416, + s 656: 413 414, s 657: 413 417, s 658: 414 418, s 659: 415 416, s 660: 417 418; +CdefIA 250: + c 1: -656 657 660 -658, c 2: -653 654 659 -655, c 3: -650 651 656 -652, + c 4: -647 648 653 -649, c 5: -644 645 650 -646, c 6: -641 642 647 -643, + c 7: -638 639 644 -640, c 8: -635 636 641 -637, c 9: -632 633 638 -634, + c 10: -629 630 635 -631, c 11: -626 627 632 -628, c 12: -623 624 629 -625, + c 13: -620 621 626 -622, c 14: -617 618 623 -619, c 15: -614 615 620 -616, + c 16: -611 612 617 -613, c 17: -608 609 614 -610, c 18: -605 606 611 -607, + c 19: -602 603 608 -604, c 20: -599 600 605 -601, c 21: -593 594 602 -596, + c 22: -590 591 599 -592, c 23: -584 585 597 -589, c 24: -588 -580 581 593, + c 25: 586 589 598 -587, c 26: -571 572 -586 -574, c 27: -583 582 588 595, + c 28: -576 577 -582 -579, c 29: 575 578 580 -577, c 30: 565 568 -575 -567, + c 31: 570 573 584 -572, c 32: -560 561 -570 -564, c 33: -566 567 576 -569, + c 34: -555 556 -565 -559, c 35: 562 564 571 -563, c 36: -551 552 -562 -554, + c 37: 557 559 566 -558, c 38: -546 547 -557 -549, c 39: 550 553 560 -552, + c 40: -540 541 -550 -544, c 41: 545 548 555 -547, c 42: -535 536 -545 -539, + c 43: 542 544 551 -543, c 44: -531 532 -542 -534, c 45: 537 539 546 -538, + c 46: 527 529 -537 -528, c 47: 530 533 540 -532, c 48: -520 521 -530 -524, + c 49: -525 526 535 -529, c 50: -516 517 -527 -519, c 51: 522 524 531 -523, + c 52: -511 512 -522 -514, c 53: 515 518 525 -517, c 54: -505 506 -515 -509, + c 55: 510 513 520 -512, c 56: -500 501 -510 -504, c 57: 507 509 516 -508, + c 58: -496 497 -507 -499, c 59: 502 504 511 -503, c 60: 490 494 -502 -491, + c 61: 495 498 505 -497, c 62: -482 483 -495 -485, c 63: -487 488 500 -494, + c 64: -490 -479 -476 477, c 65: -484 485 496 -486, c 66: -473 474 493 -481, + c 67: -480 479 489, c 68: -477 475 478 487, c 69: 461 464 -475 -463, + c 70: -471 472 492 -474, c 71: -467 468 473 -470, c 72: 466 469 471 -468, + c 73: 456 459 -466 -458, c 74: -462 463 476 -465, c 75: -451 452 -461 -455, + c 76: -457 458 467 -460, c 77: 446 449 -456 -448, c 78: 453 455 462 -454, + c 79: 443 445 -453 -444, c 80: -447 448 457 -450, c 81: 436 439 -446 -438, + c 82: -441 442 451 -445, c 83: 433 435 -443 -434, c 84: -437 438 447 -440, + c 85: 426 429 -436 -428, c 86: -431 432 441 -435, c 87: -422 423 -433 -425, + c 88: -427 428 437 -430, c 89: 416 419 -426 -418, c 90: 421 424 431 -423, + c 91: 411 414 -421 -413, c 92: -417 418 427 -420, c 93: 406 409 -416 -408, + c 94: -412 413 422 -415, c 95: -401 402 -411 -405, c 96: -407 408 417 -410, + c 97: 396 399 -406 -398, c 98: 403 405 412 -404, c 99: 393 395 -403 -394, + c 100: -397 398 407 -400, c 101: 386 389 -396 -388, c 102: -391 392 401 -395, + c 103: -381 382 -393 -383, c 104: -387 388 397 -390, c 105: -369 370 -386 -372, + c 106: -379 380 391 -382, c 107: -376 377 385 -378, c 108: -374 375 384 -377, + c 109: -371 372 387 -373, c 110: -366 367 376 -368, c 111: -364 365 374 -367, + c 112: -361 362 371 -363, c 113: -359 360 369 -362, c 114: -356 357 366 -358, + c 115: -354 355 364 -357, c 116: -351 352 361 -353, c 117: -349 350 359 -352, + c 118: -346 347 356 -348, c 119: -344 345 354 -347, c 120: -341 342 351 -343, + c 121: -339 340 349 -342, c 122: -334 335 344 -338, c 123: 336 338 346 -337, + c 124: 326 328 -336 -327, c 125: -331 332 341 -333, c 126: -329 330 339 -332, + c 127: -324 325 334 -328, c 128: -316 317 -326 -318, c 129: -321 322 331 -323, + c 130: -319 320 329 -322, c 131: -314 315 324 -317, c 132: -311 312 321 -313, + c 133: -309 310 319 -312, c 134: -306 307 316 -308, c 135: -304 305 314 -307, + c 136: -301 302 311 -303, c 137: -299 300 309 -302, c 138: -296 297 306 -298, + c 139: -294 295 304 -297, c 140: -291 292 301 -293, c 141: -289 290 299 -292, + c 142: -284 285 291 -286, c 143: -282 283 289 -285, c 144: -279 280 296 -281, + c 145: -277 278 294 -280, c 146: -272 273 287 -276, c 147: 274 276 288 -275, + c 148: -263 264 -274 -266, c 149: -267 268 277 -271, c 150: 269 271 279 -270, + c 151: 259 261 -269 -260, c 152: 262 265 272 -264, c 153: -252 253 -262 -256, + c 154: -257 258 267 -261, c 155: 249 251 -259 -250, c 156: 254 256 263 -255, + c 157: -243 244 -254 -246, c 158: -247 248 257 -251, c 159: 239 241 -249 -240, + c 160: 242 245 252 -244, c 161: 232 235 -242 -234, c 162: -237 238 247 -241, + c 163: 229 231 -239 -230, c 164: -233 234 243 -236, c 165: -222 223 -232 -226, + c 166: -227 228 237 -231, c 167: -219 220 -229 -221, c 168: 224 226 233 -225, + c 169: -213 214 -224 -216, c 170: -217 218 227 -220, c 171: 212 215 222 -214, + c 172: -202 203 -212 -206, c 173: -209 210 219 -211, c 174: -207 208 217 -210, + c 175: 204 206 213 -205, c 176: 191 193 -204 -192, c 177: -199 200 209 -201, + c 178: -197 198 207 -200, c 179: -194 195 199 -196, c 180: -187 188 197 -195, + c 181: -189 190 202 -193, c 182: -191 -184 -174 175, c 183: -183 -181 182, + c 184: -178 179 194 -180, c 185: -176 177 187 -179, c 186: -175 173 183 189, + c 187: 163 166 -173 -165, c 188: -169 170 186 -172, c 189: 168 171 185 -170, + c 190: -158 159 -168 -162, c 191: -164 165 174 -167, c 192: -153 154 -163 -157, + c 193: 160 162 169 -161, c 194: -149 150 -160 -152, c 195: 155 157 164 -156, + c 196: -144 145 -155 -147, c 197: 148 151 158 -150, c 198: -138 139 -148 -142, + c 199: 143 146 153 -145, c 200: 133 136 -143 -135, c 201: 140 142 149 -141, + c 202: -129 130 -140 -132, c 203: -134 135 144 -137, c 204: -123 124 -133 -127, + c 205: 128 131 138 -130, c 206: -118 119 -128 -122, c 207: 125 127 134 -126, + c 208: 115 117 -125 -116, c 209: 120 122 129 -121, c 210: -109 110 -120 -112, + c 211: -113 114 123 -117, c 212: 105 107 -115 -106, c 213: 108 111 118 -110, + c 214: 98 101 -108 -100, c 215: -103 104 113 -107, c 216: -94 95 -105 -97, + c 217: -99 100 109 -102, c 218: -88 89 -98 -92, c 219: 93 96 103 -95, + c 220: 78 84 -93 -80, c 221: 90 92 99 -91, c 222: -82 83 -90 -87, + c 223: -79 80 94 -85, c 224: 81 86 88 -83, c 225: -81 -75 -72 73, + c 226: -67 68 -78 -70, c 227: -76 -74 75 82, c 228: -69 70 79 -71, + c 229: -64 65 77 -66, c 230: -61 62 74 -63, c 231: -58 59 64 -60, + c 232: -55 56 61 -57, c 233: -52 53 58 -54, c 234: -49 50 55 -51, + c 235: -46 47 52 -48, c 236: -43 44 49 -45, c 237: -40 41 46 -42, + c 238: -37 38 43 -39, c 239: -34 35 40 -36, c 240: -31 32 37 -33, + c 241: -28 29 34 -30, c 242: -25 26 31 -27, c 243: -22 23 28 -24, + c 244: -19 20 25 -21, c 245: -16 17 22 -18, c 246: -13 14 19 -15, + c 247: -10 11 16 -12, c 248: -7 8 13 -9, c 249: -4 5 10 -6, + c 250: -1 2 7 -3; +Overlap: + NrefRA 16 { + 2 3 47 48 50 51 116 117 302 303 + 368 369 371 372 416 417 }; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: conductivity 40000000 0 permeability 1 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00181414019741941; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 250 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 183 184 185 186 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 210 + 211 212 213 214 215 216 217 218 219 220 + 221 222 223 224 225 226 227 228 229 230 + 231 232 233 234 235 236 237 238 239 240 + 241 242 243 244 245 246 247 248 249 250 } + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.024561 11,1 11: + 0,0 c 21, 1,0 c 19, 2,0 c 17, 3,0 c 15, 4,0 c 13, + 5,0 c 11, 6,0 c 9, 7,0 c 7, 8,0 c 5, 9,0 c 3, + 10,0 c 1; + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.026058 11,1 11: + 0,0 c 22, 1,0 c 20, 2,0 c 18, 3,0 c 16, 4,0 c 14, + 5,0 c 12, 6,0 c 10, 7,0 c 8, 8,0 c 6, 9,0 c 4, + 10,0 c 2; + RGrid 0.0013555,0.0013555 0 1: + 0.1037375,-0.021433 1,2 2: + 0,0 c 23, 0,1 c 25; + RGrid 0.00180205555555557,0.0013555 0 1: + 0.0875189999999999,-0.021433 9,2 18: + 0,0 c 63, 0,1 c 60, 1,0 c 56, 1,1 c 59, 2,0 c 55, + 2,1 c 52, 3,0 c 48, 3,1 c 51, 4,0 c 47, 4,1 c 44, + 5,0 c 40, 5,1 c 43, 6,0 c 39, 6,1 c 36, 7,0 c 32, + 7,1 c 35, 8,0 c 31, 8,1 c 26; + RGrid 0.00165144444444446,0.0013555 0 1: + 0.0888744999999999,-0.024561 9,2 18: + 0,0 c 61, 0,1 c 58, 1,0 c 54, 1,1 c 57, 2,0 c 53, + 2,1 c 50, 3,0 c 49, 3,1 c 46, 4,0 c 42, 4,1 c 45, + 5,0 c 41, 5,1 c 38, 6,0 c 34, 6,1 c 37, 7,0 c 30, + 7,1 c 33, 8,0 c 29, 8,1 c 28; + RGrid 0.0013555,0.0013555 0 1: + 0.087519,-0.024561 1,2 2: + 0,0 c 62, 0,1 c 65; + RGrid 0.001764125,0.001574 0 1: + 0.071832,-0.021433 8,2 16: + 0,0 c 102, 0,1 c 99, 1,0 c 95, 1,1 c 98, 2,0 c 91, + 2,1 c 94, 3,0 c 90, 3,1 c 87, 4,0 c 86, 4,1 c 83, + 5,0 c 82, 5,1 c 79, 6,0 c 75, 6,1 c 78, 7,0 c 69, + 7,1 c 74; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0824647036807215,-0.0170887637445742 2,2 4: + 0,0 c 73, 0,1 c 76, 1,0 c 72, 1,1 c 71; + RGrid 0.00173902874506437,0.00157882615021707 0 1: + 0.0789877664416272,-0.01709 2,1 2: + 0,0 c 81, 1,0 c 77; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0789877664416272,-0.0155099379924157 2,1 2: + 0,0 c 84, 1,0 c 80; + RGrid 0.00173902874506437,0.00158129786495159 0 1: + 0.0755097089514985,-0.01709 2,1 2: + 0,0 c 89, 1,0 c 85; + RGrid 0.00173902918420123,0.00158129786495159 -0.00071065941993145 1: + 0.0755097089514985,-0.0155074662776811 2,1 2: + 0,0 c 92, 1,0 c 88; + RGrid 0.00173902874506437,0.00158376957968612 0 1: + 0.0720316514613697,-0.01709 2,1 2: + 0,0 c 97, 1,0 c 93; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0720316514613697,-0.0155049945629466 2,1 2: + 0,0 c 100, 1,0 c 96; + RGrid 0.00173902874506437,0.00158624129442064 0 1: + 0.068553593971241,-0.01709 2,1 2: + 0,0 c 105, 1,0 c 101; + RGrid 0.00157400000000001,0.001574 -1.04899852746031e-15 1: + 0.070258,-0.021433 1,2 2: + 0,0 c 106, 0,1 c 103; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.068553593971241,-0.0155025228482121 2,1 2: + 0,0 c 109, 1,0 c 104; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0651814441957331,-0.0124370200462985 2,2 4: + 0,0 c 115, 0,1 c 114, 1,0 c 111, 1,1 c 110; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0650744074473417,-0.0170887637414535 2,2 4: + 0,0 c 117, 0,1 c 116, 1,0 c 113, 1,1 c 112; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0617033884621516,-0.0124320766174536 2,2 4: + 0,0 c 122, 0,1 c 123, 1,0 c 119, 1,1 c 118; + RGrid 0.00173902918420123,0.00159118472388969 -0.00071065941993145 1: + 0.0615963482006658,-0.0170887637408293 2,2 4: + 0,0 c 126, 0,1 c 125, 1,0 c 121, 1,1 c 120; + RGrid 0.00173902918420123,0.00159118472388969 -0.000710659419929455 1: + 0.0582253327285701,-0.0124271331886087 2,2 4: + 0,0 c 131, 0,1 c 128, 1,0 c 127, 1,1 c 124; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0581182889539898,-0.0170887637402052 2,2 4: + 0,0 c 133, 0,1 c 132, 1,0 c 130, 1,1 c 129; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0547472769949885,-0.0124221897597638 2,2 4: + 0,0 c 139, 0,1 c 138, 1,0 c 135, 1,1 c 134; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0546402297073139,-0.017088763739581 2,2 4: + 0,0 c 141, 0,1 c 140, 1,0 c 137, 1,1 c 136; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.051269221261407,-0.0124172463309189 2,2 4: + 0,0 c 149, 0,1 c 150, 1,0 c 145, 1,1 c 144; + RGrid 0.001574,0.001574 0 1: + 0.05147,-0.008051 1,2 2: + 0,0 c 146, 0,1 c 147; + RGrid 0.00176412500000001,0.001574 0 1: + 0.037357,-0.008051 8,2 16: + 0,0 c 181, 0,1 c 176, 1,0 c 172, 1,1 c 175, 2,0 c 171, + 2,1 c 169, 3,0 c 165, 3,1 c 168, 4,0 c 161, 4,1 c 164, + 5,0 c 160, 5,1 c 157, 6,0 c 153, 6,1 c 156, 7,0 c 152, + 7,1 c 148; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0477911655278255,-0.012412302902074 2,2 4: + 0,0 c 158, 0,1 c 155, 1,0 c 154, 1,1 c 151; + RGrid 0.00173902918420123,0.00158129786495159 -0.000710659419929455 1: + 0.0443131097942439,-0.0124073594732291 2,2 4: + 0,0 c 166, 0,1 c 163, 1,0 c 162, 1,1 c 159; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0408350540606624,-0.0124024160443842 2,2 4: + 0,0 c 174, 0,1 c 173, 1,0 c 170, 1,1 c 167; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0373569983270808,-0.0123974726155393 2,2 4: + 0,0 c 180, 0,1 c 179, 1,0 c 178, 1,1 c 177; + RGrid 0.00180205555555556,0.0013555 0 1: + 0.0195645,-0.007614 9,2 18: + 0,0 c 220, 0,1 c 223, 1,0 c 219, 1,1 c 216, 2,0 c 215, + 2,1 c 212, 3,0 c 211, 3,1 c 208, 4,0 c 204, 4,1 c 207, + 5,0 c 200, 5,1 c 203, 6,0 c 199, 6,1 c 196, 7,0 c 192, + 7,1 c 195, 8,0 c 187, 8,1 c 191; + RGrid 0.0013555,0.0013555 -2.93302003038191e-16 1: + 0.0344275,-0.004486 1,2 2: + 0,0 c 189, 0,1 c 188; + RGrid 0.00165144444444444,0.0013555 0 1: + 0.0195645,-0.004486 9,2 18: + 0,0 c 224, 0,1 c 222, 1,0 c 218, 1,1 c 221, 2,0 c 214, + 2,1 c 217, 3,0 c 213, 3,1 c 210, 4,0 c 206, 4,1 c 209, + 5,0 c 205, 5,1 c 202, 6,0 c 198, 6,1 c 201, 7,0 c 197, + 7,1 c 194, 8,0 c 190, 8,1 c 193; + RGrid 0.0013555,0.0013555 0 1: + 0.018209,-0.007614 1,2 2: + 0,0 c 226, 0,1 c 228; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.001667 11,1 11: + 0,0 c 249, 1,0 c 247, 2,0 c 245, 3,0 c 243, 4,0 c 241, + 5,0 c 239, 6,0 c 237, 7,0 c 235, 8,0 c 233, 9,0 c 231, + 10,0 c 229; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.003164 11,1 11: + 0,0 c 250, 1,0 c 248, 2,0 c 246, 3,0 c 244, 4,0 c 242, + 5,0 c 240, 6,0 c 238, 7,0 c 236, 8,0 c 234, 9,0 c 232, + 10,0 c 230; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 2 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 1 { 4 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 1 { 659 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 250 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 }; +# key "_edge_mesh" value "no" CrefRA 250 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 250 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 }; +# key "_strip_model" value "3" CrefRA 250 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 }; +# key "_tml_mesh" value "no" CrefRA 250 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 85 86 87 88 89 90 +# 91 92 93 94 95 96 97 98 99 100 +# 101 102 103 104 105 106 107 108 109 110 +# 111 112 113 114 115 116 117 118 119 120 +# 121 122 123 124 125 126 127 128 129 130 +# 131 132 133 134 135 136 137 138 139 140 +# 141 142 143 144 145 146 147 148 149 150 +# 151 152 153 154 155 156 157 158 159 160 +# 161 162 163 164 165 166 167 168 169 170 +# 171 172 173 174 175 176 177 178 179 180 +# 181 182 183 184 185 186 187 188 189 190 +# 191 192 193 194 195 196 197 198 199 200 +# 201 202 203 204 205 206 207 208 209 210 +# 211 212 213 214 215 216 217 218 219 220 +# 221 222 223 224 225 226 227 228 229 230 +# 231 232 233 234 235 236 237 238 239 240 +# 241 242 243 244 245 246 247 248 249 250 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mrp b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msb b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..ec430cb Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msf b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..62413b9 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msh b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..dd54875 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.msh @@ -0,0 +1,5485 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00181414019741941; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 836: + p 1: 0 -0.003164 0.00152, + p 2: 0 -0.001775 0.00152, + p 3: 0 -0.001667 0.00152, + p 4: 0 -0.000278 0.00152, + p 5: 0.00165536363636364 -0.003164 0.00152, + p 6: 0.00165536363636364 -0.001775 0.00152, + p 7: 0.00165536363636364 -0.001667 0.00152, + p 8: 0.00165536363636364 -0.000278 0.00152, + p 9: 0.00331072727272727 -0.003164 0.00152, + p 10: 0.00331072727272727 -0.001775 0.00152, + p 11: 0.00331072727272727 -0.001667 0.00152, + p 12: 0.00331072727272727 -0.000278 0.00152, + p 13: 0.00496609090909091 -0.003164 0.00152, + p 14: 0.00496609090909091 -0.001775 0.00152, + p 15: 0.00496609090909091 -0.001667 0.00152, + p 16: 0.00496609090909091 -0.000278 0.00152, + p 17: 0.00662145454545454 -0.003164 0.00152, + p 18: 0.00662145454545454 -0.001775 0.00152, + p 19: 0.00662145454545454 -0.001667 0.00152, + p 20: 0.00662145454545454 -0.000278 0.00152, + p 21: 0.00827681818181818 -0.003164 0.00152, + p 22: 0.00827681818181818 -0.001775 0.00152, + p 23: 0.00827681818181818 -0.001667 0.00152, + p 24: 0.00827681818181818 -0.000278 0.00152, + p 25: 0.00993218181818182 -0.003164 0.00152, + p 26: 0.00993218181818182 -0.001775 0.00152, + p 27: 0.00993218181818182 -0.001667 0.00152, + p 28: 0.00993218181818182 -0.000278 0.00152, + p 29: 0.0115875454545455 -0.003164 0.00152, + p 30: 0.0115875454545455 -0.001775 0.00152, + p 31: 0.0115875454545455 -0.001667 0.00152, + p 32: 0.0115875454545455 -0.000278 0.00152, + p 33: 0.0132429090909091 -0.003164 0.00152, + p 34: 0.0132429090909091 -0.001775 0.00152, + p 35: 0.0132429090909091 -0.001667 0.00152, + p 36: 0.0132429090909091 -0.000278 0.00152, + p 37: 0.0148982727272727 -0.003164 0.00152, + p 38: 0.0148982727272727 -0.001775 0.00152, + p 39: 0.0148982727272727 -0.001667 0.00152, + p 40: 0.0148982727272727 -0.000278 0.00152, + p 41: 0.0165536363636364 -0.003164 0.00152, + p 42: 0.0165536363636364 -0.001775 0.00152, + p 43: 0.0165536363636364 -0.001667 0.00152, + p 44: 0.0165536363636364 -0.000278 0.00152, + p 45: 0.018209 -0.007614 0.00152, + p 46: 0.018209 -0.0062585 0.00152, + p 47: 0.018209 -0.004903 0.00152, + p 48: 0.018209 -0.004486 0.00152, + p 49: 0.018209 -0.003164 0.00152, + p 50: 0.018209 -0.001775 0.00152, + p 51: 0.018209 -0.001667 0.00152, + p 52: 0.018209 -0.000278 0.00152, + p 53: 0.0195645 -0.0062585 0.00152, + p 54: 0.0195645 -0.0031305 0.00152, + p 55: 0.0195645 -0.007614 0.00152, + p 56: 0.0195645 -0.004903 0.00152, + p 57: 0.0195645 -0.004486 0.00152, + p 58: 0.0195645 -0.001775 0.00152, + p 59: 0.0212159444444444 -0.004486 0.00152, + p 60: 0.0212159444444444 -0.001775 0.00152, + p 61: 0.0212159444444444 -0.0031305 0.00152, + p 62: 0.0213665555555556 -0.0062585 0.00152, + p 63: 0.0213665555555556 -0.007614 0.00152, + p 64: 0.0213665555555556 -0.004903 0.00152, + p 65: 0.0228673888888889 -0.0031305 0.00152, + p 66: 0.0228673888888889 -0.004486 0.00152, + p 67: 0.0228673888888889 -0.001775 0.00152, + p 68: 0.0231686111111111 -0.007614 0.00152, + p 69: 0.0231686111111111 -0.004903 0.00152, + p 70: 0.0231686111111111 -0.0062585 0.00152, + p 71: 0.0245188333333333 -0.0031305 0.00152, + p 72: 0.0245188333333333 -0.004486 0.00152, + p 73: 0.0245188333333333 -0.001775 0.00152, + p 74: 0.0249706666666667 -0.007614 0.00152, + p 75: 0.0249706666666667 -0.004903 0.00152, + p 76: 0.0249706666666667 -0.0062585 0.00152, + p 77: 0.0261702777777778 -0.004486 0.00152, + p 78: 0.0261702777777778 -0.001775 0.00152, + p 79: 0.0261702777777778 -0.0031305 0.00152, + p 80: 0.0267727222222222 -0.007614 0.00152, + p 81: 0.0267727222222222 -0.004903 0.00152, + p 82: 0.0267727222222222 -0.0062585 0.00152, + p 83: 0.0278217222222222 -0.0031305 0.00152, + p 84: 0.0278217222222222 -0.004486 0.00152, + p 85: 0.0278217222222222 -0.001775 0.00152, + p 86: 0.0285747777777778 -0.0062585 0.00152, + p 87: 0.0285747777777778 -0.007614 0.00152, + p 88: 0.0285747777777778 -0.004903 0.00152, + p 89: 0.0294731666666667 -0.004486 0.00152, + p 90: 0.0294731666666667 -0.001775 0.00152, + p 91: 0.0294731666666667 -0.0031305 0.00152, + p 92: 0.0303768333333333 -0.0062585 0.00152, + p 93: 0.0303768333333333 -0.007614 0.00152, + p 94: 0.0303768333333333 -0.004903 0.00152, + p 95: 0.0311246111111111 -0.0031305 0.00152, + p 96: 0.0311246111111111 -0.004486 0.00152, + p 97: 0.0311246111111111 -0.001775 0.00152, + p 98: 0.0321788888888889 -0.007614 0.00152, + p 99: 0.0321788888888889 -0.004903 0.00152, + p 100: 0.0321788888888889 -0.0062585 0.00152, + p 101: 0.0327760555555556 -0.004486 0.00152, + p 102: 0.0327760555555556 -0.001775 0.00152, + p 103: 0.0327760555555556 -0.0031305 0.00152, + p 104: 0.0339809444444444 -0.0062585 0.00152, + p 105: 0.0339809444444444 -0.007614 0.00152, + p 106: 0.0339809444444444 -0.004903 0.00152, + p 107: 0.0344275 -0.0031305 0.00152, + p 108: 0.0344275 -0.004486 0.00152, + p 109: 0.0344275 -0.001775 0.00152, + p 110: 0.035783 -0.0062585 0.00152, + p 111: 0.035783 -0.012394 0.00152, + p 112: 0.035783 -0.0108211185781153 0.00152, + p 113: 0.035783 -0.009246 0.00152, + p 114: 0.035783 -0.008051 0.00152, + p 115: 0.035783 -0.007614 0.00152, + p 116: 0.035783 -0.004903 0.00152, + p 117: 0.035783 -0.004486 0.00152, + p 118: 0.035783 -0.0031305 0.00152, + p 119: 0.035783 -0.001775 0.00152, + p 120: 0.0373558798331589 -0.0123962355652451 0.00152, + p 121: 0.037357 -0.008051 0.00152, + p 122: 0.037357 -0.004903 0.00152, + p 123: 0.037357 -0.006477 0.00152, + p 124: 0.0373581185781153 -0.0108211185781153 0.00152, + p 125: 0.0373581185781153 -0.009246 0.00152, + p 126: 0.0390949068216766 -0.0123987072787313 0.00152, + p 127: 0.0390971473231796 -0.0108223544354825 0.00152, + p 128: 0.0390971473231796 -0.009246 0.00152, + p 129: 0.039121125 -0.008051 0.00152, + p 130: 0.039121125 -0.004903 0.00152, + p 131: 0.039121125 -0.006477 0.00152, + p 132: 0.0408339338101942 -0.0124011789922175 0.00152, + p 133: 0.040836176068244 -0.0108235902928498 0.00152, + p 134: 0.040836176068244 -0.009246 0.00152, + p 135: 0.04088525 -0.006477 0.00152, + p 136: 0.04088525 -0.008051 0.00152, + p 137: 0.04088525 -0.004903 0.00152, + p 138: 0.0425729607987118 -0.0124036507057038 0.00152, + p 139: 0.0425752048133084 -0.0108248261502171 0.00152, + p 140: 0.0425752048133084 -0.009246 0.00152, + p 141: 0.042649375 -0.008051 0.00152, + p 142: 0.042649375 -0.004903 0.00152, + p 143: 0.042649375 -0.006477 0.00152, + p 144: 0.0443119877872294 -0.01240612241919 0.00152, + p 145: 0.0443142335583728 -0.009246 0.00152, + p 146: 0.0443142335583728 -0.0108260620075843 0.00152, + p 147: 0.0444135 -0.006477 0.00152, + p 148: 0.0444135 -0.008051 0.00152, + p 149: 0.0444135 -0.004903 0.00152, + p 150: 0.046051014775747 -0.0124085941326762 0.00152, + p 151: 0.0460532623034371 -0.009246 0.00152, + p 152: 0.0460532623034371 -0.0108272978649516 0.00152, + p 153: 0.046177625 -0.006477 0.00152, + p 154: 0.046177625 -0.008051 0.00152, + p 155: 0.046177625 -0.004903 0.00152, + p 156: 0.0477900417642646 -0.0124110658461624 0.00152, + p 157: 0.0477922910485015 -0.009246 0.00152, + p 158: 0.0477922910485015 -0.0108285337223189 0.00152, + p 159: 0.04794175 -0.008051 0.00152, + p 160: 0.04794175 -0.004903 0.00152, + p 161: 0.04794175 -0.006477 0.00152, + p 162: 0.0495290687527822 -0.0124135375596486 0.00152, + p 163: 0.0495313197935659 -0.009246 0.00152, + p 164: 0.0495313197935659 -0.0108297695796861 0.00152, + p 165: 0.049705875 -0.006477 0.00152, + p 166: 0.049705875 -0.008051 0.00152, + p 167: 0.049705875 -0.004903 0.00152, + p 168: 0.0512680957412998 -0.0124160092731348 0.00152, + p 169: 0.0512703485386303 -0.009246 0.00152, + p 170: 0.0512703485386303 -0.0108310054370534 0.00152, + p 171: 0.05147 -0.008051 0.00152, + p 172: 0.05147 -0.004903 0.00152, + p 173: 0.05147 -0.006477 0.00152, + p 174: 0.0530071227298174 -0.0124184809866211 0.00152, + p 175: 0.0530093772836946 -0.0108322412944206 0.00152, + p 176: 0.0530093772836946 -0.009246 0.00152, + p 177: 0.053044 -0.01709 0.00152, + p 178: 0.053044 -0.015492635989274 0.00152, + p 179: 0.053044 -0.013893 0.00152, + p 180: 0.053044 -0.008051 0.00152, + p 181: 0.053044 -0.006477 0.00152, + p 182: 0.053044 -0.004903 0.00152, + p 183: 0.054641364010726 -0.01709 0.00152, + p 184: 0.054641364010726 -0.015492635989274 0.00152, + p 185: 0.0546436343735242 -0.013895273592003 0.00152, + p 186: 0.054746149718335 -0.0124209527001073 0.00152, + p 187: 0.054748406028759 -0.0108334771517879 0.00152, + p 188: 0.054748406028759 -0.009246 0.00152, + p 189: 0.0563803927557904 -0.01709 0.00152, + p 190: 0.0563803927557904 -0.0154938718466413 0.00152, + p 191: 0.0563826613620418 -0.0138977453054892 0.00152, + p 192: 0.0564851767068526 -0.0124234244135935 0.00152, + p 193: 0.0564874347738234 -0.0108347130091552 0.00152, + p 194: 0.0564874347738234 -0.009246 0.00152, + p 195: 0.0581194215008547 -0.01709 0.00152, + p 196: 0.0581194215008548 -0.0154951077040085 0.00152, + p 197: 0.0581216883505594 -0.0139002170189754 0.00152, + p 198: 0.0582242036953702 -0.0124258961270797 0.00152, + p 199: 0.0582264635188878 -0.0108359488665224 0.00152, + p 200: 0.0582264635188878 -0.009246 0.00152, + p 201: 0.0598584502459191 -0.01709 0.00152, + p 202: 0.0598584502459191 -0.0154963435613758 0.00152, + p 203: 0.059860715339077 -0.0139026887324616 0.00152, + p 204: 0.0599632306838878 -0.0124283678405659 0.00152, + p 205: 0.0599654922639521 -0.009246 0.00152, + p 206: 0.0599654922639521 -0.0108371847238897 0.00152, + p 207: 0.0615974789909835 -0.01709 0.00152, + p 208: 0.0615974789909835 -0.015497579418743 0.00152, + p 209: 0.0615997423275946 -0.0139051604459478 0.00152, + p 210: 0.0617022576724054 -0.0124308395540521 0.00152, + p 211: 0.0617045210090165 -0.009246 0.00152, + p 212: 0.0617045210090165 -0.010838420581257 0.00152, + p 213: 0.0633365077360479 -0.01709 0.00152, + p 214: 0.0633365077360479 -0.0154988152761103 0.00152, + p 215: 0.0633387693161122 -0.0139076321594341 0.00152, + p 216: 0.063441284660923 -0.0124333112675384 0.00152, + p 217: 0.0634435497540809 -0.0108396564386242 0.00152, + p 218: 0.0634435497540809 -0.009246 0.00152, + p 219: 0.0650755364811122 -0.01709 0.00152, + p 220: 0.0650755364811123 -0.0155000511334776 0.00152, + p 221: 0.0650777963046298 -0.0139101038729203 0.00152, + p 222: 0.0651803116494406 -0.0124357829810246 0.00152, + p 223: 0.0651825784991452 -0.0108408922959915 0.00152, + p 224: 0.0651825784991452 -0.009246 0.00152, + p 225: 0.0668145652261766 -0.01709 0.00152, + p 226: 0.0668145652261766 -0.0155012869908448 0.00152, + p 227: 0.0668168232931474 -0.0139125755864065 0.00152, + p 228: 0.0669193386379582 -0.0124382546945108 0.00152, + p 229: 0.0669216072442096 -0.0108421281533587 0.00152, + p 230: 0.0669216072442096 -0.009246 0.00152, + p 231: 0.068553593971241 -0.01709 0.00152, + p 232: 0.068553593971241 -0.0155025228482121 0.00152, + p 233: 0.068555850281665 -0.0139150472998927 0.00152, + p 234: 0.0686583656264758 -0.012440726407997 0.00152, + p 235: 0.068660635989274 -0.010843364010726 0.00152, + p 236: 0.068660635989274 -0.009246 0.00152, + p 237: 0.070258 -0.021433 0.00152, + p 238: 0.070258 -0.019859 0.00152, + p 239: 0.070258 -0.018285 0.00152, + p 240: 0.070258 -0.012443 0.00152, + p 241: 0.070258 -0.010843364010726 0.00152, + p 242: 0.070258 -0.009246 0.00152, + p 243: 0.0702926227163053 -0.0155037587055794 0.00152, + p 244: 0.0702926227163053 -0.01709 0.00152, + p 245: 0.0702948772701826 -0.0139175190133789 0.00152, + p 246: 0.071832 -0.021433 0.00152, + p 247: 0.071832 -0.018285 0.00152, + p 248: 0.071832 -0.019859 0.00152, + p 249: 0.0720316514613697 -0.0155049945629466 0.00152, + p 250: 0.0720316514613697 -0.01709 0.00152, + p 251: 0.0720339042587002 -0.0139199907268652 0.00152, + p 252: 0.073596125 -0.021433 0.00152, + p 253: 0.073596125 -0.018285 0.00152, + p 254: 0.073596125 -0.019859 0.00152, + p 255: 0.0737706802064341 -0.0155062304203139 0.00152, + p 256: 0.0737706802064341 -0.01709 0.00152, + p 257: 0.0737729312472178 -0.0139224624403514 0.00152, + p 258: 0.07536025 -0.019859 0.00152, + p 259: 0.07536025 -0.021433 0.00152, + p 260: 0.07536025 -0.018285 0.00152, + p 261: 0.0755097089514985 -0.0155074662776811 0.00152, + p 262: 0.0755097089514985 -0.01709 0.00152, + p 263: 0.0755119582357354 -0.0139249341538376 0.00152, + p 264: 0.077124375 -0.019859 0.00152, + p 265: 0.077124375 -0.021433 0.00152, + p 266: 0.077124375 -0.018285 0.00152, + p 267: 0.0772487376965628 -0.0155087021350484 0.00152, + p 268: 0.0772487376965628 -0.01709 0.00152, + p 269: 0.077250985224253 -0.0139274058673238 0.00152, + p 270: 0.0788885 -0.021433 0.00152, + p 271: 0.0788885 -0.018285 0.00152, + p 272: 0.0788885 -0.019859 0.00152, + p 273: 0.0789877664416272 -0.0155099379924157 0.00152, + p 274: 0.0789877664416272 -0.01709 0.00152, + p 275: 0.0789900122127706 -0.01392987758081 0.00152, + p 276: 0.080652625 -0.021433 0.00152, + p 277: 0.080652625 -0.018285 0.00152, + p 278: 0.080652625 -0.019859 0.00152, + p 279: 0.0807267951866916 -0.0155111738497829 0.00152, + p 280: 0.0807267951866916 -0.01709 0.00152, + p 281: 0.0807290392012882 -0.0139323492942962 0.00152, + p 282: 0.08241675 -0.021433 0.00152, + p 283: 0.08241675 -0.018285 0.00152, + p 284: 0.08241675 -0.019859 0.00152, + p 285: 0.082465823931756 -0.0155124097071502 0.00152, + p 286: 0.082465823931756 -0.01709 0.00152, + p 287: 0.0824680661898058 -0.0139348210077825 0.00152, + p 288: 0.084180875 -0.019859 0.00152, + p 289: 0.084180875 -0.021433 0.00152, + p 290: 0.084180875 -0.018285 0.00152, + p 291: 0.0842048526768203 -0.0155136455645175 0.00152, + p 292: 0.0842048526768203 -0.01709 0.00152, + p 293: 0.0842070931783234 -0.0139372927212687 0.00152, + p 294: 0.0859438814218847 -0.01709 0.00152, + p 295: 0.0859438814218847 -0.0155148814218847 0.00152, + p 296: 0.085945 -0.019859 0.00152, + p 297: 0.085945 -0.021433 0.00152, + p 298: 0.085945 -0.018285 0.00152, + p 299: 0.085946120166841 -0.0139397644347549 0.00152, + p 300: 0.087519 -0.024561 0.00152, + p 301: 0.087519 -0.0232055 0.00152, + p 302: 0.087519 -0.02185 0.00152, + p 303: 0.087519 -0.021433 0.00152, + p 304: 0.087519 -0.018722 0.00152, + p 305: 0.087519 -0.018285 0.00152, + p 306: 0.087519 -0.01709 0.00152, + p 307: 0.087519 -0.0155148814218847 0.00152, + p 308: 0.087519 -0.013942 0.00152, + p 309: 0.087519 -0.0200775 0.00152, + p 310: 0.0888745 -0.0232055 0.00152, + p 311: 0.0888745 -0.024561 0.00152, + p 312: 0.0888745 -0.02185 0.00152, + p 313: 0.0893210555555555 -0.021433 0.00152, + p 314: 0.0893210555555555 -0.018722 0.00152, + p 315: 0.0893210555555556 -0.0200775 0.00152, + p 316: 0.0905259444444444 -0.024561 0.00152, + p 317: 0.0905259444444444 -0.02185 0.00152, + p 318: 0.0905259444444445 -0.0232055 0.00152, + p 319: 0.0911231111111111 -0.0200775 0.00152, + p 320: 0.0911231111111111 -0.021433 0.00152, + p 321: 0.0911231111111111 -0.018722 0.00152, + p 322: 0.0921773888888889 -0.0232055 0.00152, + p 323: 0.0921773888888889 -0.024561 0.00152, + p 324: 0.0921773888888889 -0.02185 0.00152, + p 325: 0.0929251666666667 -0.021433 0.00152, + p 326: 0.0929251666666667 -0.018722 0.00152, + p 327: 0.0929251666666667 -0.0200775 0.00152, + p 328: 0.0938288333333333 -0.024561 0.00152, + p 329: 0.0938288333333333 -0.02185 0.00152, + p 330: 0.0938288333333333 -0.0232055 0.00152, + p 331: 0.0947272222222222 -0.0200775 0.00152, + p 332: 0.0947272222222222 -0.021433 0.00152, + p 333: 0.0947272222222222 -0.018722 0.00152, + p 334: 0.0954802777777778 -0.024561 0.00152, + p 335: 0.0954802777777778 -0.02185 0.00152, + p 336: 0.0954802777777778 -0.0232055 0.00152, + p 337: 0.0965292777777778 -0.021433 0.00152, + p 338: 0.0965292777777778 -0.018722 0.00152, + p 339: 0.0965292777777778 -0.0200775 0.00152, + p 340: 0.0971317222222222 -0.0232055 0.00152, + p 341: 0.0971317222222222 -0.024561 0.00152, + p 342: 0.0971317222222222 -0.02185 0.00152, + p 343: 0.0983313333333333 -0.0200775 0.00152, + p 344: 0.0983313333333333 -0.021433 0.00152, + p 345: 0.0983313333333333 -0.018722 0.00152, + p 346: 0.0987831666666667 -0.024561 0.00152, + p 347: 0.0987831666666667 -0.02185 0.00152, + p 348: 0.0987831666666667 -0.0232055 0.00152, + p 349: 0.100133388888889 -0.021433 0.00152, + p 350: 0.100133388888889 -0.018722 0.00152, + p 351: 0.100133388888889 -0.0200775 0.00152, + p 352: 0.100434611111111 -0.0232055 0.00152, + p 353: 0.100434611111111 -0.024561 0.00152, + p 354: 0.100434611111111 -0.02185 0.00152, + p 355: 0.101935444444444 -0.0200775 0.00152, + p 356: 0.101935444444444 -0.021433 0.00152, + p 357: 0.101935444444444 -0.018722 0.00152, + p 358: 0.102086055555556 -0.0232055 0.00152, + p 359: 0.102086055555556 -0.024561 0.00152, + p 360: 0.102086055555556 -0.02185 0.00152, + p 361: 0.1037375 -0.024561 0.00152, + p 362: 0.1037375 -0.02185 0.00152, + p 363: 0.1037375 -0.021433 0.00152, + p 364: 0.1037375 -0.018722 0.00152, + p 365: 0.1037375 -0.0232055 0.00152, + p 366: 0.1037375 -0.0200775 0.00152, + p 367: 0.105093 -0.026058 0.00152, + p 368: 0.105093 -0.024669 0.00152, + p 369: 0.105093 -0.024561 0.00152, + p 370: 0.105093 -0.023172 0.00152, + p 371: 0.105093 -0.02185 0.00152, + p 372: 0.105093 -0.021433 0.00152, + p 373: 0.105093 -0.0200775 0.00152, + p 374: 0.105093 -0.018722 0.00152, + p 375: 0.106748363636364 -0.026058 0.00152, + p 376: 0.106748363636364 -0.024669 0.00152, + p 377: 0.106748363636364 -0.024561 0.00152, + p 378: 0.106748363636364 -0.023172 0.00152, + p 379: 0.108403727272727 -0.026058 0.00152, + p 380: 0.108403727272727 -0.024669 0.00152, + p 381: 0.108403727272727 -0.024561 0.00152, + p 382: 0.108403727272727 -0.023172 0.00152, + p 383: 0.110059090909091 -0.026058 0.00152, + p 384: 0.110059090909091 -0.024669 0.00152, + p 385: 0.110059090909091 -0.024561 0.00152, + p 386: 0.110059090909091 -0.023172 0.00152, + p 387: 0.111714454545455 -0.026058 0.00152, + p 388: 0.111714454545455 -0.024669 0.00152, + p 389: 0.111714454545455 -0.024561 0.00152, + p 390: 0.111714454545455 -0.023172 0.00152, + p 391: 0.113369818181818 -0.026058 0.00152, + p 392: 0.113369818181818 -0.024669 0.00152, + p 393: 0.113369818181818 -0.024561 0.00152, + p 394: 0.113369818181818 -0.023172 0.00152, + p 395: 0.115025181818182 -0.026058 0.00152, + p 396: 0.115025181818182 -0.024669 0.00152, + p 397: 0.115025181818182 -0.024561 0.00152, + p 398: 0.115025181818182 -0.023172 0.00152, + p 399: 0.116680545454545 -0.026058 0.00152, + p 400: 0.116680545454545 -0.024669 0.00152, + p 401: 0.116680545454545 -0.024561 0.00152, + p 402: 0.116680545454545 -0.023172 0.00152, + p 403: 0.118335909090909 -0.026058 0.00152, + p 404: 0.118335909090909 -0.024669 0.00152, + p 405: 0.118335909090909 -0.024561 0.00152, + p 406: 0.118335909090909 -0.023172 0.00152, + p 407: 0.119991272727273 -0.026058 0.00152, + p 408: 0.119991272727273 -0.024669 0.00152, + p 409: 0.119991272727273 -0.024561 0.00152, + p 410: 0.119991272727273 -0.023172 0.00152, + p 411: 0.121646636363636 -0.026058 0.00152, + p 412: 0.121646636363636 -0.024669 0.00152, + p 413: 0.121646636363636 -0.024561 0.00152, + p 414: 0.121646636363636 -0.023172 0.00152, + p 415: 0.123302 -0.026058 0.00152, + p 416: 0.123302 -0.024669 0.00152, + p 417: 0.123302 -0.024561 0.00152, + p 418: 0.123302 -0.023172 0.00152, + p 419: 0.121646636363636 -0.023172 0.001545, + p 420: 0.121646636363636 -0.024561 0.001545, + p 421: 0.123302 -0.024561 0.001545, + p 422: 0.123302 -0.023172 0.001545, + p 423: 0.121646636363636 -0.024669 0.001545, + p 424: 0.121646636363636 -0.026058 0.001545, + p 425: 0.123302 -0.026058 0.001545, + p 426: 0.123302 -0.024669 0.001545, + p 427: 0.119991272727273 -0.023172 0.001545, + p 428: 0.119991272727273 -0.024561 0.001545, + p 429: 0.119991272727273 -0.024669 0.001545, + p 430: 0.119991272727273 -0.026058 0.001545, + p 431: 0.118335909090909 -0.023172 0.001545, + p 432: 0.118335909090909 -0.024561 0.001545, + p 433: 0.118335909090909 -0.024669 0.001545, + p 434: 0.118335909090909 -0.026058 0.001545, + p 435: 0.116680545454545 -0.023172 0.001545, + p 436: 0.116680545454545 -0.024561 0.001545, + p 437: 0.116680545454545 -0.024669 0.001545, + p 438: 0.116680545454545 -0.026058 0.001545, + p 439: 0.115025181818182 -0.023172 0.001545, + p 440: 0.115025181818182 -0.024561 0.001545, + p 441: 0.115025181818182 -0.024669 0.001545, + p 442: 0.115025181818182 -0.026058 0.001545, + p 443: 0.113369818181818 -0.023172 0.001545, + p 444: 0.113369818181818 -0.024561 0.001545, + p 445: 0.113369818181818 -0.024669 0.001545, + p 446: 0.113369818181818 -0.026058 0.001545, + p 447: 0.111714454545455 -0.023172 0.001545, + p 448: 0.111714454545455 -0.024561 0.001545, + p 449: 0.111714454545455 -0.024669 0.001545, + p 450: 0.111714454545455 -0.026058 0.001545, + p 451: 0.110059090909091 -0.023172 0.001545, + p 452: 0.110059090909091 -0.024561 0.001545, + p 453: 0.110059090909091 -0.024669 0.001545, + p 454: 0.110059090909091 -0.026058 0.001545, + p 455: 0.108403727272727 -0.023172 0.001545, + p 456: 0.108403727272727 -0.024561 0.001545, + p 457: 0.108403727272727 -0.024669 0.001545, + p 458: 0.108403727272727 -0.026058 0.001545, + p 459: 0.106748363636364 -0.023172 0.001545, + p 460: 0.106748363636364 -0.024561 0.001545, + p 461: 0.106748363636364 -0.024669 0.001545, + p 462: 0.106748363636364 -0.026058 0.001545, + p 463: 0.105093 -0.023172 0.001545, + p 464: 0.105093 -0.024561 0.001545, + p 465: 0.105093 -0.024669 0.001545, + p 466: 0.105093 -0.026058 0.001545, + p 467: 0.1037375 -0.0200775 0.001545, + p 468: 0.1037375 -0.021433 0.001545, + p 469: 0.105093 -0.021433 0.001545, + p 470: 0.105093 -0.0200775 0.001545, + p 471: 0.1037375 -0.0232055 0.001545, + p 472: 0.1037375 -0.024561 0.001545, + p 473: 0.1037375 -0.018722 0.001545, + p 474: 0.105093 -0.018722 0.001545, + p 475: 0.101935444444444 -0.018722 0.001545, + p 476: 0.101935444444444 -0.0200775 0.001545, + p 477: 0.105093 -0.02185 0.001545, + p 478: 0.1037375 -0.02185 0.001545, + p 479: 0.102086055555556 -0.02185 0.001545, + p 480: 0.102086055555556 -0.0232055 0.001545, + p 481: 0.102086055555556 -0.024561 0.001545, + p 482: 0.100434611111111 -0.0232055 0.001545, + p 483: 0.100434611111111 -0.024561 0.001545, + p 484: 0.101935444444444 -0.021433 0.001545, + p 485: 0.100133388888889 -0.0200775 0.001545, + p 486: 0.100133388888889 -0.021433 0.001545, + p 487: 0.100434611111111 -0.02185 0.001545, + p 488: 0.0987831666666667 -0.0232055 0.001545, + p 489: 0.0987831666666667 -0.024561 0.001545, + p 490: 0.100133388888889 -0.018722 0.001545, + p 491: 0.0983313333333333 -0.018722 0.001545, + p 492: 0.0983313333333333 -0.0200775 0.001545, + p 493: 0.0987831666666667 -0.02185 0.001545, + p 494: 0.0971317222222222 -0.02185 0.001545, + p 495: 0.0971317222222222 -0.0232055 0.001545, + p 496: 0.0983313333333333 -0.021433 0.001545, + p 497: 0.0965292777777778 -0.0200775 0.001545, + p 498: 0.0965292777777778 -0.021433 0.001545, + p 499: 0.0971317222222222 -0.024561 0.001545, + p 500: 0.0954802777777778 -0.0232055 0.001545, + p 501: 0.0954802777777778 -0.024561 0.001545, + p 502: 0.0965292777777778 -0.018722 0.001545, + p 503: 0.0947272222222222 -0.018722 0.001545, + p 504: 0.0947272222222222 -0.0200775 0.001545, + p 505: 0.0954802777777778 -0.02185 0.001545, + p 506: 0.0938288333333333 -0.02185 0.001545, + p 507: 0.0938288333333333 -0.0232055 0.001545, + p 508: 0.0947272222222222 -0.021433 0.001545, + p 509: 0.0929251666666667 -0.0200775 0.001545, + p 510: 0.0929251666666667 -0.021433 0.001545, + p 511: 0.0938288333333333 -0.024561 0.001545, + p 512: 0.0921773888888889 -0.02185 0.001545, + p 513: 0.0921773888888889 -0.0232055 0.001545, + p 514: 0.0929251666666667 -0.018722 0.001545, + p 515: 0.0911231111111111 -0.018722 0.001545, + p 516: 0.0911231111111111 -0.0200775 0.001545, + p 517: 0.0921773888888889 -0.024561 0.001545, + p 518: 0.0905259444444445 -0.0232055 0.001545, + p 519: 0.0905259444444444 -0.024561 0.001545, + p 520: 0.0911231111111111 -0.021433 0.001545, + p 521: 0.0893210555555556 -0.0200775 0.001545, + p 522: 0.0893210555555555 -0.021433 0.001545, + p 523: 0.0905259444444444 -0.02185 0.001545, + p 524: 0.0888745 -0.02185 0.001545, + p 525: 0.0888745 -0.0232055 0.001545, + p 526: 0.0893210555555555 -0.018722 0.001545, + p 527: 0.087519 -0.018722 0.001545, + p 528: 0.087519 -0.0200775 0.001545, + p 529: 0.0888745 -0.024561 0.001545, + p 530: 0.087519 -0.0232055 0.001545, + p 531: 0.087519 -0.024561 0.001545, + p 532: 0.087519 -0.021433 0.001545, + p 533: 0.085945 -0.018285 0.001545, + p 534: 0.085945 -0.019859 0.001545, + p 535: 0.087519 -0.02185 0.001545, + p 536: 0.085946120166841 -0.0139397644347549 0.001545, + p 537: 0.0859438814218847 -0.0155148814218847 0.001545, + p 538: 0.087519 -0.0155148814218847 0.001545, + p 539: 0.087519 -0.013942 0.001545, + p 540: 0.087519 -0.018285 0.001545, + p 541: 0.085945 -0.021433 0.001545, + p 542: 0.084180875 -0.019859 0.001545, + p 543: 0.084180875 -0.021433 0.001545, + p 544: 0.0859438814218847 -0.01709 0.001545, + p 545: 0.087519 -0.01709 0.001545, + p 546: 0.0842070931783234 -0.0139372927212687 0.001545, + p 547: 0.0842048526768203 -0.0155136455645175 0.001545, + p 548: 0.0842048526768203 -0.01709 0.001545, + p 549: 0.082465823931756 -0.0155124097071502 0.001545, + p 550: 0.082465823931756 -0.01709 0.001545, + p 551: 0.084180875 -0.018285 0.001545, + p 552: 0.08241675 -0.019859 0.001545, + p 553: 0.08241675 -0.021433 0.001545, + p 554: 0.0824680661898058 -0.0139348210077825 0.001545, + p 555: 0.0807267951866916 -0.0155111738497829 0.001545, + p 556: 0.0807267951866916 -0.01709 0.001545, + p 557: 0.08241675 -0.018285 0.001545, + p 558: 0.080652625 -0.018285 0.001545, + p 559: 0.080652625 -0.019859 0.001545, + p 560: 0.0807290392012882 -0.0139323492942962 0.001545, + p 561: 0.0789877664416272 -0.0155099379924157 0.001545, + p 562: 0.0789877664416272 -0.01709 0.001545, + p 563: 0.080652625 -0.021433 0.001545, + p 564: 0.0788885 -0.018285 0.001545, + p 565: 0.0788885 -0.019859 0.001545, + p 566: 0.0789900122127706 -0.01392987758081 0.001545, + p 567: 0.0772487376965628 -0.0155087021350484 0.001545, + p 568: 0.0772487376965628 -0.01709 0.001545, + p 569: 0.0788885 -0.021433 0.001545, + p 570: 0.077124375 -0.018285 0.001545, + p 571: 0.077124375 -0.019859 0.001545, + p 572: 0.077250985224253 -0.0139274058673238 0.001545, + p 573: 0.0755097089514985 -0.0155074662776811 0.001545, + p 574: 0.0755097089514985 -0.01709 0.001545, + p 575: 0.077124375 -0.021433 0.001545, + p 576: 0.07536025 -0.019859 0.001545, + p 577: 0.07536025 -0.021433 0.001545, + p 578: 0.0755119582357354 -0.0139249341538376 0.001545, + p 579: 0.0737706802064341 -0.0155062304203139 0.001545, + p 580: 0.0737706802064341 -0.01709 0.001545, + p 581: 0.07536025 -0.018285 0.001545, + p 582: 0.073596125 -0.019859 0.001545, + p 583: 0.073596125 -0.021433 0.001545, + p 584: 0.0737729312472178 -0.0139224624403514 0.001545, + p 585: 0.0720316514613697 -0.0155049945629466 0.001545, + p 586: 0.0720316514613697 -0.01709 0.001545, + p 587: 0.073596125 -0.018285 0.001545, + p 588: 0.071832 -0.018285 0.001545, + p 589: 0.071832 -0.019859 0.001545, + p 590: 0.0720339042587002 -0.0139199907268652 0.001545, + p 591: 0.0702926227163053 -0.0155037587055794 0.001545, + p 592: 0.0702926227163053 -0.01709 0.001545, + p 593: 0.071832 -0.021433 0.001545, + p 594: 0.070258 -0.018285 0.001545, + p 595: 0.070258 -0.019859 0.001545, + p 596: 0.0702948772701826 -0.0139175190133789 0.001545, + p 597: 0.068553593971241 -0.0155025228482121 0.001545, + p 598: 0.068553593971241 -0.01709 0.001545, + p 599: 0.070258 -0.021433 0.001545, + p 600: 0.068660635989274 -0.009246 0.001545, + p 601: 0.068660635989274 -0.010843364010726 0.001545, + p 602: 0.070258 -0.010843364010726 0.001545, + p 603: 0.070258 -0.009246 0.001545, + p 604: 0.0686583656264758 -0.012440726407997 0.001545, + p 605: 0.070258 -0.012443 0.001545, + p 606: 0.068555850281665 -0.0139150472998927 0.001545, + p 607: 0.0669216072442096 -0.009246 0.001545, + p 608: 0.0669216072442096 -0.0108421281533587 0.001545, + p 609: 0.0669193386379582 -0.0124382546945108 0.001545, + p 610: 0.0668168232931474 -0.0139125755864065 0.001545, + p 611: 0.0668145652261766 -0.0155012869908448 0.001545, + p 612: 0.0668145652261766 -0.01709 0.001545, + p 613: 0.0651825784991452 -0.009246 0.001545, + p 614: 0.0651825784991452 -0.0108408922959915 0.001545, + p 615: 0.0651803116494406 -0.0124357829810246 0.001545, + p 616: 0.0650777963046298 -0.0139101038729203 0.001545, + p 617: 0.0650755364811123 -0.0155000511334776 0.001545, + p 618: 0.0650755364811122 -0.01709 0.001545, + p 619: 0.0634435497540809 -0.009246 0.001545, + p 620: 0.0634435497540809 -0.0108396564386242 0.001545, + p 621: 0.063441284660923 -0.0124333112675384 0.001545, + p 622: 0.0633387693161122 -0.0139076321594341 0.001545, + p 623: 0.0633365077360479 -0.0154988152761103 0.001545, + p 624: 0.0633365077360479 -0.01709 0.001545, + p 625: 0.0617045210090165 -0.010838420581257 0.001545, + p 626: 0.0617022576724054 -0.0124308395540521 0.001545, + p 627: 0.0617045210090165 -0.009246 0.001545, + p 628: 0.0599654922639521 -0.009246 0.001545, + p 629: 0.0599654922639521 -0.0108371847238897 0.001545, + p 630: 0.0615997423275946 -0.0139051604459478 0.001545, + p 631: 0.0615974789909835 -0.015497579418743 0.001545, + p 632: 0.0615974789909835 -0.01709 0.001545, + p 633: 0.0599632306838878 -0.0124283678405659 0.001545, + p 634: 0.0582264635188878 -0.009246 0.001545, + p 635: 0.0582264635188878 -0.0108359488665224 0.001545, + p 636: 0.059860715339077 -0.0139026887324616 0.001545, + p 637: 0.0598584502459191 -0.0154963435613758 0.001545, + p 638: 0.0598584502459191 -0.01709 0.001545, + p 639: 0.0582242036953702 -0.0124258961270797 0.001545, + p 640: 0.0581216883505594 -0.0139002170189754 0.001545, + p 641: 0.0581194215008548 -0.0154951077040085 0.001545, + p 642: 0.0581194215008547 -0.01709 0.001545, + p 643: 0.0564874347738234 -0.009246 0.001545, + p 644: 0.0564874347738234 -0.0108347130091552 0.001545, + p 645: 0.0564851767068526 -0.0124234244135935 0.001545, + p 646: 0.0563826613620418 -0.0138977453054892 0.001545, + p 647: 0.0563803927557904 -0.0154938718466413 0.001545, + p 648: 0.0563803927557904 -0.01709 0.001545, + p 649: 0.054748406028759 -0.009246 0.001545, + p 650: 0.054748406028759 -0.0108334771517879 0.001545, + p 651: 0.054746149718335 -0.0124209527001073 0.001545, + p 652: 0.0546436343735242 -0.013895273592003 0.001545, + p 653: 0.054641364010726 -0.015492635989274 0.001545, + p 654: 0.054641364010726 -0.01709 0.001545, + p 655: 0.053044 -0.013893 0.001545, + p 656: 0.053044 -0.015492635989274 0.001545, + p 657: 0.053044 -0.01709 0.001545, + p 658: 0.0530093772836946 -0.009246 0.001545, + p 659: 0.0530093772836946 -0.0108322412944206 0.001545, + p 660: 0.0530071227298174 -0.0124184809866211 0.001545, + p 661: 0.05147 -0.006477 0.001545, + p 662: 0.05147 -0.008051 0.001545, + p 663: 0.053044 -0.008051 0.001545, + p 664: 0.053044 -0.006477 0.001545, + p 665: 0.05147 -0.004903 0.001545, + p 666: 0.053044 -0.004903 0.001545, + p 667: 0.049705875 -0.004903 0.001545, + p 668: 0.049705875 -0.006477 0.001545, + p 669: 0.0512703485386303 -0.0108310054370534 0.001545, + p 670: 0.0512680957412998 -0.0124160092731348 0.001545, + p 671: 0.0512703485386303 -0.009246 0.001545, + p 672: 0.0495313197935659 -0.009246 0.001545, + p 673: 0.0495313197935659 -0.0108297695796861 0.001545, + p 674: 0.049705875 -0.008051 0.001545, + p 675: 0.04794175 -0.006477 0.001545, + p 676: 0.04794175 -0.008051 0.001545, + p 677: 0.0495290687527822 -0.0124135375596486 0.001545, + p 678: 0.0477922910485015 -0.009246 0.001545, + p 679: 0.0477922910485015 -0.0108285337223189 0.001545, + p 680: 0.04794175 -0.004903 0.001545, + p 681: 0.046177625 -0.004903 0.001545, + p 682: 0.046177625 -0.006477 0.001545, + p 683: 0.0477900417642646 -0.0124110658461624 0.001545, + p 684: 0.0460532623034371 -0.009246 0.001545, + p 685: 0.0460532623034371 -0.0108272978649516 0.001545, + p 686: 0.046177625 -0.008051 0.001545, + p 687: 0.0444135 -0.006477 0.001545, + p 688: 0.0444135 -0.008051 0.001545, + p 689: 0.046051014775747 -0.0124085941326762 0.001545, + p 690: 0.0443142335583728 -0.009246 0.001545, + p 691: 0.0443142335583728 -0.0108260620075843 0.001545, + p 692: 0.0444135 -0.004903 0.001545, + p 693: 0.042649375 -0.006477 0.001545, + p 694: 0.042649375 -0.008051 0.001545, + p 695: 0.0443119877872294 -0.01240612241919 0.001545, + p 696: 0.0425752048133084 -0.009246 0.001545, + p 697: 0.0425752048133084 -0.0108248261502171 0.001545, + p 698: 0.042649375 -0.004903 0.001545, + p 699: 0.04088525 -0.004903 0.001545, + p 700: 0.04088525 -0.006477 0.001545, + p 701: 0.0425729607987118 -0.0124036507057038 0.001545, + p 702: 0.04088525 -0.008051 0.001545, + p 703: 0.039121125 -0.006477 0.001545, + p 704: 0.039121125 -0.008051 0.001545, + p 705: 0.040836176068244 -0.009246 0.001545, + p 706: 0.040836176068244 -0.0108235902928498 0.001545, + p 707: 0.0408339338101942 -0.0124011789922175 0.001545, + p 708: 0.039121125 -0.004903 0.001545, + p 709: 0.037357 -0.004903 0.001545, + p 710: 0.037357 -0.006477 0.001545, + p 711: 0.0390971473231796 -0.009246 0.001545, + p 712: 0.0390971473231796 -0.0108223544354825 0.001545, + p 713: 0.0390949068216766 -0.0123987072787313 0.001545, + p 714: 0.0373581185781153 -0.009246 0.001545, + p 715: 0.0373581185781153 -0.0108211185781153 0.001545, + p 716: 0.0373558798331589 -0.0123962355652451 0.001545, + p 717: 0.037357 -0.008051 0.001545, + p 718: 0.035783 -0.004903 0.001545, + p 719: 0.035783 -0.0062585 0.001545, + p 720: 0.035783 -0.007614 0.001545, + p 721: 0.035783 -0.008051 0.001545, + p 722: 0.035783 -0.009246 0.001545, + p 723: 0.035783 -0.0108211185781153 0.001545, + p 724: 0.035783 -0.012394 0.001545, + p 725: 0.0339809444444444 -0.0062585 0.001545, + p 726: 0.0339809444444444 -0.007614 0.001545, + p 727: 0.0344275 -0.001775 0.001545, + p 728: 0.0344275 -0.0031305 0.001545, + p 729: 0.035783 -0.0031305 0.001545, + p 730: 0.035783 -0.001775 0.001545, + p 731: 0.0344275 -0.004486 0.001545, + p 732: 0.035783 -0.004486 0.001545, + p 733: 0.0327760555555556 -0.0031305 0.001545, + p 734: 0.0327760555555556 -0.004486 0.001545, + p 735: 0.0339809444444444 -0.004903 0.001545, + p 736: 0.0321788888888889 -0.0062585 0.001545, + p 737: 0.0321788888888889 -0.007614 0.001545, + p 738: 0.0327760555555556 -0.001775 0.001545, + p 739: 0.0311246111111111 -0.001775 0.001545, + p 740: 0.0311246111111111 -0.0031305 0.001545, + p 741: 0.0321788888888889 -0.004903 0.001545, + p 742: 0.0303768333333333 -0.004903 0.001545, + p 743: 0.0303768333333333 -0.0062585 0.001545, + p 744: 0.0311246111111111 -0.004486 0.001545, + p 745: 0.0294731666666667 -0.0031305 0.001545, + p 746: 0.0294731666666667 -0.004486 0.001545, + p 747: 0.0303768333333333 -0.007614 0.001545, + p 748: 0.0285747777777778 -0.0062585 0.001545, + p 749: 0.0285747777777778 -0.007614 0.001545, + p 750: 0.0294731666666667 -0.001775 0.001545, + p 751: 0.0278217222222222 -0.001775 0.001545, + p 752: 0.0278217222222222 -0.0031305 0.001545, + p 753: 0.0285747777777778 -0.004903 0.001545, + p 754: 0.0267727222222222 -0.0062585 0.001545, + p 755: 0.0267727222222222 -0.007614 0.001545, + p 756: 0.0278217222222222 -0.004486 0.001545, + p 757: 0.0261702777777778 -0.0031305 0.001545, + p 758: 0.0261702777777778 -0.004486 0.001545, + p 759: 0.0267727222222222 -0.004903 0.001545, + p 760: 0.0249706666666667 -0.004903 0.001545, + p 761: 0.0249706666666667 -0.0062585 0.001545, + p 762: 0.0261702777777778 -0.001775 0.001545, + p 763: 0.0245188333333333 -0.001775 0.001545, + p 764: 0.0245188333333333 -0.0031305 0.001545, + p 765: 0.0249706666666667 -0.007614 0.001545, + p 766: 0.0231686111111111 -0.004903 0.001545, + p 767: 0.0231686111111111 -0.0062585 0.001545, + p 768: 0.0245188333333333 -0.004486 0.001545, + p 769: 0.0228673888888889 -0.0031305 0.001545, + p 770: 0.0228673888888889 -0.004486 0.001545, + p 771: 0.0231686111111111 -0.007614 0.001545, + p 772: 0.0213665555555556 -0.004903 0.001545, + p 773: 0.0213665555555556 -0.0062585 0.001545, + p 774: 0.0228673888888889 -0.001775 0.001545, + p 775: 0.0212159444444444 -0.0031305 0.001545, + p 776: 0.0212159444444444 -0.004486 0.001545, + p 777: 0.0213665555555556 -0.007614 0.001545, + p 778: 0.0195645 -0.0062585 0.001545, + p 779: 0.0195645 -0.007614 0.001545, + p 780: 0.0212159444444444 -0.001775 0.001545, + p 781: 0.0195645 -0.001775 0.001545, + p 782: 0.0195645 -0.0031305 0.001545, + p 783: 0.0195645 -0.004903 0.001545, + p 784: 0.0195645 -0.004486 0.001545, + p 785: 0.018209 -0.003164 0.001545, + p 786: 0.018209 -0.004486 0.001545, + p 787: 0.018209 -0.0062585 0.001545, + p 788: 0.018209 -0.007614 0.001545, + p 789: 0.018209 -0.001775 0.001545, + p 790: 0.018209 -0.004903 0.001545, + p 791: 0.0165536363636364 -0.000278 0.001545, + p 792: 0.0165536363636364 -0.001667 0.001545, + p 793: 0.018209 -0.001667 0.001545, + p 794: 0.018209 -0.000278 0.001545, + p 795: 0.0165536363636364 -0.001775 0.001545, + p 796: 0.0165536363636364 -0.003164 0.001545, + p 797: 0.0148982727272727 -0.000278 0.001545, + p 798: 0.0148982727272727 -0.001667 0.001545, + p 799: 0.0148982727272727 -0.001775 0.001545, + p 800: 0.0148982727272727 -0.003164 0.001545, + p 801: 0.0132429090909091 -0.000278 0.001545, + p 802: 0.0132429090909091 -0.001667 0.001545, + p 803: 0.0132429090909091 -0.001775 0.001545, + p 804: 0.0132429090909091 -0.003164 0.001545, + p 805: 0.0115875454545455 -0.000278 0.001545, + p 806: 0.0115875454545455 -0.001667 0.001545, + p 807: 0.0115875454545455 -0.001775 0.001545, + p 808: 0.0115875454545455 -0.003164 0.001545, + p 809: 0.00993218181818182 -0.000278 0.001545, + p 810: 0.00993218181818182 -0.001667 0.001545, + p 811: 0.00993218181818182 -0.001775 0.001545, + p 812: 0.00993218181818182 -0.003164 0.001545, + p 813: 0.00827681818181818 -0.000278 0.001545, + p 814: 0.00827681818181818 -0.001667 0.001545, + p 815: 0.00827681818181818 -0.001775 0.001545, + p 816: 0.00827681818181818 -0.003164 0.001545, + p 817: 0.00662145454545454 -0.000278 0.001545, + p 818: 0.00662145454545454 -0.001667 0.001545, + p 819: 0.00662145454545454 -0.001775 0.001545, + p 820: 0.00662145454545454 -0.003164 0.001545, + p 821: 0.00496609090909091 -0.000278 0.001545, + p 822: 0.00496609090909091 -0.001667 0.001545, + p 823: 0.00496609090909091 -0.001775 0.001545, + p 824: 0.00496609090909091 -0.003164 0.001545, + p 825: 0.00331072727272727 -0.000278 0.001545, + p 826: 0.00331072727272727 -0.001667 0.001545, + p 827: 0.00331072727272727 -0.001775 0.001545, + p 828: 0.00331072727272727 -0.003164 0.001545, + p 829: 0.00165536363636364 -0.000278 0.001545, + p 830: 0.00165536363636364 -0.001667 0.001545, + p 831: 0.00165536363636364 -0.001775 0.001545, + p 832: 0.00165536363636364 -0.003164 0.001545, + p 833: 0 -0.000278 0.001545, + p 834: 0 -0.001667 0.001545, + p 835: 0 -0.001775 0.001545, + p 836: 0 -0.003164 0.001545; +EdefIA 1658: + s 1: 1 2, + s 2: 1 5, + s 3: 2 6, + s 4: 3 4, + s 5: 3 7, + s 6: 4 8, + s 7: 5 6, + s 8: 5 9, + s 9: 6 10, + s 10: 7 8, + s 11: 7 11, + s 12: 8 12, + s 13: 9 10, + s 14: 9 13, + s 15: 10 14, + s 16: 11 12, + s 17: 11 15, + s 18: 12 16, + s 19: 13 14, + s 20: 13 17, + s 21: 14 18, + s 22: 15 16, + s 23: 15 19, + s 24: 16 20, + s 25: 17 18, + s 26: 17 21, + s 27: 18 22, + s 28: 19 20, + s 29: 19 23, + s 30: 20 24, + s 31: 21 22, + s 32: 21 25, + s 33: 22 26, + s 34: 23 24, + s 35: 23 27, + s 36: 24 28, + s 37: 25 26, + s 38: 25 29, + s 39: 26 30, + s 40: 27 28, + s 41: 27 31, + s 42: 28 32, + s 43: 29 30, + s 44: 29 33, + s 45: 30 34, + s 46: 31 32, + s 47: 31 35, + s 48: 32 36, + s 49: 33 34, + s 50: 33 37, + s 51: 34 38, + s 52: 35 36, + s 53: 35 39, + s 54: 36 40, + s 55: 37 38, + s 56: 37 41, + s 57: 38 42, + s 58: 39 40, + s 59: 39 43, + s 60: 40 44, + s 61: 41 42, + s 62: 41 49, + s 63: 42 50, + s 64: 43 44, + s 65: 43 51, + s 66: 44 52, + s 67: 45 46, + s 68: 45 55, + s 69: 46 47, + s 70: 46 53, + s 71: 47 56, + s 72: 48 49, + s 73: 48 57, + s 74: 49 50, + s 75: 49 54, + s 76: 50 58, + s 77: 51 52, + s 78: 53 55, + s 79: 53 56, + s 80: 53 62, + s 81: 54 57, + s 82: 54 58, + s 83: 54 61, + s 84: 55 63, + s 85: 56 64, + s 86: 57 59, + s 87: 58 60, + s 88: 59 61, + s 89: 59 66, + s 90: 60 61, + s 91: 60 67, + s 92: 61 65, + s 93: 62 63, + s 94: 62 64, + s 95: 62 70, + s 96: 63 68, + s 97: 64 69, + s 98: 65 66, + s 99: 65 67, + s 100: 65 71, + s 101: 66 72, + s 102: 67 73, + s 103: 68 70, + s 104: 68 74, + s 105: 69 70, + s 106: 69 75, + s 107: 70 76, + s 108: 71 72, + s 109: 71 73, + s 110: 71 79, + s 111: 72 77, + s 112: 73 78, + s 113: 74 76, + s 114: 74 80, + s 115: 75 76, + s 116: 75 81, + s 117: 76 82, + s 118: 77 79, + s 119: 77 84, + s 120: 78 79, + s 121: 78 85, + s 122: 79 83, + s 123: 80 82, + s 124: 80 87, + s 125: 81 82, + s 126: 81 88, + s 127: 82 86, + s 128: 83 84, + s 129: 83 85, + s 130: 83 91, + s 131: 84 89, + s 132: 85 90, + s 133: 86 87, + s 134: 86 88, + s 135: 86 92, + s 136: 87 93, + s 137: 88 94, + s 138: 89 91, + s 139: 89 96, + s 140: 90 91, + s 141: 90 97, + s 142: 91 95, + s 143: 92 93, + s 144: 92 94, + s 145: 92 100, + s 146: 93 98, + s 147: 94 99, + s 148: 95 96, + s 149: 95 97, + s 150: 95 103, + s 151: 96 101, + s 152: 97 102, + s 153: 98 100, + s 154: 98 105, + s 155: 99 100, + s 156: 99 106, + s 157: 100 104, + s 158: 101 103, + s 159: 101 108, + s 160: 102 103, + s 161: 102 109, + s 162: 103 107, + s 163: 104 105, + s 164: 104 106, + s 165: 104 110, + s 166: 105 115, + s 167: 106 116, + s 168: 107 108, + s 169: 107 109, + s 170: 107 118, + s 171: 108 117, + s 172: 109 119, + s 173: 110 115, + s 174: 110 116, + s 175: 110 123, + s 176: 111 112, + s 177: 111 120, + s 178: 112 113, + s 179: 112 124, + s 180: 113 125, + s 181: 114 115, + s 182: 114 121, + s 183: 115 121, + s 184: 116 122, + s 185: 117 118, + s 186: 118 119, + s 187: 120 124, + s 188: 120 126, + s 189: 121 123, + s 190: 121 129, + s 191: 122 123, + s 192: 122 130, + s 193: 123 131, + s 194: 124 125, + s 195: 124 127, + s 196: 125 128, + s 197: 126 127, + s 198: 126 132, + s 199: 127 128, + s 200: 127 133, + s 201: 128 134, + s 202: 129 131, + s 203: 129 136, + s 204: 130 131, + s 205: 130 137, + s 206: 131 135, + s 207: 132 133, + s 208: 132 138, + s 209: 133 134, + s 210: 133 139, + s 211: 134 140, + s 212: 135 136, + s 213: 135 137, + s 214: 135 143, + s 215: 136 141, + s 216: 137 142, + s 217: 138 139, + s 218: 138 144, + s 219: 139 140, + s 220: 139 146, + s 221: 140 145, + s 222: 141 143, + s 223: 141 148, + s 224: 142 143, + s 225: 142 149, + s 226: 143 147, + s 227: 144 146, + s 228: 144 150, + s 229: 145 146, + s 230: 145 151, + s 231: 146 152, + s 232: 147 148, + s 233: 147 149, + s 234: 147 153, + s 235: 148 154, + s 236: 149 155, + s 237: 150 152, + s 238: 150 156, + s 239: 151 152, + s 240: 151 157, + s 241: 152 158, + s 242: 153 154, + s 243: 153 155, + s 244: 153 161, + s 245: 154 159, + s 246: 155 160, + s 247: 156 158, + s 248: 156 162, + s 249: 157 158, + s 250: 157 163, + s 251: 158 164, + s 252: 159 161, + s 253: 159 166, + s 254: 160 161, + s 255: 160 167, + s 256: 161 165, + s 257: 162 164, + s 258: 162 168, + s 259: 163 164, + s 260: 163 169, + s 261: 164 170, + s 262: 165 166, + s 263: 165 167, + s 264: 165 173, + s 265: 166 171, + s 266: 167 172, + s 267: 168 170, + s 268: 168 174, + s 269: 169 170, + s 270: 169 176, + s 271: 170 175, + s 272: 171 173, + s 273: 171 180, + s 274: 172 173, + s 275: 172 182, + s 276: 173 181, + s 277: 174 175, + s 278: 174 186, + s 279: 175 176, + s 280: 175 187, + s 281: 176 188, + s 282: 177 178, + s 283: 177 183, + s 284: 178 179, + s 285: 178 184, + s 286: 179 185, + s 287: 180 181, + s 288: 181 182, + s 289: 183 184, + s 290: 183 189, + s 291: 184 185, + s 292: 184 190, + s 293: 185 191, + s 294: 186 187, + s 295: 186 192, + s 296: 187 188, + s 297: 187 193, + s 298: 188 194, + s 299: 189 190, + s 300: 189 195, + s 301: 190 191, + s 302: 190 196, + s 303: 191 197, + s 304: 192 193, + s 305: 192 198, + s 306: 193 194, + s 307: 193 199, + s 308: 194 200, + s 309: 195 196, + s 310: 195 201, + s 311: 196 197, + s 312: 196 202, + s 313: 197 203, + s 314: 198 199, + s 315: 198 204, + s 316: 199 200, + s 317: 199 206, + s 318: 200 205, + s 319: 201 202, + s 320: 201 207, + s 321: 202 203, + s 322: 202 208, + s 323: 203 209, + s 324: 204 206, + s 325: 204 210, + s 326: 205 206, + s 327: 205 211, + s 328: 206 212, + s 329: 207 208, + s 330: 207 213, + s 331: 208 209, + s 332: 208 214, + s 333: 209 215, + s 334: 210 212, + s 335: 210 216, + s 336: 211 212, + s 337: 211 218, + s 338: 212 217, + s 339: 213 214, + s 340: 213 219, + s 341: 214 215, + s 342: 214 220, + s 343: 215 221, + s 344: 216 217, + s 345: 216 222, + s 346: 217 218, + s 347: 217 223, + s 348: 218 224, + s 349: 219 220, + s 350: 219 225, + s 351: 220 221, + s 352: 220 226, + s 353: 221 227, + s 354: 222 223, + s 355: 222 228, + s 356: 223 224, + s 357: 223 229, + s 358: 224 230, + s 359: 225 226, + s 360: 225 231, + s 361: 226 227, + s 362: 226 232, + s 363: 227 233, + s 364: 228 229, + s 365: 228 234, + s 366: 229 230, + s 367: 229 235, + s 368: 230 236, + s 369: 231 232, + s 370: 231 244, + s 371: 232 233, + s 372: 232 243, + s 373: 233 245, + s 374: 234 235, + s 375: 234 240, + s 376: 235 236, + s 377: 235 241, + s 378: 236 242, + s 379: 237 238, + s 380: 237 246, + s 381: 238 239, + s 382: 238 248, + s 383: 239 247, + s 384: 240 241, + s 385: 241 242, + s 386: 243 244, + s 387: 243 245, + s 388: 243 249, + s 389: 244 250, + s 390: 245 251, + s 391: 246 248, + s 392: 246 252, + s 393: 247 248, + s 394: 247 253, + s 395: 248 254, + s 396: 249 250, + s 397: 249 251, + s 398: 249 255, + s 399: 250 256, + s 400: 251 257, + s 401: 252 254, + s 402: 252 259, + s 403: 253 254, + s 404: 253 260, + s 405: 254 258, + s 406: 255 256, + s 407: 255 257, + s 408: 255 261, + s 409: 256 262, + s 410: 257 263, + s 411: 258 259, + s 412: 258 260, + s 413: 258 264, + s 414: 259 265, + s 415: 260 266, + s 416: 261 262, + s 417: 261 263, + s 418: 261 267, + s 419: 262 268, + s 420: 263 269, + s 421: 264 265, + s 422: 264 266, + s 423: 264 272, + s 424: 265 270, + s 425: 266 271, + s 426: 267 268, + s 427: 267 269, + s 428: 267 273, + s 429: 268 274, + s 430: 269 275, + s 431: 270 272, + s 432: 270 276, + s 433: 271 272, + s 434: 271 277, + s 435: 272 278, + s 436: 273 274, + s 437: 273 275, + s 438: 273 279, + s 439: 274 280, + s 440: 275 281, + s 441: 276 278, + s 442: 276 282, + s 443: 277 278, + s 444: 277 283, + s 445: 278 284, + s 446: 279 280, + s 447: 279 281, + s 448: 279 285, + s 449: 280 286, + s 450: 281 287, + s 451: 282 284, + s 452: 282 289, + s 453: 283 284, + s 454: 283 290, + s 455: 284 288, + s 456: 285 286, + s 457: 285 287, + s 458: 285 291, + s 459: 286 292, + s 460: 287 293, + s 461: 288 289, + s 462: 288 290, + s 463: 288 296, + s 464: 289 297, + s 465: 290 298, + s 466: 291 292, + s 467: 291 293, + s 468: 291 295, + s 469: 292 294, + s 470: 293 299, + s 471: 294 295, + s 472: 294 306, + s 473: 295 299, + s 474: 295 307, + s 475: 296 297, + s 476: 296 298, + s 477: 296 309, + s 478: 297 303, + s 479: 298 304, + s 480: 298 305, + s 481: 299 308, + s 482: 300 301, + s 483: 300 311, + s 484: 301 302, + s 485: 301 310, + s 486: 302 312, + s 487: 303 309, + s 488: 303 313, + s 489: 304 305, + s 490: 304 309, + s 491: 304 314, + s 492: 306 307, + s 493: 307 308, + s 494: 309 315, + s 495: 310 311, + s 496: 310 312, + s 497: 310 318, + s 498: 311 316, + s 499: 312 317, + s 500: 313 315, + s 501: 313 320, + s 502: 314 315, + s 503: 314 321, + s 504: 315 319, + s 505: 316 318, + s 506: 316 323, + s 507: 317 318, + s 508: 317 324, + s 509: 318 322, + s 510: 319 320, + s 511: 319 321, + s 512: 319 327, + s 513: 320 325, + s 514: 321 326, + s 515: 322 323, + s 516: 322 324, + s 517: 322 330, + s 518: 323 328, + s 519: 324 329, + s 520: 325 327, + s 521: 325 332, + s 522: 326 327, + s 523: 326 333, + s 524: 327 331, + s 525: 328 330, + s 526: 328 334, + s 527: 329 330, + s 528: 329 335, + s 529: 330 336, + s 530: 331 332, + s 531: 331 333, + s 532: 331 339, + s 533: 332 337, + s 534: 333 338, + s 535: 334 336, + s 536: 334 341, + s 537: 335 336, + s 538: 335 342, + s 539: 336 340, + s 540: 337 339, + s 541: 337 344, + s 542: 338 339, + s 543: 338 345, + s 544: 339 343, + s 545: 340 341, + s 546: 340 342, + s 547: 340 348, + s 548: 341 346, + s 549: 342 347, + s 550: 343 344, + s 551: 343 345, + s 552: 343 351, + s 553: 344 349, + s 554: 345 350, + s 555: 346 348, + s 556: 346 353, + s 557: 347 348, + s 558: 347 354, + s 559: 348 352, + s 560: 349 351, + s 561: 349 356, + s 562: 350 351, + s 563: 350 357, + s 564: 351 355, + s 565: 352 353, + s 566: 352 354, + s 567: 352 358, + s 568: 353 359, + s 569: 354 360, + s 570: 355 356, + s 571: 355 357, + s 572: 355 366, + s 573: 356 363, + s 574: 357 364, + s 575: 358 359, + s 576: 358 360, + s 577: 358 365, + s 578: 359 361, + s 579: 360 362, + s 580: 361 365, + s 581: 361 369, + s 582: 362 365, + s 583: 362 371, + s 584: 363 366, + s 585: 363 372, + s 586: 364 366, + s 587: 364 374, + s 588: 365 370, + s 589: 366 373, + s 590: 367 368, + s 591: 367 375, + s 592: 368 376, + s 593: 369 370, + s 594: 369 377, + s 595: 370 371, + s 596: 370 378, + s 597: 372 373, + s 598: 373 374, + s 599: 375 376, + s 600: 375 379, + s 601: 376 380, + s 602: 377 378, + s 603: 377 381, + s 604: 378 382, + s 605: 379 380, + s 606: 379 383, + s 607: 380 384, + s 608: 381 382, + s 609: 381 385, + s 610: 382 386, + s 611: 383 384, + s 612: 383 387, + s 613: 384 388, + s 614: 385 386, + s 615: 385 389, + s 616: 386 390, + s 617: 387 388, + s 618: 387 391, + s 619: 388 392, + s 620: 389 390, + s 621: 389 393, + s 622: 390 394, + s 623: 391 392, + s 624: 391 395, + s 625: 392 396, + s 626: 393 394, + s 627: 393 397, + s 628: 394 398, + s 629: 395 396, + s 630: 395 399, + s 631: 396 400, + s 632: 397 398, + s 633: 397 401, + s 634: 398 402, + s 635: 399 400, + s 636: 399 403, + s 637: 400 404, + s 638: 401 402, + s 639: 401 405, + s 640: 402 406, + s 641: 403 404, + s 642: 403 407, + s 643: 404 408, + s 644: 405 406, + s 645: 405 409, + s 646: 406 410, + s 647: 407 408, + s 648: 407 411, + s 649: 408 412, + s 650: 409 410, + s 651: 409 413, + s 652: 410 414, + s 653: 411 412, + s 654: 411 415, + s 655: 412 416, + s 656: 413 414, + s 657: 413 417, + s 658: 414 418, + s 659: 415 416, + s 660: 417 418, + s 661: 420 419, + s 662: 420 421, + s 663: 421 422, + s 664: 419 422, + s 665: 424 423, + s 666: 424 425, + s 667: 425 426, + s 668: 423 426, + s 669: 428 427, + s 670: 428 420, + s 671: 427 419, + s 672: 430 429, + s 673: 430 424, + s 674: 429 423, + s 675: 432 431, + s 676: 432 428, + s 677: 431 427, + s 678: 434 433, + s 679: 434 430, + s 680: 433 429, + s 681: 436 435, + s 682: 436 432, + s 683: 435 431, + s 684: 438 437, + s 685: 438 434, + s 686: 437 433, + s 687: 440 439, + s 688: 440 436, + s 689: 439 435, + s 690: 442 441, + s 691: 442 438, + s 692: 441 437, + s 693: 444 443, + s 694: 444 440, + s 695: 443 439, + s 696: 446 445, + s 697: 446 442, + s 698: 445 441, + s 699: 448 447, + s 700: 448 444, + s 701: 447 443, + s 702: 450 449, + s 703: 450 446, + s 704: 449 445, + s 705: 452 451, + s 706: 452 448, + s 707: 451 447, + s 708: 454 453, + s 709: 454 450, + s 710: 453 449, + s 711: 456 455, + s 712: 456 452, + s 713: 455 451, + s 714: 458 457, + s 715: 458 454, + s 716: 457 453, + s 717: 460 459, + s 718: 460 456, + s 719: 459 455, + s 720: 462 461, + s 721: 462 458, + s 722: 461 457, + s 723: 464 463, + s 724: 464 460, + s 725: 463 459, + s 726: 466 465, + s 727: 466 462, + s 728: 465 461, + s 729: 468 467, + s 730: 468 469, + s 731: 469 470, + s 732: 467 470, + s 733: 471 463, + s 734: 472 471, + s 735: 472 464, + s 736: 473 467, + s 737: 470 474, + s 738: 473 474, + s 739: 476 475, + s 740: 476 467, + s 741: 475 473, + s 742: 478 477, + s 743: 478 471, + s 744: 463 477, + s 745: 480 479, + s 746: 480 471, + s 747: 479 478, + s 748: 480 481, + s 749: 481 472, + s 750: 482 483, + s 751: 483 481, + s 752: 482 480, + s 753: 476 484, + s 754: 484 468, + s 755: 486 485, + s 756: 486 484, + s 757: 485 476, + s 758: 482 487, + s 759: 487 479, + s 760: 489 488, + s 761: 489 483, + s 762: 488 482, + s 763: 490 485, + s 764: 490 475, + s 765: 492 491, + s 766: 492 485, + s 767: 491 490, + s 768: 493 488, + s 769: 493 487, + s 770: 495 494, + s 771: 495 488, + s 772: 494 493, + s 773: 492 496, + s 774: 496 486, + s 775: 498 497, + s 776: 498 496, + s 777: 497 492, + s 778: 495 499, + s 779: 499 489, + s 780: 501 500, + s 781: 501 499, + s 782: 500 495, + s 783: 502 497, + s 784: 502 491, + s 785: 504 503, + s 786: 504 497, + s 787: 503 502, + s 788: 505 500, + s 789: 505 494, + s 790: 506 507, + s 791: 507 500, + s 792: 506 505, + s 793: 504 508, + s 794: 508 498, + s 795: 510 509, + s 796: 510 508, + s 797: 509 504, + s 798: 511 507, + s 799: 511 501, + s 800: 513 512, + s 801: 513 507, + s 802: 512 506, + s 803: 514 509, + s 804: 514 503, + s 805: 516 515, + s 806: 516 509, + s 807: 515 514, + s 808: 513 517, + s 809: 517 511, + s 810: 519 518, + s 811: 519 517, + s 812: 518 513, + s 813: 516 520, + s 814: 520 510, + s 815: 522 521, + s 816: 522 520, + s 817: 521 516, + s 818: 523 518, + s 819: 523 512, + s 820: 525 524, + s 821: 525 518, + s 822: 524 523, + s 823: 526 521, + s 824: 526 515, + s 825: 527 528, + s 826: 528 521, + s 827: 527 526, + s 828: 525 529, + s 829: 529 519, + s 830: 531 530, + s 831: 531 529, + s 832: 530 525, + s 833: 532 528, + s 834: 532 522, + s 835: 533 527, + s 836: 534 533, + s 837: 534 528, + s 838: 530 535, + s 839: 535 524, + s 840: 537 536, + s 841: 537 538, + s 842: 538 539, + s 843: 536 539, + s 844: 533 540, + s 845: 527 540, + s 846: 534 541, + s 847: 541 532, + s 848: 542 543, + s 849: 543 541, + s 850: 542 534, + s 851: 544 537, + s 852: 544 545, + s 853: 545 538, + s 854: 547 546, + s 855: 547 537, + s 856: 546 536, + s 857: 547 548, + s 858: 548 544, + s 859: 549 550, + s 860: 550 548, + s 861: 549 547, + s 862: 542 551, + s 863: 551 533, + s 864: 553 552, + s 865: 553 543, + s 866: 552 542, + s 867: 549 554, + s 868: 554 546, + s 869: 555 556, + s 870: 556 550, + s 871: 555 549, + s 872: 557 552, + s 873: 557 551, + s 874: 558 559, + s 875: 559 552, + s 876: 558 557, + s 877: 555 560, + s 878: 560 554, + s 879: 561 562, + s 880: 562 556, + s 881: 561 555, + s 882: 563 559, + s 883: 563 553, + s 884: 564 565, + s 885: 565 559, + s 886: 564 558, + s 887: 561 566, + s 888: 566 560, + s 889: 567 568, + s 890: 568 562, + s 891: 567 561, + s 892: 569 565, + s 893: 569 563, + s 894: 571 570, + s 895: 571 565, + s 896: 570 564, + s 897: 567 572, + s 898: 572 566, + s 899: 573 574, + s 900: 574 568, + s 901: 573 567, + s 902: 571 575, + s 903: 575 569, + s 904: 576 577, + s 905: 577 575, + s 906: 576 571, + s 907: 573 578, + s 908: 578 572, + s 909: 579 580, + s 910: 580 574, + s 911: 579 573, + s 912: 576 581, + s 913: 581 570, + s 914: 583 582, + s 915: 583 577, + s 916: 582 576, + s 917: 579 584, + s 918: 584 578, + s 919: 585 586, + s 920: 586 580, + s 921: 585 579, + s 922: 587 582, + s 923: 587 581, + s 924: 588 589, + s 925: 589 582, + s 926: 588 587, + s 927: 585 590, + s 928: 590 584, + s 929: 591 592, + s 930: 592 586, + s 931: 591 585, + s 932: 593 589, + s 933: 593 583, + s 934: 595 594, + s 935: 595 589, + s 936: 594 588, + s 937: 591 596, + s 938: 596 590, + s 939: 598 597, + s 940: 598 592, + s 941: 597 591, + s 942: 599 595, + s 943: 599 593, + s 944: 601 600, + s 945: 601 602, + s 946: 602 603, + s 947: 600 603, + s 948: 604 601, + s 949: 604 605, + s 950: 605 602, + s 951: 597 606, + s 952: 606 596, + s 953: 608 607, + s 954: 608 601, + s 955: 607 600, + s 956: 609 608, + s 957: 609 604, + s 958: 611 610, + s 959: 611 597, + s 960: 610 606, + s 961: 612 611, + s 962: 612 598, + s 963: 614 613, + s 964: 614 608, + s 965: 613 607, + s 966: 615 614, + s 967: 615 609, + s 968: 617 616, + s 969: 617 611, + s 970: 616 610, + s 971: 618 617, + s 972: 618 612, + s 973: 620 619, + s 974: 620 614, + s 975: 619 613, + s 976: 621 620, + s 977: 621 615, + s 978: 623 622, + s 979: 623 617, + s 980: 622 616, + s 981: 624 623, + s 982: 624 618, + s 983: 626 625, + s 984: 626 621, + s 985: 625 620, + s 986: 627 625, + s 987: 627 619, + s 988: 628 629, + s 989: 629 625, + s 990: 628 627, + s 991: 631 630, + s 992: 631 623, + s 993: 630 622, + s 994: 632 631, + s 995: 632 624, + s 996: 633 629, + s 997: 633 626, + s 998: 635 634, + s 999: 635 629, + s 1000: 634 628, + s 1001: 637 636, + s 1002: 637 631, + s 1003: 636 630, + s 1004: 638 637, + s 1005: 638 632, + s 1006: 639 635, + s 1007: 639 633, + s 1008: 641 640, + s 1009: 641 637, + s 1010: 640 636, + s 1011: 642 641, + s 1012: 642 638, + s 1013: 644 643, + s 1014: 644 635, + s 1015: 643 634, + s 1016: 645 644, + s 1017: 645 639, + s 1018: 647 646, + s 1019: 647 641, + s 1020: 646 640, + s 1021: 648 647, + s 1022: 648 642, + s 1023: 650 649, + s 1024: 650 644, + s 1025: 649 643, + s 1026: 651 650, + s 1027: 651 645, + s 1028: 653 652, + s 1029: 653 647, + s 1030: 652 646, + s 1031: 654 653, + s 1032: 654 648, + s 1033: 656 655, + s 1034: 656 653, + s 1035: 655 652, + s 1036: 657 656, + s 1037: 657 654, + s 1038: 659 658, + s 1039: 659 650, + s 1040: 658 649, + s 1041: 660 659, + s 1042: 660 651, + s 1043: 662 661, + s 1044: 662 663, + s 1045: 663 664, + s 1046: 661 664, + s 1047: 665 661, + s 1048: 664 666, + s 1049: 665 666, + s 1050: 668 667, + s 1051: 668 661, + s 1052: 667 665, + s 1053: 670 669, + s 1054: 670 660, + s 1055: 669 659, + s 1056: 671 669, + s 1057: 671 658, + s 1058: 672 673, + s 1059: 673 669, + s 1060: 672 671, + s 1061: 668 674, + s 1062: 674 662, + s 1063: 676 675, + s 1064: 676 674, + s 1065: 675 668, + s 1066: 677 673, + s 1067: 677 670, + s 1068: 678 679, + s 1069: 679 673, + s 1070: 678 672, + s 1071: 680 675, + s 1072: 680 667, + s 1073: 682 681, + s 1074: 682 675, + s 1075: 681 680, + s 1076: 683 679, + s 1077: 683 677, + s 1078: 684 685, + s 1079: 685 679, + s 1080: 684 678, + s 1081: 682 686, + s 1082: 686 676, + s 1083: 687 688, + s 1084: 688 686, + s 1085: 687 682, + s 1086: 689 685, + s 1087: 689 683, + s 1088: 690 691, + s 1089: 691 685, + s 1090: 690 684, + s 1091: 687 692, + s 1092: 692 681, + s 1093: 694 693, + s 1094: 694 688, + s 1095: 693 687, + s 1096: 695 691, + s 1097: 695 689, + s 1098: 697 696, + s 1099: 697 691, + s 1100: 696 690, + s 1101: 698 693, + s 1102: 698 692, + s 1103: 700 699, + s 1104: 700 693, + s 1105: 699 698, + s 1106: 701 697, + s 1107: 701 695, + s 1108: 700 702, + s 1109: 702 694, + s 1110: 704 703, + s 1111: 704 702, + s 1112: 703 700, + s 1113: 706 705, + s 1114: 706 697, + s 1115: 705 696, + s 1116: 707 706, + s 1117: 707 701, + s 1118: 708 703, + s 1119: 708 699, + s 1120: 709 710, + s 1121: 710 703, + s 1122: 709 708, + s 1123: 712 711, + s 1124: 712 706, + s 1125: 711 705, + s 1126: 713 712, + s 1127: 713 707, + s 1128: 715 714, + s 1129: 715 712, + s 1130: 714 711, + s 1131: 716 715, + s 1132: 716 713, + s 1133: 717 710, + s 1134: 717 704, + s 1135: 718 709, + s 1136: 719 718, + s 1137: 719 710, + s 1138: 720 717, + s 1139: 721 720, + s 1140: 721 717, + s 1141: 723 722, + s 1142: 723 715, + s 1143: 722 714, + s 1144: 724 723, + s 1145: 724 716, + s 1146: 719 720, + s 1147: 725 726, + s 1148: 726 720, + s 1149: 725 719, + s 1150: 728 727, + s 1151: 728 729, + s 1152: 729 730, + s 1153: 727 730, + s 1154: 728 731, + s 1155: 731 732, + s 1156: 732 729, + s 1157: 734 733, + s 1158: 734 731, + s 1159: 733 728, + s 1160: 725 735, + s 1161: 735 718, + s 1162: 737 736, + s 1163: 737 726, + s 1164: 736 725, + s 1165: 738 733, + s 1166: 738 727, + s 1167: 740 739, + s 1168: 740 733, + s 1169: 739 738, + s 1170: 741 736, + s 1171: 741 735, + s 1172: 743 742, + s 1173: 743 736, + s 1174: 742 741, + s 1175: 740 744, + s 1176: 744 734, + s 1177: 746 745, + s 1178: 746 744, + s 1179: 745 740, + s 1180: 743 747, + s 1181: 747 737, + s 1182: 748 749, + s 1183: 749 747, + s 1184: 748 743, + s 1185: 750 745, + s 1186: 750 739, + s 1187: 752 751, + s 1188: 752 745, + s 1189: 751 750, + s 1190: 748 753, + s 1191: 753 742, + s 1192: 755 754, + s 1193: 755 749, + s 1194: 754 748, + s 1195: 752 756, + s 1196: 756 746, + s 1197: 758 757, + s 1198: 758 756, + s 1199: 757 752, + s 1200: 759 754, + s 1201: 759 753, + s 1202: 760 761, + s 1203: 761 754, + s 1204: 760 759, + s 1205: 762 757, + s 1206: 762 751, + s 1207: 764 763, + s 1208: 764 757, + s 1209: 763 762, + s 1210: 765 761, + s 1211: 765 755, + s 1212: 766 767, + s 1213: 767 761, + s 1214: 766 760, + s 1215: 764 768, + s 1216: 768 758, + s 1217: 769 770, + s 1218: 770 768, + s 1219: 769 764, + s 1220: 771 767, + s 1221: 771 765, + s 1222: 773 772, + s 1223: 773 767, + s 1224: 772 766, + s 1225: 769 774, + s 1226: 774 763, + s 1227: 776 775, + s 1228: 776 770, + s 1229: 775 769, + s 1230: 773 777, + s 1231: 777 771, + s 1232: 778 779, + s 1233: 779 777, + s 1234: 778 773, + s 1235: 780 775, + s 1236: 780 774, + s 1237: 782 781, + s 1238: 782 775, + s 1239: 781 780, + s 1240: 778 783, + s 1241: 783 772, + s 1242: 782 784, + s 1243: 784 776, + s 1244: 785 782, + s 1245: 786 785, + s 1246: 786 784, + s 1247: 788 787, + s 1248: 788 779, + s 1249: 787 778, + s 1250: 789 781, + s 1251: 785 789, + s 1252: 787 790, + s 1253: 790 783, + s 1254: 792 791, + s 1255: 792 793, + s 1256: 793 794, + s 1257: 791 794, + s 1258: 796 795, + s 1259: 796 785, + s 1260: 795 789, + s 1261: 798 797, + s 1262: 798 792, + s 1263: 797 791, + s 1264: 800 799, + s 1265: 800 796, + s 1266: 799 795, + s 1267: 802 801, + s 1268: 802 798, + s 1269: 801 797, + s 1270: 804 803, + s 1271: 804 800, + s 1272: 803 799, + s 1273: 806 805, + s 1274: 806 802, + s 1275: 805 801, + s 1276: 808 807, + s 1277: 808 804, + s 1278: 807 803, + s 1279: 810 809, + s 1280: 810 806, + s 1281: 809 805, + s 1282: 812 811, + s 1283: 812 808, + s 1284: 811 807, + s 1285: 814 813, + s 1286: 814 810, + s 1287: 813 809, + s 1288: 816 815, + s 1289: 816 812, + s 1290: 815 811, + s 1291: 818 817, + s 1292: 818 814, + s 1293: 817 813, + s 1294: 820 819, + s 1295: 820 816, + s 1296: 819 815, + s 1297: 822 821, + s 1298: 822 818, + s 1299: 821 817, + s 1300: 824 823, + s 1301: 824 820, + s 1302: 823 819, + s 1303: 826 825, + s 1304: 826 822, + s 1305: 825 821, + s 1306: 828 827, + s 1307: 828 824, + s 1308: 827 823, + s 1309: 830 829, + s 1310: 830 826, + s 1311: 829 825, + s 1312: 832 831, + s 1313: 832 828, + s 1314: 831 827, + s 1315: 834 833, + s 1316: 834 830, + s 1317: 833 829, + s 1318: 836 835, + s 1319: 836 832, + s 1320: 835 831, + s 1321: 417 421, + s 1322: 413 420, + s 1323: 418 422, + s 1324: 414 419, + s 1325: 415 425, + s 1326: 411 424, + s 1327: 416 426, + s 1328: 412 423, + s 1329: 409 428, + s 1330: 410 427, + s 1331: 407 430, + s 1332: 408 429, + s 1333: 405 432, + s 1334: 406 431, + s 1335: 403 434, + s 1336: 404 433, + s 1337: 401 436, + s 1338: 402 435, + s 1339: 399 438, + s 1340: 400 437, + s 1341: 397 440, + s 1342: 398 439, + s 1343: 395 442, + s 1344: 396 441, + s 1345: 393 444, + s 1346: 394 443, + s 1347: 391 446, + s 1348: 392 445, + s 1349: 389 448, + s 1350: 390 447, + s 1351: 387 450, + s 1352: 388 449, + s 1353: 385 452, + s 1354: 386 451, + s 1355: 383 454, + s 1356: 384 453, + s 1357: 381 456, + s 1358: 382 455, + s 1359: 379 458, + s 1360: 380 457, + s 1361: 377 460, + s 1362: 378 459, + s 1363: 375 462, + s 1364: 376 461, + s 1365: 369 464, + s 1366: 370 463, + s 1367: 368 465, + s 1368: 367 466, + s 1369: 372 469, + s 1370: 363 468, + s 1371: 373 470, + s 1372: 361 472, + s 1373: 374 474, + s 1374: 364 473, + s 1375: 357 475, + s 1376: 371 477, + s 1377: 362 478, + s 1378: 360 479, + s 1379: 359 481, + s 1380: 353 483, + s 1381: 356 484, + s 1382: 349 486, + s 1383: 354 487, + s 1384: 346 489, + s 1385: 350 490, + s 1386: 345 491, + s 1387: 347 493, + s 1388: 342 494, + s 1389: 344 496, + s 1390: 337 498, + s 1391: 341 499, + s 1392: 334 501, + s 1393: 338 502, + s 1394: 333 503, + s 1395: 335 505, + s 1396: 329 506, + s 1397: 332 508, + s 1398: 325 510, + s 1399: 328 511, + s 1400: 324 512, + s 1401: 326 514, + s 1402: 321 515, + s 1403: 323 517, + s 1404: 316 519, + s 1405: 320 520, + s 1406: 313 522, + s 1407: 317 523, + s 1408: 312 524, + s 1409: 314 526, + s 1410: 304 527, + s 1411: 311 529, + s 1412: 301 530, + s 1413: 300 531, + s 1414: 303 532, + s 1415: 302 535, + s 1416: 308 539, + s 1417: 307 538, + s 1418: 299 536, + s 1419: 305 540, + s 1420: 298 533, + s 1421: 297 541, + s 1422: 289 543, + s 1423: 306 545, + s 1424: 294 544, + s 1425: 293 546, + s 1426: 292 548, + s 1427: 286 550, + s 1428: 290 551, + s 1429: 282 553, + s 1430: 287 554, + s 1431: 280 556, + s 1432: 283 557, + s 1433: 277 558, + s 1434: 281 560, + s 1435: 274 562, + s 1436: 276 563, + s 1437: 271 564, + s 1438: 275 566, + s 1439: 268 568, + s 1440: 270 569, + s 1441: 266 570, + s 1442: 269 572, + s 1443: 262 574, + s 1444: 265 575, + s 1445: 259 577, + s 1446: 263 578, + s 1447: 256 580, + s 1448: 260 581, + s 1449: 252 583, + s 1450: 257 584, + s 1451: 250 586, + s 1452: 253 587, + s 1453: 247 588, + s 1454: 251 590, + s 1455: 244 592, + s 1456: 246 593, + s 1457: 239 594, + s 1458: 238 595, + s 1459: 245 596, + s 1460: 231 598, + s 1461: 237 599, + s 1462: 242 603, + s 1463: 241 602, + s 1464: 236 600, + s 1465: 240 605, + s 1466: 234 604, + s 1467: 233 606, + s 1468: 230 607, + s 1469: 228 609, + s 1470: 227 610, + s 1471: 225 612, + s 1472: 224 613, + s 1473: 222 615, + s 1474: 221 616, + s 1475: 219 618, + s 1476: 218 619, + s 1477: 216 621, + s 1478: 215 622, + s 1479: 213 624, + s 1480: 210 626, + s 1481: 211 627, + s 1482: 205 628, + s 1483: 209 630, + s 1484: 207 632, + s 1485: 204 633, + s 1486: 200 634, + s 1487: 203 636, + s 1488: 201 638, + s 1489: 198 639, + s 1490: 197 640, + s 1491: 195 642, + s 1492: 194 643, + s 1493: 192 645, + s 1494: 191 646, + s 1495: 189 648, + s 1496: 188 649, + s 1497: 186 651, + s 1498: 185 652, + s 1499: 183 654, + s 1500: 179 655, + s 1501: 178 656, + s 1502: 177 657, + s 1503: 176 658, + s 1504: 174 660, + s 1505: 180 663, + s 1506: 171 662, + s 1507: 181 664, + s 1508: 182 666, + s 1509: 172 665, + s 1510: 167 667, + s 1511: 168 670, + s 1512: 169 671, + s 1513: 163 672, + s 1514: 166 674, + s 1515: 159 676, + s 1516: 162 677, + s 1517: 157 678, + s 1518: 160 680, + s 1519: 155 681, + s 1520: 156 683, + s 1521: 151 684, + s 1522: 154 686, + s 1523: 148 688, + s 1524: 150 689, + s 1525: 145 690, + s 1526: 149 692, + s 1527: 141 694, + s 1528: 144 695, + s 1529: 140 696, + s 1530: 142 698, + s 1531: 137 699, + s 1532: 138 701, + s 1533: 136 702, + s 1534: 129 704, + s 1535: 134 705, + s 1536: 132 707, + s 1537: 130 708, + s 1538: 122 709, + s 1539: 128 711, + s 1540: 126 713, + s 1541: 125 714, + s 1542: 120 716, + s 1543: 121 717, + s 1544: 116 718, + s 1545: 115 720, + s 1546: 114 721, + s 1547: 113 722, + s 1548: 112 723, + s 1549: 111 724, + s 1550: 105 726, + s 1551: 119 730, + s 1552: 118 729, + s 1553: 109 727, + s 1554: 117 732, + s 1555: 108 731, + s 1556: 101 734, + s 1557: 106 735, + s 1558: 98 737, + s 1559: 102 738, + s 1560: 97 739, + s 1561: 99 741, + s 1562: 94 742, + s 1563: 96 744, + s 1564: 89 746, + s 1565: 93 747, + s 1566: 87 749, + s 1567: 90 750, + s 1568: 85 751, + s 1569: 88 753, + s 1570: 80 755, + s 1571: 84 756, + s 1572: 77 758, + s 1573: 81 759, + s 1574: 75 760, + s 1575: 78 762, + s 1576: 73 763, + s 1577: 74 765, + s 1578: 69 766, + s 1579: 72 768, + s 1580: 66 770, + s 1581: 68 771, + s 1582: 64 772, + s 1583: 67 774, + s 1584: 59 776, + s 1585: 63 777, + s 1586: 55 779, + s 1587: 60 780, + s 1588: 58 781, + s 1589: 56 783, + s 1590: 57 784, + s 1591: 49 785, + s 1592: 48 786, + s 1593: 46 787, + s 1594: 45 788, + s 1595: 50 789, + s 1596: 47 790, + s 1597: 51 793, + s 1598: 43 792, + s 1599: 52 794, + s 1600: 44 791, + s 1601: 41 796, + s 1602: 42 795, + s 1603: 39 798, + s 1604: 40 797, + s 1605: 37 800, + s 1606: 38 799, + s 1607: 35 802, + s 1608: 36 801, + s 1609: 33 804, + s 1610: 34 803, + s 1611: 31 806, + s 1612: 32 805, + s 1613: 29 808, + s 1614: 30 807, + s 1615: 27 810, + s 1616: 28 809, + s 1617: 25 812, + s 1618: 26 811, + s 1619: 23 814, + s 1620: 24 813, + s 1621: 21 816, + s 1622: 22 815, + s 1623: 19 818, + s 1624: 20 817, + s 1625: 17 820, + s 1626: 18 819, + s 1627: 15 822, + s 1628: 16 821, + s 1629: 13 824, + s 1630: 14 823, + s 1631: 11 826, + s 1632: 12 825, + s 1633: 9 828, + s 1634: 10 827, + s 1635: 7 830, + s 1636: 8 829, + s 1637: 5 832, + s 1638: 6 831, + s 1639: 4 833, + s 1640: 3 834, + s 1641: 2 835, + s 1642: 1 836, + s 1643: 370 361, + s 1644: 371 365, + s 1645: 309 298, + s 1646: 309 297, + s 1647: 123 116, + s 1648: 123 115, + s 1649: 57 49, + s 1650: 58 49, + s 1651: 463 472, + s 1652: 477 471, + s 1653: 528 533, + s 1654: 528 541, + s 1655: 710 718, + s 1656: 710 720, + s 1657: 784 785, + s 1658: 781 785; +CdefIA 838: + c 1: -656 657 660 -658, + c 2: -653 654 659 -655, + c 3: -650 651 656 -652, + c 4: -647 648 653 -649, + c 5: -644 645 650 -646, + c 6: -641 642 647 -643, + c 7: -638 639 644 -640, + c 8: -635 636 641 -637, + c 9: -632 633 638 -634, + c 10: -629 630 635 -631, + c 11: -626 627 632 -628, + c 12: -623 624 629 -625, + c 13: -620 621 626 -622, + c 14: -617 618 623 -619, + c 15: -614 615 620 -616, + c 16: -611 612 617 -613, + c 17: -608 609 614 -610, + c 18: -605 606 611 -607, + c 19: -602 603 608 -604, + c 20: -599 600 605 -601, + c 21: -593 594 602 -596, + c 22: -590 591 599 -592, + c 23: -589 -584 585 597, + c 24: -588 -580 -1643, + c 25: -587 586 589 598, + c 26: -571 572 -586 -574, + c 27: -583 582 -1644, + c 28: -576 577 -582 -579, + c 29: 575 578 580 -577, + c 30: 565 568 -575 -567, + c 31: 570 573 584 -572, + c 32: -560 561 -570 -564, + c 33: -566 567 576 -569, + c 34: -555 556 -565 -559, + c 35: 562 564 571 -563, + c 36: -551 552 -562 -554, + c 37: 557 559 566 -558, + c 38: -546 547 -557 -549, + c 39: 550 553 560 -552, + c 40: -540 541 -550 -544, + c 41: 545 548 555 -547, + c 42: -535 536 -545 -539, + c 43: 542 544 551 -543, + c 44: -531 532 -542 -534, + c 45: 537 539 546 -538, + c 46: 527 529 -537 -528, + c 47: 530 533 540 -532, + c 48: -520 521 -530 -524, + c 49: -525 526 535 -529, + c 50: -516 517 -527 -519, + c 51: 522 524 531 -523, + c 52: -511 512 -522 -514, + c 53: 515 518 525 -517, + c 54: -505 506 -515 -509, + c 55: 510 513 520 -512, + c 56: -500 501 -510 -504, + c 57: 507 509 516 -508, + c 58: -496 497 -507 -499, + c 59: 502 504 511 -503, + c 60: 490 494 -502 -491, + c 61: 495 498 505 -497, + c 62: -485 -482 483 -495, + c 63: -487 488 500 -494, + c 64: -490 -479 -1645, + c 65: -486 -484 485 496, + c 66: -473 474 493 -481, + c 67: -480 479 489, + c 68: -477 475 -1646, + c 69: 461 464 -475 -463, + c 70: -471 472 492 -474, + c 71: -467 468 473 -470, + c 72: 466 469 471 -468, + c 73: 456 459 -466 -458, + c 74: -462 463 476 -465, + c 75: -451 452 -461 -455, + c 76: -457 458 467 -460, + c 77: 446 449 -456 -448, + c 78: 453 455 462 -454, + c 79: 443 445 -453 -444, + c 80: -447 448 457 -450, + c 81: 436 439 -446 -438, + c 82: -441 442 451 -445, + c 83: 433 435 -443 -434, + c 84: -437 438 447 -440, + c 85: 426 429 -436 -428, + c 86: -431 432 441 -435, + c 87: -422 423 -433 -425, + c 88: -427 428 437 -430, + c 89: 416 419 -426 -418, + c 90: 421 424 431 -423, + c 91: 411 414 -421 -413, + c 92: -417 418 427 -420, + c 93: 406 409 -416 -408, + c 94: -412 413 422 -415, + c 95: -401 402 -411 -405, + c 96: -407 408 417 -410, + c 97: 396 399 -406 -398, + c 98: 403 405 412 -404, + c 99: 393 395 -403 -394, + c 100: -397 398 407 -400, + c 101: 386 389 -396 -388, + c 102: -391 392 401 -395, + c 103: -383 -381 382 -393, + c 104: -387 388 397 -390, + c 105: -369 370 -386 -372, + c 106: -382 -379 380 391, + c 107: -376 377 385 -378, + c 108: -374 375 384 -377, + c 109: -371 372 387 -373, + c 110: -366 367 376 -368, + c 111: -364 365 374 -367, + c 112: -361 362 371 -363, + c 113: -359 360 369 -362, + c 114: -356 357 366 -358, + c 115: -354 355 364 -357, + c 116: -351 352 361 -353, + c 117: -349 350 359 -352, + c 118: -346 347 356 -348, + c 119: -344 345 354 -347, + c 120: -341 342 351 -343, + c 121: -339 340 349 -342, + c 122: -334 335 344 -338, + c 123: 336 338 346 -337, + c 124: 326 328 -336 -327, + c 125: -331 332 341 -333, + c 126: -329 330 339 -332, + c 127: -324 325 334 -328, + c 128: -316 317 -326 -318, + c 129: -321 322 331 -323, + c 130: -319 320 329 -322, + c 131: -314 315 324 -317, + c 132: -311 312 321 -313, + c 133: -309 310 319 -312, + c 134: -306 307 316 -308, + c 135: -304 305 314 -307, + c 136: -301 302 311 -303, + c 137: -299 300 309 -302, + c 138: -296 297 306 -298, + c 139: -294 295 304 -297, + c 140: -291 292 301 -293, + c 141: -289 290 299 -292, + c 142: -284 285 291 -286, + c 143: -282 283 289 -285, + c 144: -279 280 296 -281, + c 145: -277 278 294 -280, + c 146: -276 -272 273 287, + c 147: -275 274 276 288, + c 148: -263 264 -274 -266, + c 149: -267 268 277 -271, + c 150: 269 271 279 -270, + c 151: 259 261 -269 -260, + c 152: 262 265 272 -264, + c 153: -252 253 -262 -256, + c 154: -257 258 267 -261, + c 155: 249 251 -259 -250, + c 156: 254 256 263 -255, + c 157: -243 244 -254 -246, + c 158: -247 248 257 -251, + c 159: 239 241 -249 -240, + c 160: 242 245 252 -244, + c 161: 232 235 -242 -234, + c 162: -237 238 247 -241, + c 163: 229 231 -239 -230, + c 164: -233 234 243 -236, + c 165: -222 223 -232 -226, + c 166: -227 228 237 -231, + c 167: -219 220 -229 -221, + c 168: 224 226 233 -225, + c 169: -213 214 -224 -216, + c 170: -217 218 227 -220, + c 171: 212 215 222 -214, + c 172: -202 203 -212 -206, + c 173: -209 210 219 -211, + c 174: -207 208 217 -210, + c 175: 204 206 213 -205, + c 176: 191 193 -204 -192, + c 177: -199 200 209 -201, + c 178: -197 198 207 -200, + c 179: -194 195 199 -196, + c 180: -187 188 197 -195, + c 181: -189 190 202 -193, + c 182: -191 -184 -1647, + c 183: -183 -181 182, + c 184: -178 179 194 -180, + c 185: -176 177 187 -179, + c 186: -175 173 -1648, + c 187: 163 166 -173 -165, + c 188: -172 -169 170 186, + c 189: -170 168 171 185, + c 190: -158 159 -168 -162, + c 191: -164 165 174 -167, + c 192: -153 154 -163 -157, + c 193: 160 162 169 -161, + c 194: -149 150 -160 -152, + c 195: 155 157 164 -156, + c 196: -144 145 -155 -147, + c 197: 148 151 158 -150, + c 198: -138 139 -148 -142, + c 199: 143 146 153 -145, + c 200: 133 136 -143 -135, + c 201: 140 142 149 -141, + c 202: -129 130 -140 -132, + c 203: -134 135 144 -137, + c 204: -123 124 -133 -127, + c 205: 128 131 138 -130, + c 206: -118 119 -128 -122, + c 207: 125 127 134 -126, + c 208: 115 117 -125 -116, + c 209: 120 122 129 -121, + c 210: -109 110 -120 -112, + c 211: -113 114 123 -117, + c 212: 105 107 -115 -106, + c 213: 108 111 118 -110, + c 214: 98 101 -108 -100, + c 215: -103 104 113 -107, + c 216: -94 95 -105 -97, + c 217: -99 100 109 -102, + c 218: -88 89 -98 -92, + c 219: 93 96 103 -95, + c 220: 78 84 -93 -80, + c 221: 90 92 99 -91, + c 222: -82 83 -90 -87, + c 223: -79 80 94 -85, + c 224: 81 86 88 -83, + c 225: -81 -75 -1649, + c 226: -70 -67 68 -78, + c 227: -76 -74 -1650, + c 228: -71 -69 70 79, + c 229: -64 65 77 -66, + c 230: -61 62 74 -63, + c 231: -58 59 64 -60, + c 232: -55 56 61 -57, + c 233: -52 53 58 -54, + c 234: -49 50 55 -51, + c 235: -46 47 52 -48, + c 236: -43 44 49 -45, + c 237: -40 41 46 -42, + c 238: -37 38 43 -39, + c 239: -34 35 40 -36, + c 240: -31 32 37 -33, + c 241: -28 29 34 -30, + c 242: -25 26 31 -27, + c 243: -22 23 28 -24, + c 244: -19 20 25 -21, + c 245: -16 17 22 -18, + c 246: -13 14 19 -15, + c 247: -10 11 16 -12, + c 248: -7 8 13 -9, + c 249: -4 5 10 -6, + c 250: -1 2 7 -3, + c 251: -661 662 663 -664, + c 252: -665 666 667 -668, + c 253: -669 670 661 -671, + c 254: -672 673 665 -674, + c 255: -675 676 669 -677, + c 256: -678 679 672 -680, + c 257: -681 682 675 -683, + c 258: -684 685 678 -686, + c 259: -687 688 681 -689, + c 260: -690 691 684 -692, + c 261: -693 694 687 -695, + c 262: -696 697 690 -698, + c 263: -699 700 693 -701, + c 264: -702 703 696 -704, + c 265: -705 706 699 -707, + c 266: -708 709 702 -710, + c 267: -711 712 705 -713, + c 268: -714 715 708 -716, + c 269: -717 718 711 -719, + c 270: -720 721 714 -722, + c 271: -723 724 717 -725, + c 272: -726 727 720 -728, + c 273: -732 -729 730 731, + c 274: -733 -734 -1651, + c 275: -738 736 732 737, + c 276: -739 740 -736 -741, + c 277: -742 743 -1652, + c 278: -745 746 -743 -747, + c 279: 748 749 734 -746, + c 280: 750 751 -748 -752, + c 281: 753 754 729 -740, + c 282: -755 756 -753 -757, + c 283: -758 752 745 -759, + c 284: -760 761 -750 -762, + c 285: 763 757 739 -764, + c 286: -765 766 -763 -767, + c 287: 768 762 758 -769, + c 288: -770 771 -768 -772, + c 289: 773 774 755 -766, + c 290: -775 776 -773 -777, + c 291: 778 779 760 -771, + c 292: -780 781 -778 -782, + c 293: 783 777 765 -784, + c 294: -785 786 -783 -787, + c 295: 788 782 770 -789, + c 296: 790 791 -788 -792, + c 297: 793 794 775 -786, + c 298: -795 796 -793 -797, + c 299: -798 799 780 -791, + c 300: -800 801 -790 -802, + c 301: 803 797 785 -804, + c 302: -805 806 -803 -807, + c 303: 808 809 798 -801, + c 304: -810 811 -808 -812, + c 305: 813 814 795 -806, + c 306: -815 816 -813 -817, + c 307: 818 812 800 -819, + c 308: -820 821 -818 -822, + c 309: 823 817 805 -824, + c 310: 825 826 -823 -827, + c 311: 828 829 810 -821, + c 312: -832 -830 831 -828, + c 313: -833 834 815 -826, + c 314: -825 -835 -1653, + c 315: -839 -838 832 820, + c 316: -840 841 842 -843, + c 317: -844 835 845, + c 318: -837 846 -1654, + c 319: 848 849 -846 -850, + c 320: -851 852 853 -841, + c 321: -854 855 840 -856, + c 322: 857 858 851 -855, + c 323: 859 860 -857 -861, + c 324: -862 850 836 -863, + c 325: -864 865 -848 -866, + c 326: -867 861 854 -868, + c 327: 869 870 -859 -871, + c 328: 872 866 862 -873, + c 329: 874 875 -872 -876, + c 330: -877 871 867 -878, + c 331: 879 880 -869 -881, + c 332: -882 883 864 -875, + c 333: 884 885 -874 -886, + c 334: -887 881 877 -888, + c 335: 889 890 -879 -891, + c 336: -892 893 882 -885, + c 337: -894 895 -884 -896, + c 338: -897 891 887 -898, + c 339: 899 900 -889 -901, + c 340: 902 903 892 -895, + c 341: 904 905 -902 -906, + c 342: -907 901 897 -908, + c 343: 909 910 -899 -911, + c 344: -912 906 894 -913, + c 345: -914 915 -904 -916, + c 346: -917 911 907 -918, + c 347: 919 920 -909 -921, + c 348: 922 916 912 -923, + c 349: 924 925 -922 -926, + c 350: -927 921 917 -928, + c 351: 929 930 -919 -931, + c 352: -932 933 914 -925, + c 353: -936 -934 935 -924, + c 354: -937 931 927 -938, + c 355: -939 940 -929 -941, + c 356: -935 -942 943 932, + c 357: -944 945 946 -947, + c 358: -948 949 950 -945, + c 359: -951 941 937 -952, + c 360: -953 954 944 -955, + c 361: -956 957 948 -954, + c 362: -958 959 951 -960, + c 363: -961 962 939 -959, + c 364: -963 964 953 -965, + c 365: -966 967 956 -964, + c 366: -968 969 958 -970, + c 367: -971 972 961 -969, + c 368: -973 974 963 -975, + c 369: -976 977 966 -974, + c 370: -978 979 968 -980, + c 371: -981 982 971 -979, + c 372: -983 984 976 -985, + c 373: 986 985 973 -987, + c 374: 988 989 -986 -990, + c 375: -991 992 978 -993, + c 376: -994 995 981 -992, + c 377: -996 997 983 -989, + c 378: -998 999 -988 -1000, + c 379: -1001 1002 991 -1003, + c 380: -1004 1005 994 -1002, + c 381: -1006 1007 996 -999, + c 382: -1008 1009 1001 -1010, + c 383: -1011 1012 1004 -1009, + c 384: -1013 1014 998 -1015, + c 385: -1016 1017 1006 -1014, + c 386: -1018 1019 1008 -1020, + c 387: -1021 1022 1011 -1019, + c 388: -1023 1024 1013 -1025, + c 389: -1026 1027 1016 -1024, + c 390: -1028 1029 1018 -1030, + c 391: -1031 1032 1021 -1029, + c 392: -1033 1034 1028 -1035, + c 393: -1036 1037 1031 -1034, + c 394: -1038 1039 1023 -1040, + c 395: -1041 1042 1026 -1039, + c 396: -1046 -1043 1044 1045, + c 397: -1049 1047 1046 1048, + c 398: -1050 1051 -1047 -1052, + c 399: -1053 1054 1041 -1055, + c 400: 1056 1055 1038 -1057, + c 401: 1058 1059 -1056 -1060, + c 402: 1061 1062 1043 -1051, + c 403: -1063 1064 -1061 -1065, + c 404: -1066 1067 1053 -1059, + c 405: 1068 1069 -1058 -1070, + c 406: 1071 1065 1050 -1072, + c 407: -1073 1074 -1071 -1075, + c 408: -1076 1077 1066 -1069, + c 409: 1078 1079 -1068 -1080, + c 410: 1081 1082 1063 -1074, + c 411: 1083 1084 -1081 -1085, + c 412: -1086 1087 1076 -1079, + c 413: 1088 1089 -1078 -1090, + c 414: -1091 1085 1073 -1092, + c 415: -1093 1094 -1083 -1095, + c 416: -1096 1097 1086 -1089, + c 417: -1098 1099 -1088 -1100, + c 418: 1101 1095 1091 -1102, + c 419: -1103 1104 -1101 -1105, + c 420: -1106 1107 1096 -1099, + c 421: 1108 1109 1093 -1104, + c 422: -1110 1111 -1108 -1112, + c 423: -1113 1114 1098 -1115, + c 424: -1116 1117 1106 -1114, + c 425: 1118 1112 1103 -1119, + c 426: 1120 1121 -1118 -1122, + c 427: -1123 1124 1113 -1125, + c 428: -1126 1127 1116 -1124, + c 429: -1128 1129 1123 -1130, + c 430: -1131 1132 1126 -1129, + c 431: -1133 1134 1110 -1121, + c 432: -1120 -1135 -1655, + c 433: -1138 -1139 1140, + c 434: -1141 1142 1128 -1143, + c 435: -1144 1145 1131 -1142, + c 436: -1137 1146 -1656, + c 437: 1147 1148 -1146 -1149, + c 438: -1153 -1150 1151 1152, + c 439: -1151 1154 1155 1156, + c 440: -1157 1158 -1154 -1159, + c 441: -1160 1149 1136 -1161, + c 442: -1162 1163 -1147 -1164, + c 443: 1165 1159 1150 -1166, + c 444: -1167 1168 -1165 -1169, + c 445: 1170 1164 1160 -1171, + c 446: -1172 1173 -1170 -1174, + c 447: 1175 1176 1157 -1168, + c 448: -1177 1178 -1175 -1179, + c 449: 1180 1181 1162 -1173, + c 450: 1182 1183 -1180 -1184, + c 451: 1185 1179 1167 -1186, + c 452: -1187 1188 -1185 -1189, + c 453: -1190 1184 1172 -1191, + c 454: -1192 1193 -1182 -1194, + c 455: 1195 1196 1177 -1188, + c 456: -1197 1198 -1195 -1199, + c 457: 1200 1194 1190 -1201, + c 458: 1202 1203 -1200 -1204, + c 459: 1205 1199 1187 -1206, + c 460: -1207 1208 -1205 -1209, + c 461: -1210 1211 1192 -1203, + c 462: 1212 1213 -1202 -1214, + c 463: 1215 1216 1197 -1208, + c 464: 1217 1218 -1215 -1219, + c 465: -1220 1221 1210 -1213, + c 466: -1222 1223 -1212 -1224, + c 467: -1225 1219 1207 -1226, + c 468: -1227 1228 -1217 -1229, + c 469: 1230 1231 1220 -1223, + c 470: 1232 1233 -1230 -1234, + c 471: 1235 1229 1225 -1236, + c 472: -1237 1238 -1235 -1239, + c 473: -1240 1234 1222 -1241, + c 474: 1242 1243 1227 -1238, + c 475: -1242 -1244 -1657, + c 476: -1249 -1247 1248 -1232, + c 477: -1250 -1251 -1658, + c 478: -1253 -1252 1249 1240, + c 479: -1254 1255 1256 -1257, + c 480: -1258 1259 1251 -1260, + c 481: -1261 1262 1254 -1263, + c 482: -1264 1265 1258 -1266, + c 483: -1267 1268 1261 -1269, + c 484: -1270 1271 1264 -1272, + c 485: -1273 1274 1267 -1275, + c 486: -1276 1277 1270 -1278, + c 487: -1279 1280 1273 -1281, + c 488: -1282 1283 1276 -1284, + c 489: -1285 1286 1279 -1287, + c 490: -1288 1289 1282 -1290, + c 491: -1291 1292 1285 -1293, + c 492: -1294 1295 1288 -1296, + c 493: -1297 1298 1291 -1299, + c 494: -1300 1301 1294 -1302, + c 495: -1303 1304 1297 -1305, + c 496: -1306 1307 1300 -1308, + c 497: -1309 1310 1303 -1311, + c 498: -1312 1313 1306 -1314, + c 499: -1315 1316 1309 -1317, + c 500: -1318 1319 1312 -1320, + c 501: 657 1321 -662 -1322, + c 502: 660 1323 -663 -1321, + c 503: 658 1323 -664 -1324, + c 504: 654 1325 -666 -1326, + c 505: 659 1327 -667 -1325, + c 506: 655 1327 -668 -1328, + c 507: 651 1322 -670 -1329, + c 508: 652 1324 -671 -1330, + c 509: 648 1326 -673 -1331, + c 510: 649 1328 -674 -1332, + c 511: 645 1329 -676 -1333, + c 512: 646 1330 -677 -1334, + c 513: 642 1331 -679 -1335, + c 514: 643 1332 -680 -1336, + c 515: 639 1333 -682 -1337, + c 516: 640 1334 -683 -1338, + c 517: 636 1335 -685 -1339, + c 518: 637 1336 -686 -1340, + c 519: 633 1337 -688 -1341, + c 520: 634 1338 -689 -1342, + c 521: 630 1339 -691 -1343, + c 522: 631 1340 -692 -1344, + c 523: 627 1341 -694 -1345, + c 524: 628 1342 -695 -1346, + c 525: 624 1343 -697 -1347, + c 526: 625 1344 -698 -1348, + c 527: 621 1345 -700 -1349, + c 528: 622 1346 -701 -1350, + c 529: 618 1347 -703 -1351, + c 530: 619 1348 -704 -1352, + c 531: 615 1349 -706 -1353, + c 532: 616 1350 -707 -1354, + c 533: 612 1351 -709 -1355, + c 534: 613 1352 -710 -1356, + c 535: 609 1353 -712 -1357, + c 536: 610 1354 -713 -1358, + c 537: 606 1355 -715 -1359, + c 538: 607 1356 -716 -1360, + c 539: 603 1357 -718 -1361, + c 540: 604 1358 -719 -1362, + c 541: 600 1359 -721 -1363, + c 542: 601 1360 -722 -1364, + c 543: 594 1361 -724 -1365, + c 544: 596 1362 -725 -1366, + c 545: 590 1367 -726 -1368, + c 546: 591 1363 -727 -1368, + c 547: 592 1364 -728 -1367, + c 548: 585 1369 -730 -1370, + c 549: 597 1371 -731 -1369, + c 550: 581 1365 -735 -1372, + c 551: 598 1373 -737 -1371, + c 552: 587 1373 -738 -1374, + c 553: 574 1374 -741 -1375, + c 554: 583 1376 -742 -1377, + c 555: 595 1376 -744 -1366, + c 556: 579 1377 -747 -1378, + c 557: 578 1372 -749 -1379, + c 558: 568 1379 -751 -1380, + c 559: 573 1370 -754 -1381, + c 560: 561 1381 -756 -1382, + c 561: 569 1378 -759 -1383, + c 562: 556 1380 -761 -1384, + c 563: 563 1375 -764 -1385, + c 564: 554 1385 -767 -1386, + c 565: 558 1383 -769 -1387, + c 566: 549 1387 -772 -1388, + c 567: 553 1382 -774 -1389, + c 568: 541 1389 -776 -1390, + c 569: 548 1384 -779 -1391, + c 570: 536 1391 -781 -1392, + c 571: 543 1386 -784 -1393, + c 572: 534 1393 -787 -1394, + c 573: 538 1388 -789 -1395, + c 574: 528 1395 -792 -1396, + c 575: 533 1390 -794 -1397, + c 576: 521 1397 -796 -1398, + c 577: 526 1392 -799 -1399, + c 578: 519 1396 -802 -1400, + c 579: 523 1394 -804 -1401, + c 580: 514 1401 -807 -1402, + c 581: 518 1399 -809 -1403, + c 582: 506 1403 -811 -1404, + c 583: 513 1398 -814 -1405, + c 584: 501 1405 -816 -1406, + c 585: 508 1400 -819 -1407, + c 586: 499 1407 -822 -1408, + c 587: 503 1402 -824 -1409, + c 588: 491 1409 -827 -1410, + c 589: 498 1404 -829 -1411, + c 590: 482 1412 -830 -1413, + c 591: 483 1411 -831 -1413, + c 592: 488 1406 -834 -1414, + c 593: 484 1415 -838 -1412, + c 594: 486 1408 -839 -1415, + c 595: 493 1416 -842 -1417, + c 596: 481 1416 -843 -1418, + c 597: 480 1419 -844 -1420, + c 598: 489 1419 -845 -1410, + c 599: 478 1414 -847 -1421, + c 600: 464 1421 -849 -1422, + c 601: 472 1423 -852 -1424, + c 602: 492 1417 -853 -1423, + c 603: 470 1418 -856 -1425, + c 604: 469 1424 -858 -1426, + c 605: 459 1426 -860 -1427, + c 606: 465 1420 -863 -1428, + c 607: 452 1422 -865 -1429, + c 608: 460 1425 -868 -1430, + c 609: 449 1427 -870 -1431, + c 610: 454 1428 -873 -1432, + c 611: 444 1432 -876 -1433, + c 612: 450 1430 -878 -1434, + c 613: 439 1431 -880 -1435, + c 614: 442 1429 -883 -1436, + c 615: 434 1433 -886 -1437, + c 616: 440 1434 -888 -1438, + c 617: 429 1435 -890 -1439, + c 618: 432 1436 -893 -1440, + c 619: 425 1437 -896 -1441, + c 620: 430 1438 -898 -1442, + c 621: 419 1439 -900 -1443, + c 622: 424 1440 -903 -1444, + c 623: 414 1444 -905 -1445, + c 624: 420 1442 -908 -1446, + c 625: 409 1443 -910 -1447, + c 626: 415 1441 -913 -1448, + c 627: 402 1445 -915 -1449, + c 628: 410 1446 -918 -1450, + c 629: 399 1447 -920 -1451, + c 630: 404 1448 -923 -1452, + c 631: 394 1452 -926 -1453, + c 632: 400 1450 -928 -1454, + c 633: 389 1451 -930 -1455, + c 634: 392 1449 -933 -1456, + c 635: 381 1457 -934 -1458, + c 636: 383 1453 -936 -1457, + c 637: 390 1454 -938 -1459, + c 638: 370 1455 -940 -1460, + c 639: 379 1458 -942 -1461, + c 640: 380 1456 -943 -1461, + c 641: 385 1462 -946 -1463, + c 642: 378 1462 -947 -1464, + c 643: 375 1465 -949 -1466, + c 644: 384 1463 -950 -1465, + c 645: 373 1459 -952 -1467, + c 646: 368 1464 -955 -1468, + c 647: 365 1466 -957 -1469, + c 648: 363 1467 -960 -1470, + c 649: 360 1460 -962 -1471, + c 650: 358 1468 -965 -1472, + c 651: 355 1469 -967 -1473, + c 652: 353 1470 -970 -1474, + c 653: 350 1471 -972 -1475, + c 654: 348 1472 -975 -1476, + c 655: 345 1473 -977 -1477, + c 656: 343 1474 -980 -1478, + c 657: 340 1475 -982 -1479, + c 658: 335 1477 -984 -1480, + c 659: 337 1476 -987 -1481, + c 660: 327 1481 -990 -1482, + c 661: 333 1478 -993 -1483, + c 662: 330 1479 -995 -1484, + c 663: 325 1480 -997 -1485, + c 664: 318 1482 -1000 -1486, + c 665: 323 1483 -1003 -1487, + c 666: 320 1484 -1005 -1488, + c 667: 315 1485 -1007 -1489, + c 668: 313 1487 -1010 -1490, + c 669: 310 1488 -1012 -1491, + c 670: 308 1486 -1015 -1492, + c 671: 305 1489 -1017 -1493, + c 672: 303 1490 -1020 -1494, + c 673: 300 1491 -1022 -1495, + c 674: 298 1492 -1025 -1496, + c 675: 295 1493 -1027 -1497, + c 676: 293 1494 -1030 -1498, + c 677: 290 1495 -1032 -1499, + c 678: 284 1500 -1033 -1501, + c 679: 286 1498 -1035 -1500, + c 680: 282 1501 -1036 -1502, + c 681: 283 1499 -1037 -1502, + c 682: 281 1496 -1040 -1503, + c 683: 278 1497 -1042 -1504, + c 684: 273 1505 -1044 -1506, + c 685: 287 1507 -1045 -1505, + c 686: 288 1508 -1048 -1507, + c 687: 275 1508 -1049 -1509, + c 688: 266 1509 -1052 -1510, + c 689: 268 1504 -1054 -1511, + c 690: 270 1503 -1057 -1512, + c 691: 260 1512 -1060 -1513, + c 692: 265 1506 -1062 -1514, + c 693: 253 1514 -1064 -1515, + c 694: 258 1511 -1067 -1516, + c 695: 250 1513 -1070 -1517, + c 696: 255 1510 -1072 -1518, + c 697: 246 1518 -1075 -1519, + c 698: 248 1516 -1077 -1520, + c 699: 240 1517 -1080 -1521, + c 700: 245 1515 -1082 -1522, + c 701: 235 1522 -1084 -1523, + c 702: 238 1520 -1087 -1524, + c 703: 230 1521 -1090 -1525, + c 704: 236 1519 -1092 -1526, + c 705: 223 1523 -1094 -1527, + c 706: 228 1524 -1097 -1528, + c 707: 221 1525 -1100 -1529, + c 708: 225 1526 -1102 -1530, + c 709: 216 1530 -1105 -1531, + c 710: 218 1528 -1107 -1532, + c 711: 215 1527 -1109 -1533, + c 712: 203 1533 -1111 -1534, + c 713: 211 1529 -1115 -1535, + c 714: 208 1532 -1117 -1536, + c 715: 205 1531 -1119 -1537, + c 716: 192 1537 -1122 -1538, + c 717: 201 1535 -1125 -1539, + c 718: 198 1536 -1127 -1540, + c 719: 196 1539 -1130 -1541, + c 720: 188 1540 -1132 -1542, + c 721: 190 1534 -1134 -1543, + c 722: 184 1538 -1135 -1544, + c 723: 181 1545 -1139 -1546, + c 724: 182 1543 -1140 -1546, + c 725: 178 1547 -1141 -1548, + c 726: 180 1541 -1143 -1547, + c 727: 176 1548 -1144 -1549, + c 728: 177 1542 -1145 -1549, + c 729: 166 1545 -1148 -1550, + c 730: 186 1551 -1152 -1552, + c 731: 172 1551 -1153 -1553, + c 732: 171 1554 -1155 -1555, + c 733: 185 1552 -1156 -1554, + c 734: 159 1555 -1158 -1556, + c 735: 167 1544 -1161 -1557, + c 736: 154 1550 -1163 -1558, + c 737: 161 1553 -1166 -1559, + c 738: 152 1559 -1169 -1560, + c 739: 156 1557 -1171 -1561, + c 740: 147 1561 -1174 -1562, + c 741: 151 1556 -1176 -1563, + c 742: 139 1563 -1178 -1564, + c 743: 146 1558 -1181 -1565, + c 744: 136 1565 -1183 -1566, + c 745: 141 1560 -1186 -1567, + c 746: 132 1567 -1189 -1568, + c 747: 137 1562 -1191 -1569, + c 748: 124 1566 -1193 -1570, + c 749: 131 1564 -1196 -1571, + c 750: 119 1571 -1198 -1572, + c 751: 126 1569 -1201 -1573, + c 752: 116 1573 -1204 -1574, + c 753: 121 1568 -1206 -1575, + c 754: 112 1575 -1209 -1576, + c 755: 114 1570 -1211 -1577, + c 756: 106 1574 -1214 -1578, + c 757: 111 1572 -1216 -1579, + c 758: 101 1579 -1218 -1580, + c 759: 104 1577 -1221 -1581, + c 760: 97 1578 -1224 -1582, + c 761: 102 1576 -1226 -1583, + c 762: 89 1580 -1228 -1584, + c 763: 96 1581 -1231 -1585, + c 764: 84 1585 -1233 -1586, + c 765: 91 1583 -1236 -1587, + c 766: 87 1587 -1239 -1588, + c 767: 85 1582 -1241 -1589, + c 768: 86 1584 -1243 -1590, + c 769: 72 1591 -1245 -1592, + c 770: 73 1590 -1246 -1592, + c 771: 67 1593 -1247 -1594, + c 772: 68 1586 -1248 -1594, + c 773: 76 1588 -1250 -1595, + c 774: 69 1596 -1252 -1593, + c 775: 71 1589 -1253 -1596, + c 776: 65 1597 -1255 -1598, + c 777: 77 1599 -1256 -1597, + c 778: 66 1599 -1257 -1600, + c 779: 62 1591 -1259 -1601, + c 780: 63 1595 -1260 -1602, + c 781: 59 1598 -1262 -1603, + c 782: 60 1600 -1263 -1604, + c 783: 56 1601 -1265 -1605, + c 784: 57 1602 -1266 -1606, + c 785: 53 1603 -1268 -1607, + c 786: 54 1604 -1269 -1608, + c 787: 50 1605 -1271 -1609, + c 788: 51 1606 -1272 -1610, + c 789: 47 1607 -1274 -1611, + c 790: 48 1608 -1275 -1612, + c 791: 44 1609 -1277 -1613, + c 792: 45 1610 -1278 -1614, + c 793: 41 1611 -1280 -1615, + c 794: 42 1612 -1281 -1616, + c 795: 38 1613 -1283 -1617, + c 796: 39 1614 -1284 -1618, + c 797: 35 1615 -1286 -1619, + c 798: 36 1616 -1287 -1620, + c 799: 32 1617 -1289 -1621, + c 800: 33 1618 -1290 -1622, + c 801: 29 1619 -1292 -1623, + c 802: 30 1620 -1293 -1624, + c 803: 26 1621 -1295 -1625, + c 804: 27 1622 -1296 -1626, + c 805: 23 1623 -1298 -1627, + c 806: 24 1624 -1299 -1628, + c 807: 20 1625 -1301 -1629, + c 808: 21 1626 -1302 -1630, + c 809: 17 1627 -1304 -1631, + c 810: 18 1628 -1305 -1632, + c 811: 14 1629 -1307 -1633, + c 812: 15 1630 -1308 -1634, + c 813: 11 1631 -1310 -1635, + c 814: 12 1632 -1311 -1636, + c 815: 8 1633 -1313 -1637, + c 816: 9 1634 -1314 -1638, + c 817: 4 1639 -1315 -1640, + c 818: 5 1635 -1316 -1640, + c 819: 6 1636 -1317 -1639, + c 820: 1 1641 -1318 -1642, + c 821: 2 1637 -1319 -1642, + c 822: 3 1638 -1320 -1641, + c 823: 581 593 1643, + c 824: 588 595 1644, + c 825: -476 477 1645, + c 826: 478 487 1646, + c 827: -174 175 1647, + c 828: 183 189 1648, + c 829: -72 73 1649, + c 830: 75 82 1650, + c 831: 735 723 1651, + c 832: 733 744 1652, + c 833: -836 837 1653, + c 834: 847 833 1654, + c 835: -1136 1137 1655, + c 836: 1138 1133 1656, + c 837: -1245 1246 1657, + c 838: 1244 1237 1658; +Overlap: + NrefRA 16 { + 2 3 47 48 50 51 116 117 302 303 + 368 369 371 372 416 417 } ErefRA 696 { + 4 659 1 2 3 5 6 8 9 11 + 12 14 15 17 18 20 21 23 24 26 + 27 29 30 32 33 35 36 38 39 41 + 42 44 45 47 48 50 51 53 54 56 + 57 59 60 62 63 65 66 67 68 69 + 71 72 73 76 77 84 85 86 87 89 + 91 96 97 101 102 104 106 111 112 114 + 116 119 121 124 126 131 132 136 137 139 + 141 146 147 151 152 154 156 159 161 166 + 167 171 172 176 177 178 180 181 182 184 + 185 186 188 190 192 196 198 201 203 205 + 208 211 215 216 218 221 223 225 228 230 + 235 236 238 240 245 246 248 250 253 255 + 258 260 265 266 268 270 273 275 278 281 + 282 283 284 286 287 288 290 293 295 298 + 300 303 305 308 310 313 315 318 320 323 + 325 327 330 333 335 337 340 343 345 348 + 350 353 355 358 360 363 365 368 370 373 + 375 378 379 380 381 383 384 385 389 390 + 392 394 399 400 402 404 409 410 414 415 + 419 420 424 425 429 430 432 434 439 440 + 442 444 449 450 452 454 459 460 464 465 + 469 470 472 478 480 481 482 483 484 486 + 488 489 491 492 493 498 499 501 503 506 + 508 513 514 518 519 521 523 526 528 533 + 534 536 538 541 543 548 549 553 554 556 + 558 561 563 568 569 573 574 578 579 581 + 583 585 587 590 591 592 594 595 596 597 + 598 600 601 603 604 606 607 609 610 612 + 613 615 616 618 619 621 622 624 625 627 + 628 630 631 633 634 636 637 639 640 642 + 643 645 646 648 649 651 652 654 655 657 + 658 660 74 174 487 593 1315 667 1318 1319 + 1320 1316 1317 1313 1314 1310 1311 1307 1308 1304 + 1305 1301 1302 1298 1299 1295 1296 1292 1293 1289 + 1290 1286 1287 1283 1284 1280 1281 1277 1278 1274 + 1275 1271 1272 1268 1269 1265 1266 1262 1263 1259 + 1260 1255 1257 1247 1248 1252 1253 1245 1246 1250 + 1256 1233 1241 1243 1239 1228 1236 1231 1224 1218 + 1226 1221 1214 1216 1209 1211 1204 1198 1206 1193 + 1201 1196 1189 1183 1191 1178 1186 1181 1174 1176 + 1169 1163 1171 1158 1166 1148 1161 1155 1153 1144 + 1145 1141 1143 1139 1140 1135 1156 1152 1132 1134 + 1122 1130 1127 1125 1111 1119 1117 1115 1109 1105 + 1107 1100 1094 1102 1097 1090 1084 1092 1087 1080 + 1082 1075 1077 1070 1064 1072 1067 1060 1062 1052 + 1054 1057 1044 1049 1042 1040 1036 1037 1033 1035 + 1045 1048 1032 1030 1027 1025 1022 1020 1017 1015 + 1012 1010 1007 1000 1005 1003 997 990 995 993 + 984 987 982 980 977 975 972 970 967 965 + 962 960 957 955 940 952 949 947 942 943 + 934 936 950 946 930 938 933 926 920 928 + 915 923 910 918 905 913 900 908 903 896 + 890 898 893 886 880 888 883 876 870 878 + 865 873 860 868 849 863 858 856 852 847 + 844 843 830 831 838 839 834 845 827 853 + 842 829 822 816 824 811 819 814 807 809 + 802 796 804 799 792 794 787 781 789 776 + 784 779 772 774 767 761 769 756 764 751 + 759 754 741 749 747 735 742 730 738 726 + 727 728 724 744 725 731 737 721 722 718 + 719 715 716 712 713 709 710 706 707 703 + 704 700 701 697 698 694 695 691 692 688 + 689 685 686 682 683 679 680 676 677 673 + 674 670 671 666 668 662 664 663 1251 1136 + 833 723 1325 1327 1639 1640 1641 1596 1592 1595 + 1597 1544 1554 1415 1414 1367 1365 1376 1369 1321 + 1323 1366 1368 1373 1410 1413 1416 1419 1423 1457 + 1461 1462 1465 1500 1502 1505 1508 1545 1546 1547 + 1549 1551 1591 1594 1599 1642 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 258 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 823 25 26 27 824 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 825 65 66 67 68 826 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 85 86 87 88 89 90 + 91 92 93 94 95 96 97 98 99 100 + 101 102 103 104 105 106 107 108 109 110 + 111 112 113 114 115 116 117 118 119 120 + 121 122 123 124 125 126 127 128 129 130 + 131 132 133 134 135 136 137 138 139 140 + 141 142 143 144 145 146 147 148 149 150 + 151 152 153 154 155 156 157 158 159 160 + 161 162 163 164 165 166 167 168 169 170 + 171 172 173 174 175 176 177 178 179 180 + 181 182 827 183 184 185 186 828 187 188 189 190 + 191 192 193 194 195 196 197 198 199 200 + 201 202 203 204 205 206 207 208 209 210 + 211 212 213 214 215 216 217 218 219 220 + 221 222 223 224 225 829 226 227 830 228 229 230 + 231 232 233 234 235 236 237 238 239 240 + 241 242 243 244 245 246 247 248 249 250 } + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.024561 11,1 11: + 0,0 c 21, 1,0 c 19, 2,0 c 17, 3,0 c 15, 4,0 c 13, + 5,0 c 11, 6,0 c 9, 7,0 c 7, 8,0 c 5, 9,0 c 3, + 10,0 c 1; + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.026058 11,1 11: + 0,0 c 22, 1,0 c 20, 2,0 c 18, 3,0 c 16, 4,0 c 14, + 5,0 c 12, 6,0 c 10, 7,0 c 8, 8,0 c 6, 9,0 c 4, + 10,0 c 2; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.1037375,-0.018722 2,1 2: + 1,0 c 23, 0,0 c 25; + RGrid 0.00180205555555557,0.0013555 0 1: + 0.0875189999999999,-0.021433 9,2 18: + 0,0 c 63, 0,1 c 60, 1,0 c 56, 1,1 c 59, 2,0 c 55, + 2,1 c 52, 3,0 c 48, 3,1 c 51, 4,0 c 47, 4,1 c 44, + 5,0 c 40, 5,1 c 43, 6,0 c 39, 6,1 c 36, 7,0 c 32, + 7,1 c 35, 8,0 c 31, 8,1 c 26; + RGrid 0.00165144444444446,0.0013555 0 1: + 0.0888744999999999,-0.024561 9,2 18: + 0,0 c 61, 0,1 c 58, 1,0 c 54, 1,1 c 57, 2,0 c 53, + 2,1 c 50, 3,0 c 49, 3,1 c 46, 4,0 c 42, 4,1 c 45, + 5,0 c 41, 5,1 c 38, 6,0 c 34, 6,1 c 37, 7,0 c 30, + 7,1 c 33, 8,0 c 29, 8,1 c 28; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.087519,-0.02185 2,1 2: + 1,0 c 62, 0,0 c 65; + RGrid 0.001764125,0.001574 0 1: + 0.071832,-0.021433 8,2 16: + 0,0 c 102, 0,1 c 99, 1,0 c 95, 1,1 c 98, 2,0 c 91, + 2,1 c 94, 3,0 c 90, 3,1 c 87, 4,0 c 86, 4,1 c 83, + 5,0 c 82, 5,1 c 79, 6,0 c 75, 6,1 c 78, 7,0 c 69, + 7,1 c 74; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0824647036807215,-0.0170887637445742 2,2 4: + 0,0 c 73, 0,1 c 76, 1,0 c 72, 1,1 c 71; + RGrid 0.00173902874506437,0.00157882615021707 0 1: + 0.0789877664416272,-0.01709 2,1 2: + 0,0 c 81, 1,0 c 77; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0789877664416272,-0.0155099379924157 2,1 2: + 0,0 c 84, 1,0 c 80; + RGrid 0.00173902874506437,0.00158129786495159 0 1: + 0.0755097089514985,-0.01709 2,1 2: + 0,0 c 89, 1,0 c 85; + RGrid 0.00173902918420123,0.00158129786495159 -0.00071065941993145 1: + 0.0755097089514985,-0.0155074662776811 2,1 2: + 0,0 c 92, 1,0 c 88; + RGrid 0.00173902874506437,0.00158376957968612 0 1: + 0.0720316514613697,-0.01709 2,1 2: + 0,0 c 97, 1,0 c 93; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0720316514613697,-0.0155049945629466 2,1 2: + 0,0 c 100, 1,0 c 96; + RGrid 0.00173902874506437,0.00158624129442064 0 1: + 0.068553593971241,-0.01709 2,1 2: + 0,0 c 105, 1,0 c 101; + RGrid 0.001574,0.00157400000000001 -1.5707963267949 1: + 0.070258,-0.018285 2,1 2: + 1,0 c 106, 0,0 c 103; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.068553593971241,-0.0155025228482121 2,1 2: + 0,0 c 109, 1,0 c 104; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0651814441957331,-0.0124370200462985 2,2 4: + 0,0 c 115, 0,1 c 114, 1,0 c 111, 1,1 c 110; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0650744074473417,-0.0170887637414535 2,2 4: + 0,0 c 117, 0,1 c 116, 1,0 c 113, 1,1 c 112; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0617033884621516,-0.0124320766174536 2,2 4: + 0,0 c 122, 0,1 c 123, 1,0 c 119, 1,1 c 118; + RGrid 0.00173902918420123,0.00159118472388969 -0.00071065941993145 1: + 0.0615963482006658,-0.0170887637408293 2,2 4: + 0,0 c 126, 0,1 c 125, 1,0 c 121, 1,1 c 120; + RGrid 0.00173902918420123,0.00159118472388969 -0.000710659419929455 1: + 0.0582253327285701,-0.0124271331886087 2,2 4: + 0,0 c 131, 0,1 c 128, 1,0 c 127, 1,1 c 124; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0581182889539898,-0.0170887637402052 2,2 4: + 0,0 c 133, 0,1 c 132, 1,0 c 130, 1,1 c 129; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0547472769949885,-0.0124221897597638 2,2 4: + 0,0 c 139, 0,1 c 138, 1,0 c 135, 1,1 c 134; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0546402297073139,-0.017088763739581 2,2 4: + 0,0 c 141, 0,1 c 140, 1,0 c 137, 1,1 c 136; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.051269221261407,-0.0124172463309189 2,2 4: + 0,0 c 149, 0,1 c 150, 1,0 c 145, 1,1 c 144; + RGrid 0.001574,0.001574 -1.5707963267949 1: + 0.05147,-0.004903 2,1 2: + 1,0 c 146, 0,0 c 147; + RGrid 0.00176412500000001,0.001574 0 1: + 0.037357,-0.008051 8,2 16: + 0,0 c 181, 0,1 c 176, 1,0 c 172, 1,1 c 175, 2,0 c 171, + 2,1 c 169, 3,0 c 165, 3,1 c 168, 4,0 c 161, 4,1 c 164, + 5,0 c 160, 5,1 c 157, 6,0 c 153, 6,1 c 156, 7,0 c 152, + 7,1 c 148; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0477911655278255,-0.012412302902074 2,2 4: + 0,0 c 158, 0,1 c 155, 1,0 c 154, 1,1 c 151; + RGrid 0.00173902918420123,0.00158129786495159 -0.000710659419929455 1: + 0.0443131097942439,-0.0124073594732291 2,2 4: + 0,0 c 166, 0,1 c 163, 1,0 c 162, 1,1 c 159; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0408350540606624,-0.0124024160443842 2,2 4: + 0,0 c 174, 0,1 c 173, 1,0 c 170, 1,1 c 167; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0373569983270808,-0.0123974726155393 2,2 4: + 0,0 c 180, 0,1 c 179, 1,0 c 178, 1,1 c 177; + RGrid 0.00180205555555556,0.0013555 0 1: + 0.0195645,-0.007614 9,2 18: + 0,0 c 220, 0,1 c 223, 1,0 c 219, 1,1 c 216, 2,0 c 215, + 2,1 c 212, 3,0 c 211, 3,1 c 208, 4,0 c 204, 4,1 c 207, + 5,0 c 200, 5,1 c 203, 6,0 c 199, 6,1 c 196, 7,0 c 192, + 7,1 c 195, 8,0 c 187, 8,1 c 191; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.0344275,-0.001775 2,1 2: + 1,0 c 189, 0,0 c 188; + RGrid 0.00165144444444444,0.0013555 0 1: + 0.0195645,-0.004486 9,2 18: + 0,0 c 224, 0,1 c 222, 1,0 c 218, 1,1 c 221, 2,0 c 214, + 2,1 c 217, 3,0 c 213, 3,1 c 210, 4,0 c 206, 4,1 c 209, + 5,0 c 205, 5,1 c 202, 6,0 c 198, 6,1 c 201, 7,0 c 197, + 7,1 c 194, 8,0 c 190, 8,1 c 193; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.018209,-0.004903 2,1 2: + 1,0 c 226, 0,0 c 228; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.001667 11,1 11: + 0,0 c 249, 1,0 c 247, 2,0 c 245, 3,0 c 243, 4,0 c 241, + 5,0 c 239, 6,0 c 237, 7,0 c 235, 8,0 c 233, 9,0 c 231, + 10,0 c 229; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.003164 11,1 11: + 0,0 c 250, 1,0 c 248, 2,0 c 246, 3,0 c 244, 4,0 c 242, + 5,0 c 240, 6,0 c 238, 7,0 c 236, 8,0 c 234, 9,0 c 232, + 10,0 c 230; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 258 { + 251 252 253 254 255 256 257 258 259 260 + 261 262 263 264 265 266 267 268 269 270 + 271 272 273 274 831 275 276 277 832 278 279 280 + 281 282 283 284 285 286 287 288 289 290 + 291 292 293 294 295 296 297 298 299 300 + 301 302 303 304 305 306 307 308 309 310 + 311 312 313 314 833 315 316 317 318 834 319 320 + 321 322 323 324 325 326 327 328 329 330 + 331 332 333 334 335 336 337 338 339 340 + 341 342 343 344 345 346 347 348 349 350 + 351 352 353 354 355 356 357 358 359 360 + 361 362 363 364 365 366 367 368 369 370 + 371 372 373 374 375 376 377 378 379 380 + 381 382 383 384 385 386 387 388 389 390 + 391 392 393 394 395 396 397 398 399 400 + 401 402 403 404 405 406 407 408 409 410 + 411 412 413 414 415 416 417 418 419 420 + 421 422 423 424 425 426 427 428 429 430 + 431 432 835 433 434 435 436 836 437 438 439 440 + 441 442 443 444 445 446 447 448 449 450 + 451 452 453 454 455 456 457 458 459 460 + 461 462 463 464 465 466 467 468 469 470 + 471 472 473 474 475 837 476 477 838 478 479 480 + 481 482 483 484 485 486 487 488 489 490 + 491 492 493 494 495 496 497 498 499 500 } + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.024561 11,1 11: + 0,0 c 271, 1,0 c 269, 2,0 c 267, 3,0 c 265, 4,0 c 263, + 5,0 c 261, 6,0 c 259, 7,0 c 257, 8,0 c 255, 9,0 c 253, + 10,0 c 251; + RGrid 0.00165536363636364,0.001389 0 1: + 0.105093,-0.026058 11,1 11: + 0,0 c 272, 1,0 c 270, 2,0 c 268, 3,0 c 266, 4,0 c 264, + 5,0 c 262, 6,0 c 260, 7,0 c 258, 8,0 c 256, 9,0 c 254, + 10,0 c 252; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.1037375,-0.018722 2,1 2: + 1,0 c 273, 0,0 c 275; + RGrid 0.00180205555555557,0.0013555 0 1: + 0.0875189999999999,-0.021433 9,2 18: + 0,0 c 313, 0,1 c 310, 1,0 c 306, 1,1 c 309, 2,0 c 305, + 2,1 c 302, 3,0 c 298, 3,1 c 301, 4,0 c 297, 4,1 c 294, + 5,0 c 290, 5,1 c 293, 6,0 c 289, 6,1 c 286, 7,0 c 282, + 7,1 c 285, 8,0 c 281, 8,1 c 276; + RGrid 0.00165144444444446,0.0013555 0 1: + 0.0888744999999999,-0.024561 9,2 18: + 0,0 c 311, 0,1 c 308, 1,0 c 304, 1,1 c 307, 2,0 c 303, + 2,1 c 300, 3,0 c 299, 3,1 c 296, 4,0 c 292, 4,1 c 295, + 5,0 c 291, 5,1 c 288, 6,0 c 284, 6,1 c 287, 7,0 c 280, + 7,1 c 283, 8,0 c 279, 8,1 c 278; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.087519,-0.02185 2,1 2: + 1,0 c 312, 0,0 c 315; + RGrid 0.001764125,0.001574 0 1: + 0.071832,-0.021433 8,2 16: + 0,0 c 352, 0,1 c 349, 1,0 c 345, 1,1 c 348, 2,0 c 341, + 2,1 c 344, 3,0 c 340, 3,1 c 337, 4,0 c 336, 4,1 c 333, + 5,0 c 332, 5,1 c 329, 6,0 c 325, 6,1 c 328, 7,0 c 319, + 7,1 c 324; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0824647036807215,-0.0170887637445742 2,2 4: + 0,0 c 323, 0,1 c 326, 1,0 c 322, 1,1 c 321; + RGrid 0.00173902874506437,0.00157882615021707 0 1: + 0.0789877664416272,-0.01709 2,1 2: + 0,0 c 331, 1,0 c 327; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0789877664416272,-0.0155099379924157 2,1 2: + 0,0 c 334, 1,0 c 330; + RGrid 0.00173902874506437,0.00158129786495159 0 1: + 0.0755097089514985,-0.01709 2,1 2: + 0,0 c 339, 1,0 c 335; + RGrid 0.00173902918420123,0.00158129786495159 -0.00071065941993145 1: + 0.0755097089514985,-0.0155074662776811 2,1 2: + 0,0 c 342, 1,0 c 338; + RGrid 0.00173902874506437,0.00158376957968612 0 1: + 0.0720316514613697,-0.01709 2,1 2: + 0,0 c 347, 1,0 c 343; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0720316514613697,-0.0155049945629466 2,1 2: + 0,0 c 350, 1,0 c 346; + RGrid 0.00173902874506437,0.00158624129442064 0 1: + 0.068553593971241,-0.01709 2,1 2: + 0,0 c 355, 1,0 c 351; + RGrid 0.001574,0.00157400000000001 -1.5707963267949 1: + 0.070258,-0.018285 2,1 2: + 1,0 c 356, 0,0 c 353; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.068553593971241,-0.0155025228482121 2,1 2: + 0,0 c 359, 1,0 c 354; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0651814441957331,-0.0124370200462985 2,2 4: + 0,0 c 365, 0,1 c 364, 1,0 c 361, 1,1 c 360; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0650744074473417,-0.0170887637414535 2,2 4: + 0,0 c 367, 0,1 c 366, 1,0 c 363, 1,1 c 362; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0617033884621516,-0.0124320766174536 2,2 4: + 0,0 c 372, 0,1 c 373, 1,0 c 369, 1,1 c 368; + RGrid 0.00173902918420123,0.00159118472388969 -0.00071065941993145 1: + 0.0615963482006658,-0.0170887637408293 2,2 4: + 0,0 c 376, 0,1 c 375, 1,0 c 371, 1,1 c 370; + RGrid 0.00173902918420123,0.00159118472388969 -0.000710659419929455 1: + 0.0582253327285701,-0.0124271331886087 2,2 4: + 0,0 c 381, 0,1 c 378, 1,0 c 377, 1,1 c 374; + RGrid 0.00173902918420123,0.00159365643862421 -0.00071065941993145 1: + 0.0581182889539898,-0.0170887637402052 2,2 4: + 0,0 c 383, 0,1 c 382, 1,0 c 380, 1,1 c 379; + RGrid 0.00173902918420123,0.00158871300915517 -0.00071065941993145 1: + 0.0547472769949885,-0.0124221897597638 2,2 4: + 0,0 c 389, 0,1 c 388, 1,0 c 385, 1,1 c 384; + RGrid 0.00173902918420123,0.00159612815335874 -0.00071065941993145 1: + 0.0546402297073139,-0.017088763739581 2,2 4: + 0,0 c 391, 0,1 c 390, 1,0 c 387, 1,1 c 386; + RGrid 0.00173902918420123,0.00158624129442064 -0.00071065941993145 1: + 0.051269221261407,-0.0124172463309189 2,2 4: + 0,0 c 399, 0,1 c 400, 1,0 c 395, 1,1 c 394; + RGrid 0.001574,0.001574 -1.5707963267949 1: + 0.05147,-0.004903 2,1 2: + 1,0 c 396, 0,0 c 397; + RGrid 0.00176412500000001,0.001574 0 1: + 0.037357,-0.008051 8,2 16: + 0,0 c 431, 0,1 c 426, 1,0 c 422, 1,1 c 425, 2,0 c 421, + 2,1 c 419, 3,0 c 415, 3,1 c 418, 4,0 c 411, 4,1 c 414, + 5,0 c 410, 5,1 c 407, 6,0 c 403, 6,1 c 406, 7,0 c 402, + 7,1 c 398; + RGrid 0.00173902918420123,0.00158376957968611 -0.00071065941993145 1: + 0.0477911655278255,-0.012412302902074 2,2 4: + 0,0 c 408, 0,1 c 405, 1,0 c 404, 1,1 c 401; + RGrid 0.00173902918420123,0.00158129786495159 -0.000710659419929455 1: + 0.0443131097942439,-0.0124073594732291 2,2 4: + 0,0 c 416, 0,1 c 413, 1,0 c 412, 1,1 c 409; + RGrid 0.00173902918420123,0.00157882615021707 -0.00071065941993145 1: + 0.0408350540606624,-0.0124024160443842 2,2 4: + 0,0 c 424, 0,1 c 423, 1,0 c 420, 1,1 c 417; + RGrid 0.00173902918420123,0.00157635443548254 -0.00071065941993145 1: + 0.0373569983270808,-0.0123974726155393 2,2 4: + 0,0 c 430, 0,1 c 429, 1,0 c 428, 1,1 c 427; + RGrid 0.00180205555555556,0.0013555 0 1: + 0.0195645,-0.007614 9,2 18: + 0,0 c 470, 0,1 c 473, 1,0 c 469, 1,1 c 466, 2,0 c 465, + 2,1 c 462, 3,0 c 461, 3,1 c 458, 4,0 c 454, 4,1 c 457, + 5,0 c 450, 5,1 c 453, 6,0 c 449, 6,1 c 446, 7,0 c 442, + 7,1 c 445, 8,0 c 437, 8,1 c 441; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.0344275,-0.001775 2,1 2: + 1,0 c 439, 0,0 c 438; + RGrid 0.00165144444444444,0.0013555 0 1: + 0.0195645,-0.004486 9,2 18: + 0,0 c 474, 0,1 c 472, 1,0 c 468, 1,1 c 471, 2,0 c 464, + 2,1 c 467, 3,0 c 463, 3,1 c 460, 4,0 c 456, 4,1 c 459, + 5,0 c 455, 5,1 c 452, 6,0 c 448, 6,1 c 451, 7,0 c 447, + 7,1 c 444, 8,0 c 440, 8,1 c 443; + RGrid 0.0013555,0.0013555 -1.5707963267949 1: + 0.018209,-0.004903 2,1 2: + 1,0 c 476, 0,0 c 478; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.001667 11,1 11: + 0,0 c 499, 1,0 c 497, 2,0 c 495, 3,0 c 493, 4,0 c 491, + 5,0 c 489, 6,0 c 487, 7,0 c 485, 8,0 c 483, 9,0 c 481, + 10,0 c 479; + RGrid 0.00165536363636364,0.001389 0 1: + -9.17839037096645e-19,-0.003164 11,1 11: + 0,0 c 500, 1,0 c 498, 2,0 c 496, 3,0 c 494, 4,0 c 492, + 5,0 c 490, 6,0 c 488, 7,0 c 486, 8,0 c 484, 9,0 c 482, + 10,0 c 480; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 322 { + 501 502 503 504 505 506 507 508 509 510 + 511 512 513 514 515 516 517 518 519 520 + 521 522 523 524 525 526 527 528 529 530 + 531 532 533 534 535 536 537 538 539 540 + 541 542 543 544 545 546 547 548 549 550 + 551 552 553 554 555 556 557 558 559 560 + 561 562 563 564 565 566 567 568 569 570 + 571 572 573 574 575 576 577 578 579 580 + 581 582 583 584 585 586 587 588 589 590 + 591 592 593 594 595 596 597 598 599 600 + 601 602 603 604 605 606 607 608 609 610 + 611 612 613 614 615 616 617 618 619 620 + 621 622 623 624 625 626 627 628 629 630 + 631 632 633 634 635 636 637 638 639 640 + 641 642 643 644 645 646 647 648 649 650 + 651 652 653 654 655 656 657 658 659 660 + 661 662 663 664 665 666 667 668 669 670 + 671 672 673 674 675 676 677 678 679 680 + 681 682 683 684 685 686 687 688 689 690 + 691 692 693 694 695 696 697 698 699 700 + 701 702 703 704 705 706 707 708 709 710 + 711 712 713 714 715 716 717 718 719 720 + 721 722 723 724 725 726 727 728 729 730 + 731 732 733 734 735 736 737 738 739 740 + 741 742 743 744 745 746 747 748 749 750 + 751 752 753 754 755 756 757 758 759 760 + 761 762 763 764 765 766 767 768 769 770 + 771 772 773 774 775 776 777 778 779 780 + 781 782 783 784 785 786 787 788 789 790 + 791 792 793 794 795 796 797 798 799 800 + 801 802 803 804 805 806 807 808 809 810 + 811 812 813 814 815 816 817 818 819 820 + 821 822 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 1660: + b 1: -1 e 0 c 1, e 2 c 3; + b 2: -1 e 1 c 1, e 0 c 501; + b 3: -1 e 2 c 1, e 0 c 502; + b 4: -1 e 3 c 1, e 0 c 503; + b 5: -1 e 0 c 3, e 2 c 5; + b 6: -1 e 1 c 3, e 0 c 507; + b 7: -1 e 3 c 3, e 0 c 508; + b 8: -1 e 0 c 5, e 2 c 7; + b 9: -1 e 1 c 5, e 0 c 511; + b 10: -1 e 3 c 5, e 0 c 512; + b 11: -1 e 0 c 7, e 2 c 9; + b 12: -1 e 1 c 7, e 0 c 515; + b 13: -1 e 3 c 7, e 0 c 516; + b 14: -1 e 0 c 9, e 2 c 11; + b 15: -1 e 1 c 9, e 0 c 519; + b 16: -1 e 3 c 9, e 0 c 520; + b 17: -1 e 0 c 11, e 2 c 13; + b 18: -1 e 1 c 11, e 0 c 523; + b 19: -1 e 3 c 11, e 0 c 524; + b 20: -1 e 0 c 13, e 2 c 15; + b 21: -1 e 1 c 13, e 0 c 527; + b 22: -1 e 3 c 13, e 0 c 528; + b 23: -1 e 0 c 15, e 2 c 17; + b 24: -1 e 1 c 15, e 0 c 531; + b 25: -1 e 3 c 15, e 0 c 532; + b 26: -1 e 0 c 17, e 2 c 19; + b 27: -1 e 1 c 17, e 0 c 535; + b 28: -1 e 3 c 17, e 0 c 536; + b 29: -1 e 0 c 19, e 2 c 21; + b 30: -1 e 1 c 19, e 0 c 539; + b 31: -1 e 3 c 19, e 0 c 540; + b 32: -1 e 0 c 21, e 1 c 823; + b 33: -1 e 1 c 21, e 0 c 543; + b 34: -1 e 3 c 21, e 0 c 544; + b 35: -1 e 0 c 24, e 0 c 824; + b 36: -1 e 1 c 24, e 2 c 29; + b 37: -1 e 0 c 823, e 0 c 550; + b 38: -1 e 0 c 27, e 0 c 554; + b 39: -1 e 1 c 27, e 2 c 28; + b 40: -1 e 1 c 824, e 0 c 555; + b 41: -1 e 1 c 554, e 1 c 555; + b 42: -1 e 0 c 277, e 2 c 554; + b 43: -1 e 3 c 554, e 1 c 556; + b 44: -1 e 1 c 832, e 2 c 555; + b 45: -1 e 3 c 544, e 3 c 555; + b 46: -1 e 1 c 277, e 2 c 278; + b 47: -1 e 0 c 274, e 0 c 832; + b 48: -1 e 0 c 278, e 2 c 283; + b 49: -1 e 1 c 278, e 3 c 279; + b 50: -1 e 3 c 278, e 2 c 556; + b 51: -1 e 0 c 283, e 2 c 287; + b 52: -1 e 3 c 280, e 1 c 283; + b 53: -1 e 3 c 283, e 2 c 561; + b 54: -1 e 0 c 287, e 2 c 288; + b 55: -1 e 3 c 284, e 1 c 287; + b 56: -1 e 3 c 287, e 2 c 565; + b 57: -1 e 0 c 288, e 2 c 295; + b 58: -1 e 1 c 288, e 3 c 291; + b 59: -1 e 3 c 288, e 2 c 566; + b 60: -1 e 0 c 295, e 2 c 296; + b 61: -1 e 3 c 292, e 1 c 295; + b 62: -1 e 3 c 295, e 2 c 573; + b 63: -1 e 0 c 296, e 2 c 300; + b 64: -1 e 1 c 296, e 3 c 299; + b 65: -1 e 3 c 296, e 2 c 574; + b 66: -1 e 0 c 300, e 2 c 307; + b 67: -1 e 1 c 300, e 3 c 303; + b 68: -1 e 3 c 300, e 2 c 578; + b 69: -1 e 0 c 307, e 2 c 308; + b 70: -1 e 3 c 304, e 1 c 307; + b 71: -1 e 3 c 307, e 2 c 585; + b 72: -1 e 0 c 308, e 3 c 315; + b 73: -1 e 1 c 308, e 3 c 311; + b 74: -1 e 3 c 308, e 2 c 586; + b 75: -1 e 1 c 315, e 2 c 593; + b 76: -1 e 0 c 312, e 2 c 315; + b 77: -1 e 0 c 315, e 2 c 594; + b 78: -1 e 1 c 65, e 0 c 593; + b 79: -1 e 1 c 593, e 3 c 594; + b 80: -1 e 1 c 590, e 3 c 593; + b 81: -1 e 0 c 62, e 2 c 65; + b 82: -1 e 0 c 58, e 3 c 65; + b 83: -1 e 0 c 65, e 0 c 594; + b 84: -1 e 1 c 62, e 0 c 590; + b 85: -1 e 2 c 62, e 0 c 591; + b 86: -1 e 0 c 61, e 3 c 62; + b 87: -1 e 1 c 312, e 2 c 590; + b 88: -1 e 3 c 590, e 3 c 591; + b 89: -1 e 2 c 312, e 2 c 591; + b 90: -1 e 0 c 311, e 3 c 312; + b 91: -1 e 3 c 589, e 1 c 591; + b 92: -1 e 1 c 61, e 0 c 589; + b 93: -1 e 3 c 582, e 1 c 589; + b 94: -1 e 1 c 311, e 2 c 589; + b 95: -1 e 0 c 54, e 2 c 61; + b 96: -1 e 1 c 58, e 3 c 61; + b 97: -1 e 1 c 54, e 0 c 582; + b 98: -1 e 0 c 53, e 2 c 54; + b 99: -1 e 3 c 54, e 1 c 57; + b 100: -1 e 3 c 581, e 1 c 582; + b 101: -1 e 1 c 304, e 2 c 582; + b 102: -1 e 1 c 53, e 0 c 581; + b 103: -1 e 3 c 577, e 1 c 581; + b 104: -1 e 1 c 303, e 2 c 581; + b 105: -1 e 0 c 49, e 2 c 53; + b 106: -1 e 1 c 50, e 3 c 53; + b 107: -1 e 1 c 49, e 0 c 577; + b 108: -1 e 0 c 42, e 2 c 49; + b 109: -1 e 1 c 46, e 3 c 49; + b 110: -1 e 3 c 570, e 1 c 577; + b 111: -1 e 1 c 299, e 2 c 577; + b 112: -1 e 1 c 42, e 0 c 570; + b 113: -1 e 3 c 569, e 1 c 570; + b 114: -1 e 1 c 292, e 2 c 570; + b 115: -1 e 0 c 41, e 2 c 42; + b 116: -1 e 3 c 42, e 1 c 45; + b 117: -1 e 1 c 41, e 0 c 569; + b 118: -1 e 0 c 34, e 2 c 41; + b 119: -1 e 1 c 38, e 3 c 41; + b 120: -1 e 3 c 562, e 1 c 569; + b 121: -1 e 1 c 291, e 2 c 569; + b 122: -1 e 1 c 34, e 0 c 562; + b 123: -1 e 3 c 558, e 1 c 562; + b 124: -1 e 1 c 284, e 2 c 562; + b 125: -1 e 0 c 30, e 2 c 34; + b 126: -1 e 3 c 34, e 1 c 37; + b 127: -1 e 1 c 30, e 0 c 558; + b 128: -1 e 0 c 29, e 2 c 30; + b 129: -1 e 3 c 30, e 1 c 33; + b 130: -1 e 3 c 557, e 1 c 558; + b 131: -1 e 1 c 280, e 2 c 558; + b 132: -1 e 1 c 29, e 0 c 557; + b 133: -1 e 3 c 550, e 1 c 557; + b 134: -1 e 1 c 279, e 2 c 557; + b 135: -1 e 1 c 28, e 3 c 29; + b 136: -1 e 0 c 28, e 2 c 33; + b 137: -1 e 3 c 28, e 0 c 556; + b 138: -1 e 0 c 33, e 2 c 37; + b 139: -1 e 3 c 33, e 0 c 561; + b 140: -1 e 0 c 37, e 2 c 38; + b 141: -1 e 3 c 37, e 0 c 565; + b 142: -1 e 0 c 38, e 2 c 45; + b 143: -1 e 3 c 38, e 0 c 566; + b 144: -1 e 0 c 45, e 2 c 46; + b 145: -1 e 3 c 45, e 0 c 573; + b 146: -1 e 0 c 46, e 2 c 50; + b 147: -1 e 3 c 46, e 0 c 574; + b 148: -1 e 0 c 50, e 2 c 57; + b 149: -1 e 3 c 50, e 0 c 578; + b 150: -1 e 0 c 57, e 2 c 58; + b 151: -1 e 3 c 57, e 0 c 585; + b 152: -1 e 3 c 58, e 0 c 586; + b 153: -1 e 3 c 585, e 1 c 586; + b 154: -1 e 3 c 586, e 1 c 594; + b 155: -1 e 3 c 578, e 1 c 585; + b 156: -1 e 3 c 574, e 1 c 578; + b 157: -1 e 3 c 573, e 1 c 574; + b 158: -1 e 3 c 566, e 1 c 573; + b 159: -1 e 3 c 565, e 1 c 566; + b 160: -1 e 3 c 561, e 1 c 565; + b 161: -1 e 3 c 556, e 1 c 561; + b 162: -1 e 3 c 543, e 1 c 550; + b 163: -1 e 0 c 831, e 2 c 550; + b 164: -1 e 3 c 539, e 1 c 543; + b 165: -1 e 1 c 271, e 2 c 543; + b 166: -1 e 3 c 535, e 1 c 539; + b 167: -1 e 1 c 269, e 2 c 539; + b 168: -1 e 3 c 531, e 1 c 535; + b 169: -1 e 1 c 267, e 2 c 535; + b 170: -1 e 3 c 527, e 1 c 531; + b 171: -1 e 1 c 265, e 2 c 531; + b 172: -1 e 3 c 523, e 1 c 527; + b 173: -1 e 1 c 263, e 2 c 527; + b 174: -1 e 3 c 519, e 1 c 523; + b 175: -1 e 1 c 261, e 2 c 523; + b 176: -1 e 3 c 515, e 1 c 519; + b 177: -1 e 1 c 259, e 2 c 519; + b 178: -1 e 3 c 511, e 1 c 515; + b 179: -1 e 1 c 257, e 2 c 515; + b 180: -1 e 3 c 507, e 1 c 511; + b 181: -1 e 1 c 255, e 2 c 511; + b 182: -1 e 3 c 501, e 1 c 507; + b 183: -1 e 1 c 253, e 2 c 507; + b 184: -1 e 1 c 501, e 3 c 502; + b 185: -1 e 1 c 251, e 2 c 501; + b 186: -1 e 1 c 502, e 1 c 503; + b 187: -1 e 2 c 251, e 2 c 502; + b 188: -1 e 3 c 251, e 2 c 503; + b 189: -1 e 3 c 503, e 1 c 508; + b 190: -1 e 0 c 251, e 2 c 253; + b 191: -1 e 0 c 253, e 2 c 255; + b 192: -1 e 3 c 253, e 2 c 508; + b 193: -1 e 0 c 255, e 2 c 257; + b 194: -1 e 3 c 255, e 2 c 512; + b 195: -1 e 0 c 257, e 2 c 259; + b 196: -1 e 3 c 257, e 2 c 516; + b 197: -1 e 0 c 259, e 2 c 261; + b 198: -1 e 3 c 259, e 2 c 520; + b 199: -1 e 0 c 261, e 2 c 263; + b 200: -1 e 3 c 261, e 2 c 524; + b 201: -1 e 0 c 263, e 2 c 265; + b 202: -1 e 3 c 263, e 2 c 528; + b 203: -1 e 0 c 265, e 2 c 267; + b 204: -1 e 3 c 265, e 2 c 532; + b 205: -1 e 0 c 267, e 2 c 269; + b 206: -1 e 3 c 267, e 2 c 536; + b 207: -1 e 0 c 269, e 2 c 271; + b 208: -1 e 3 c 269, e 2 c 540; + b 209: -1 e 0 c 271, e 1 c 831; + b 210: -1 e 3 c 271, e 2 c 544; + b 211: -1 e 1 c 274, e 2 c 279; + b 212: -1 e 0 c 279, e 2 c 280; + b 213: -1 e 0 c 280, e 2 c 284; + b 214: -1 e 0 c 284, e 2 c 291; + b 215: -1 e 0 c 291, e 2 c 292; + b 216: -1 e 0 c 292, e 2 c 299; + b 217: -1 e 0 c 299, e 2 c 303; + b 218: -1 e 0 c 303, e 2 c 304; + b 219: -1 e 0 c 304, e 2 c 311; + b 220: -1 e 3 c 540, e 1 c 544; + b 221: -1 e 3 c 536, e 1 c 540; + b 222: -1 e 3 c 532, e 1 c 536; + b 223: -1 e 3 c 528, e 1 c 532; + b 224: -1 e 3 c 524, e 1 c 528; + b 225: -1 e 3 c 520, e 1 c 524; + b 226: -1 e 3 c 516, e 1 c 520; + b 227: -1 e 3 c 512, e 1 c 516; + b 228: -1 e 3 c 508, e 1 c 512; + b 229: -1 e 0 c 2, e 2 c 4; + b 230: -1 e 1 c 2, e 0 c 504; + b 231: -1 e 2 c 2, e 0 c 505; + b 232: -1 e 3 c 2, e 0 c 506; + b 233: -1 e 0 c 4, e 2 c 6; + b 234: -1 e 1 c 4, e 0 c 509; + b 235: -1 e 3 c 4, e 0 c 510; + b 236: -1 e 0 c 6, e 2 c 8; + b 237: -1 e 1 c 6, e 0 c 513; + b 238: -1 e 3 c 6, e 0 c 514; + b 239: -1 e 0 c 8, e 2 c 10; + b 240: -1 e 1 c 8, e 0 c 517; + b 241: -1 e 3 c 8, e 0 c 518; + b 242: -1 e 0 c 10, e 2 c 12; + b 243: -1 e 1 c 10, e 0 c 521; + b 244: -1 e 3 c 10, e 0 c 522; + b 245: -1 e 0 c 12, e 2 c 14; + b 246: -1 e 1 c 12, e 0 c 525; + b 247: -1 e 3 c 12, e 0 c 526; + b 248: -1 e 0 c 14, e 2 c 16; + b 249: -1 e 1 c 14, e 0 c 529; + b 250: -1 e 3 c 14, e 0 c 530; + b 251: -1 e 0 c 16, e 2 c 18; + b 252: -1 e 1 c 16, e 0 c 533; + b 253: -1 e 3 c 16, e 0 c 534; + b 254: -1 e 0 c 18, e 2 c 20; + b 255: -1 e 1 c 18, e 0 c 537; + b 256: -1 e 3 c 18, e 0 c 538; + b 257: -1 e 0 c 20, e 2 c 22; + b 258: -1 e 1 c 20, e 0 c 541; + b 259: -1 e 3 c 20, e 0 c 542; + b 260: -1 e 0 c 22, e 0 c 545; + b 261: -1 e 1 c 22, e 0 c 546; + b 262: -1 e 3 c 22, e 0 c 547; + b 263: -1 e 1 c 545, e 3 c 547; + b 264: -1 e 0 c 272, e 2 c 545; + b 265: -1 e 3 c 545, e 3 c 546; + b 266: -1 e 3 c 542, e 1 c 547; + b 267: -1 e 3 c 272, e 2 c 547; + b 268: -1 e 3 c 538, e 1 c 542; + b 269: -1 e 3 c 270, e 2 c 542; + b 270: -1 e 3 c 534, e 1 c 538; + b 271: -1 e 3 c 268, e 2 c 538; + b 272: -1 e 3 c 530, e 1 c 534; + b 273: -1 e 3 c 266, e 2 c 534; + b 274: -1 e 3 c 526, e 1 c 530; + b 275: -1 e 3 c 264, e 2 c 530; + b 276: -1 e 3 c 522, e 1 c 526; + b 277: -1 e 3 c 262, e 2 c 526; + b 278: -1 e 3 c 518, e 1 c 522; + b 279: -1 e 3 c 260, e 2 c 522; + b 280: -1 e 3 c 514, e 1 c 518; + b 281: -1 e 3 c 258, e 2 c 518; + b 282: -1 e 3 c 510, e 1 c 514; + b 283: -1 e 3 c 256, e 2 c 514; + b 284: -1 e 3 c 506, e 1 c 510; + b 285: -1 e 3 c 254, e 2 c 510; + b 286: -1 e 1 c 505, e 1 c 506; + b 287: -1 e 3 c 252, e 2 c 506; + b 288: -1 e 2 c 252, e 2 c 505; + b 289: -1 e 1 c 504, e 3 c 505; + b 290: -1 e 0 c 252, e 2 c 254; + b 291: -1 e 1 c 252, e 2 c 504; + b 292: -1 e 0 c 254, e 2 c 256; + b 293: -1 e 1 c 254, e 2 c 509; + b 294: -1 e 0 c 256, e 2 c 258; + b 295: -1 e 1 c 256, e 2 c 513; + b 296: -1 e 0 c 258, e 2 c 260; + b 297: -1 e 1 c 258, e 2 c 517; + b 298: -1 e 0 c 260, e 2 c 262; + b 299: -1 e 1 c 260, e 2 c 521; + b 300: -1 e 0 c 262, e 2 c 264; + b 301: -1 e 1 c 262, e 2 c 525; + b 302: -1 e 0 c 264, e 2 c 266; + b 303: -1 e 1 c 264, e 2 c 529; + b 304: -1 e 0 c 266, e 2 c 268; + b 305: -1 e 1 c 266, e 2 c 533; + b 306: -1 e 0 c 268, e 2 c 270; + b 307: -1 e 1 c 268, e 2 c 537; + b 308: -1 e 0 c 270, e 2 c 272; + b 309: -1 e 1 c 270, e 2 c 541; + b 310: -1 e 1 c 272, e 2 c 546; + b 311: -1 e 3 c 541, e 1 c 546; + b 312: -1 e 3 c 537, e 1 c 541; + b 313: -1 e 3 c 533, e 1 c 537; + b 314: -1 e 3 c 529, e 1 c 533; + b 315: -1 e 3 c 525, e 1 c 529; + b 316: -1 e 3 c 521, e 1 c 525; + b 317: -1 e 3 c 517, e 1 c 521; + b 318: -1 e 3 c 513, e 1 c 517; + b 319: -1 e 3 c 509, e 1 c 513; + b 320: -1 e 3 c 504, e 1 c 509; + b 321: -1 e 1 c 23, e 2 c 31; + b 322: -1 e 2 c 23, e 0 c 548; + b 323: -1 e 3 c 23, e 0 c 549; + b 324: -1 e 0 c 23, e 2 c 25; + b 325: -1 e 0 c 31, e 2 c 32; + b 326: -1 e 1 c 31, e 0 c 559; + b 327: -1 e 1 c 26, e 3 c 31; + b 328: -1 e 0 c 32, e 2 c 39; + b 329: -1 e 1 c 32, e 0 c 560; + b 330: -1 e 3 c 32, e 1 c 35; + b 331: -1 e 0 c 39, e 2 c 40; + b 332: -1 e 1 c 39, e 0 c 567; + b 333: -1 e 1 c 36, e 3 c 39; + b 334: -1 e 0 c 40, e 2 c 47; + b 335: -1 e 1 c 40, e 0 c 568; + b 336: -1 e 3 c 40, e 1 c 43; + b 337: -1 e 0 c 47, e 2 c 48; + b 338: -1 e 1 c 47, e 0 c 575; + b 339: -1 e 1 c 44, e 3 c 47; + b 340: -1 e 0 c 48, e 2 c 55; + b 341: -1 e 1 c 48, e 0 c 576; + b 342: -1 e 3 c 48, e 1 c 51; + b 343: -1 e 0 c 55, e 2 c 56; + b 344: -1 e 1 c 55, e 0 c 583; + b 345: -1 e 1 c 52, e 3 c 55; + b 346: -1 e 0 c 56, e 2 c 63; + b 347: -1 e 1 c 56, e 0 c 584; + b 348: -1 e 3 c 56, e 1 c 59; + b 349: -1 e 0 c 63, e 1 c 826; + b 350: -1 e 1 c 63, e 0 c 592; + b 351: -1 e 1 c 60, e 3 c 63; + b 352: -1 e 1 c 825, e 0 c 68; + b 353: -1 e 1 c 68, e 2 c 69; + b 354: -1 e 0 c 826, e 0 c 599; + b 355: -1 e 0 c 60, e 0 c 64; + b 356: -1 e 1 c 64, e 1 c 67; + b 357: -1 e 0 c 825, e 2 c 74; + b 358: -1 e 0 c 59, e 2 c 60; + b 359: -1 e 3 c 60, e 0 c 588; + b 360: -1 e 0 c 52, e 2 c 59; + b 361: -1 e 3 c 59, e 0 c 587; + b 362: -1 e 0 c 51, e 2 c 52; + b 363: -1 e 3 c 52, e 0 c 580; + b 364: -1 e 0 c 44, e 2 c 51; + b 365: -1 e 3 c 51, e 0 c 579; + b 366: -1 e 0 c 43, e 2 c 44; + b 367: -1 e 3 c 44, e 0 c 572; + b 368: -1 e 0 c 36, e 2 c 43; + b 369: -1 e 3 c 43, e 0 c 571; + b 370: -1 e 0 c 35, e 2 c 36; + b 371: -1 e 3 c 36, e 0 c 564; + b 372: -1 e 0 c 26, e 2 c 35; + b 373: -1 e 3 c 35, e 0 c 563; + b 374: -1 e 1 c 25, e 2 c 26; + b 375: -1 e 3 c 26, e 0 c 553; + b 376: -1 e 3 c 25, e 0 c 551; + b 377: -1 e 0 c 25, e 0 c 552; + b 378: -1 e 1 c 551, e 1 c 552; + b 379: -1 e 3 c 275, e 2 c 551; + b 380: -1 e 1 c 549, e 3 c 551; + b 381: -1 e 0 c 275, e 2 c 552; + b 382: -1 e 3 c 552, e 1 c 553; + b 383: -1 e 1 c 275, e 2 c 276; + b 384: -1 e 0 c 273, e 2 c 275; + b 385: -1 e 0 c 276, e 2 c 285; + b 386: -1 e 1 c 276, e 3 c 281; + b 387: -1 e 3 c 276, e 2 c 553; + b 388: -1 e 0 c 285, e 2 c 286; + b 389: -1 e 3 c 282, e 1 c 285; + b 390: -1 e 3 c 285, e 2 c 563; + b 391: -1 e 0 c 286, e 2 c 293; + b 392: -1 e 1 c 286, e 3 c 289; + b 393: -1 e 3 c 286, e 2 c 564; + b 394: -1 e 0 c 293, e 2 c 294; + b 395: -1 e 3 c 290, e 1 c 293; + b 396: -1 e 3 c 293, e 2 c 571; + b 397: -1 e 0 c 294, e 2 c 301; + b 398: -1 e 1 c 294, e 3 c 297; + b 399: -1 e 3 c 294, e 2 c 572; + b 400: -1 e 0 c 301, e 2 c 302; + b 401: -1 e 3 c 298, e 1 c 301; + b 402: -1 e 3 c 301, e 2 c 579; + b 403: -1 e 0 c 302, e 2 c 309; + b 404: -1 e 1 c 302, e 3 c 305; + b 405: -1 e 3 c 302, e 2 c 580; + b 406: -1 e 0 c 309, e 2 c 310; + b 407: -1 e 3 c 306, e 1 c 309; + b 408: -1 e 3 c 309, e 2 c 587; + b 409: -1 e 0 c 310, e 0 c 314; + b 410: -1 e 1 c 310, e 3 c 313; + b 411: -1 e 3 c 310, e 2 c 588; + b 412: -1 e 1 c 314, e 1 c 317; + b 413: -1 e 0 c 833, e 2 c 324; + b 414: -1 e 1 c 833, e 0 c 318; + b 415: -1 e 0 c 317, e 2 c 597; + b 416: -1 e 2 c 317, e 2 c 598; + b 417: -1 e 0 c 67, e 0 c 597; + b 418: -1 e 1 c 597, e 1 c 598; + b 419: -1 e 3 c 597, e 1 c 606; + b 420: -1 e 2 c 67, e 0 c 598; + b 421: -1 e 3 c 588, e 3 c 598; + b 422: -1 e 3 c 587, e 1 c 588; + b 423: -1 e 3 c 580, e 1 c 587; + b 424: -1 e 3 c 579, e 1 c 580; + b 425: -1 e 3 c 572, e 1 c 579; + b 426: -1 e 3 c 571, e 1 c 572; + b 427: -1 e 3 c 564, e 1 c 571; + b 428: -1 e 3 c 563, e 1 c 564; + b 429: -1 e 3 c 553, e 1 c 563; + b 430: -1 e 3 c 74, e 0 c 606; + b 431: -1 e 3 c 324, e 2 c 606; + b 432: -1 e 3 c 606, e 1 c 610; + b 433: -1 e 0 c 74, e 2 c 78; + b 434: -1 e 3 c 69, e 1 c 74; + b 435: -1 e 0 c 78, e 2 c 79; + b 436: -1 e 3 c 75, e 1 c 78; + b 437: -1 e 3 c 78, e 0 c 610; + b 438: -1 e 0 c 79, e 2 c 83; + b 439: -1 e 1 c 79, e 3 c 82; + b 440: -1 e 3 c 79, e 0 c 611; + b 441: -1 e 0 c 83, e 2 c 87; + b 442: -1 e 1 c 83, e 3 c 86; + b 443: -1 e 3 c 83, e 0 c 615; + b 444: -1 e 0 c 87, e 2 c 94; + b 445: -1 e 1 c 87, e 3 c 90; + b 446: -1 e 3 c 87, e 0 c 619; + b 447: -1 e 0 c 94, e 2 c 98; + b 448: -1 e 3 c 91, e 1 c 94; + b 449: -1 e 3 c 94, e 0 c 626; + b 450: -1 e 0 c 98, e 2 c 99; + b 451: -1 e 3 c 95, e 1 c 98; + b 452: -1 e 3 c 98, e 0 c 630; + b 453: -1 e 0 c 99, e 3 c 103; + b 454: -1 e 1 c 99, e 3 c 102; + b 455: -1 e 3 c 99, e 0 c 631; + b 456: -1 e 1 c 103, e 0 c 635; + b 457: -1 e 2 c 103, e 0 c 106; + b 458: -1 e 0 c 103, e 0 c 636; + b 459: -1 e 1 c 635, e 3 c 636; + b 460: -1 e 1 c 353, e 2 c 635; + b 461: -1 e 3 c 635, e 1 c 639; + b 462: -1 e 3 c 631, e 1 c 636; + b 463: -1 e 0 c 353, e 2 c 636; + b 464: -1 e 3 c 630, e 1 c 631; + b 465: -1 e 3 c 349, e 2 c 631; + b 466: -1 e 3 c 626, e 1 c 630; + b 467: -1 e 3 c 348, e 2 c 630; + b 468: -1 e 3 c 619, e 1 c 626; + b 469: -1 e 3 c 344, e 2 c 626; + b 470: -1 e 3 c 615, e 1 c 619; + b 471: -1 e 3 c 337, e 2 c 619; + b 472: -1 e 3 c 611, e 1 c 615; + b 473: -1 e 3 c 333, e 2 c 615; + b 474: -1 e 3 c 610, e 1 c 611; + b 475: -1 e 3 c 329, e 2 c 611; + b 476: -1 e 3 c 328, e 2 c 610; + b 477: -1 e 0 c 328, e 2 c 329; + b 478: -1 e 3 c 325, e 1 c 328; + b 479: -1 e 0 c 324, e 2 c 328; + b 480: -1 e 0 c 329, e 2 c 333; + b 481: -1 e 1 c 329, e 3 c 332; + b 482: -1 e 0 c 333, e 2 c 337; + b 483: -1 e 1 c 333, e 3 c 336; + b 484: -1 e 0 c 337, e 2 c 344; + b 485: -1 e 1 c 337, e 3 c 340; + b 486: -1 e 0 c 344, e 2 c 348; + b 487: -1 e 3 c 341, e 1 c 344; + b 488: -1 e 0 c 348, e 2 c 349; + b 489: -1 e 3 c 345, e 1 c 348; + b 490: -1 e 0 c 349, e 3 c 353; + b 491: -1 e 1 c 349, e 3 c 352; + b 492: -1 e 2 c 353, e 0 c 356; + b 493: -1 e 1 c 356, e 2 c 639; + b 494: -1 e 2 c 356, e 2 c 640; + b 495: -1 e 0 c 352, e 3 c 356; + b 496: -1 e 1 c 106, e 0 c 639; + b 497: -1 e 3 c 639, e 3 c 640; + b 498: -1 e 2 c 106, e 0 c 640; + b 499: -1 e 0 c 102, e 3 c 106; + b 500: -1 e 3 c 634, e 1 c 640; + b 501: -1 e 1 c 102, e 0 c 634; + b 502: -1 e 3 c 627, e 1 c 634; + b 503: -1 e 1 c 352, e 2 c 634; + b 504: -1 e 0 c 95, e 2 c 102; + b 505: -1 e 1 c 95, e 0 c 627; + b 506: -1 e 0 c 91, e 2 c 95; + b 507: -1 e 3 c 623, e 1 c 627; + b 508: -1 e 1 c 345, e 2 c 627; + b 509: -1 e 1 c 91, e 0 c 623; + b 510: -1 e 3 c 622, e 1 c 623; + b 511: -1 e 1 c 341, e 2 c 623; + b 512: -1 e 0 c 90, e 2 c 91; + b 513: -1 e 1 c 90, e 0 c 622; + b 514: -1 e 0 c 86, e 2 c 90; + b 515: -1 e 3 c 618, e 1 c 622; + b 516: -1 e 1 c 340, e 2 c 622; + b 517: -1 e 1 c 86, e 0 c 618; + b 518: -1 e 3 c 614, e 1 c 618; + b 519: -1 e 1 c 336, e 2 c 618; + b 520: -1 e 0 c 82, e 2 c 86; + b 521: -1 e 1 c 82, e 0 c 614; + b 522: -1 e 0 c 75, e 2 c 82; + b 523: -1 e 3 c 607, e 1 c 614; + b 524: -1 e 1 c 332, e 2 c 614; + b 525: -1 e 1 c 75, e 0 c 607; + b 526: -1 e 3 c 600, e 1 c 607; + b 527: -1 e 1 c 325, e 2 c 607; + b 528: -1 e 0 c 69, e 2 c 75; + b 529: -1 e 1 c 69, e 0 c 600; + b 530: -1 e 3 c 599, e 1 c 600; + b 531: -1 e 1 c 319, e 2 c 600; + b 532: -1 e 3 c 592, e 1 c 599; + b 533: -1 e 0 c 834, e 2 c 599; + b 534: -1 e 3 c 584, e 1 c 592; + b 535: -1 e 1 c 313, e 2 c 592; + b 536: -1 e 3 c 583, e 1 c 584; + b 537: -1 e 1 c 306, e 2 c 584; + b 538: -1 e 3 c 576, e 1 c 583; + b 539: -1 e 1 c 305, e 2 c 583; + b 540: -1 e 3 c 575, e 1 c 576; + b 541: -1 e 1 c 298, e 2 c 576; + b 542: -1 e 3 c 568, e 1 c 575; + b 543: -1 e 1 c 297, e 2 c 575; + b 544: -1 e 3 c 567, e 1 c 568; + b 545: -1 e 1 c 290, e 2 c 568; + b 546: -1 e 3 c 560, e 1 c 567; + b 547: -1 e 1 c 289, e 2 c 567; + b 548: -1 e 3 c 559, e 1 c 560; + b 549: -1 e 1 c 282, e 2 c 560; + b 550: -1 e 3 c 548, e 1 c 559; + b 551: -1 e 1 c 281, e 2 c 559; + b 552: -1 e 1 c 548, e 3 c 549; + b 553: -1 e 2 c 273, e 2 c 548; + b 554: -1 e 3 c 273, e 2 c 549; + b 555: -1 e 1 c 273, e 2 c 281; + b 556: -1 e 0 c 281, e 2 c 282; + b 557: -1 e 0 c 282, e 2 c 289; + b 558: -1 e 0 c 289, e 2 c 290; + b 559: -1 e 0 c 290, e 2 c 297; + b 560: -1 e 0 c 297, e 2 c 298; + b 561: -1 e 0 c 298, e 2 c 305; + b 562: -1 e 0 c 305, e 2 c 306; + b 563: -1 e 0 c 306, e 2 c 313; + b 564: -1 e 0 c 313, e 1 c 834; + b 565: -1 e 1 c 318, e 2 c 319; + b 566: -1 e 0 c 319, e 2 c 325; + b 567: -1 e 3 c 319, e 1 c 324; + b 568: -1 e 0 c 325, e 2 c 332; + b 569: -1 e 0 c 332, e 2 c 336; + b 570: -1 e 0 c 336, e 2 c 340; + b 571: -1 e 0 c 340, e 2 c 341; + b 572: -1 e 0 c 341, e 2 c 345; + b 573: -1 e 0 c 345, e 2 c 352; + b 574: -1 e 0 c 66, e 2 c 71; + b 575: -1 e 1 c 66, e 3 c 70; + b 576: -1 e 2 c 66, e 0 c 595; + b 577: -1 e 3 c 66, e 0 c 596; + b 578: -1 e 0 c 71, e 2 c 76; + b 579: -1 e 1 c 71, e 3 c 72; + b 580: -1 e 3 c 71, e 0 c 603; + b 581: -1 e 0 c 76, e 2 c 80; + b 582: -1 e 3 c 73, e 1 c 76; + b 583: -1 e 3 c 76, e 0 c 608; + b 584: -1 e 0 c 80, e 2 c 84; + b 585: -1 e 3 c 77, e 1 c 80; + b 586: -1 e 3 c 80, e 0 c 612; + b 587: -1 e 0 c 84, e 2 c 88; + b 588: -1 e 3 c 81, e 1 c 84; + b 589: -1 e 3 c 84, e 0 c 616; + b 590: -1 e 0 c 88, e 2 c 92; + b 591: -1 e 3 c 85, e 1 c 88; + b 592: -1 e 3 c 88, e 0 c 620; + b 593: -1 e 0 c 92, e 2 c 96; + b 594: -1 e 3 c 89, e 1 c 92; + b 595: -1 e 3 c 92, e 0 c 624; + b 596: -1 e 0 c 96, e 2 c 100; + b 597: -1 e 3 c 93, e 1 c 96; + b 598: -1 e 3 c 96, e 0 c 628; + b 599: -1 e 0 c 100, e 2 c 104; + b 600: -1 e 3 c 97, e 1 c 100; + b 601: -1 e 3 c 100, e 0 c 632; + b 602: -1 e 0 c 104, e 2 c 109; + b 603: -1 e 3 c 101, e 1 c 104; + b 604: -1 e 3 c 104, e 0 c 637; + b 605: -1 e 0 c 109, e 2 c 112; + b 606: -1 e 3 c 105, e 1 c 109; + b 607: -1 e 3 c 109, e 0 c 645; + b 608: -1 e 0 c 112, e 2 c 116; + b 609: -1 e 1 c 112, e 3 c 113; + b 610: -1 e 3 c 112, e 0 c 648; + b 611: -1 e 0 c 116, e 2 c 120; + b 612: -1 e 1 c 116, e 3 c 117; + b 613: -1 e 3 c 116, e 0 c 652; + b 614: -1 e 0 c 120, e 2 c 125; + b 615: -1 e 1 c 120, e 3 c 121; + b 616: -1 e 3 c 120, e 0 c 656; + b 617: -1 e 0 c 125, e 2 c 129; + b 618: -1 e 1 c 125, e 3 c 126; + b 619: -1 e 3 c 125, e 0 c 661; + b 620: -1 e 0 c 129, e 2 c 132; + b 621: -1 e 1 c 129, e 3 c 130; + b 622: -1 e 3 c 129, e 0 c 665; + b 623: -1 e 0 c 132, e 2 c 136; + b 624: -1 e 1 c 132, e 3 c 133; + b 625: -1 e 3 c 132, e 0 c 668; + b 626: -1 e 0 c 136, e 2 c 140; + b 627: -1 e 1 c 136, e 3 c 137; + b 628: -1 e 3 c 136, e 0 c 672; + b 629: -1 e 0 c 140, e 2 c 142; + b 630: -1 e 1 c 140, e 3 c 141; + b 631: -1 e 3 c 140, e 0 c 676; + b 632: -1 e 0 c 142, e 0 c 678; + b 633: -1 e 1 c 142, e 3 c 143; + b 634: -1 e 3 c 142, e 0 c 679; + b 635: -1 e 1 c 678, e 3 c 679; + b 636: -1 e 0 c 392, e 2 c 678; + b 637: -1 e 3 c 678, e 1 c 680; + b 638: -1 e 3 c 676, e 1 c 679; + b 639: -1 e 3 c 392, e 2 c 679; + b 640: -1 e 3 c 672, e 1 c 676; + b 641: -1 e 3 c 390, e 2 c 676; + b 642: -1 e 3 c 668, e 1 c 672; + b 643: -1 e 3 c 386, e 2 c 672; + b 644: -1 e 3 c 665, e 1 c 668; + b 645: -1 e 3 c 382, e 2 c 668; + b 646: -1 e 3 c 661, e 1 c 665; + b 647: -1 e 3 c 379, e 2 c 665; + b 648: -1 e 3 c 656, e 1 c 661; + b 649: -1 e 3 c 375, e 2 c 661; + b 650: -1 e 3 c 652, e 1 c 656; + b 651: -1 e 3 c 370, e 2 c 656; + b 652: -1 e 3 c 648, e 1 c 652; + b 653: -1 e 3 c 366, e 2 c 652; + b 654: -1 e 3 c 645, e 1 c 648; + b 655: -1 e 3 c 362, e 2 c 648; + b 656: -1 e 3 c 637, e 1 c 645; + b 657: -1 e 3 c 359, e 2 c 645; + b 658: -1 e 3 c 632, e 1 c 637; + b 659: -1 e 3 c 354, e 2 c 637; + b 660: -1 e 3 c 628, e 1 c 632; + b 661: -1 e 3 c 350, e 2 c 632; + b 662: -1 e 3 c 624, e 1 c 628; + b 663: -1 e 3 c 346, e 2 c 628; + b 664: -1 e 3 c 620, e 1 c 624; + b 665: -1 e 3 c 342, e 2 c 624; + b 666: -1 e 3 c 616, e 1 c 620; + b 667: -1 e 3 c 338, e 2 c 620; + b 668: -1 e 3 c 612, e 1 c 616; + b 669: -1 e 3 c 334, e 2 c 616; + b 670: -1 e 3 c 608, e 1 c 612; + b 671: -1 e 3 c 330, e 2 c 612; + b 672: -1 e 3 c 603, e 1 c 608; + b 673: -1 e 3 c 326, e 2 c 608; + b 674: -1 e 3 c 596, e 1 c 603; + b 675: -1 e 3 c 321, e 2 c 603; + b 676: -1 e 1 c 595, e 1 c 596; + b 677: -1 e 3 c 316, e 2 c 596; + b 678: -1 e 2 c 316, e 2 c 595; + b 679: -1 e 3 c 595, e 1 c 602; + b 680: -1 e 0 c 316, e 2 c 321; + b 681: -1 e 1 c 316, e 3 c 320; + b 682: -1 e 0 c 321, e 2 c 326; + b 683: -1 e 1 c 321, e 3 c 322; + b 684: -1 e 0 c 326, e 2 c 330; + b 685: -1 e 3 c 323, e 1 c 326; + b 686: -1 e 0 c 330, e 2 c 334; + b 687: -1 e 3 c 327, e 1 c 330; + b 688: -1 e 0 c 334, e 2 c 338; + b 689: -1 e 3 c 331, e 1 c 334; + b 690: -1 e 0 c 338, e 2 c 342; + b 691: -1 e 3 c 335, e 1 c 338; + b 692: -1 e 0 c 342, e 2 c 346; + b 693: -1 e 3 c 339, e 1 c 342; + b 694: -1 e 0 c 346, e 2 c 350; + b 695: -1 e 3 c 343, e 1 c 346; + b 696: -1 e 0 c 350, e 2 c 354; + b 697: -1 e 3 c 347, e 1 c 350; + b 698: -1 e 0 c 354, e 2 c 359; + b 699: -1 e 3 c 351, e 1 c 354; + b 700: -1 e 0 c 359, e 2 c 362; + b 701: -1 e 3 c 355, e 1 c 359; + b 702: -1 e 0 c 362, e 2 c 366; + b 703: -1 e 1 c 362, e 3 c 363; + b 704: -1 e 0 c 366, e 2 c 370; + b 705: -1 e 1 c 366, e 3 c 367; + b 706: -1 e 0 c 370, e 2 c 375; + b 707: -1 e 1 c 370, e 3 c 371; + b 708: -1 e 0 c 375, e 2 c 379; + b 709: -1 e 1 c 375, e 3 c 376; + b 710: -1 e 0 c 379, e 2 c 382; + b 711: -1 e 1 c 379, e 3 c 380; + b 712: -1 e 0 c 382, e 2 c 386; + b 713: -1 e 1 c 382, e 3 c 383; + b 714: -1 e 0 c 386, e 2 c 390; + b 715: -1 e 1 c 386, e 3 c 387; + b 716: -1 e 0 c 390, e 2 c 392; + b 717: -1 e 1 c 390, e 3 c 391; + b 718: -1 e 1 c 392, e 3 c 393; + b 719: -1 e 0 c 393, e 2 c 680; + b 720: -1 e 1 c 393, e 2 c 681; + b 721: -1 e 0 c 391, e 2 c 393; + b 722: -1 e 0 c 143, e 0 c 680; + b 723: -1 e 3 c 680, e 3 c 681; + b 724: -1 e 1 c 143, e 0 c 681; + b 725: -1 e 0 c 141, e 2 c 143; + b 726: -1 e 3 c 677, e 1 c 681; + b 727: -1 e 1 c 141, e 0 c 677; + b 728: -1 e 3 c 673, e 1 c 677; + b 729: -1 e 1 c 391, e 2 c 677; + b 730: -1 e 0 c 137, e 2 c 141; + b 731: -1 e 1 c 137, e 0 c 673; + b 732: -1 e 0 c 133, e 2 c 137; + b 733: -1 e 3 c 669, e 1 c 673; + b 734: -1 e 1 c 387, e 2 c 673; + b 735: -1 e 1 c 133, e 0 c 669; + b 736: -1 e 3 c 666, e 1 c 669; + b 737: -1 e 1 c 383, e 2 c 669; + b 738: -1 e 0 c 130, e 2 c 133; + b 739: -1 e 1 c 130, e 0 c 666; + b 740: -1 e 0 c 126, e 2 c 130; + b 741: -1 e 3 c 662, e 1 c 666; + b 742: -1 e 1 c 380, e 2 c 666; + b 743: -1 e 1 c 126, e 0 c 662; + b 744: -1 e 3 c 657, e 1 c 662; + b 745: -1 e 1 c 376, e 2 c 662; + b 746: -1 e 0 c 121, e 2 c 126; + b 747: -1 e 1 c 121, e 0 c 657; + b 748: -1 e 0 c 117, e 2 c 121; + b 749: -1 e 3 c 653, e 1 c 657; + b 750: -1 e 1 c 371, e 2 c 657; + b 751: -1 e 1 c 117, e 0 c 653; + b 752: -1 e 3 c 649, e 1 c 653; + b 753: -1 e 1 c 367, e 2 c 653; + b 754: -1 e 0 c 113, e 2 c 117; + b 755: -1 e 1 c 113, e 0 c 649; + b 756: -1 e 0 c 105, e 2 c 113; + b 757: -1 e 3 c 638, e 1 c 649; + b 758: -1 e 1 c 363, e 2 c 649; + b 759: -1 e 1 c 105, e 0 c 638; + b 760: -1 e 3 c 633, e 1 c 638; + b 761: -1 e 1 c 355, e 2 c 638; + b 762: -1 e 0 c 101, e 2 c 105; + b 763: -1 e 1 c 101, e 0 c 633; + b 764: -1 e 0 c 97, e 2 c 101; + b 765: -1 e 3 c 629, e 1 c 633; + b 766: -1 e 1 c 351, e 2 c 633; + b 767: -1 e 1 c 97, e 0 c 629; + b 768: -1 e 3 c 625, e 1 c 629; + b 769: -1 e 1 c 347, e 2 c 629; + b 770: -1 e 0 c 93, e 2 c 97; + b 771: -1 e 1 c 93, e 0 c 625; + b 772: -1 e 0 c 89, e 2 c 93; + b 773: -1 e 3 c 621, e 1 c 625; + b 774: -1 e 1 c 343, e 2 c 625; + b 775: -1 e 1 c 89, e 0 c 621; + b 776: -1 e 3 c 617, e 1 c 621; + b 777: -1 e 1 c 339, e 2 c 621; + b 778: -1 e 0 c 85, e 2 c 89; + b 779: -1 e 1 c 85, e 0 c 617; + b 780: -1 e 0 c 81, e 2 c 85; + b 781: -1 e 3 c 613, e 1 c 617; + b 782: -1 e 1 c 335, e 2 c 617; + b 783: -1 e 1 c 81, e 0 c 613; + b 784: -1 e 3 c 609, e 1 c 613; + b 785: -1 e 1 c 331, e 2 c 613; + b 786: -1 e 0 c 77, e 2 c 81; + b 787: -1 e 1 c 77, e 0 c 609; + b 788: -1 e 0 c 73, e 2 c 77; + b 789: -1 e 3 c 605, e 1 c 609; + b 790: -1 e 1 c 327, e 2 c 609; + b 791: -1 e 1 c 73, e 0 c 605; + b 792: -1 e 3 c 604, e 1 c 605; + b 793: -1 e 1 c 323, e 2 c 605; + b 794: -1 e 0 c 72, e 2 c 73; + b 795: -1 e 1 c 72, e 0 c 604; + b 796: -1 e 0 c 70, e 2 c 72; + b 797: -1 e 3 c 601, e 1 c 604; + b 798: -1 e 1 c 322, e 2 c 604; + b 799: -1 e 1 c 70, e 0 c 601; + b 800: -1 e 1 c 601, e 3 c 602; + b 801: -1 e 1 c 320, e 2 c 601; + b 802: -1 e 2 c 70, e 0 c 602; + b 803: -1 e 2 c 320, e 2 c 602; + b 804: -1 e 0 c 320, e 2 c 322; + b 805: -1 e 0 c 322, e 2 c 323; + b 806: -1 e 0 c 323, e 2 c 327; + b 807: -1 e 0 c 327, e 2 c 331; + b 808: -1 e 0 c 331, e 2 c 335; + b 809: -1 e 0 c 335, e 2 c 339; + b 810: -1 e 0 c 339, e 2 c 343; + b 811: -1 e 0 c 343, e 2 c 347; + b 812: -1 e 0 c 347, e 2 c 351; + b 813: -1 e 0 c 351, e 2 c 355; + b 814: -1 e 0 c 355, e 2 c 363; + b 815: -1 e 0 c 363, e 2 c 367; + b 816: -1 e 0 c 367, e 2 c 371; + b 817: -1 e 0 c 371, e 2 c 376; + b 818: -1 e 0 c 376, e 2 c 380; + b 819: -1 e 0 c 380, e 2 c 383; + b 820: -1 e 0 c 383, e 2 c 387; + b 821: -1 e 0 c 387, e 2 c 391; + b 822: -1 e 0 c 107, e 2 c 110; + b 823: -1 e 1 c 107, e 3 c 108; + b 824: -1 e 2 c 107, e 0 c 641; + b 825: -1 e 3 c 107, e 0 c 642; + b 826: -1 e 0 c 110, e 2 c 114; + b 827: -1 e 1 c 110, e 3 c 111; + b 828: -1 e 3 c 110, e 0 c 646; + b 829: -1 e 0 c 114, e 2 c 118; + b 830: -1 e 1 c 114, e 3 c 115; + b 831: -1 e 3 c 114, e 0 c 650; + b 832: -1 e 0 c 118, e 2 c 123; + b 833: -1 e 1 c 118, e 3 c 119; + b 834: -1 e 3 c 118, e 0 c 654; + b 835: -1 e 0 c 123, e 2 c 124; + b 836: -1 e 3 c 122, e 1 c 123; + b 837: -1 e 3 c 123, e 0 c 659; + b 838: -1 e 0 c 124, e 2 c 128; + b 839: -1 e 1 c 124, e 3 c 127; + b 840: -1 e 3 c 124, e 0 c 660; + b 841: -1 e 0 c 128, e 2 c 134; + b 842: -1 e 1 c 128, e 3 c 131; + b 843: -1 e 3 c 128, e 0 c 664; + b 844: -1 e 0 c 134, e 2 c 138; + b 845: -1 e 1 c 134, e 3 c 135; + b 846: -1 e 3 c 134, e 0 c 670; + b 847: -1 e 0 c 138, e 2 c 144; + b 848: -1 e 1 c 138, e 3 c 139; + b 849: -1 e 3 c 138, e 0 c 674; + b 850: -1 e 0 c 144, e 2 c 150; + b 851: -1 e 1 c 144, e 3 c 145; + b 852: -1 e 3 c 144, e 0 c 682; + b 853: -1 e 0 c 150, e 2 c 151; + b 854: -1 e 3 c 149, e 1 c 150; + b 855: -1 e 3 c 150, e 0 c 690; + b 856: -1 e 0 c 151, e 2 c 155; + b 857: -1 e 1 c 151, e 3 c 154; + b 858: -1 e 3 c 151, e 0 c 691; + b 859: -1 e 0 c 155, e 2 c 159; + b 860: -1 e 1 c 155, e 3 c 158; + b 861: -1 e 3 c 155, e 0 c 695; + b 862: -1 e 0 c 159, e 2 c 163; + b 863: -1 e 1 c 159, e 3 c 162; + b 864: -1 e 3 c 159, e 0 c 699; + b 865: -1 e 0 c 163, e 2 c 167; + b 866: -1 e 1 c 163, e 3 c 166; + b 867: -1 e 3 c 163, e 0 c 703; + b 868: -1 e 0 c 167, e 2 c 173; + b 869: -1 e 1 c 167, e 3 c 170; + b 870: -1 e 3 c 167, e 0 c 707; + b 871: -1 e 0 c 173, e 2 c 177; + b 872: -1 e 1 c 173, e 3 c 174; + b 873: -1 e 3 c 173, e 0 c 713; + b 874: -1 e 0 c 177, e 2 c 179; + b 875: -1 e 1 c 177, e 3 c 178; + b 876: -1 e 3 c 177, e 0 c 717; + b 877: -1 e 0 c 179, e 2 c 184; + b 878: -1 e 1 c 179, e 3 c 180; + b 879: -1 e 3 c 179, e 0 c 719; + b 880: -1 e 0 c 184, e 0 c 725; + b 881: -1 e 1 c 184, e 3 c 185; + b 882: -1 e 3 c 184, e 0 c 726; + b 883: -1 e 1 c 725, e 3 c 726; + b 884: -1 e 0 c 434, e 2 c 725; + b 885: -1 e 3 c 725, e 1 c 727; + b 886: -1 e 3 c 719, e 1 c 726; + b 887: -1 e 3 c 434, e 2 c 726; + b 888: -1 e 3 c 717, e 1 c 719; + b 889: -1 e 3 c 429, e 2 c 719; + b 890: -1 e 3 c 713, e 1 c 717; + b 891: -1 e 3 c 427, e 2 c 717; + b 892: -1 e 3 c 707, e 1 c 713; + b 893: -1 e 3 c 423, e 2 c 713; + b 894: -1 e 3 c 703, e 1 c 707; + b 895: -1 e 3 c 417, e 2 c 707; + b 896: -1 e 3 c 699, e 1 c 703; + b 897: -1 e 3 c 413, e 2 c 703; + b 898: -1 e 3 c 695, e 1 c 699; + b 899: -1 e 3 c 409, e 2 c 699; + b 900: -1 e 3 c 691, e 1 c 695; + b 901: -1 e 3 c 405, e 2 c 695; + b 902: -1 e 3 c 690, e 1 c 691; + b 903: -1 e 3 c 401, e 2 c 691; + b 904: -1 e 3 c 682, e 1 c 690; + b 905: -1 e 3 c 400, e 2 c 690; + b 906: -1 e 3 c 674, e 1 c 682; + b 907: -1 e 3 c 394, e 2 c 682; + b 908: -1 e 3 c 670, e 1 c 674; + b 909: -1 e 3 c 388, e 2 c 674; + b 910: -1 e 3 c 664, e 1 c 670; + b 911: -1 e 3 c 384, e 2 c 670; + b 912: -1 e 3 c 660, e 1 c 664; + b 913: -1 e 3 c 378, e 2 c 664; + b 914: -1 e 3 c 659, e 1 c 660; + b 915: -1 e 3 c 374, e 2 c 660; + b 916: -1 e 3 c 654, e 1 c 659; + b 917: -1 e 3 c 373, e 2 c 659; + b 918: -1 e 3 c 650, e 1 c 654; + b 919: -1 e 3 c 368, e 2 c 654; + b 920: -1 e 3 c 646, e 1 c 650; + b 921: -1 e 3 c 364, e 2 c 650; + b 922: -1 e 3 c 642, e 1 c 646; + b 923: -1 e 3 c 360, e 2 c 646; + b 924: -1 e 1 c 641, e 1 c 642; + b 925: -1 e 3 c 357, e 2 c 642; + b 926: -1 e 2 c 357, e 2 c 641; + b 927: -1 e 3 c 641, e 1 c 644; + b 928: -1 e 0 c 357, e 2 c 360; + b 929: -1 e 1 c 357, e 3 c 358; + b 930: -1 e 0 c 360, e 2 c 364; + b 931: -1 e 1 c 360, e 3 c 361; + b 932: -1 e 0 c 364, e 2 c 368; + b 933: -1 e 1 c 364, e 3 c 365; + b 934: -1 e 0 c 368, e 2 c 373; + b 935: -1 e 1 c 368, e 3 c 369; + b 936: -1 e 0 c 373, e 2 c 374; + b 937: -1 e 3 c 372, e 1 c 373; + b 938: -1 e 0 c 374, e 2 c 378; + b 939: -1 e 1 c 374, e 3 c 377; + b 940: -1 e 0 c 378, e 2 c 384; + b 941: -1 e 1 c 378, e 3 c 381; + b 942: -1 e 0 c 384, e 2 c 388; + b 943: -1 e 1 c 384, e 3 c 385; + b 944: -1 e 0 c 388, e 2 c 394; + b 945: -1 e 1 c 388, e 3 c 389; + b 946: -1 e 0 c 394, e 2 c 400; + b 947: -1 e 1 c 394, e 3 c 395; + b 948: -1 e 0 c 400, e 2 c 401; + b 949: -1 e 3 c 399, e 1 c 400; + b 950: -1 e 0 c 401, e 2 c 405; + b 951: -1 e 1 c 401, e 3 c 404; + b 952: -1 e 0 c 405, e 2 c 409; + b 953: -1 e 1 c 405, e 3 c 408; + b 954: -1 e 0 c 409, e 2 c 413; + b 955: -1 e 1 c 409, e 3 c 412; + b 956: -1 e 0 c 413, e 2 c 417; + b 957: -1 e 1 c 413, e 3 c 416; + b 958: -1 e 0 c 417, e 2 c 423; + b 959: -1 e 1 c 417, e 3 c 420; + b 960: -1 e 0 c 423, e 2 c 427; + b 961: -1 e 1 c 423, e 3 c 424; + b 962: -1 e 0 c 427, e 2 c 429; + b 963: -1 e 1 c 427, e 3 c 428; + b 964: -1 e 0 c 429, e 2 c 434; + b 965: -1 e 1 c 429, e 3 c 430; + b 966: -1 e 1 c 434, e 3 c 435; + b 967: -1 e 0 c 435, e 2 c 727; + b 968: -1 e 1 c 435, e 2 c 728; + b 969: -1 e 0 c 430, e 2 c 435; + b 970: -1 e 0 c 185, e 0 c 727; + b 971: -1 e 3 c 727, e 3 c 728; + b 972: -1 e 1 c 185, e 0 c 728; + b 973: -1 e 0 c 180, e 2 c 185; + b 974: -1 e 3 c 720, e 1 c 728; + b 975: -1 e 1 c 180, e 0 c 720; + b 976: -1 e 3 c 718, e 1 c 720; + b 977: -1 e 1 c 430, e 2 c 720; + b 978: -1 e 0 c 178, e 2 c 180; + b 979: -1 e 1 c 178, e 0 c 718; + b 980: -1 e 0 c 174, e 2 c 178; + b 981: -1 e 3 c 714, e 1 c 718; + b 982: -1 e 1 c 428, e 2 c 718; + b 983: -1 e 1 c 174, e 0 c 714; + b 984: -1 e 3 c 710, e 1 c 714; + b 985: -1 e 1 c 424, e 2 c 714; + b 986: -1 e 0 c 170, e 2 c 174; + b 987: -1 e 1 c 170, e 0 c 710; + b 988: -1 e 0 c 166, e 2 c 170; + b 989: -1 e 3 c 706, e 1 c 710; + b 990: -1 e 1 c 420, e 2 c 710; + b 991: -1 e 1 c 166, e 0 c 706; + b 992: -1 e 3 c 702, e 1 c 706; + b 993: -1 e 1 c 416, e 2 c 706; + b 994: -1 e 0 c 162, e 2 c 166; + b 995: -1 e 1 c 162, e 0 c 702; + b 996: -1 e 0 c 158, e 2 c 162; + b 997: -1 e 3 c 698, e 1 c 702; + b 998: -1 e 1 c 412, e 2 c 702; + b 999: -1 e 1 c 158, e 0 c 698; + b 1000: -1 e 3 c 694, e 1 c 698; + b 1001: -1 e 1 c 408, e 2 c 698; + b 1002: -1 e 0 c 154, e 2 c 158; + b 1003: -1 e 1 c 154, e 0 c 694; + b 1004: -1 e 0 c 149, e 2 c 154; + b 1005: -1 e 3 c 689, e 1 c 694; + b 1006: -1 e 1 c 404, e 2 c 694; + b 1007: -1 e 1 c 149, e 0 c 689; + b 1008: -1 e 3 c 683, e 1 c 689; + b 1009: -1 e 1 c 399, e 2 c 689; + b 1010: -1 e 0 c 145, e 2 c 149; + b 1011: -1 e 1 c 145, e 0 c 683; + b 1012: -1 e 0 c 139, e 2 c 145; + b 1013: -1 e 3 c 675, e 1 c 683; + b 1014: -1 e 1 c 395, e 2 c 683; + b 1015: -1 e 1 c 139, e 0 c 675; + b 1016: -1 e 3 c 671, e 1 c 675; + b 1017: -1 e 1 c 389, e 2 c 675; + b 1018: -1 e 0 c 135, e 2 c 139; + b 1019: -1 e 1 c 135, e 0 c 671; + b 1020: -1 e 0 c 131, e 2 c 135; + b 1021: -1 e 3 c 667, e 1 c 671; + b 1022: -1 e 1 c 385, e 2 c 671; + b 1023: -1 e 1 c 131, e 0 c 667; + b 1024: -1 e 3 c 663, e 1 c 667; + b 1025: -1 e 1 c 381, e 2 c 667; + b 1026: -1 e 0 c 127, e 2 c 131; + b 1027: -1 e 1 c 127, e 0 c 663; + b 1028: -1 e 0 c 122, e 2 c 127; + b 1029: -1 e 3 c 658, e 1 c 663; + b 1030: -1 e 1 c 377, e 2 c 663; + b 1031: -1 e 1 c 122, e 0 c 658; + b 1032: -1 e 3 c 655, e 1 c 658; + b 1033: -1 e 1 c 372, e 2 c 658; + b 1034: -1 e 0 c 119, e 2 c 122; + b 1035: -1 e 1 c 119, e 0 c 655; + b 1036: -1 e 0 c 115, e 2 c 119; + b 1037: -1 e 3 c 651, e 1 c 655; + b 1038: -1 e 1 c 369, e 2 c 655; + b 1039: -1 e 1 c 115, e 0 c 651; + b 1040: -1 e 3 c 647, e 1 c 651; + b 1041: -1 e 1 c 365, e 2 c 651; + b 1042: -1 e 0 c 111, e 2 c 115; + b 1043: -1 e 1 c 111, e 0 c 647; + b 1044: -1 e 0 c 108, e 2 c 111; + b 1045: -1 e 3 c 643, e 1 c 647; + b 1046: -1 e 1 c 361, e 2 c 647; + b 1047: -1 e 1 c 108, e 0 c 643; + b 1048: -1 e 1 c 643, e 3 c 644; + b 1049: -1 e 1 c 358, e 2 c 643; + b 1050: -1 e 2 c 108, e 0 c 644; + b 1051: -1 e 2 c 358, e 2 c 644; + b 1052: -1 e 0 c 358, e 2 c 361; + b 1053: -1 e 0 c 361, e 2 c 365; + b 1054: -1 e 0 c 365, e 2 c 369; + b 1055: -1 e 0 c 369, e 2 c 372; + b 1056: -1 e 0 c 372, e 2 c 377; + b 1057: -1 e 0 c 377, e 2 c 381; + b 1058: -1 e 0 c 381, e 2 c 385; + b 1059: -1 e 0 c 385, e 2 c 389; + b 1060: -1 e 0 c 389, e 2 c 395; + b 1061: -1 e 0 c 395, e 2 c 399; + b 1062: -1 e 0 c 399, e 2 c 404; + b 1063: -1 e 0 c 404, e 2 c 408; + b 1064: -1 e 0 c 408, e 2 c 412; + b 1065: -1 e 0 c 412, e 2 c 416; + b 1066: -1 e 0 c 416, e 2 c 420; + b 1067: -1 e 0 c 420, e 2 c 424; + b 1068: -1 e 0 c 424, e 2 c 428; + b 1069: -1 e 0 c 428, e 2 c 430; + b 1070: -1 e 1 c 146, e 2 c 152; + b 1071: -1 e 2 c 146, e 0 c 684; + b 1072: -1 e 3 c 146, e 0 c 685; + b 1073: -1 e 0 c 146, e 2 c 147; + b 1074: -1 e 0 c 152, e 2 c 153; + b 1075: -1 e 1 c 152, e 0 c 692; + b 1076: -1 e 1 c 148, e 3 c 152; + b 1077: -1 e 0 c 153, e 2 c 160; + b 1078: -1 e 1 c 153, e 0 c 693; + b 1079: -1 e 3 c 153, e 1 c 156; + b 1080: -1 e 0 c 160, e 2 c 161; + b 1081: -1 e 1 c 160, e 0 c 700; + b 1082: -1 e 1 c 157, e 3 c 160; + b 1083: -1 e 0 c 161, e 2 c 165; + b 1084: -1 e 1 c 161, e 0 c 701; + b 1085: -1 e 3 c 161, e 1 c 164; + b 1086: -1 e 0 c 165, e 2 c 171; + b 1087: -1 e 1 c 165, e 0 c 705; + b 1088: -1 e 3 c 165, e 1 c 168; + b 1089: -1 e 0 c 171, e 2 c 172; + b 1090: -1 e 1 c 171, e 0 c 711; + b 1091: -1 e 1 c 169, e 3 c 171; + b 1092: -1 e 0 c 172, e 2 c 181; + b 1093: -1 e 1 c 172, e 0 c 712; + b 1094: -1 e 3 c 172, e 1 c 175; + b 1095: -1 e 0 c 181, e 1 c 828; + b 1096: -1 e 1 c 181, e 0 c 721; + b 1097: -1 e 1 c 176, e 3 c 181; + b 1098: -1 e 1 c 827, e 0 c 186; + b 1099: -1 e 1 c 186, e 2 c 187; + b 1100: -1 e 0 c 183, e 0 c 828; + b 1101: -1 e 0 c 176, e 0 c 182; + b 1102: -1 e 1 c 182, e 0 c 722; + b 1103: -1 e 0 c 827, e 2 c 191; + b 1104: -1 e 0 c 175, e 2 c 176; + b 1105: -1 e 3 c 176, e 0 c 716; + b 1106: -1 e 0 c 169, e 2 c 175; + b 1107: -1 e 3 c 175, e 0 c 715; + b 1108: -1 e 0 c 168, e 2 c 169; + b 1109: -1 e 3 c 169, e 0 c 709; + b 1110: -1 e 0 c 164, e 2 c 168; + b 1111: -1 e 3 c 168, e 0 c 708; + b 1112: -1 e 0 c 157, e 2 c 164; + b 1113: -1 e 3 c 164, e 0 c 704; + b 1114: -1 e 0 c 156, e 2 c 157; + b 1115: -1 e 3 c 157, e 0 c 697; + b 1116: -1 e 0 c 148, e 2 c 156; + b 1117: -1 e 3 c 156, e 0 c 696; + b 1118: -1 e 1 c 147, e 2 c 148; + b 1119: -1 e 3 c 148, e 0 c 688; + b 1120: -1 e 3 c 147, e 0 c 686; + b 1121: -1 e 0 c 147, e 0 c 687; + b 1122: -1 e 1 c 686, e 1 c 687; + b 1123: -1 e 3 c 397, e 2 c 686; + b 1124: -1 e 1 c 685, e 3 c 686; + b 1125: -1 e 0 c 397, e 2 c 687; + b 1126: -1 e 3 c 687, e 1 c 688; + b 1127: -1 e 1 c 397, e 2 c 398; + b 1128: -1 e 0 c 396, e 2 c 397; + b 1129: -1 e 0 c 398, e 2 c 406; + b 1130: -1 e 1 c 398, e 3 c 402; + b 1131: -1 e 3 c 398, e 2 c 688; + b 1132: -1 e 0 c 406, e 2 c 407; + b 1133: -1 e 3 c 403, e 1 c 406; + b 1134: -1 e 3 c 406, e 2 c 696; + b 1135: -1 e 0 c 407, e 2 c 414; + b 1136: -1 e 1 c 407, e 3 c 410; + b 1137: -1 e 3 c 407, e 2 c 697; + b 1138: -1 e 0 c 414, e 2 c 418; + b 1139: -1 e 3 c 411, e 1 c 414; + b 1140: -1 e 3 c 414, e 2 c 704; + b 1141: -1 e 0 c 418, e 2 c 419; + b 1142: -1 e 3 c 415, e 1 c 418; + b 1143: -1 e 3 c 418, e 2 c 708; + b 1144: -1 e 0 c 419, e 2 c 425; + b 1145: -1 e 1 c 419, e 3 c 421; + b 1146: -1 e 3 c 419, e 2 c 709; + b 1147: -1 e 0 c 425, e 2 c 426; + b 1148: -1 e 3 c 422, e 1 c 425; + b 1149: -1 e 3 c 425, e 2 c 715; + b 1150: -1 e 0 c 426, e 0 c 432; + b 1151: -1 e 1 c 426, e 3 c 431; + b 1152: -1 e 3 c 426, e 2 c 716; + b 1153: -1 e 1 c 432, e 2 c 722; + b 1154: -1 e 0 c 835, e 2 c 441; + b 1155: -1 e 1 c 835, e 0 c 436; + b 1156: -1 e 3 c 716, e 1 c 722; + b 1157: -1 e 3 c 722, e 1 c 735; + b 1158: -1 e 3 c 715, e 1 c 716; + b 1159: -1 e 3 c 709, e 1 c 715; + b 1160: -1 e 3 c 708, e 1 c 709; + b 1161: -1 e 3 c 704, e 1 c 708; + b 1162: -1 e 3 c 697, e 1 c 704; + b 1163: -1 e 3 c 696, e 1 c 697; + b 1164: -1 e 3 c 688, e 1 c 696; + b 1165: -1 e 3 c 191, e 0 c 735; + b 1166: -1 e 3 c 441, e 2 c 735; + b 1167: -1 e 3 c 735, e 1 c 739; + b 1168: -1 e 0 c 191, e 2 c 195; + b 1169: -1 e 3 c 187, e 1 c 191; + b 1170: -1 e 0 c 195, e 2 c 196; + b 1171: -1 e 3 c 192, e 1 c 195; + b 1172: -1 e 3 c 195, e 0 c 739; + b 1173: -1 e 0 c 196, e 2 c 203; + b 1174: -1 e 1 c 196, e 3 c 199; + b 1175: -1 e 3 c 196, e 0 c 740; + b 1176: -1 e 0 c 203, e 2 c 207; + b 1177: -1 e 3 c 200, e 1 c 203; + b 1178: -1 e 3 c 203, e 0 c 747; + b 1179: -1 e 0 c 207, e 2 c 208; + b 1180: -1 e 3 c 204, e 1 c 207; + b 1181: -1 e 3 c 207, e 0 c 751; + b 1182: -1 e 0 c 208, e 2 c 212; + b 1183: -1 e 1 c 208, e 3 c 211; + b 1184: -1 e 3 c 208, e 0 c 752; + b 1185: -1 e 0 c 212, e 2 c 216; + b 1186: -1 e 1 c 212, e 3 c 215; + b 1187: -1 e 3 c 212, e 0 c 756; + b 1188: -1 e 0 c 216, e 2 c 223; + b 1189: -1 e 1 c 216, e 3 c 219; + b 1190: -1 e 3 c 216, e 0 c 760; + b 1191: -1 e 0 c 223, e 3 c 228; + b 1192: -1 e 3 c 220, e 1 c 223; + b 1193: -1 e 3 c 223, e 0 c 767; + b 1194: -1 e 1 c 228, e 0 c 774; + b 1195: -1 e 0 c 226, e 2 c 228; + b 1196: -1 e 0 c 228, e 0 c 775; + b 1197: -1 e 1 c 774, e 3 c 775; + b 1198: -1 e 1 c 478, e 2 c 774; + b 1199: -1 e 1 c 771, e 3 c 774; + b 1200: -1 e 3 c 767, e 1 c 775; + b 1201: -1 e 0 c 478, e 2 c 775; + b 1202: -1 e 3 c 760, e 1 c 767; + b 1203: -1 e 3 c 473, e 2 c 767; + b 1204: -1 e 3 c 756, e 1 c 760; + b 1205: -1 e 3 c 466, e 2 c 760; + b 1206: -1 e 3 c 752, e 1 c 756; + b 1207: -1 e 3 c 462, e 2 c 756; + b 1208: -1 e 3 c 751, e 1 c 752; + b 1209: -1 e 3 c 458, e 2 c 752; + b 1210: -1 e 3 c 747, e 1 c 751; + b 1211: -1 e 3 c 457, e 2 c 751; + b 1212: -1 e 3 c 740, e 1 c 747; + b 1213: -1 e 3 c 453, e 2 c 747; + b 1214: -1 e 3 c 739, e 1 c 740; + b 1215: -1 e 3 c 446, e 2 c 740; + b 1216: -1 e 3 c 445, e 2 c 739; + b 1217: -1 e 0 c 445, e 2 c 446; + b 1218: -1 e 3 c 442, e 1 c 445; + b 1219: -1 e 0 c 441, e 2 c 445; + b 1220: -1 e 0 c 446, e 2 c 453; + b 1221: -1 e 1 c 446, e 3 c 449; + b 1222: -1 e 0 c 453, e 2 c 457; + b 1223: -1 e 3 c 450, e 1 c 453; + b 1224: -1 e 0 c 457, e 2 c 458; + b 1225: -1 e 3 c 454, e 1 c 457; + b 1226: -1 e 0 c 458, e 2 c 462; + b 1227: -1 e 1 c 458, e 3 c 461; + b 1228: -1 e 0 c 462, e 2 c 466; + b 1229: -1 e 1 c 462, e 3 c 465; + b 1230: -1 e 0 c 466, e 2 c 473; + b 1231: -1 e 1 c 466, e 3 c 469; + b 1232: -1 e 0 c 473, e 3 c 478; + b 1233: -1 e 3 c 470, e 1 c 473; + b 1234: -1 e 0 c 476, e 2 c 478; + b 1235: -1 e 1 c 476, e 2 c 771; + b 1236: -1 e 2 c 476, e 2 c 772; + b 1237: -1 e 0 c 470, e 3 c 476; + b 1238: -1 e 1 c 226, e 0 c 771; + b 1239: -1 e 3 c 771, e 3 c 772; + b 1240: -1 e 2 c 226, e 0 c 772; + b 1241: -1 e 0 c 220, e 3 c 226; + b 1242: -1 e 3 c 764, e 1 c 772; + b 1243: -1 e 1 c 220, e 0 c 764; + b 1244: -1 e 3 c 763, e 1 c 764; + b 1245: -1 e 1 c 470, e 2 c 764; + b 1246: -1 e 0 c 219, e 2 c 220; + b 1247: -1 e 1 c 219, e 0 c 763; + b 1248: -1 e 0 c 215, e 2 c 219; + b 1249: -1 e 3 c 759, e 1 c 763; + b 1250: -1 e 1 c 469, e 2 c 763; + b 1251: -1 e 1 c 215, e 0 c 759; + b 1252: -1 e 3 c 755, e 1 c 759; + b 1253: -1 e 1 c 465, e 2 c 759; + b 1254: -1 e 0 c 211, e 2 c 215; + b 1255: -1 e 1 c 211, e 0 c 755; + b 1256: -1 e 0 c 204, e 2 c 211; + b 1257: -1 e 3 c 748, e 1 c 755; + b 1258: -1 e 1 c 461, e 2 c 755; + b 1259: -1 e 1 c 204, e 0 c 748; + b 1260: -1 e 3 c 744, e 1 c 748; + b 1261: -1 e 1 c 454, e 2 c 748; + b 1262: -1 e 0 c 200, e 2 c 204; + b 1263: -1 e 1 c 200, e 0 c 744; + b 1264: -1 e 0 c 199, e 2 c 200; + b 1265: -1 e 3 c 743, e 1 c 744; + b 1266: -1 e 1 c 450, e 2 c 744; + b 1267: -1 e 1 c 199, e 0 c 743; + b 1268: -1 e 3 c 736, e 1 c 743; + b 1269: -1 e 1 c 449, e 2 c 743; + b 1270: -1 e 0 c 192, e 2 c 199; + b 1271: -1 e 1 c 192, e 0 c 736; + b 1272: -1 e 0 c 187, e 2 c 192; + b 1273: -1 e 3 c 729, e 1 c 736; + b 1274: -1 e 1 c 442, e 2 c 736; + b 1275: -1 e 1 c 187, e 0 c 729; + b 1276: -1 e 1 c 723, e 1 c 729; + b 1277: -1 e 1 c 437, e 2 c 729; + b 1278: -1 e 1 c 183, e 0 c 723; + b 1279: -1 e 1 c 433, e 2 c 723; + b 1280: -1 e 3 c 723, e 3 c 724; + b 1281: -1 e 2 c 183, e 0 c 724; + b 1282: -1 e 3 c 721, e 1 c 724; + b 1283: -1 e 2 c 433, e 2 c 724; + b 1284: -1 e 3 c 712, e 1 c 721; + b 1285: -1 e 1 c 431, e 2 c 721; + b 1286: -1 e 3 c 711, e 1 c 712; + b 1287: -1 e 1 c 422, e 2 c 712; + b 1288: -1 e 3 c 705, e 1 c 711; + b 1289: -1 e 1 c 421, e 2 c 711; + b 1290: -1 e 3 c 701, e 1 c 705; + b 1291: -1 e 1 c 415, e 2 c 705; + b 1292: -1 e 3 c 700, e 1 c 701; + b 1293: -1 e 1 c 411, e 2 c 701; + b 1294: -1 e 3 c 693, e 1 c 700; + b 1295: -1 e 1 c 410, e 2 c 700; + b 1296: -1 e 3 c 692, e 1 c 693; + b 1297: -1 e 1 c 403, e 2 c 693; + b 1298: -1 e 3 c 684, e 1 c 692; + b 1299: -1 e 1 c 402, e 2 c 692; + b 1300: -1 e 1 c 684, e 3 c 685; + b 1301: -1 e 2 c 396, e 2 c 684; + b 1302: -1 e 3 c 396, e 2 c 685; + b 1303: -1 e 1 c 396, e 2 c 402; + b 1304: -1 e 0 c 402, e 2 c 403; + b 1305: -1 e 0 c 403, e 2 c 410; + b 1306: -1 e 0 c 410, e 2 c 411; + b 1307: -1 e 0 c 411, e 2 c 415; + b 1308: -1 e 0 c 415, e 2 c 421; + b 1309: -1 e 0 c 421, e 2 c 422; + b 1310: -1 e 0 c 422, e 2 c 431; + b 1311: -1 e 0 c 431, e 1 c 836; + b 1312: -1 e 1 c 436, e 2 c 437; + b 1313: -1 e 0 c 433, e 0 c 836; + b 1314: -1 e 0 c 437, e 2 c 442; + b 1315: -1 e 3 c 437, e 1 c 441; + b 1316: -1 e 0 c 442, e 2 c 449; + b 1317: -1 e 0 c 449, e 2 c 450; + b 1318: -1 e 0 c 450, e 2 c 454; + b 1319: -1 e 0 c 454, e 2 c 461; + b 1320: -1 e 0 c 461, e 2 c 465; + b 1321: -1 e 0 c 465, e 2 c 469; + b 1322: -1 e 0 c 469, e 2 c 470; + b 1323: -1 e 1 c 188, e 2 c 193; + b 1324: -1 e 2 c 188, e 0 c 189; + b 1325: -1 e 3 c 188, e 0 c 730; + b 1326: -1 e 0 c 188, e 0 c 731; + b 1327: -1 e 0 c 193, e 2 c 194; + b 1328: -1 e 3 c 190, e 1 c 193; + b 1329: -1 e 3 c 193, e 0 c 737; + b 1330: -1 e 0 c 194, e 2 c 201; + b 1331: -1 e 1 c 194, e 3 c 197; + b 1332: -1 e 3 c 194, e 0 c 738; + b 1333: -1 e 0 c 201, e 2 c 202; + b 1334: -1 e 3 c 198, e 1 c 201; + b 1335: -1 e 3 c 201, e 0 c 745; + b 1336: -1 e 0 c 202, e 2 c 209; + b 1337: -1 e 1 c 202, e 3 c 205; + b 1338: -1 e 3 c 202, e 0 c 746; + b 1339: -1 e 0 c 209, e 2 c 210; + b 1340: -1 e 3 c 206, e 1 c 209; + b 1341: -1 e 3 c 209, e 0 c 753; + b 1342: -1 e 0 c 210, e 2 c 217; + b 1343: -1 e 1 c 210, e 3 c 213; + b 1344: -1 e 3 c 210, e 0 c 754; + b 1345: -1 e 0 c 217, e 2 c 221; + b 1346: -1 e 3 c 214, e 1 c 217; + b 1347: -1 e 3 c 217, e 0 c 761; + b 1348: -1 e 0 c 221, e 2 c 222; + b 1349: -1 e 3 c 218, e 1 c 221; + b 1350: -1 e 3 c 221, e 0 c 765; + b 1351: -1 e 0 c 222, e 1 c 830; + b 1352: -1 e 1 c 222, e 3 c 224; + b 1353: -1 e 3 c 222, e 0 c 766; + b 1354: -1 e 0 c 227, e 0 c 773; + b 1355: -1 e 1 c 227, e 2 c 230; + b 1356: -1 e 1 c 225, e 0 c 830; + b 1357: -1 e 3 c 766, e 1 c 773; + b 1358: -1 e 0 c 477, e 2 c 773; + b 1359: -1 e 3 c 773, e 1 c 780; + b 1360: -1 e 3 c 765, e 1 c 766; + b 1361: -1 e 3 c 472, e 2 c 766; + b 1362: -1 e 3 c 761, e 1 c 765; + b 1363: -1 e 3 c 471, e 2 c 765; + b 1364: -1 e 3 c 754, e 1 c 761; + b 1365: -1 e 3 c 467, e 2 c 761; + b 1366: -1 e 3 c 753, e 1 c 754; + b 1367: -1 e 3 c 460, e 2 c 754; + b 1368: -1 e 3 c 746, e 1 c 753; + b 1369: -1 e 3 c 459, e 2 c 753; + b 1370: -1 e 3 c 745, e 1 c 746; + b 1371: -1 e 3 c 452, e 2 c 746; + b 1372: -1 e 3 c 738, e 1 c 745; + b 1373: -1 e 3 c 451, e 2 c 745; + b 1374: -1 e 3 c 737, e 1 c 738; + b 1375: -1 e 3 c 444, e 2 c 738; + b 1376: -1 e 3 c 731, e 1 c 737; + b 1377: -1 e 3 c 443, e 2 c 737; + b 1378: -1 e 1 c 730, e 1 c 731; + b 1379: -1 e 0 c 438, e 2 c 731; + b 1380: -1 e 3 c 438, e 2 c 730; + b 1381: -1 e 3 c 730, e 1 c 733; + b 1382: -1 e 1 c 438, e 2 c 443; + b 1383: -1 e 2 c 438, e 0 c 439; + b 1384: -1 e 0 c 443, e 2 c 444; + b 1385: -1 e 3 c 440, e 1 c 443; + b 1386: -1 e 0 c 444, e 2 c 451; + b 1387: -1 e 1 c 444, e 3 c 447; + b 1388: -1 e 0 c 451, e 2 c 452; + b 1389: -1 e 3 c 448, e 1 c 451; + b 1390: -1 e 0 c 452, e 2 c 459; + b 1391: -1 e 1 c 452, e 3 c 455; + b 1392: -1 e 0 c 459, e 2 c 460; + b 1393: -1 e 3 c 456, e 1 c 459; + b 1394: -1 e 0 c 460, e 2 c 467; + b 1395: -1 e 1 c 460, e 3 c 463; + b 1396: -1 e 0 c 467, e 2 c 471; + b 1397: -1 e 3 c 464, e 1 c 467; + b 1398: -1 e 0 c 471, e 2 c 472; + b 1399: -1 e 3 c 468, e 1 c 471; + b 1400: -1 e 0 c 472, e 1 c 838; + b 1401: -1 e 1 c 472, e 3 c 474; + b 1402: -1 e 1 c 477, e 2 c 480; + b 1403: -1 e 1 c 475, e 0 c 838; + b 1404: -1 e 0 c 480, e 2 c 482; + b 1405: -1 e 1 c 480, e 2 c 779; + b 1406: -1 e 3 c 480, e 2 c 780; + b 1407: -1 e 0 c 482, e 2 c 484; + b 1408: -1 e 1 c 482, e 2 c 783; + b 1409: -1 e 3 c 482, e 2 c 784; + b 1410: -1 e 0 c 484, e 2 c 486; + b 1411: -1 e 1 c 484, e 2 c 787; + b 1412: -1 e 3 c 484, e 2 c 788; + b 1413: -1 e 0 c 486, e 2 c 488; + b 1414: -1 e 1 c 486, e 2 c 791; + b 1415: -1 e 3 c 486, e 2 c 792; + b 1416: -1 e 0 c 488, e 2 c 490; + b 1417: -1 e 1 c 488, e 2 c 795; + b 1418: -1 e 3 c 488, e 2 c 796; + b 1419: -1 e 0 c 490, e 2 c 492; + b 1420: -1 e 1 c 490, e 2 c 799; + b 1421: -1 e 3 c 490, e 2 c 800; + b 1422: -1 e 0 c 492, e 2 c 494; + b 1423: -1 e 1 c 492, e 2 c 803; + b 1424: -1 e 3 c 492, e 2 c 804; + b 1425: -1 e 0 c 494, e 2 c 496; + b 1426: -1 e 1 c 494, e 2 c 807; + b 1427: -1 e 3 c 494, e 2 c 808; + b 1428: -1 e 0 c 496, e 2 c 498; + b 1429: -1 e 1 c 496, e 2 c 811; + b 1430: -1 e 3 c 496, e 2 c 812; + b 1431: -1 e 0 c 498, e 2 c 500; + b 1432: -1 e 1 c 498, e 2 c 815; + b 1433: -1 e 3 c 498, e 2 c 816; + b 1434: -1 e 0 c 500, e 2 c 820; + b 1435: -1 e 1 c 500, e 2 c 821; + b 1436: -1 e 3 c 500, e 2 c 822; + b 1437: -1 e 0 c 250, e 0 c 820; + b 1438: -1 e 1 c 820, e 3 c 822; + b 1439: -1 e 3 c 820, e 3 c 821; + b 1440: -1 e 1 c 250, e 0 c 821; + b 1441: -1 e 0 c 248, e 2 c 250; + b 1442: -1 e 3 c 250, e 0 c 822; + b 1443: -1 e 3 c 815, e 1 c 821; + b 1444: -1 e 1 c 248, e 0 c 815; + b 1445: -1 e 3 c 811, e 1 c 815; + b 1446: -1 e 0 c 246, e 2 c 248; + b 1447: -1 e 3 c 248, e 0 c 816; + b 1448: -1 e 1 c 246, e 0 c 811; + b 1449: -1 e 0 c 244, e 2 c 246; + b 1450: -1 e 3 c 246, e 0 c 812; + b 1451: -1 e 3 c 807, e 1 c 811; + b 1452: -1 e 1 c 244, e 0 c 807; + b 1453: -1 e 3 c 803, e 1 c 807; + b 1454: -1 e 0 c 242, e 2 c 244; + b 1455: -1 e 3 c 244, e 0 c 808; + b 1456: -1 e 1 c 242, e 0 c 803; + b 1457: -1 e 0 c 240, e 2 c 242; + b 1458: -1 e 3 c 242, e 0 c 804; + b 1459: -1 e 3 c 799, e 1 c 803; + b 1460: -1 e 1 c 240, e 0 c 799; + b 1461: -1 e 3 c 795, e 1 c 799; + b 1462: -1 e 0 c 238, e 2 c 240; + b 1463: -1 e 3 c 240, e 0 c 800; + b 1464: -1 e 1 c 238, e 0 c 795; + b 1465: -1 e 0 c 236, e 2 c 238; + b 1466: -1 e 3 c 238, e 0 c 796; + b 1467: -1 e 3 c 791, e 1 c 795; + b 1468: -1 e 1 c 236, e 0 c 791; + b 1469: -1 e 3 c 787, e 1 c 791; + b 1470: -1 e 0 c 234, e 2 c 236; + b 1471: -1 e 3 c 236, e 0 c 792; + b 1472: -1 e 1 c 234, e 0 c 787; + b 1473: -1 e 0 c 232, e 2 c 234; + b 1474: -1 e 3 c 234, e 0 c 788; + b 1475: -1 e 3 c 783, e 1 c 787; + b 1476: -1 e 1 c 232, e 0 c 783; + b 1477: -1 e 3 c 779, e 1 c 783; + b 1478: -1 e 0 c 230, e 2 c 232; + b 1479: -1 e 3 c 232, e 0 c 784; + b 1480: -1 e 1 c 230, e 0 c 779; + b 1481: -1 e 3 c 230, e 0 c 780; + b 1482: -1 e 1 c 769, e 1 c 779; + b 1483: -1 e 0 c 829, e 0 c 769; + b 1484: -1 e 0 c 837, e 2 c 769; + b 1485: -1 e 3 c 769, e 3 c 770; + b 1486: -1 e 0 c 224, e 0 c 225; + b 1487: -1 e 1 c 829, e 0 c 770; + b 1488: -1 e 1 c 224, e 0 c 768; + b 1489: -1 e 0 c 218, e 2 c 224; + b 1490: -1 e 3 c 762, e 1 c 768; + b 1491: -1 e 1 c 474, e 2 c 768; + b 1492: -1 e 3 c 768, e 1 c 770; + b 1493: -1 e 1 c 218, e 0 c 762; + b 1494: -1 e 3 c 758, e 1 c 762; + b 1495: -1 e 1 c 468, e 2 c 762; + b 1496: -1 e 0 c 214, e 2 c 218; + b 1497: -1 e 1 c 214, e 0 c 758; + b 1498: -1 e 0 c 213, e 2 c 214; + b 1499: -1 e 3 c 757, e 1 c 758; + b 1500: -1 e 1 c 464, e 2 c 758; + b 1501: -1 e 1 c 213, e 0 c 757; + b 1502: -1 e 3 c 750, e 1 c 757; + b 1503: -1 e 1 c 463, e 2 c 757; + b 1504: -1 e 0 c 206, e 2 c 213; + b 1505: -1 e 1 c 206, e 0 c 750; + b 1506: -1 e 0 c 205, e 2 c 206; + b 1507: -1 e 3 c 749, e 1 c 750; + b 1508: -1 e 1 c 456, e 2 c 750; + b 1509: -1 e 1 c 205, e 0 c 749; + b 1510: -1 e 3 c 742, e 1 c 749; + b 1511: -1 e 1 c 455, e 2 c 749; + b 1512: -1 e 0 c 198, e 2 c 205; + b 1513: -1 e 1 c 198, e 0 c 742; + b 1514: -1 e 0 c 197, e 2 c 198; + b 1515: -1 e 3 c 741, e 1 c 742; + b 1516: -1 e 1 c 448, e 2 c 742; + b 1517: -1 e 1 c 197, e 0 c 741; + b 1518: -1 e 3 c 734, e 1 c 741; + b 1519: -1 e 1 c 447, e 2 c 741; + b 1520: -1 e 0 c 190, e 2 c 197; + b 1521: -1 e 1 c 190, e 0 c 734; + b 1522: -1 e 1 c 189, e 2 c 190; + b 1523: -1 e 3 c 732, e 1 c 734; + b 1524: -1 e 1 c 440, e 2 c 734; + b 1525: -1 e 2 c 189, e 0 c 732; + b 1526: -1 e 1 c 732, e 3 c 733; + b 1527: -1 e 2 c 439, e 2 c 732; + b 1528: -1 e 3 c 189, e 0 c 733; + b 1529: -1 e 3 c 439, e 2 c 733; + b 1530: -1 e 1 c 439, e 2 c 440; + b 1531: -1 e 0 c 440, e 2 c 447; + b 1532: -1 e 0 c 447, e 2 c 448; + b 1533: -1 e 0 c 448, e 2 c 455; + b 1534: -1 e 0 c 455, e 2 c 456; + b 1535: -1 e 0 c 456, e 2 c 463; + b 1536: -1 e 0 c 463, e 2 c 464; + b 1537: -1 e 0 c 464, e 2 c 468; + b 1538: -1 e 0 c 468, e 2 c 474; + b 1539: -1 e 0 c 474, e 0 c 475; + b 1540: -1 e 1 c 837, e 2 c 770; + b 1541: -1 e 3 c 780, e 1 c 784; + b 1542: -1 e 3 c 784, e 1 c 788; + b 1543: -1 e 3 c 788, e 1 c 792; + b 1544: -1 e 3 c 792, e 1 c 796; + b 1545: -1 e 3 c 796, e 1 c 800; + b 1546: -1 e 3 c 800, e 1 c 804; + b 1547: -1 e 3 c 804, e 1 c 808; + b 1548: -1 e 3 c 808, e 1 c 812; + b 1549: -1 e 3 c 812, e 1 c 816; + b 1550: -1 e 3 c 816, e 1 c 822; + b 1551: -1 e 0 c 229, e 2 c 231; + b 1552: -1 e 1 c 229, e 0 c 776; + b 1553: -1 e 2 c 229, e 0 c 777; + b 1554: -1 e 3 c 229, e 0 c 778; + b 1555: -1 e 0 c 231, e 2 c 233; + b 1556: -1 e 1 c 231, e 0 c 781; + b 1557: -1 e 3 c 231, e 0 c 782; + b 1558: -1 e 0 c 233, e 2 c 235; + b 1559: -1 e 1 c 233, e 0 c 785; + b 1560: -1 e 3 c 233, e 0 c 786; + b 1561: -1 e 0 c 235, e 2 c 237; + b 1562: -1 e 1 c 235, e 0 c 789; + b 1563: -1 e 3 c 235, e 0 c 790; + b 1564: -1 e 0 c 237, e 2 c 239; + b 1565: -1 e 1 c 237, e 0 c 793; + b 1566: -1 e 3 c 237, e 0 c 794; + b 1567: -1 e 0 c 239, e 2 c 241; + b 1568: -1 e 1 c 239, e 0 c 797; + b 1569: -1 e 3 c 239, e 0 c 798; + b 1570: -1 e 0 c 241, e 2 c 243; + b 1571: -1 e 1 c 241, e 0 c 801; + b 1572: -1 e 3 c 241, e 0 c 802; + b 1573: -1 e 0 c 243, e 2 c 245; + b 1574: -1 e 1 c 243, e 0 c 805; + b 1575: -1 e 3 c 243, e 0 c 806; + b 1576: -1 e 0 c 245, e 2 c 247; + b 1577: -1 e 1 c 245, e 0 c 809; + b 1578: -1 e 3 c 245, e 0 c 810; + b 1579: -1 e 0 c 247, e 2 c 249; + b 1580: -1 e 1 c 247, e 0 c 813; + b 1581: -1 e 3 c 247, e 0 c 814; + b 1582: -1 e 0 c 249, e 0 c 817; + b 1583: -1 e 1 c 249, e 0 c 818; + b 1584: -1 e 3 c 249, e 0 c 819; + b 1585: -1 e 1 c 817, e 3 c 819; + b 1586: -1 e 0 c 499, e 2 c 817; + b 1587: -1 e 3 c 817, e 3 c 818; + b 1588: -1 e 3 c 814, e 1 c 819; + b 1589: -1 e 3 c 499, e 2 c 819; + b 1590: -1 e 3 c 810, e 1 c 814; + b 1591: -1 e 3 c 497, e 2 c 814; + b 1592: -1 e 3 c 806, e 1 c 810; + b 1593: -1 e 3 c 495, e 2 c 810; + b 1594: -1 e 3 c 802, e 1 c 806; + b 1595: -1 e 3 c 493, e 2 c 806; + b 1596: -1 e 3 c 798, e 1 c 802; + b 1597: -1 e 3 c 491, e 2 c 802; + b 1598: -1 e 3 c 794, e 1 c 798; + b 1599: -1 e 3 c 489, e 2 c 798; + b 1600: -1 e 3 c 790, e 1 c 794; + b 1601: -1 e 3 c 487, e 2 c 794; + b 1602: -1 e 3 c 786, e 1 c 790; + b 1603: -1 e 3 c 485, e 2 c 790; + b 1604: -1 e 3 c 782, e 1 c 786; + b 1605: -1 e 3 c 483, e 2 c 786; + b 1606: -1 e 3 c 778, e 1 c 782; + b 1607: -1 e 3 c 481, e 2 c 782; + b 1608: -1 e 1 c 777, e 1 c 778; + b 1609: -1 e 3 c 479, e 2 c 778; + b 1610: -1 e 2 c 479, e 2 c 777; + b 1611: -1 e 1 c 776, e 3 c 777; + b 1612: -1 e 0 c 479, e 2 c 481; + b 1613: -1 e 1 c 479, e 2 c 776; + b 1614: -1 e 0 c 481, e 2 c 483; + b 1615: -1 e 1 c 481, e 2 c 781; + b 1616: -1 e 0 c 483, e 2 c 485; + b 1617: -1 e 1 c 483, e 2 c 785; + b 1618: -1 e 0 c 485, e 2 c 487; + b 1619: -1 e 1 c 485, e 2 c 789; + b 1620: -1 e 0 c 487, e 2 c 489; + b 1621: -1 e 1 c 487, e 2 c 793; + b 1622: -1 e 0 c 489, e 2 c 491; + b 1623: -1 e 1 c 489, e 2 c 797; + b 1624: -1 e 0 c 491, e 2 c 493; + b 1625: -1 e 1 c 491, e 2 c 801; + b 1626: -1 e 0 c 493, e 2 c 495; + b 1627: -1 e 1 c 493, e 2 c 805; + b 1628: -1 e 0 c 495, e 2 c 497; + b 1629: -1 e 1 c 495, e 2 c 809; + b 1630: -1 e 0 c 497, e 2 c 499; + b 1631: -1 e 1 c 497, e 2 c 813; + b 1632: -1 e 1 c 499, e 2 c 818; + b 1633: -1 e 3 c 813, e 1 c 818; + b 1634: -1 e 3 c 809, e 1 c 813; + b 1635: -1 e 3 c 805, e 1 c 809; + b 1636: -1 e 3 c 801, e 1 c 805; + b 1637: -1 e 3 c 797, e 1 c 801; + b 1638: -1 e 3 c 793, e 1 c 797; + b 1639: -1 e 3 c 789, e 1 c 793; + b 1640: -1 e 3 c 785, e 1 c 789; + b 1641: -1 e 3 c 781, e 1 c 785; + b 1642: -1 e 3 c 776, e 1 c 781; + b 1643: e 0 c 817; + b 1644: e 0 c 505; + b 1645: -1 e 2 c 24, e 2 c 823; + b 1646: -1 e 2 c 27, e 2 c 824; + b 1647: -1 e 2 c 64, e 2 c 825; + b 1648: -1 e 2 c 68, e 2 c 826; + b 1649: -1 e 2 c 182, e 2 c 827; + b 1650: -1 e 2 c 186, e 2 c 828; + b 1651: -1 e 2 c 225, e 2 c 829; + b 1652: -1 e 2 c 227, e 2 c 830; + b 1653: -1 e 2 c 274, e 2 c 831; + b 1654: -1 e 2 c 277, e 2 c 832; + b 1655: -1 e 2 c 314, e 2 c 833; + b 1656: -1 e 2 c 318, e 2 c 834; + b 1657: -1 e 2 c 432, e 2 c 835; + b 1658: -1 e 2 c 436, e 2 c 836; + b 1659: -1 e 2 c 475, e 2 c 837; + b 1660: -1 e 2 c 477, e 2 c 838; +; +PdefRA 2 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 1 { 4 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 1 { 659 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.opt b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..55acbe0 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\simulation\MyLab3_lib\DA_CLFilter1_cell_3\layout\emSetup_MoM"; +# simTag "M251004123803"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\data"; +DS_NAME "DA_CLFilter1_cell_3_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ovm b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..cef1e45 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,4132 @@ +OVM ASCII +Vertices +836 +0 -0.003164 0.00152 +0 -0.001775 0.00152 +0 -0.001667 0.00152 +0 -0.000278 0.00152 +0.00165536363636364 -0.003164 0.00152 +0.00165536363636364 -0.001775 0.00152 +0.00165536363636364 -0.001667 0.00152 +0.00165536363636364 -0.000278 0.00152 +0.00331072727272727 -0.003164 0.00152 +0.00331072727272727 -0.001775 0.00152 +0.00331072727272727 -0.001667 0.00152 +0.00331072727272727 -0.000278 0.00152 +0.00496609090909091 -0.003164 0.00152 +0.00496609090909091 -0.001775 0.00152 +0.00496609090909091 -0.001667 0.00152 +0.00496609090909091 -0.000278 0.00152 +0.00662145454545454 -0.003164 0.00152 +0.00662145454545454 -0.001775 0.00152 +0.00662145454545454 -0.001667 0.00152 +0.00662145454545454 -0.000278 0.00152 +0.00827681818181818 -0.003164 0.00152 +0.00827681818181818 -0.001775 0.00152 +0.00827681818181818 -0.001667 0.00152 +0.00827681818181818 -0.000278 0.00152 +0.009932181818181819 -0.003164 0.00152 +0.009932181818181819 -0.001775 0.00152 +0.009932181818181819 -0.001667 0.00152 +0.009932181818181819 -0.000278 0.00152 +0.0115875454545455 -0.003164 0.00152 +0.0115875454545455 -0.001775 0.00152 +0.0115875454545455 -0.001667 0.00152 +0.0115875454545455 -0.000278 0.00152 +0.0132429090909091 -0.003164 0.00152 +0.0132429090909091 -0.001775 0.00152 +0.0132429090909091 -0.001667 0.00152 +0.0132429090909091 -0.000278 0.00152 +0.0148982727272727 -0.003164 0.00152 +0.0148982727272727 -0.001775 0.00152 +0.0148982727272727 -0.001667 0.00152 +0.0148982727272727 -0.000278 0.00152 +0.0165536363636364 -0.003164 0.00152 +0.0165536363636364 -0.001775 0.00152 +0.0165536363636364 -0.001667 0.00152 +0.0165536363636364 -0.000278 0.00152 +0.018209 -0.007614 0.00152 +0.018209 -0.0062585 0.00152 +0.018209 -0.004903 0.00152 +0.018209 -0.004486 0.00152 +0.018209 -0.003164 0.00152 +0.018209 -0.001775 0.00152 +0.018209 -0.001667 0.00152 +0.018209 -0.000278 0.00152 +0.0195645 -0.0062585 0.00152 +0.0195645 -0.0031305 0.00152 +0.0195645 -0.007614 0.00152 +0.0195645 -0.004903 0.00152 +0.0195645 -0.004486 0.00152 +0.0195645 -0.001775 0.00152 +0.0212159444444444 -0.004486 0.00152 +0.0212159444444444 -0.001775 0.00152 +0.0212159444444444 -0.0031305 0.00152 +0.0213665555555556 -0.0062585 0.00152 +0.0213665555555556 -0.007614 0.00152 +0.0213665555555556 -0.004903 0.00152 +0.0228673888888889 -0.0031305 0.00152 +0.0228673888888889 -0.004486 0.00152 +0.0228673888888889 -0.001775 0.00152 +0.0231686111111111 -0.007614 0.00152 +0.0231686111111111 -0.004903 0.00152 +0.0231686111111111 -0.0062585 0.00152 +0.0245188333333333 -0.0031305 0.00152 +0.0245188333333333 -0.004486 0.00152 +0.0245188333333333 -0.001775 0.00152 +0.0249706666666667 -0.007614 0.00152 +0.0249706666666667 -0.004903 0.00152 +0.0249706666666667 -0.0062585 0.00152 +0.0261702777777778 -0.004486 0.00152 +0.0261702777777778 -0.001775 0.00152 +0.0261702777777778 -0.0031305 0.00152 +0.0267727222222222 -0.007614 0.00152 +0.0267727222222222 -0.004903 0.00152 +0.0267727222222222 -0.0062585 0.00152 +0.0278217222222222 -0.0031305 0.00152 +0.0278217222222222 -0.004486 0.00152 +0.0278217222222222 -0.001775 0.00152 +0.0285747777777778 -0.0062585 0.00152 +0.0285747777777778 -0.007614 0.00152 +0.0285747777777778 -0.004903 0.00152 +0.0294731666666667 -0.004486 0.00152 +0.0294731666666667 -0.001775 0.00152 +0.0294731666666667 -0.0031305 0.00152 +0.0303768333333333 -0.0062585 0.00152 +0.0303768333333333 -0.007614 0.00152 +0.0303768333333333 -0.004903 0.00152 +0.0311246111111111 -0.0031305 0.00152 +0.0311246111111111 -0.004486 0.00152 +0.0311246111111111 -0.001775 0.00152 +0.0321788888888889 -0.007614 0.00152 +0.0321788888888889 -0.004903 0.00152 +0.0321788888888889 -0.0062585 0.00152 +0.0327760555555556 -0.004486 0.00152 +0.0327760555555556 -0.001775 0.00152 +0.0327760555555556 -0.0031305 0.00152 +0.0339809444444444 -0.0062585 0.00152 +0.0339809444444444 -0.007614 0.00152 +0.0339809444444444 -0.004903 0.00152 +0.0344275 -0.0031305 0.00152 +0.0344275 -0.004486 0.00152 +0.0344275 -0.001775 0.00152 +0.035783 -0.0062585 0.00152 +0.035783 -0.012394 0.00152 +0.035783 -0.0108211185781153 0.00152 +0.035783 -0.009246000000000001 0.00152 +0.035783 -0.008051000000000001 0.00152 +0.035783 -0.007614 0.00152 +0.035783 -0.004903 0.00152 +0.035783 -0.004486 0.00152 +0.035783 -0.0031305 0.00152 +0.035783 -0.001775 0.00152 +0.0373558798331589 -0.0123962355652451 0.00152 +0.037357 -0.008051000000000001 0.00152 +0.037357 -0.004903 0.00152 +0.037357 -0.006477 0.00152 +0.0373581185781153 -0.0108211185781153 0.00152 +0.0373581185781153 -0.009246000000000001 0.00152 +0.0390949068216766 -0.0123987072787313 0.00152 +0.0390971473231796 -0.0108223544354825 0.00152 +0.0390971473231796 -0.009246000000000001 0.00152 +0.039121125 -0.008051000000000001 0.00152 +0.039121125 -0.004903 0.00152 +0.039121125 -0.006477 0.00152 +0.0408339338101942 -0.0124011789922175 0.00152 +0.040836176068244 -0.0108235902928498 0.00152 +0.040836176068244 -0.009246000000000001 0.00152 +0.04088525 -0.006477 0.00152 +0.04088525 -0.008051000000000001 0.00152 +0.04088525 -0.004903 0.00152 +0.0425729607987118 -0.0124036507057038 0.00152 +0.0425752048133084 -0.0108248261502171 0.00152 +0.0425752048133084 -0.009246000000000001 0.00152 +0.042649375 -0.008051000000000001 0.00152 +0.042649375 -0.004903 0.00152 +0.042649375 -0.006477 0.00152 +0.0443119877872294 -0.01240612241919 0.00152 +0.0443142335583728 -0.009246000000000001 0.00152 +0.0443142335583728 -0.0108260620075843 0.00152 +0.0444135 -0.006477 0.00152 +0.0444135 -0.008051000000000001 0.00152 +0.0444135 -0.004903 0.00152 +0.046051014775747 -0.0124085941326762 0.00152 +0.0460532623034371 -0.009246000000000001 0.00152 +0.0460532623034371 -0.0108272978649516 0.00152 +0.046177625 -0.006477 0.00152 +0.046177625 -0.008051000000000001 0.00152 +0.046177625 -0.004903 0.00152 +0.0477900417642646 -0.0124110658461624 0.00152 +0.0477922910485015 -0.009246000000000001 0.00152 +0.0477922910485015 -0.0108285337223189 0.00152 +0.04794175 -0.008051000000000001 0.00152 +0.04794175 -0.004903 0.00152 +0.04794175 -0.006477 0.00152 +0.0495290687527822 -0.0124135375596486 0.00152 +0.0495313197935659 -0.009246000000000001 0.00152 +0.0495313197935659 -0.0108297695796861 0.00152 +0.049705875 -0.006477 0.00152 +0.049705875 -0.008051000000000001 0.00152 +0.049705875 -0.004903 0.00152 +0.0512680957412998 -0.0124160092731348 0.00152 +0.0512703485386303 -0.009246000000000001 0.00152 +0.0512703485386303 -0.0108310054370534 0.00152 +0.05147 -0.008051000000000001 0.00152 +0.05147 -0.004903 0.00152 +0.05147 -0.006477 0.00152 +0.0530071227298174 -0.0124184809866211 0.00152 +0.0530093772836946 -0.0108322412944206 0.00152 +0.0530093772836946 -0.009246000000000001 0.00152 +0.053044 -0.01709 0.00152 +0.053044 -0.015492635989274 0.00152 +0.053044 -0.013893 0.00152 +0.053044 -0.008051000000000001 0.00152 +0.053044 -0.006477 0.00152 +0.053044 -0.004903 0.00152 +0.054641364010726 -0.01709 0.00152 +0.054641364010726 -0.015492635989274 0.00152 +0.0546436343735242 -0.013895273592003 0.00152 +0.054746149718335 -0.0124209527001073 0.00152 +0.054748406028759 -0.0108334771517879 0.00152 +0.054748406028759 -0.009246000000000001 0.00152 +0.0563803927557904 -0.01709 0.00152 +0.0563803927557904 -0.0154938718466413 0.00152 +0.0563826613620418 -0.0138977453054892 0.00152 +0.0564851767068526 -0.0124234244135935 0.00152 +0.0564874347738234 -0.0108347130091552 0.00152 +0.0564874347738234 -0.009246000000000001 0.00152 +0.0581194215008547 -0.01709 0.00152 +0.0581194215008548 -0.0154951077040085 0.00152 +0.0581216883505594 -0.0139002170189754 0.00152 +0.0582242036953702 -0.0124258961270797 0.00152 +0.0582264635188878 -0.0108359488665224 0.00152 +0.0582264635188878 -0.009246000000000001 0.00152 +0.0598584502459191 -0.01709 0.00152 +0.0598584502459191 -0.0154963435613758 0.00152 +0.059860715339077 -0.0139026887324616 0.00152 +0.0599632306838878 -0.0124283678405659 0.00152 +0.0599654922639521 -0.009246000000000001 0.00152 +0.0599654922639521 -0.0108371847238897 0.00152 +0.0615974789909835 -0.01709 0.00152 +0.0615974789909835 -0.015497579418743 0.00152 +0.0615997423275946 -0.0139051604459478 0.00152 +0.0617022576724054 -0.0124308395540521 0.00152 +0.0617045210090165 -0.009246000000000001 0.00152 +0.0617045210090165 -0.010838420581257 0.00152 +0.0633365077360479 -0.01709 0.00152 +0.0633365077360479 -0.0154988152761103 0.00152 +0.0633387693161122 -0.0139076321594341 0.00152 +0.063441284660923 -0.0124333112675384 0.00152 +0.0634435497540809 -0.0108396564386242 0.00152 +0.0634435497540809 -0.009246000000000001 0.00152 +0.0650755364811122 -0.01709 0.00152 +0.06507553648111231 -0.0155000511334776 0.00152 +0.0650777963046298 -0.0139101038729203 0.00152 +0.0651803116494406 -0.0124357829810246 0.00152 +0.0651825784991452 -0.0108408922959915 0.00152 +0.0651825784991452 -0.009246000000000001 0.00152 +0.0668145652261766 -0.01709 0.00152 +0.0668145652261766 -0.0155012869908448 0.00152 +0.06681682329314741 -0.0139125755864065 0.00152 +0.0669193386379582 -0.0124382546945108 0.00152 +0.0669216072442096 -0.0108421281533587 0.00152 +0.0669216072442096 -0.009246000000000001 0.00152 +0.068553593971241 -0.01709 0.00152 +0.068553593971241 -0.0155025228482121 0.00152 +0.068555850281665 -0.0139150472998927 0.00152 +0.0686583656264758 -0.012440726407997 0.00152 +0.06866063598927399 -0.010843364010726 0.00152 +0.06866063598927399 -0.009246000000000001 0.00152 +0.070258 -0.021433 0.00152 +0.070258 -0.019859 0.00152 +0.070258 -0.018285 0.00152 +0.070258 -0.012443 0.00152 +0.070258 -0.010843364010726 0.00152 +0.070258 -0.009246000000000001 0.00152 +0.07029262271630531 -0.0155037587055794 0.00152 +0.07029262271630531 -0.01709 0.00152 +0.0702948772701826 -0.0139175190133789 0.00152 +0.07183199999999999 -0.021433 0.00152 +0.07183199999999999 -0.018285 0.00152 +0.07183199999999999 -0.019859 0.00152 +0.07203165146136969 -0.0155049945629466 0.00152 +0.07203165146136969 -0.01709 0.00152 +0.0720339042587002 -0.0139199907268652 0.00152 +0.073596125 -0.021433 0.00152 +0.073596125 -0.018285 0.00152 +0.073596125 -0.019859 0.00152 +0.0737706802064341 -0.0155062304203139 0.00152 +0.0737706802064341 -0.01709 0.00152 +0.0737729312472178 -0.0139224624403514 0.00152 +0.07536025 -0.019859 0.00152 +0.07536025 -0.021433 0.00152 +0.07536025 -0.018285 0.00152 +0.0755097089514985 -0.0155074662776811 0.00152 +0.0755097089514985 -0.01709 0.00152 +0.07551195823573539 -0.0139249341538376 0.00152 +0.077124375 -0.019859 0.00152 +0.077124375 -0.021433 0.00152 +0.077124375 -0.018285 0.00152 +0.07724873769656281 -0.0155087021350484 0.00152 +0.07724873769656281 -0.01709 0.00152 +0.077250985224253 -0.0139274058673238 0.00152 +0.0788885 -0.021433 0.00152 +0.0788885 -0.018285 0.00152 +0.0788885 -0.019859 0.00152 +0.07898776644162719 -0.0155099379924157 0.00152 +0.07898776644162719 -0.01709 0.00152 +0.07899001221277061 -0.01392987758081 0.00152 +0.08065262500000001 -0.021433 0.00152 +0.08065262500000001 -0.018285 0.00152 +0.08065262500000001 -0.019859 0.00152 +0.0807267951866916 -0.0155111738497829 0.00152 +0.0807267951866916 -0.01709 0.00152 +0.0807290392012882 -0.0139323492942962 0.00152 +0.08241675 -0.021433 0.00152 +0.08241675 -0.018285 0.00152 +0.08241675 -0.019859 0.00152 +0.082465823931756 -0.0155124097071502 0.00152 +0.082465823931756 -0.01709 0.00152 +0.0824680661898058 -0.0139348210077825 0.00152 +0.084180875 -0.019859 0.00152 +0.084180875 -0.021433 0.00152 +0.084180875 -0.018285 0.00152 +0.0842048526768203 -0.0155136455645175 0.00152 +0.0842048526768203 -0.01709 0.00152 +0.08420709317832339 -0.0139372927212687 0.00152 +0.08594388142188469 -0.01709 0.00152 +0.08594388142188469 -0.0155148814218847 0.00152 +0.08594499999999999 -0.019859 0.00152 +0.08594499999999999 -0.021433 0.00152 +0.08594499999999999 -0.018285 0.00152 +0.085946120166841 -0.0139397644347549 0.00152 +0.087519 -0.024561 0.00152 +0.087519 -0.0232055 0.00152 +0.087519 -0.02185 0.00152 +0.087519 -0.021433 0.00152 +0.087519 -0.018722 0.00152 +0.087519 -0.018285 0.00152 +0.087519 -0.01709 0.00152 +0.087519 -0.0155148814218847 0.00152 +0.087519 -0.013942 0.00152 +0.087519 -0.0200775 0.00152 +0.0888745 -0.0232055 0.00152 +0.0888745 -0.024561 0.00152 +0.0888745 -0.02185 0.00152 +0.0893210555555555 -0.021433 0.00152 +0.0893210555555555 -0.018722 0.00152 +0.0893210555555556 -0.0200775 0.00152 +0.0905259444444444 -0.024561 0.00152 +0.0905259444444444 -0.02185 0.00152 +0.09052594444444451 -0.0232055 0.00152 +0.0911231111111111 -0.0200775 0.00152 +0.0911231111111111 -0.021433 0.00152 +0.0911231111111111 -0.018722 0.00152 +0.09217738888888891 -0.0232055 0.00152 +0.09217738888888891 -0.024561 0.00152 +0.09217738888888891 -0.02185 0.00152 +0.0929251666666667 -0.021433 0.00152 +0.0929251666666667 -0.018722 0.00152 +0.0929251666666667 -0.0200775 0.00152 +0.09382883333333331 -0.024561 0.00152 +0.09382883333333331 -0.02185 0.00152 +0.09382883333333331 -0.0232055 0.00152 +0.0947272222222222 -0.0200775 0.00152 +0.0947272222222222 -0.021433 0.00152 +0.0947272222222222 -0.018722 0.00152 +0.0954802777777778 -0.024561 0.00152 +0.0954802777777778 -0.02185 0.00152 +0.0954802777777778 -0.0232055 0.00152 +0.0965292777777778 -0.021433 0.00152 +0.0965292777777778 -0.018722 0.00152 +0.0965292777777778 -0.0200775 0.00152 +0.0971317222222222 -0.0232055 0.00152 +0.0971317222222222 -0.024561 0.00152 +0.0971317222222222 -0.02185 0.00152 +0.0983313333333333 -0.0200775 0.00152 +0.0983313333333333 -0.021433 0.00152 +0.0983313333333333 -0.018722 0.00152 +0.0987831666666667 -0.024561 0.00152 +0.0987831666666667 -0.02185 0.00152 +0.0987831666666667 -0.0232055 0.00152 +0.100133388888889 -0.021433 0.00152 +0.100133388888889 -0.018722 0.00152 +0.100133388888889 -0.0200775 0.00152 +0.100434611111111 -0.0232055 0.00152 +0.100434611111111 -0.024561 0.00152 +0.100434611111111 -0.02185 0.00152 +0.101935444444444 -0.0200775 0.00152 +0.101935444444444 -0.021433 0.00152 +0.101935444444444 -0.018722 0.00152 +0.102086055555556 -0.0232055 0.00152 +0.102086055555556 -0.024561 0.00152 +0.102086055555556 -0.02185 0.00152 +0.1037375 -0.024561 0.00152 +0.1037375 -0.02185 0.00152 +0.1037375 -0.021433 0.00152 +0.1037375 -0.018722 0.00152 +0.1037375 -0.0232055 0.00152 +0.1037375 -0.0200775 0.00152 +0.105093 -0.026058 0.00152 +0.105093 -0.024669 0.00152 +0.105093 -0.024561 0.00152 +0.105093 -0.023172 0.00152 +0.105093 -0.02185 0.00152 +0.105093 -0.021433 0.00152 +0.105093 -0.0200775 0.00152 +0.105093 -0.018722 0.00152 +0.106748363636364 -0.026058 0.00152 +0.106748363636364 -0.024669 0.00152 +0.106748363636364 -0.024561 0.00152 +0.106748363636364 -0.023172 0.00152 +0.108403727272727 -0.026058 0.00152 +0.108403727272727 -0.024669 0.00152 +0.108403727272727 -0.024561 0.00152 +0.108403727272727 -0.023172 0.00152 +0.110059090909091 -0.026058 0.00152 +0.110059090909091 -0.024669 0.00152 +0.110059090909091 -0.024561 0.00152 +0.110059090909091 -0.023172 0.00152 +0.111714454545455 -0.026058 0.00152 +0.111714454545455 -0.024669 0.00152 +0.111714454545455 -0.024561 0.00152 +0.111714454545455 -0.023172 0.00152 +0.113369818181818 -0.026058 0.00152 +0.113369818181818 -0.024669 0.00152 +0.113369818181818 -0.024561 0.00152 +0.113369818181818 -0.023172 0.00152 +0.115025181818182 -0.026058 0.00152 +0.115025181818182 -0.024669 0.00152 +0.115025181818182 -0.024561 0.00152 +0.115025181818182 -0.023172 0.00152 +0.116680545454545 -0.026058 0.00152 +0.116680545454545 -0.024669 0.00152 +0.116680545454545 -0.024561 0.00152 +0.116680545454545 -0.023172 0.00152 +0.118335909090909 -0.026058 0.00152 +0.118335909090909 -0.024669 0.00152 +0.118335909090909 -0.024561 0.00152 +0.118335909090909 -0.023172 0.00152 +0.119991272727273 -0.026058 0.00152 +0.119991272727273 -0.024669 0.00152 +0.119991272727273 -0.024561 0.00152 +0.119991272727273 -0.023172 0.00152 +0.121646636363636 -0.026058 0.00152 +0.121646636363636 -0.024669 0.00152 +0.121646636363636 -0.024561 0.00152 +0.121646636363636 -0.023172 0.00152 +0.123302 -0.026058 0.00152 +0.123302 -0.024669 0.00152 +0.123302 -0.024561 0.00152 +0.123302 -0.023172 0.00152 +0.121646636363636 -0.023172 0.001545 +0.121646636363636 -0.024561 0.001545 +0.123302 -0.024561 0.001545 +0.123302 -0.023172 0.001545 +0.121646636363636 -0.024669 0.001545 +0.121646636363636 -0.026058 0.001545 +0.123302 -0.026058 0.001545 +0.123302 -0.024669 0.001545 +0.119991272727273 -0.023172 0.001545 +0.119991272727273 -0.024561 0.001545 +0.119991272727273 -0.024669 0.001545 +0.119991272727273 -0.026058 0.001545 +0.118335909090909 -0.023172 0.001545 +0.118335909090909 -0.024561 0.001545 +0.118335909090909 -0.024669 0.001545 +0.118335909090909 -0.026058 0.001545 +0.116680545454545 -0.023172 0.001545 +0.116680545454545 -0.024561 0.001545 +0.116680545454545 -0.024669 0.001545 +0.116680545454545 -0.026058 0.001545 +0.115025181818182 -0.023172 0.001545 +0.115025181818182 -0.024561 0.001545 +0.115025181818182 -0.024669 0.001545 +0.115025181818182 -0.026058 0.001545 +0.113369818181818 -0.023172 0.001545 +0.113369818181818 -0.024561 0.001545 +0.113369818181818 -0.024669 0.001545 +0.113369818181818 -0.026058 0.001545 +0.111714454545455 -0.023172 0.001545 +0.111714454545455 -0.024561 0.001545 +0.111714454545455 -0.024669 0.001545 +0.111714454545455 -0.026058 0.001545 +0.110059090909091 -0.023172 0.001545 +0.110059090909091 -0.024561 0.001545 +0.110059090909091 -0.024669 0.001545 +0.110059090909091 -0.026058 0.001545 +0.108403727272727 -0.023172 0.001545 +0.108403727272727 -0.024561 0.001545 +0.108403727272727 -0.024669 0.001545 +0.108403727272727 -0.026058 0.001545 +0.106748363636364 -0.023172 0.001545 +0.106748363636364 -0.024561 0.001545 +0.106748363636364 -0.024669 0.001545 +0.106748363636364 -0.026058 0.001545 +0.105093 -0.023172 0.001545 +0.105093 -0.024561 0.001545 +0.105093 -0.024669 0.001545 +0.105093 -0.026058 0.001545 +0.1037375 -0.0200775 0.001545 +0.1037375 -0.021433 0.001545 +0.105093 -0.021433 0.001545 +0.105093 -0.0200775 0.001545 +0.1037375 -0.0232055 0.001545 +0.1037375 -0.024561 0.001545 +0.1037375 -0.018722 0.001545 +0.105093 -0.018722 0.001545 +0.101935444444444 -0.018722 0.001545 +0.101935444444444 -0.0200775 0.001545 +0.105093 -0.02185 0.001545 +0.1037375 -0.02185 0.001545 +0.102086055555556 -0.02185 0.001545 +0.102086055555556 -0.0232055 0.001545 +0.102086055555556 -0.024561 0.001545 +0.100434611111111 -0.0232055 0.001545 +0.100434611111111 -0.024561 0.001545 +0.101935444444444 -0.021433 0.001545 +0.100133388888889 -0.0200775 0.001545 +0.100133388888889 -0.021433 0.001545 +0.100434611111111 -0.02185 0.001545 +0.0987831666666667 -0.0232055 0.001545 +0.0987831666666667 -0.024561 0.001545 +0.100133388888889 -0.018722 0.001545 +0.0983313333333333 -0.018722 0.001545 +0.0983313333333333 -0.0200775 0.001545 +0.0987831666666667 -0.02185 0.001545 +0.0971317222222222 -0.02185 0.001545 +0.0971317222222222 -0.0232055 0.001545 +0.0983313333333333 -0.021433 0.001545 +0.0965292777777778 -0.0200775 0.001545 +0.0965292777777778 -0.021433 0.001545 +0.0971317222222222 -0.024561 0.001545 +0.0954802777777778 -0.0232055 0.001545 +0.0954802777777778 -0.024561 0.001545 +0.0965292777777778 -0.018722 0.001545 +0.0947272222222222 -0.018722 0.001545 +0.0947272222222222 -0.0200775 0.001545 +0.0954802777777778 -0.02185 0.001545 +0.09382883333333331 -0.02185 0.001545 +0.09382883333333331 -0.0232055 0.001545 +0.0947272222222222 -0.021433 0.001545 +0.0929251666666667 -0.0200775 0.001545 +0.0929251666666667 -0.021433 0.001545 +0.09382883333333331 -0.024561 0.001545 +0.09217738888888891 -0.02185 0.001545 +0.09217738888888891 -0.0232055 0.001545 +0.0929251666666667 -0.018722 0.001545 +0.0911231111111111 -0.018722 0.001545 +0.0911231111111111 -0.0200775 0.001545 +0.09217738888888891 -0.024561 0.001545 +0.09052594444444451 -0.0232055 0.001545 +0.0905259444444444 -0.024561 0.001545 +0.0911231111111111 -0.021433 0.001545 +0.0893210555555556 -0.0200775 0.001545 +0.0893210555555555 -0.021433 0.001545 +0.0905259444444444 -0.02185 0.001545 +0.0888745 -0.02185 0.001545 +0.0888745 -0.0232055 0.001545 +0.0893210555555555 -0.018722 0.001545 +0.087519 -0.018722 0.001545 +0.087519 -0.0200775 0.001545 +0.0888745 -0.024561 0.001545 +0.087519 -0.0232055 0.001545 +0.087519 -0.024561 0.001545 +0.087519 -0.021433 0.001545 +0.08594499999999999 -0.018285 0.001545 +0.08594499999999999 -0.019859 0.001545 +0.087519 -0.02185 0.001545 +0.085946120166841 -0.0139397644347549 0.001545 +0.08594388142188469 -0.0155148814218847 0.001545 +0.087519 -0.0155148814218847 0.001545 +0.087519 -0.013942 0.001545 +0.087519 -0.018285 0.001545 +0.08594499999999999 -0.021433 0.001545 +0.084180875 -0.019859 0.001545 +0.084180875 -0.021433 0.001545 +0.08594388142188469 -0.01709 0.001545 +0.087519 -0.01709 0.001545 +0.08420709317832339 -0.0139372927212687 0.001545 +0.0842048526768203 -0.0155136455645175 0.001545 +0.0842048526768203 -0.01709 0.001545 +0.082465823931756 -0.0155124097071502 0.001545 +0.082465823931756 -0.01709 0.001545 +0.084180875 -0.018285 0.001545 +0.08241675 -0.019859 0.001545 +0.08241675 -0.021433 0.001545 +0.0824680661898058 -0.0139348210077825 0.001545 +0.0807267951866916 -0.0155111738497829 0.001545 +0.0807267951866916 -0.01709 0.001545 +0.08241675 -0.018285 0.001545 +0.08065262500000001 -0.018285 0.001545 +0.08065262500000001 -0.019859 0.001545 +0.0807290392012882 -0.0139323492942962 0.001545 +0.07898776644162719 -0.0155099379924157 0.001545 +0.07898776644162719 -0.01709 0.001545 +0.08065262500000001 -0.021433 0.001545 +0.0788885 -0.018285 0.001545 +0.0788885 -0.019859 0.001545 +0.07899001221277061 -0.01392987758081 0.001545 +0.07724873769656281 -0.0155087021350484 0.001545 +0.07724873769656281 -0.01709 0.001545 +0.0788885 -0.021433 0.001545 +0.077124375 -0.018285 0.001545 +0.077124375 -0.019859 0.001545 +0.077250985224253 -0.0139274058673238 0.001545 +0.0755097089514985 -0.0155074662776811 0.001545 +0.0755097089514985 -0.01709 0.001545 +0.077124375 -0.021433 0.001545 +0.07536025 -0.019859 0.001545 +0.07536025 -0.021433 0.001545 +0.07551195823573539 -0.0139249341538376 0.001545 +0.0737706802064341 -0.0155062304203139 0.001545 +0.0737706802064341 -0.01709 0.001545 +0.07536025 -0.018285 0.001545 +0.073596125 -0.019859 0.001545 +0.073596125 -0.021433 0.001545 +0.0737729312472178 -0.0139224624403514 0.001545 +0.07203165146136969 -0.0155049945629466 0.001545 +0.07203165146136969 -0.01709 0.001545 +0.073596125 -0.018285 0.001545 +0.07183199999999999 -0.018285 0.001545 +0.07183199999999999 -0.019859 0.001545 +0.0720339042587002 -0.0139199907268652 0.001545 +0.07029262271630531 -0.0155037587055794 0.001545 +0.07029262271630531 -0.01709 0.001545 +0.07183199999999999 -0.021433 0.001545 +0.070258 -0.018285 0.001545 +0.070258 -0.019859 0.001545 +0.0702948772701826 -0.0139175190133789 0.001545 +0.068553593971241 -0.0155025228482121 0.001545 +0.068553593971241 -0.01709 0.001545 +0.070258 -0.021433 0.001545 +0.06866063598927399 -0.009246000000000001 0.001545 +0.06866063598927399 -0.010843364010726 0.001545 +0.070258 -0.010843364010726 0.001545 +0.070258 -0.009246000000000001 0.001545 +0.0686583656264758 -0.012440726407997 0.001545 +0.070258 -0.012443 0.001545 +0.068555850281665 -0.0139150472998927 0.001545 +0.0669216072442096 -0.009246000000000001 0.001545 +0.0669216072442096 -0.0108421281533587 0.001545 +0.0669193386379582 -0.0124382546945108 0.001545 +0.06681682329314741 -0.0139125755864065 0.001545 +0.0668145652261766 -0.0155012869908448 0.001545 +0.0668145652261766 -0.01709 0.001545 +0.0651825784991452 -0.009246000000000001 0.001545 +0.0651825784991452 -0.0108408922959915 0.001545 +0.0651803116494406 -0.0124357829810246 0.001545 +0.0650777963046298 -0.0139101038729203 0.001545 +0.06507553648111231 -0.0155000511334776 0.001545 +0.0650755364811122 -0.01709 0.001545 +0.0634435497540809 -0.009246000000000001 0.001545 +0.0634435497540809 -0.0108396564386242 0.001545 +0.063441284660923 -0.0124333112675384 0.001545 +0.0633387693161122 -0.0139076321594341 0.001545 +0.0633365077360479 -0.0154988152761103 0.001545 +0.0633365077360479 -0.01709 0.001545 +0.0617045210090165 -0.010838420581257 0.001545 +0.0617022576724054 -0.0124308395540521 0.001545 +0.0617045210090165 -0.009246000000000001 0.001545 +0.0599654922639521 -0.009246000000000001 0.001545 +0.0599654922639521 -0.0108371847238897 0.001545 +0.0615997423275946 -0.0139051604459478 0.001545 +0.0615974789909835 -0.015497579418743 0.001545 +0.0615974789909835 -0.01709 0.001545 +0.0599632306838878 -0.0124283678405659 0.001545 +0.0582264635188878 -0.009246000000000001 0.001545 +0.0582264635188878 -0.0108359488665224 0.001545 +0.059860715339077 -0.0139026887324616 0.001545 +0.0598584502459191 -0.0154963435613758 0.001545 +0.0598584502459191 -0.01709 0.001545 +0.0582242036953702 -0.0124258961270797 0.001545 +0.0581216883505594 -0.0139002170189754 0.001545 +0.0581194215008548 -0.0154951077040085 0.001545 +0.0581194215008547 -0.01709 0.001545 +0.0564874347738234 -0.009246000000000001 0.001545 +0.0564874347738234 -0.0108347130091552 0.001545 +0.0564851767068526 -0.0124234244135935 0.001545 +0.0563826613620418 -0.0138977453054892 0.001545 +0.0563803927557904 -0.0154938718466413 0.001545 +0.0563803927557904 -0.01709 0.001545 +0.054748406028759 -0.009246000000000001 0.001545 +0.054748406028759 -0.0108334771517879 0.001545 +0.054746149718335 -0.0124209527001073 0.001545 +0.0546436343735242 -0.013895273592003 0.001545 +0.054641364010726 -0.015492635989274 0.001545 +0.054641364010726 -0.01709 0.001545 +0.053044 -0.013893 0.001545 +0.053044 -0.015492635989274 0.001545 +0.053044 -0.01709 0.001545 +0.0530093772836946 -0.009246000000000001 0.001545 +0.0530093772836946 -0.0108322412944206 0.001545 +0.0530071227298174 -0.0124184809866211 0.001545 +0.05147 -0.006477 0.001545 +0.05147 -0.008051000000000001 0.001545 +0.053044 -0.008051000000000001 0.001545 +0.053044 -0.006477 0.001545 +0.05147 -0.004903 0.001545 +0.053044 -0.004903 0.001545 +0.049705875 -0.004903 0.001545 +0.049705875 -0.006477 0.001545 +0.0512703485386303 -0.0108310054370534 0.001545 +0.0512680957412998 -0.0124160092731348 0.001545 +0.0512703485386303 -0.009246000000000001 0.001545 +0.0495313197935659 -0.009246000000000001 0.001545 +0.0495313197935659 -0.0108297695796861 0.001545 +0.049705875 -0.008051000000000001 0.001545 +0.04794175 -0.006477 0.001545 +0.04794175 -0.008051000000000001 0.001545 +0.0495290687527822 -0.0124135375596486 0.001545 +0.0477922910485015 -0.009246000000000001 0.001545 +0.0477922910485015 -0.0108285337223189 0.001545 +0.04794175 -0.004903 0.001545 +0.046177625 -0.004903 0.001545 +0.046177625 -0.006477 0.001545 +0.0477900417642646 -0.0124110658461624 0.001545 +0.0460532623034371 -0.009246000000000001 0.001545 +0.0460532623034371 -0.0108272978649516 0.001545 +0.046177625 -0.008051000000000001 0.001545 +0.0444135 -0.006477 0.001545 +0.0444135 -0.008051000000000001 0.001545 +0.046051014775747 -0.0124085941326762 0.001545 +0.0443142335583728 -0.009246000000000001 0.001545 +0.0443142335583728 -0.0108260620075843 0.001545 +0.0444135 -0.004903 0.001545 +0.042649375 -0.006477 0.001545 +0.042649375 -0.008051000000000001 0.001545 +0.0443119877872294 -0.01240612241919 0.001545 +0.0425752048133084 -0.009246000000000001 0.001545 +0.0425752048133084 -0.0108248261502171 0.001545 +0.042649375 -0.004903 0.001545 +0.04088525 -0.004903 0.001545 +0.04088525 -0.006477 0.001545 +0.0425729607987118 -0.0124036507057038 0.001545 +0.04088525 -0.008051000000000001 0.001545 +0.039121125 -0.006477 0.001545 +0.039121125 -0.008051000000000001 0.001545 +0.040836176068244 -0.009246000000000001 0.001545 +0.040836176068244 -0.0108235902928498 0.001545 +0.0408339338101942 -0.0124011789922175 0.001545 +0.039121125 -0.004903 0.001545 +0.037357 -0.004903 0.001545 +0.037357 -0.006477 0.001545 +0.0390971473231796 -0.009246000000000001 0.001545 +0.0390971473231796 -0.0108223544354825 0.001545 +0.0390949068216766 -0.0123987072787313 0.001545 +0.0373581185781153 -0.009246000000000001 0.001545 +0.0373581185781153 -0.0108211185781153 0.001545 +0.0373558798331589 -0.0123962355652451 0.001545 +0.037357 -0.008051000000000001 0.001545 +0.035783 -0.004903 0.001545 +0.035783 -0.0062585 0.001545 +0.035783 -0.007614 0.001545 +0.035783 -0.008051000000000001 0.001545 +0.035783 -0.009246000000000001 0.001545 +0.035783 -0.0108211185781153 0.001545 +0.035783 -0.012394 0.001545 +0.0339809444444444 -0.0062585 0.001545 +0.0339809444444444 -0.007614 0.001545 +0.0344275 -0.001775 0.001545 +0.0344275 -0.0031305 0.001545 +0.035783 -0.0031305 0.001545 +0.035783 -0.001775 0.001545 +0.0344275 -0.004486 0.001545 +0.035783 -0.004486 0.001545 +0.0327760555555556 -0.0031305 0.001545 +0.0327760555555556 -0.004486 0.001545 +0.0339809444444444 -0.004903 0.001545 +0.0321788888888889 -0.0062585 0.001545 +0.0321788888888889 -0.007614 0.001545 +0.0327760555555556 -0.001775 0.001545 +0.0311246111111111 -0.001775 0.001545 +0.0311246111111111 -0.0031305 0.001545 +0.0321788888888889 -0.004903 0.001545 +0.0303768333333333 -0.004903 0.001545 +0.0303768333333333 -0.0062585 0.001545 +0.0311246111111111 -0.004486 0.001545 +0.0294731666666667 -0.0031305 0.001545 +0.0294731666666667 -0.004486 0.001545 +0.0303768333333333 -0.007614 0.001545 +0.0285747777777778 -0.0062585 0.001545 +0.0285747777777778 -0.007614 0.001545 +0.0294731666666667 -0.001775 0.001545 +0.0278217222222222 -0.001775 0.001545 +0.0278217222222222 -0.0031305 0.001545 +0.0285747777777778 -0.004903 0.001545 +0.0267727222222222 -0.0062585 0.001545 +0.0267727222222222 -0.007614 0.001545 +0.0278217222222222 -0.004486 0.001545 +0.0261702777777778 -0.0031305 0.001545 +0.0261702777777778 -0.004486 0.001545 +0.0267727222222222 -0.004903 0.001545 +0.0249706666666667 -0.004903 0.001545 +0.0249706666666667 -0.0062585 0.001545 +0.0261702777777778 -0.001775 0.001545 +0.0245188333333333 -0.001775 0.001545 +0.0245188333333333 -0.0031305 0.001545 +0.0249706666666667 -0.007614 0.001545 +0.0231686111111111 -0.004903 0.001545 +0.0231686111111111 -0.0062585 0.001545 +0.0245188333333333 -0.004486 0.001545 +0.0228673888888889 -0.0031305 0.001545 +0.0228673888888889 -0.004486 0.001545 +0.0231686111111111 -0.007614 0.001545 +0.0213665555555556 -0.004903 0.001545 +0.0213665555555556 -0.0062585 0.001545 +0.0228673888888889 -0.001775 0.001545 +0.0212159444444444 -0.0031305 0.001545 +0.0212159444444444 -0.004486 0.001545 +0.0213665555555556 -0.007614 0.001545 +0.0195645 -0.0062585 0.001545 +0.0195645 -0.007614 0.001545 +0.0212159444444444 -0.001775 0.001545 +0.0195645 -0.001775 0.001545 +0.0195645 -0.0031305 0.001545 +0.0195645 -0.004903 0.001545 +0.0195645 -0.004486 0.001545 +0.018209 -0.003164 0.001545 +0.018209 -0.004486 0.001545 +0.018209 -0.0062585 0.001545 +0.018209 -0.007614 0.001545 +0.018209 -0.001775 0.001545 +0.018209 -0.004903 0.001545 +0.0165536363636364 -0.000278 0.001545 +0.0165536363636364 -0.001667 0.001545 +0.018209 -0.001667 0.001545 +0.018209 -0.000278 0.001545 +0.0165536363636364 -0.001775 0.001545 +0.0165536363636364 -0.003164 0.001545 +0.0148982727272727 -0.000278 0.001545 +0.0148982727272727 -0.001667 0.001545 +0.0148982727272727 -0.001775 0.001545 +0.0148982727272727 -0.003164 0.001545 +0.0132429090909091 -0.000278 0.001545 +0.0132429090909091 -0.001667 0.001545 +0.0132429090909091 -0.001775 0.001545 +0.0132429090909091 -0.003164 0.001545 +0.0115875454545455 -0.000278 0.001545 +0.0115875454545455 -0.001667 0.001545 +0.0115875454545455 -0.001775 0.001545 +0.0115875454545455 -0.003164 0.001545 +0.009932181818181819 -0.000278 0.001545 +0.009932181818181819 -0.001667 0.001545 +0.009932181818181819 -0.001775 0.001545 +0.009932181818181819 -0.003164 0.001545 +0.00827681818181818 -0.000278 0.001545 +0.00827681818181818 -0.001667 0.001545 +0.00827681818181818 -0.001775 0.001545 +0.00827681818181818 -0.003164 0.001545 +0.00662145454545454 -0.000278 0.001545 +0.00662145454545454 -0.001667 0.001545 +0.00662145454545454 -0.001775 0.001545 +0.00662145454545454 -0.003164 0.001545 +0.00496609090909091 -0.000278 0.001545 +0.00496609090909091 -0.001667 0.001545 +0.00496609090909091 -0.001775 0.001545 +0.00496609090909091 -0.003164 0.001545 +0.00331072727272727 -0.000278 0.001545 +0.00331072727272727 -0.001667 0.001545 +0.00331072727272727 -0.001775 0.001545 +0.00331072727272727 -0.003164 0.001545 +0.00165536363636364 -0.000278 0.001545 +0.00165536363636364 -0.001667 0.001545 +0.00165536363636364 -0.001775 0.001545 +0.00165536363636364 -0.003164 0.001545 +0 -0.000278 0.001545 +0 -0.001667 0.001545 +0 -0.001775 0.001545 +0 -0.003164 0.001545 +Edges +1642 +0 1 +0 4 +1 5 +2 3 +2 6 +3 7 +4 5 +4 8 +5 9 +6 7 +6 10 +7 11 +8 9 +8 12 +9 13 +10 11 +10 14 +11 15 +12 13 +12 16 +13 17 +14 15 +14 18 +15 19 +16 17 +16 20 +17 21 +18 19 +18 22 +19 23 +20 21 +20 24 +21 25 +22 23 +22 26 +23 27 +24 25 +24 28 +25 29 +26 27 +26 30 +27 31 +28 29 +28 32 +29 33 +30 31 +30 34 +31 35 +32 33 +32 36 +33 37 +34 35 +34 38 +35 39 +36 37 +36 40 +37 41 +38 39 +38 42 +39 43 +40 41 +40 48 +41 49 +42 43 +42 50 +43 51 +44 45 +44 54 +45 46 +45 52 +46 55 +47 48 +47 56 +48 49 +48 53 +49 57 +50 51 +52 54 +52 55 +52 61 +53 56 +53 57 +53 60 +54 62 +55 63 +56 58 +57 59 +58 60 +58 65 +59 60 +59 66 +60 64 +61 62 +61 63 +61 69 +62 67 +63 68 +64 65 +64 66 +64 70 +65 71 +66 72 +67 69 +67 73 +68 69 +68 74 +69 75 +70 71 +70 72 +70 78 +71 76 +72 77 +73 75 +73 79 +74 75 +74 80 +75 81 +76 78 +76 83 +77 78 +77 84 +78 82 +79 81 +79 86 +80 81 +80 87 +81 85 +82 83 +82 84 +82 90 +83 88 +84 89 +85 86 +85 87 +85 91 +86 92 +87 93 +88 90 +88 95 +89 90 +89 96 +90 94 +91 92 +91 93 +91 99 +92 97 +93 98 +94 95 +94 96 +94 102 +95 100 +96 101 +97 99 +97 104 +98 99 +98 105 +99 103 +100 102 +100 107 +101 102 +101 108 +102 106 +103 104 +103 105 +103 109 +104 114 +105 115 +106 107 +106 108 +106 117 +107 116 +108 118 +109 114 +109 115 +109 122 +110 111 +110 119 +111 112 +111 123 +112 124 +113 114 +113 120 +114 120 +115 121 +116 117 +117 118 +119 123 +119 125 +120 122 +120 128 +121 122 +121 129 +122 130 +123 124 +123 126 +124 127 +125 126 +125 131 +126 127 +126 132 +127 133 +128 130 +128 135 +129 130 +129 136 +130 134 +131 132 +131 137 +132 133 +132 138 +133 139 +134 135 +134 136 +134 142 +135 140 +136 141 +137 138 +137 143 +138 139 +138 145 +139 144 +140 142 +140 147 +141 142 +141 148 +142 146 +143 145 +143 149 +144 145 +144 150 +145 151 +146 147 +146 148 +146 152 +147 153 +148 154 +149 151 +149 155 +150 151 +150 156 +151 157 +152 153 +152 154 +152 160 +153 158 +154 159 +155 157 +155 161 +156 157 +156 162 +157 163 +158 160 +158 165 +159 160 +159 166 +160 164 +161 163 +161 167 +162 163 +162 168 +163 169 +164 165 +164 166 +164 172 +165 170 +166 171 +167 169 +167 173 +168 169 +168 175 +169 174 +170 172 +170 179 +171 172 +171 181 +172 180 +173 174 +173 185 +174 175 +174 186 +175 187 +176 177 +176 182 +177 178 +177 183 +178 184 +179 180 +180 181 +182 183 +182 188 +183 184 +183 189 +184 190 +185 186 +185 191 +186 187 +186 192 +187 193 +188 189 +188 194 +189 190 +189 195 +190 196 +191 192 +191 197 +192 193 +192 198 +193 199 +194 195 +194 200 +195 196 +195 201 +196 202 +197 198 +197 203 +198 199 +198 205 +199 204 +200 201 +200 206 +201 202 +201 207 +202 208 +203 205 +203 209 +204 205 +204 210 +205 211 +206 207 +206 212 +207 208 +207 213 +208 214 +209 211 +209 215 +210 211 +210 217 +211 216 +212 213 +212 218 +213 214 +213 219 +214 220 +215 216 +215 221 +216 217 +216 222 +217 223 +218 219 +218 224 +219 220 +219 225 +220 226 +221 222 +221 227 +222 223 +222 228 +223 229 +224 225 +224 230 +225 226 +225 231 +226 232 +227 228 +227 233 +228 229 +228 234 +229 235 +230 231 +230 243 +231 232 +231 242 +232 244 +233 234 +233 239 +234 235 +234 240 +235 241 +236 237 +236 245 +237 238 +237 247 +238 246 +239 240 +240 241 +242 243 +242 244 +242 248 +243 249 +244 250 +245 247 +245 251 +246 247 +246 252 +247 253 +248 249 +248 250 +248 254 +249 255 +250 256 +251 253 +251 258 +252 253 +252 259 +253 257 +254 255 +254 256 +254 260 +255 261 +256 262 +257 258 +257 259 +257 263 +258 264 +259 265 +260 261 +260 262 +260 266 +261 267 +262 268 +263 264 +263 265 +263 271 +264 269 +265 270 +266 267 +266 268 +266 272 +267 273 +268 274 +269 271 +269 275 +270 271 +270 276 +271 277 +272 273 +272 274 +272 278 +273 279 +274 280 +275 277 +275 281 +276 277 +276 282 +277 283 +278 279 +278 280 +278 284 +279 285 +280 286 +281 283 +281 288 +282 283 +282 289 +283 287 +284 285 +284 286 +284 290 +285 291 +286 292 +287 288 +287 289 +287 295 +288 296 +289 297 +290 291 +290 292 +290 294 +291 293 +292 298 +293 294 +293 305 +294 298 +294 306 +295 296 +295 297 +295 308 +296 302 +297 303 +297 304 +298 307 +299 300 +299 310 +300 301 +300 309 +301 311 +302 308 +302 312 +303 304 +303 308 +303 313 +305 306 +306 307 +308 314 +309 310 +309 311 +309 317 +310 315 +311 316 +312 314 +312 319 +313 314 +313 320 +314 318 +315 317 +315 322 +316 317 +316 323 +317 321 +318 319 +318 320 +318 326 +319 324 +320 325 +321 322 +321 323 +321 329 +322 327 +323 328 +324 326 +324 331 +325 326 +325 332 +326 330 +327 329 +327 333 +328 329 +328 334 +329 335 +330 331 +330 332 +330 338 +331 336 +332 337 +333 335 +333 340 +334 335 +334 341 +335 339 +336 338 +336 343 +337 338 +337 344 +338 342 +339 340 +339 341 +339 347 +340 345 +341 346 +342 343 +342 344 +342 350 +343 348 +344 349 +345 347 +345 352 +346 347 +346 353 +347 351 +348 350 +348 355 +349 350 +349 356 +350 354 +351 352 +351 353 +351 357 +352 358 +353 359 +354 355 +354 356 +354 365 +355 362 +356 363 +357 358 +357 359 +357 364 +358 360 +359 361 +360 364 +360 368 +361 364 +361 370 +362 365 +362 371 +363 365 +363 373 +364 369 +365 372 +366 367 +366 374 +367 375 +368 369 +368 376 +369 370 +369 377 +371 372 +372 373 +374 375 +374 378 +375 379 +376 377 +376 380 +377 381 +378 379 +378 382 +379 383 +380 381 +380 384 +381 385 +382 383 +382 386 +383 387 +384 385 +384 388 +385 389 +386 387 +386 390 +387 391 +388 389 +388 392 +389 393 +390 391 +390 394 +391 395 +392 393 +392 396 +393 397 +394 395 +394 398 +395 399 +396 397 +396 400 +397 401 +398 399 +398 402 +399 403 +400 401 +400 404 +401 405 +402 403 +402 406 +403 407 +404 405 +404 408 +405 409 +406 407 +406 410 +407 411 +408 409 +408 412 +409 413 +410 411 +410 414 +411 415 +412 413 +412 416 +413 417 +414 415 +416 417 +419 418 +419 420 +420 421 +418 421 +423 422 +423 424 +424 425 +422 425 +427 426 +427 419 +426 418 +429 428 +429 423 +428 422 +431 430 +431 427 +430 426 +433 432 +433 429 +432 428 +435 434 +435 431 +434 430 +437 436 +437 433 +436 432 +439 438 +439 435 +438 434 +441 440 +441 437 +440 436 +443 442 +443 439 +442 438 +445 444 +445 441 +444 440 +447 446 +447 443 +446 442 +449 448 +449 445 +448 444 +451 450 +451 447 +450 446 +453 452 +453 449 +452 448 +455 454 +455 451 +454 450 +457 456 +457 453 +456 452 +459 458 +459 455 +458 454 +461 460 +461 457 +460 456 +463 462 +463 459 +462 458 +465 464 +465 461 +464 460 +467 466 +467 468 +468 469 +466 469 +470 462 +471 470 +471 463 +472 466 +469 473 +472 473 +475 474 +475 466 +474 472 +477 476 +477 470 +462 476 +479 478 +479 470 +478 477 +479 480 +480 471 +481 482 +482 480 +481 479 +475 483 +483 467 +485 484 +485 483 +484 475 +481 486 +486 478 +488 487 +488 482 +487 481 +489 484 +489 474 +491 490 +491 484 +490 489 +492 487 +492 486 +494 493 +494 487 +493 492 +491 495 +495 485 +497 496 +497 495 +496 491 +494 498 +498 488 +500 499 +500 498 +499 494 +501 496 +501 490 +503 502 +503 496 +502 501 +504 499 +504 493 +505 506 +506 499 +505 504 +503 507 +507 497 +509 508 +509 507 +508 503 +510 506 +510 500 +512 511 +512 506 +511 505 +513 508 +513 502 +515 514 +515 508 +514 513 +512 516 +516 510 +518 517 +518 516 +517 512 +515 519 +519 509 +521 520 +521 519 +520 515 +522 517 +522 511 +524 523 +524 517 +523 522 +525 520 +525 514 +526 527 +527 520 +526 525 +524 528 +528 518 +530 529 +530 528 +529 524 +531 527 +531 521 +532 526 +533 532 +533 527 +529 534 +534 523 +536 535 +536 537 +537 538 +535 538 +532 539 +526 539 +533 540 +540 531 +541 542 +542 540 +541 533 +543 536 +543 544 +544 537 +546 545 +546 536 +545 535 +546 547 +547 543 +548 549 +549 547 +548 546 +541 550 +550 532 +552 551 +552 542 +551 541 +548 553 +553 545 +554 555 +555 549 +554 548 +556 551 +556 550 +557 558 +558 551 +557 556 +554 559 +559 553 +560 561 +561 555 +560 554 +562 558 +562 552 +563 564 +564 558 +563 557 +560 565 +565 559 +566 567 +567 561 +566 560 +568 564 +568 562 +570 569 +570 564 +569 563 +566 571 +571 565 +572 573 +573 567 +572 566 +570 574 +574 568 +575 576 +576 574 +575 570 +572 577 +577 571 +578 579 +579 573 +578 572 +575 580 +580 569 +582 581 +582 576 +581 575 +578 583 +583 577 +584 585 +585 579 +584 578 +586 581 +586 580 +587 588 +588 581 +587 586 +584 589 +589 583 +590 591 +591 585 +590 584 +592 588 +592 582 +594 593 +594 588 +593 587 +590 595 +595 589 +597 596 +597 591 +596 590 +598 594 +598 592 +600 599 +600 601 +601 602 +599 602 +603 600 +603 604 +604 601 +596 605 +605 595 +607 606 +607 600 +606 599 +608 607 +608 603 +610 609 +610 596 +609 605 +611 610 +611 597 +613 612 +613 607 +612 606 +614 613 +614 608 +616 615 +616 610 +615 609 +617 616 +617 611 +619 618 +619 613 +618 612 +620 619 +620 614 +622 621 +622 616 +621 615 +623 622 +623 617 +625 624 +625 620 +624 619 +626 624 +626 618 +627 628 +628 624 +627 626 +630 629 +630 622 +629 621 +631 630 +631 623 +632 628 +632 625 +634 633 +634 628 +633 627 +636 635 +636 630 +635 629 +637 636 +637 631 +638 634 +638 632 +640 639 +640 636 +639 635 +641 640 +641 637 +643 642 +643 634 +642 633 +644 643 +644 638 +646 645 +646 640 +645 639 +647 646 +647 641 +649 648 +649 643 +648 642 +650 649 +650 644 +652 651 +652 646 +651 645 +653 652 +653 647 +655 654 +655 652 +654 651 +656 655 +656 653 +658 657 +658 649 +657 648 +659 658 +659 650 +661 660 +661 662 +662 663 +660 663 +664 660 +663 665 +664 665 +667 666 +667 660 +666 664 +669 668 +669 659 +668 658 +670 668 +670 657 +671 672 +672 668 +671 670 +667 673 +673 661 +675 674 +675 673 +674 667 +676 672 +676 669 +677 678 +678 672 +677 671 +679 674 +679 666 +681 680 +681 674 +680 679 +682 678 +682 676 +683 684 +684 678 +683 677 +681 685 +685 675 +686 687 +687 685 +686 681 +688 684 +688 682 +689 690 +690 684 +689 683 +686 691 +691 680 +693 692 +693 687 +692 686 +694 690 +694 688 +696 695 +696 690 +695 689 +697 692 +697 691 +699 698 +699 692 +698 697 +700 696 +700 694 +699 701 +701 693 +703 702 +703 701 +702 699 +705 704 +705 696 +704 695 +706 705 +706 700 +707 702 +707 698 +708 709 +709 702 +708 707 +711 710 +711 705 +710 704 +712 711 +712 706 +714 713 +714 711 +713 710 +715 714 +715 712 +716 709 +716 703 +717 708 +718 717 +718 709 +719 716 +720 719 +720 716 +722 721 +722 714 +721 713 +723 722 +723 715 +718 719 +724 725 +725 719 +724 718 +727 726 +727 728 +728 729 +726 729 +727 730 +730 731 +731 728 +733 732 +733 730 +732 727 +724 734 +734 717 +736 735 +736 725 +735 724 +737 732 +737 726 +739 738 +739 732 +738 737 +740 735 +740 734 +742 741 +742 735 +741 740 +739 743 +743 733 +745 744 +745 743 +744 739 +742 746 +746 736 +747 748 +748 746 +747 742 +749 744 +749 738 +751 750 +751 744 +750 749 +747 752 +752 741 +754 753 +754 748 +753 747 +751 755 +755 745 +757 756 +757 755 +756 751 +758 753 +758 752 +759 760 +760 753 +759 758 +761 756 +761 750 +763 762 +763 756 +762 761 +764 760 +764 754 +765 766 +766 760 +765 759 +763 767 +767 757 +768 769 +769 767 +768 763 +770 766 +770 764 +772 771 +772 766 +771 765 +768 773 +773 762 +775 774 +775 769 +774 768 +772 776 +776 770 +777 778 +778 776 +777 772 +779 774 +779 773 +781 780 +781 774 +780 779 +777 782 +782 771 +781 783 +783 775 +784 781 +785 784 +785 783 +787 786 +787 778 +786 777 +788 780 +784 788 +786 789 +789 782 +791 790 +791 792 +792 793 +790 793 +795 794 +795 784 +794 788 +797 796 +797 791 +796 790 +799 798 +799 795 +798 794 +801 800 +801 797 +800 796 +803 802 +803 799 +802 798 +805 804 +805 801 +804 800 +807 806 +807 803 +806 802 +809 808 +809 805 +808 804 +811 810 +811 807 +810 806 +813 812 +813 809 +812 808 +815 814 +815 811 +814 810 +817 816 +817 813 +816 812 +819 818 +819 815 +818 814 +821 820 +821 817 +820 816 +823 822 +823 819 +822 818 +825 824 +825 821 +824 820 +827 826 +827 823 +826 822 +829 828 +829 825 +828 824 +831 830 +831 827 +830 826 +833 832 +833 829 +832 828 +835 834 +835 831 +834 830 +416 420 +412 419 +417 421 +413 418 +414 424 +410 423 +415 425 +411 422 +408 427 +409 426 +406 429 +407 428 +404 431 +405 430 +402 433 +403 432 +400 435 +401 434 +398 437 +399 436 +396 439 +397 438 +394 441 +395 440 +392 443 +393 442 +390 445 +391 444 +388 447 +389 446 +386 449 +387 448 +384 451 +385 450 +382 453 +383 452 +380 455 +381 454 +378 457 +379 456 +376 459 +377 458 +374 461 +375 460 +368 463 +369 462 +367 464 +366 465 +371 468 +362 467 +372 469 +360 471 +373 473 +363 472 +356 474 +370 476 +361 477 +359 478 +358 480 +352 482 +355 483 +348 485 +353 486 +345 488 +349 489 +344 490 +346 492 +341 493 +343 495 +336 497 +340 498 +333 500 +337 501 +332 502 +334 504 +328 505 +331 507 +324 509 +327 510 +323 511 +325 513 +320 514 +322 516 +315 518 +319 519 +312 521 +316 522 +311 523 +313 525 +303 526 +310 528 +300 529 +299 530 +302 531 +301 534 +307 538 +306 537 +298 535 +304 539 +297 532 +296 540 +288 542 +305 544 +293 543 +292 545 +291 547 +285 549 +289 550 +281 552 +286 553 +279 555 +282 556 +276 557 +280 559 +273 561 +275 562 +270 563 +274 565 +267 567 +269 568 +265 569 +268 571 +261 573 +264 574 +258 576 +262 577 +255 579 +259 580 +251 582 +256 583 +249 585 +252 586 +246 587 +250 589 +243 591 +245 592 +238 593 +237 594 +244 595 +230 597 +236 598 +241 602 +240 601 +235 599 +239 604 +233 603 +232 605 +229 606 +227 608 +226 609 +224 611 +223 612 +221 614 +220 615 +218 617 +217 618 +215 620 +214 621 +212 623 +209 625 +210 626 +204 627 +208 629 +206 631 +203 632 +199 633 +202 635 +200 637 +197 638 +196 639 +194 641 +193 642 +191 644 +190 645 +188 647 +187 648 +185 650 +184 651 +182 653 +178 654 +177 655 +176 656 +175 657 +173 659 +179 662 +170 661 +180 663 +181 665 +171 664 +166 666 +167 669 +168 670 +162 671 +165 673 +158 675 +161 676 +156 677 +159 679 +154 680 +155 682 +150 683 +153 685 +147 687 +149 688 +144 689 +148 691 +140 693 +143 694 +139 695 +141 697 +136 698 +137 700 +135 701 +128 703 +133 704 +131 706 +129 707 +121 708 +127 710 +125 712 +124 713 +119 715 +120 716 +115 717 +114 719 +113 720 +112 721 +111 722 +110 723 +104 725 +118 729 +117 728 +108 726 +116 731 +107 730 +100 733 +105 734 +97 736 +101 737 +96 738 +98 740 +93 741 +95 743 +88 745 +92 746 +86 748 +89 749 +84 750 +87 752 +79 754 +83 755 +76 757 +80 758 +74 759 +77 761 +72 762 +73 764 +68 765 +71 767 +65 769 +67 770 +63 771 +66 773 +58 775 +62 776 +54 778 +59 779 +57 780 +55 782 +56 783 +48 784 +47 785 +45 786 +44 787 +49 788 +46 789 +50 792 +42 791 +51 793 +43 790 +40 795 +41 794 +38 797 +39 796 +36 799 +37 798 +34 801 +35 800 +32 803 +33 802 +30 805 +31 804 +28 807 +29 806 +26 809 +27 808 +24 811 +25 810 +22 813 +23 812 +20 815 +21 814 +18 817 +19 816 +16 819 +17 818 +14 821 +15 820 +12 823 +13 822 +10 825 +11 824 +8 827 +9 826 +6 829 +7 828 +4 831 +5 830 +3 832 +2 833 +1 834 +0 835 +Faces +822 +4 1311 1312 1318 1315 +4 1305 1306 1316 1309 +4 1299 1300 1310 1303 +4 1293 1294 1304 1297 +4 1287 1288 1298 1291 +4 1281 1282 1292 1285 +4 1275 1276 1286 1279 +4 1269 1270 1280 1273 +4 1263 1264 1274 1267 +4 1257 1258 1268 1261 +4 1251 1252 1262 1255 +4 1245 1246 1256 1249 +4 1239 1240 1250 1243 +4 1233 1234 1244 1237 +4 1227 1228 1238 1231 +4 1221 1222 1232 1225 +4 1215 1216 1226 1219 +4 1209 1210 1220 1213 +4 1203 1204 1214 1207 +4 1197 1198 1208 1201 +4 1185 1186 1202 1191 +4 1179 1180 1196 1183 +4 1167 1168 1192 1177 +4 1175 1159 1160 1184 +4 1170 1176 1194 1173 +4 1141 1142 1171 1147 +4 1165 1162 1174 1188 +4 1151 1152 1163 1157 +4 1148 1154 1158 1153 +4 1128 1134 1149 1133 +4 1138 1144 1166 1143 +4 1119 1120 1139 1127 +4 1131 1132 1150 1137 +4 1109 1110 1129 1117 +4 1122 1126 1140 1125 +4 1101 1102 1123 1107 +4 1112 1116 1130 1115 +4 1091 1092 1113 1097 +4 1098 1104 1118 1103 +4 1079 1080 1099 1087 +4 1088 1094 1108 1093 +4 1069 1070 1089 1077 +4 1082 1086 1100 1085 +4 1061 1062 1083 1067 +4 1072 1076 1090 1075 +4 1052 1056 1073 1055 +4 1058 1064 1078 1063 +4 1039 1040 1059 1047 +4 1049 1050 1068 1057 +4 1031 1032 1053 1037 +4 1042 1046 1060 1045 +4 1021 1022 1043 1027 +4 1028 1034 1048 1033 +4 1009 1010 1029 1017 +4 1018 1024 1038 1023 +4 999 1000 1019 1007 +4 1012 1016 1030 1015 +4 991 992 1013 997 +4 1002 1006 1020 1005 +4 978 986 1003 981 +4 988 994 1008 993 +4 963 964 989 969 +4 973 974 998 987 +4 979 957 951 952 +4 967 968 990 971 +4 945 946 984 961 +3 959 956 976 +4 953 948 954 972 +4 920 926 949 925 +4 941 942 982 947 +4 933 934 944 939 +4 930 936 940 935 +4 910 916 931 915 +4 923 924 950 929 +4 901 902 921 909 +4 913 914 932 919 +4 890 896 911 895 +4 904 908 922 907 +4 884 888 905 887 +4 893 894 912 899 +4 870 876 891 875 +4 881 882 900 889 +4 864 868 885 867 +4 873 874 892 879 +4 850 856 871 855 +4 861 862 880 869 +4 843 844 865 849 +4 853 854 872 859 +4 830 836 851 835 +4 840 846 860 845 +4 820 826 841 825 +4 833 834 852 839 +4 810 816 831 815 +4 823 824 842 829 +4 801 802 821 809 +4 813 814 832 819 +4 790 796 811 795 +4 804 808 822 807 +4 784 788 805 787 +4 793 794 812 799 +4 770 776 791 775 +4 781 782 800 789 +4 761 762 785 765 +4 773 774 792 779 +4 737 738 771 743 +4 757 758 780 763 +4 751 752 768 755 +4 747 748 766 753 +4 741 742 772 745 +4 731 732 750 735 +4 727 728 746 733 +4 721 722 740 725 +4 717 718 736 723 +4 711 712 730 715 +4 707 708 726 713 +4 701 702 720 705 +4 697 698 716 703 +4 691 692 710 695 +4 687 688 706 693 +4 681 682 700 685 +4 677 678 696 683 +4 667 668 686 675 +4 670 674 690 673 +4 650 654 671 653 +4 661 662 680 665 +4 657 658 676 663 +4 647 648 666 655 +4 631 632 651 635 +4 641 642 660 645 +4 637 638 656 643 +4 627 628 646 633 +4 621 622 640 625 +4 617 618 636 623 +4 611 612 630 615 +4 607 608 626 613 +4 601 602 620 605 +4 597 598 616 603 +4 591 592 610 595 +4 587 588 606 593 +4 581 582 600 585 +4 577 578 596 583 +4 567 568 580 571 +4 563 564 576 569 +4 557 558 590 561 +4 553 554 586 559 +4 543 544 572 551 +4 546 550 574 549 +4 525 526 547 531 +4 533 534 552 541 +4 536 540 556 539 +4 516 520 537 519 +4 522 528 542 527 +4 503 504 523 511 +4 513 514 532 521 +4 496 500 517 499 +4 506 510 524 509 +4 485 486 507 491 +4 493 494 512 501 +4 476 480 497 479 +4 482 488 502 487 +4 462 468 483 467 +4 473 474 492 481 +4 456 460 477 459 +4 465 466 484 471 +4 443 444 463 451 +4 453 454 472 461 +4 437 438 457 441 +4 446 450 464 449 +4 425 426 447 431 +4 433 434 452 439 +4 422 428 442 427 +4 403 404 423 411 +4 417 418 436 421 +4 413 414 432 419 +4 406 410 424 409 +4 380 384 407 383 +4 397 398 416 401 +4 393 394 412 399 +4 387 388 396 391 +4 373 374 392 389 +4 377 378 402 385 +4 381 367 347 348 +3 365 361 362 +4 355 356 386 359 +4 351 352 372 357 +4 349 344 364 376 +4 324 330 345 329 +4 337 338 370 343 +4 334 340 368 339 +4 315 316 335 323 +4 327 328 346 333 +4 305 306 325 313 +4 318 322 336 321 +4 297 298 319 303 +4 308 312 326 311 +4 287 288 309 293 +4 294 300 314 299 +4 275 276 295 283 +4 284 290 304 289 +4 264 270 285 269 +4 278 282 296 281 +4 257 258 279 263 +4 267 268 286 273 +4 245 246 265 253 +4 254 260 274 259 +4 235 236 255 243 +4 248 252 266 251 +4 228 232 249 231 +4 238 242 256 241 +4 217 218 239 223 +4 225 226 244 233 +4 208 212 229 211 +4 214 220 234 219 +4 194 200 215 199 +4 205 206 224 213 +4 187 188 209 193 +4 197 198 216 203 +4 175 176 195 183 +4 184 190 204 189 +4 154 166 185 159 +4 178 182 196 181 +4 163 164 179 173 +4 157 158 186 169 +4 160 170 174 165 +4 161 149 143 144 +4 133 134 155 139 +4 151 147 148 162 +4 137 138 156 141 +4 127 128 152 131 +4 121 122 146 125 +4 115 116 126 119 +4 109 110 120 113 +4 103 104 114 107 +4 97 98 108 101 +4 91 92 102 95 +4 85 86 96 89 +4 79 80 90 83 +4 73 74 84 77 +4 67 68 78 71 +4 61 62 72 65 +4 55 56 66 59 +4 49 50 60 53 +4 43 44 54 47 +4 37 38 48 41 +4 31 32 42 35 +4 25 26 36 29 +4 19 20 30 23 +4 13 14 24 17 +4 7 8 18 11 +4 1 2 12 5 +4 1321 1322 1324 1327 +4 1329 1330 1332 1335 +4 1337 1338 1320 1341 +4 1343 1344 1328 1347 +4 1349 1350 1336 1353 +4 1355 1356 1342 1359 +4 1361 1362 1348 1365 +4 1367 1368 1354 1371 +4 1373 1374 1360 1377 +4 1379 1380 1366 1383 +4 1385 1386 1372 1389 +4 1391 1392 1378 1395 +4 1397 1398 1384 1401 +4 1403 1404 1390 1407 +4 1409 1410 1396 1413 +4 1415 1416 1402 1419 +4 1421 1422 1408 1425 +4 1427 1428 1414 1431 +4 1433 1434 1420 1437 +4 1439 1440 1426 1443 +4 1445 1446 1432 1449 +4 1451 1452 1438 1455 +4 1457 1458 1460 1463 +4 1465 1467 1468 1444 +4 1470 1462 1472 1475 +4 1477 1478 1471 1481 +4 1483 1484 1464 1486 +4 1489 1490 1485 1493 +4 1494 1496 1466 1491 +4 1498 1500 1495 1503 +4 1504 1506 1456 1479 +4 1509 1510 1505 1513 +4 1515 1502 1488 1517 +4 1519 1520 1499 1523 +4 1524 1512 1476 1527 +4 1529 1530 1525 1533 +4 1534 1522 1514 1537 +4 1539 1540 1535 1543 +4 1544 1546 1508 1531 +4 1549 1550 1545 1553 +4 1554 1556 1518 1541 +4 1559 1560 1555 1563 +4 1564 1552 1528 1567 +4 1569 1570 1565 1573 +4 1574 1562 1538 1577 +4 1578 1580 1575 1583 +4 1584 1586 1548 1571 +4 1589 1590 1585 1593 +4 1595 1596 1558 1581 +4 1599 1600 1579 1603 +4 1604 1592 1568 1607 +4 1609 1610 1605 1613 +4 1614 1616 1594 1601 +4 1619 1620 1615 1623 +4 1624 1626 1588 1611 +4 1629 1630 1625 1633 +4 1634 1622 1598 1637 +4 1639 1640 1635 1643 +4 1644 1632 1608 1647 +4 1648 1650 1645 1653 +4 1654 1656 1618 1641 +4 1659 1660 1655 1663 +4 1665 1666 1628 1651 +4 1649 1669 1671 1672 +4 1675 1662 1638 1677 +4 1679 1680 1682 1685 +3 1687 1668 1688 +4 1673 1690 1692 1664 +4 1694 1696 1691 1699 +4 1701 1702 1704 1681 +4 1707 1708 1678 1711 +4 1712 1714 1700 1709 +4 1716 1718 1713 1721 +4 1723 1698 1670 1725 +4 1727 1728 1695 1731 +4 1733 1720 1706 1735 +4 1736 1738 1717 1741 +4 1742 1730 1722 1745 +4 1746 1748 1743 1751 +4 1753 1740 1732 1755 +4 1756 1758 1737 1761 +4 1763 1764 1726 1749 +4 1766 1768 1747 1771 +4 1773 1760 1752 1775 +4 1776 1778 1757 1781 +4 1783 1784 1762 1769 +4 1787 1788 1767 1791 +4 1793 1780 1772 1795 +4 1796 1798 1777 1801 +4 1802 1804 1782 1789 +4 1806 1808 1803 1811 +4 1813 1800 1792 1815 +4 1816 1818 1797 1821 +4 1823 1810 1786 1825 +4 1827 1828 1807 1831 +4 1833 1820 1812 1835 +4 1836 1838 1817 1841 +4 1842 1830 1822 1845 +4 1846 1848 1843 1851 +4 1853 1840 1832 1855 +4 1856 1858 1837 1861 +4 1863 1864 1826 1849 +4 1867 1868 1847 1871 +4 1873 1860 1852 1875 +4 1877 1878 1857 1881 +4 1883 1884 1862 1869 +4 1887 1888 1890 1893 +4 1895 1896 1898 1889 +4 1901 1880 1872 1903 +4 1905 1906 1886 1909 +4 1911 1912 1894 1907 +4 1915 1916 1900 1919 +4 1921 1922 1876 1917 +4 1925 1926 1904 1929 +4 1931 1932 1910 1927 +4 1935 1936 1914 1939 +4 1941 1942 1920 1937 +4 1945 1946 1924 1949 +4 1951 1952 1930 1947 +4 1955 1956 1934 1959 +4 1961 1962 1940 1957 +4 1965 1966 1950 1969 +4 1970 1968 1944 1973 +4 1974 1976 1971 1979 +4 1981 1982 1954 1985 +4 1987 1988 1960 1983 +4 1991 1992 1964 1977 +4 1995 1996 1975 1999 +4 2001 2002 1980 2005 +4 2007 2008 1986 2003 +4 2011 2012 1990 1997 +4 2015 2016 2000 2019 +4 2021 2022 2006 2017 +4 2025 2026 1994 2029 +4 2031 2032 2010 2027 +4 2035 2036 2014 2039 +4 2041 2042 2020 2037 +4 2045 2046 2024 2049 +4 2051 2052 2030 2047 +4 2055 2056 2034 2059 +4 2061 2062 2040 2057 +4 2065 2066 2054 2069 +4 2071 2072 2060 2067 +4 2075 2076 2044 2079 +4 2081 2082 2050 2077 +4 2085 2086 2088 2091 +4 2092 2090 2094 2097 +4 2099 2100 2093 2103 +4 2105 2106 2080 2109 +4 2110 2108 2074 2113 +4 2114 2116 2111 2119 +4 2120 2122 2084 2101 +4 2125 2126 2121 2129 +4 2131 2132 2104 2117 +4 2134 2136 2115 2139 +4 2140 2128 2098 2143 +4 2145 2146 2141 2149 +4 2151 2152 2130 2137 +4 2154 2156 2135 2159 +4 2160 2162 2124 2147 +4 2164 2166 2161 2169 +4 2171 2172 2150 2157 +4 2174 2176 2155 2179 +4 2181 2168 2144 2183 +4 2185 2186 2165 2189 +4 2191 2192 2170 2177 +4 2195 2196 2175 2199 +4 2200 2188 2180 2203 +4 2205 2206 2201 2209 +4 2211 2212 2190 2197 +4 2214 2216 2184 2207 +4 2219 2220 2215 2223 +4 2225 2226 2194 2229 +4 2231 2232 2210 2227 +4 2234 2222 2204 2237 +4 2238 2240 2235 2243 +4 2245 2246 2224 2249 +4 2251 2252 2230 2247 +4 2255 2256 2244 2259 +4 2261 2262 2250 2257 +4 2265 2266 2218 2241 +4 2239 2269 2271 2272 +3 2275 2277 2278 +4 2281 2282 2254 2285 +4 2287 2288 2260 2283 +4 2273 2290 2274 2264 +4 2292 2294 2291 2297 +4 2299 2300 2302 2305 +4 2306 2308 2310 2301 +4 2313 2314 2307 2317 +4 2319 2296 2270 2321 +4 2323 2324 2293 2327 +4 2328 2316 2298 2331 +4 2333 2334 2329 2337 +4 2338 2326 2318 2341 +4 2343 2344 2339 2347 +4 2348 2350 2312 2335 +4 2353 2354 2349 2357 +4 2358 2360 2322 2345 +4 2362 2364 2359 2367 +4 2368 2356 2332 2371 +4 2373 2374 2369 2377 +4 2379 2366 2342 2381 +4 2383 2384 2363 2387 +4 2388 2390 2352 2375 +4 2393 2394 2389 2397 +4 2398 2386 2378 2401 +4 2402 2404 2399 2407 +4 2408 2396 2372 2411 +4 2413 2414 2409 2417 +4 2419 2420 2382 2405 +4 2422 2424 2403 2427 +4 2428 2430 2392 2415 +4 2432 2434 2429 2437 +4 2439 2440 2418 2425 +4 2443 2444 2423 2447 +4 2449 2436 2412 2451 +4 2453 2454 2433 2457 +4 2458 2460 2438 2445 +4 2462 2464 2459 2467 +4 2468 2456 2448 2471 +4 2473 2474 2469 2477 +4 2479 2466 2442 2481 +4 2482 2484 2452 2475 +4 2483 2487 2489 2490 +4 2493 2494 2463 2497 +4 2499 2501 2486 2472 +4 2503 2496 2478 2505 +4 2507 2508 2510 2513 +4 2515 2516 2500 2519 +4 2521 2522 2506 2525 +4 2527 2528 2514 2531 +4 2533 2534 2520 2537 +4 2539 2540 2526 2543 +4 2545 2546 2532 2549 +4 2551 2552 2538 2555 +4 2557 2558 2544 2561 +4 2563 2564 2550 2567 +4 2569 2570 2556 2573 +4 2575 2576 2562 2579 +4 2581 2582 2568 2585 +4 2587 2588 2574 2591 +4 2593 2594 2580 2597 +4 2599 2600 2586 2603 +4 2605 2606 2592 2609 +4 2611 2612 2598 2615 +4 2617 2618 2604 2621 +4 2623 2624 2610 2627 +4 2629 2630 2616 2633 +4 2635 2636 2622 2639 +4 1312 2640 1323 2643 +4 1318 2644 1325 2641 +4 1314 2644 1327 2647 +4 1306 2648 1331 2651 +4 1316 2652 1333 2649 +4 1308 2652 1335 2655 +4 1300 2642 1339 2657 +4 1302 2646 1341 2659 +4 1294 2650 1345 2661 +4 1296 2654 1347 2663 +4 1288 2656 1351 2665 +4 1290 2658 1353 2667 +4 1282 2660 1357 2669 +4 1284 2662 1359 2671 +4 1276 2664 1363 2673 +4 1278 2666 1365 2675 +4 1270 2668 1369 2677 +4 1272 2670 1371 2679 +4 1264 2672 1375 2681 +4 1266 2674 1377 2683 +4 1258 2676 1381 2685 +4 1260 2678 1383 2687 +4 1252 2680 1387 2689 +4 1254 2682 1389 2691 +4 1246 2684 1393 2693 +4 1248 2686 1395 2695 +4 1240 2688 1399 2697 +4 1242 2690 1401 2699 +4 1234 2692 1405 2701 +4 1236 2694 1407 2703 +4 1228 2696 1411 2705 +4 1230 2698 1413 2707 +4 1222 2700 1417 2709 +4 1224 2702 1419 2711 +4 1216 2704 1423 2713 +4 1218 2706 1425 2715 +4 1210 2708 1429 2717 +4 1212 2710 1431 2719 +4 1204 2712 1435 2721 +4 1206 2714 1437 2723 +4 1198 2716 1441 2725 +4 1200 2718 1443 2727 +4 1186 2720 1447 2729 +4 1190 2722 1449 2731 +4 1178 2732 1451 2735 +4 1180 2724 1453 2735 +4 1182 2726 1455 2733 +4 1168 2736 1459 2739 +4 1192 2740 1461 2737 +4 1160 2728 1469 2743 +4 1194 2744 1473 2741 +4 1172 2744 1475 2747 +4 1146 2746 1481 2749 +4 1164 2750 1483 2753 +4 1188 2750 1487 2731 +4 1156 2752 1493 2755 +4 1154 2742 1497 2757 +4 1134 2756 1501 2759 +4 1144 2738 1507 2761 +4 1120 2760 1511 2763 +4 1136 2754 1517 2765 +4 1110 2758 1521 2767 +4 1124 2748 1527 2769 +4 1106 2768 1533 2771 +4 1114 2764 1537 2773 +4 1096 2772 1543 2775 +4 1104 2762 1547 2777 +4 1080 2776 1551 2779 +4 1094 2766 1557 2781 +4 1070 2780 1561 2783 +4 1084 2770 1567 2785 +4 1066 2784 1573 2787 +4 1074 2774 1577 2789 +4 1054 2788 1583 2791 +4 1064 2778 1587 2793 +4 1040 2792 1591 2795 +4 1050 2782 1597 2797 +4 1036 2790 1603 2799 +4 1044 2786 1607 2801 +4 1026 2800 1613 2803 +4 1034 2796 1617 2805 +4 1010 2804 1621 2807 +4 1024 2794 1627 2809 +4 1000 2808 1631 2811 +4 1014 2798 1637 2813 +4 996 2812 1643 2815 +4 1004 2802 1647 2817 +4 980 2816 1653 2819 +4 994 2806 1657 2821 +4 962 2822 1659 2825 +4 964 2820 1661 2825 +4 974 2810 1667 2827 +4 966 2828 1675 2823 +4 970 2814 1677 2829 +4 984 2830 1683 2833 +4 960 2830 1685 2835 +4 958 2836 1687 2839 +4 976 2836 1689 2819 +4 954 2826 1693 2841 +4 926 2840 1697 2843 +4 942 2844 1703 2847 +4 982 2832 1705 2845 +4 938 2834 1711 2849 +4 936 2846 1715 2851 +4 916 2850 1719 2853 +4 928 2838 1725 2855 +4 902 2842 1729 2857 +4 918 2848 1735 2859 +4 896 2852 1739 2861 +4 906 2854 1745 2863 +4 886 2862 1751 2865 +4 898 2858 1755 2867 +4 876 2860 1759 2869 +4 882 2856 1765 2871 +4 866 2864 1771 2873 +4 878 2866 1775 2875 +4 856 2868 1779 2877 +4 862 2870 1785 2879 +4 848 2872 1791 2881 +4 858 2874 1795 2883 +4 836 2876 1799 2885 +4 846 2878 1805 2887 +4 826 2886 1809 2889 +4 838 2882 1815 2891 +4 816 2884 1819 2893 +4 828 2880 1825 2895 +4 802 2888 1829 2897 +4 818 2890 1835 2899 +4 796 2892 1839 2901 +4 806 2894 1845 2903 +4 786 2902 1851 2905 +4 798 2898 1855 2907 +4 776 2900 1859 2909 +4 782 2896 1865 2911 +4 760 2912 1867 2915 +4 764 2904 1871 2913 +4 778 2906 1875 2917 +4 738 2908 1879 2919 +4 756 2914 1883 2921 +4 758 2910 1885 2921 +4 768 2922 1891 2925 +4 754 2922 1893 2927 +4 748 2928 1897 2931 +4 766 2924 1899 2929 +4 744 2916 1903 2933 +4 734 2926 1909 2935 +4 728 2930 1913 2937 +4 724 2932 1919 2939 +4 718 2918 1923 2941 +4 714 2934 1929 2943 +4 708 2936 1933 2945 +4 704 2938 1939 2947 +4 698 2940 1943 2949 +4 694 2942 1949 2951 +4 688 2944 1953 2953 +4 684 2946 1959 2955 +4 678 2948 1963 2957 +4 668 2952 1967 2959 +4 672 2950 1973 2961 +4 652 2960 1979 2963 +4 664 2954 1985 2965 +4 658 2956 1989 2967 +4 648 2958 1993 2969 +4 634 2962 1999 2971 +4 644 2964 2005 2973 +4 638 2966 2009 2975 +4 628 2968 2013 2977 +4 624 2972 2019 2979 +4 618 2974 2023 2981 +4 614 2970 2029 2983 +4 608 2976 2033 2985 +4 604 2978 2039 2987 +4 598 2980 2043 2989 +4 594 2982 2049 2991 +4 588 2984 2053 2993 +4 584 2986 2059 2995 +4 578 2988 2063 2997 +4 566 2998 2065 3001 +4 570 2994 2069 2999 +4 562 3000 2071 3003 +4 564 2996 2073 3003 +4 560 2990 2079 3005 +4 554 2992 2083 3007 +4 544 3008 2087 3011 +4 572 3012 2089 3009 +4 574 3014 2095 3013 +4 548 3014 2097 3017 +4 530 3016 2103 3019 +4 534 3006 2107 3021 +4 538 3004 2113 3023 +4 518 3022 2119 3025 +4 528 3010 2123 3027 +4 504 3026 2127 3029 +4 514 3020 2133 3031 +4 498 3024 2139 3033 +4 508 3018 2143 3035 +4 490 3034 2149 3037 +4 494 3030 2153 3039 +4 478 3032 2159 3041 +4 488 3028 2163 3043 +4 468 3042 2167 3045 +4 474 3038 2173 3047 +4 458 3040 2179 3049 +4 470 3036 2183 3051 +4 444 3044 2187 3053 +4 454 3046 2193 3055 +4 440 3048 2199 3057 +4 448 3050 2203 3059 +4 430 3058 2209 3061 +4 434 3054 2213 3063 +4 428 3052 2217 3065 +4 404 3064 2221 3067 +4 420 3056 2229 3069 +4 414 3062 2233 3071 +4 408 3060 2237 3073 +4 382 3072 2243 3075 +4 400 3068 2249 3077 +4 394 3070 2253 3079 +4 390 3076 2259 3081 +4 374 3078 2263 3083 +4 378 3066 2267 3085 +4 366 3074 2269 3087 +4 360 3088 2277 3091 +4 362 3084 2279 3091 +4 354 3092 2281 3095 +4 358 3080 2285 3093 +4 350 3094 2287 3097 +4 352 3082 2289 3097 +4 330 3088 2295 3099 +4 370 3100 2303 3103 +4 342 3100 2305 3105 +4 340 3106 2309 3109 +4 368 3102 2311 3107 +4 316 3108 2315 3111 +4 332 3086 2321 3113 +4 306 3098 2325 3115 +4 320 3104 2331 3117 +4 302 3116 2337 3119 +4 310 3112 2341 3121 +4 292 3120 2347 3123 +4 300 3110 2351 3125 +4 276 3124 2355 3127 +4 290 3114 2361 3129 +4 270 3128 2365 3131 +4 280 3118 2371 3133 +4 262 3132 2377 3135 +4 272 3122 2381 3137 +4 246 3130 2385 3139 +4 260 3126 2391 3141 +4 236 3140 2395 3143 +4 250 3136 2401 3145 +4 230 3144 2407 3147 +4 240 3134 2411 3149 +4 222 3148 2417 3151 +4 226 3138 2421 3153 +4 210 3146 2427 3155 +4 220 3142 2431 3157 +4 200 3156 2435 3159 +4 206 3152 2441 3161 +4 192 3154 2447 3163 +4 202 3150 2451 3165 +4 176 3158 2455 3167 +4 190 3160 2461 3169 +4 166 3168 2465 3171 +4 180 3164 2471 3173 +4 172 3172 2477 3175 +4 168 3162 2481 3177 +4 170 3166 2485 3179 +4 142 3180 2489 3183 +4 144 3178 2491 3183 +4 132 3184 2493 3187 +4 134 3170 2495 3187 +4 150 3174 2499 3189 +4 136 3190 2503 3185 +4 140 3176 2505 3191 +4 128 3192 2509 3195 +4 152 3196 2511 3193 +4 130 3196 2513 3199 +4 122 3180 2517 3201 +4 124 3188 2519 3203 +4 116 3194 2523 3205 +4 118 3198 2525 3207 +4 110 3200 2529 3209 +4 112 3202 2531 3211 +4 104 3204 2535 3213 +4 106 3206 2537 3215 +4 98 3208 2541 3217 +4 100 3210 2543 3219 +4 92 3212 2547 3221 +4 94 3214 2549 3223 +4 86 3216 2553 3225 +4 88 3218 2555 3227 +4 80 3220 2559 3229 +4 82 3222 2561 3231 +4 74 3224 2565 3233 +4 76 3226 2567 3235 +4 68 3228 2571 3237 +4 70 3230 2573 3239 +4 62 3232 2577 3241 +4 64 3234 2579 3243 +4 56 3236 2583 3245 +4 58 3238 2585 3247 +4 50 3240 2589 3249 +4 52 3242 2591 3251 +4 44 3244 2595 3253 +4 46 3246 2597 3255 +4 38 3248 2601 3257 +4 40 3250 2603 3259 +4 32 3252 2607 3261 +4 34 3254 2609 3263 +4 26 3256 2613 3265 +4 28 3258 2615 3267 +4 20 3260 2619 3269 +4 22 3262 2621 3271 +4 14 3264 2625 3273 +4 16 3266 2627 3275 +4 6 3276 2629 3279 +4 8 3268 2631 3279 +4 10 3270 2633 3277 +4 0 3280 2635 3283 +4 2 3272 2637 3283 +4 4 3274 2639 3281 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.params b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..fb5f4ae --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.params @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.pin b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..4d71a7e --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.pin @@ -0,0 +1,32 @@ + + + + + P1 + P1 + + + 1 + -1 + + 0 + -0.0009 + + + + + + P2 + P2 + + + 1 + -1 + + 0.123302 + -0.025411 + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.plan b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.prt b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..2621861 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.prt @@ -0,0 +1,30 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + + + + P2 + P2 + + 50 + 0 + + input + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.psz b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..2cb2937 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qas b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..b809fab --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.077956 +mesh_extrusion_duration_seconds 0.011515 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.024277 +mesh_meshing_duration_seconds 0.192145 +solve_input_processing_duration_seconds 0.063517 +solve_db_initialization_duration_seconds 0.005002 +solve_port_solver_duration_seconds 0.002997 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.003 +solve_mesh_reduction_duration_seconds 0.021002 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.401066 +solve_first_solve_duration_seconds 0.073513 +solve_first_misc_duration_seconds 0.108514 +solve_sweep_load_duration_seconds 12.749981 +solve_sweep_solve_duration_seconds 2.221518 +solve_sweep_misc_duration_seconds 1.628185 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.395414 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.984504 +solve_flow_first_frequency_duration_seconds 0.583093 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 16.599684 +solve_flow_duration_seconds 17.584188 +solve_sweep_load_duration_per_frequency_seconds 0.364285171428571 +solve_sweep_solve_duration_per_frequency_seconds 0.0634719428571428 +solve_sweep_misc_duration_per_frequency_seconds 0.0465195714285714 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.474276685714286 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.364285171428571 +solve_flow_frequency_independent_duration_seconds 0.510227314285714 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 18059264 +mesh_peak_rss_memory_bytes 42156032 +mesh_page_fault_count 11995 +solve_peak_page_memory_bytes 154394624 +solve_peak_rss_memory_bytes 169721856 +solve_page_fault_count 220866 +maximal_peak_page_memory_bytes 154394624 +maximal_peak_rss_memory_bytes 169721856 +total_page_fault_count 232861 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 2 +rectangle_count 240 +quad_count 8 +via_count 0 +matrix_size 1644 +reduced_matrix_size 1640 +frequency_count 36 +solve_peak_memory_estimate_bytes 58394419.2 +total_cell_count 250 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qry b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..c6fe568 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Sat Oct 4 12:38:04 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sab b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..a08a28d Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sam b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..bcf1f76 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sam @@ -0,0 +1,40 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 36 +1.000000e+09 +1.200000e+09 +1.400000e+09 +1.600000e+09 +1.800000e+09 +2.000000e+09 +2.200000e+09 +2.255556e+09 +2.301852e+09 +2.348148e+09 +2.379012e+09 +2.440741e+09 +2.533333e+09 +2.566667e+09 +2.600000e+09 +2.666667e+09 +2.700000e+09 +2.733333e+09 +2.742593e+09 +2.788889e+09 +2.881481e+09 +3.066667e+09 +3.400000e+09 +3.600000e+09 +3.800000e+09 +4.200000e+09 +4.477778e+09 +4.755556e+09 +4.774074e+09 +4.804938e+09 +4.835802e+09 +4.866667e+09 +4.874074e+09 +4.911111e+09 +4.970370e+09 +5.000000e+09 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sio b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..fd67927 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sst b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..a343124 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 34.61 MB + Virtual memory : 14.29 MB + Page faults : 10422 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sta b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..80ffbcf --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sta @@ -0,0 +1,340 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Sat Oct 4 12:38:04 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 240 + Quadrangular cells : 8 + Triangular cells : 2 + Via cells : 0 + + Edge currents : 340 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 35.71 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.03 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 13.69 + + Matrix size : 1644 + Reduced matrix size : 1640 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.26 + Basis creation | 0: 0: 0 | 0: 0: 0 | 18.77 + Matrix load | 0: 0: 3 | 0: 0: 1 | 74.45 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 7.09 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 4.2 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 1.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 3.4 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.36 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 2.6 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.27 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 1.8 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 1 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.12 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 1.4 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.69 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 3.8 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.54 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +9. SIMULATION FREQUENCY = 3.6 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.31 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +10. SIMULATION FREQUENCY = 2.2 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.23 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +11. SIMULATION FREQUENCY = 4.86667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +12. SIMULATION FREQUENCY = 4.91111 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.25 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +13. SIMULATION FREQUENCY = 4.87407 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +14. SIMULATION FREQUENCY = 2.53333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +15. SIMULATION FREQUENCY = 2.25556 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.25 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +16. SIMULATION FREQUENCY = 2.56667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.81 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +17. SIMULATION FREQUENCY = 2.44074 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.22 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +18. SIMULATION FREQUENCY = 4.97037 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.62 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +19. SIMULATION FREQUENCY = 2.73333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +20. SIMULATION FREQUENCY = 2.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.34 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 1 | 0.00 + +21. SIMULATION FREQUENCY = 2.34815 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.22 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 1.16 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +22. SIMULATION FREQUENCY = 2.37901 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.51 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +23. SIMULATION FREQUENCY = 4.75556 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +24. SIMULATION FREQUENCY = 4.77407 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +25. SIMULATION FREQUENCY = 4.80494 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +26. SIMULATION FREQUENCY = 4.47778 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +27. SIMULATION FREQUENCY = 3.06667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 1.02 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +28. SIMULATION FREQUENCY = 2 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.72 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +29. SIMULATION FREQUENCY = 1.6 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.12 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +30. SIMULATION FREQUENCY = 1.2 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +31. SIMULATION FREQUENCY = 2.78889 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +32. SIMULATION FREQUENCY = 2.88148 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +33. SIMULATION FREQUENCY = 4.8358 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.30 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +34. SIMULATION FREQUENCY = 2.74259 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.25 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +35. SIMULATION FREQUENCY = 2.30185 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 2 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 1 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +36. SIMULATION FREQUENCY = 2.7 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 3 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.55 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 36 + + Physical memory : 161.86 MB + Virtual memory : 147.24 MB + Page faults : 220875 + User Time : 0h 1m53s + Elapsed Time : 0h 0m17s + +============================================================================== + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sti b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.stm b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..09c68da --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Sat Oct 4 12:38:04 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 2 + Rectangular cells : 240 + Non-rectangular quadrilateral cells : 8 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 40.20 MB + Virtual memory : 17.22 MB + Page faults : 11994 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s + +============================================================================== + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sub b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.toi b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..0aa4524 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.toi @@ -0,0 +1,9 @@ + + + + P1 + + + P2 + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.txb b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..5a97a97 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_a b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..6064fd5 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_a @@ -0,0 +1,17 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,-1.6670 18.2090,-1.6670 18.2090,-0.2780 0.0000,-0.2780; +ADD P1 :W0.000000 0.0000,-3.1640 18.2090,-3.1640 18.2090,-1.7750 0.0000,-1.7750; +ADD P1 :W0.000000 18.2090,-4.4860 35.7830,-4.4860 35.7830,-1.7750 18.2090,-1.7750; +ADD P1 :W0.000000 18.2090,-7.6140 35.7830,-7.6140 35.7830,-4.9030 18.2090,-4.9030; +ADD P1 :W0.000000 35.7830,-8.0510 53.0440,-8.0510 53.0440,-4.9030 35.7830,-4.9030; +ADD P1 :W0.000000 35.7830,-12.3940 53.0440,-12.3940 53.0440,-9.2460 35.7830,-9.2460; +ADD P1 :W0.000000 53.0440,-12.4430 70.2580,-12.4430 70.2580,-9.2460 53.0440,-9.2460; +ADD P1 :W0.000000 53.0440,-17.0900 70.2580,-17.0900 70.2580,-13.8930 53.0440,-13.8930; +ADD P1 :W0.000000 70.2580,-17.0900 87.5190,-17.0900 87.5190,-13.9420 70.2580,-13.9420; +ADD P1 :W0.000000 70.2580,-21.4330 87.5190,-21.4330 87.5190,-18.2850 70.2580,-18.2850; +ADD P1 :W0.000000 87.5190,-21.4330 105.0930,-21.4330 105.0930,-18.7220 87.5190,-18.7220; +ADD P1 :W0.000000 87.5190,-24.5610 105.0930,-24.5610 105.0930,-21.8500 87.5190,-21.8500; +ADD P1 :W0.000000 105.0930,-24.5610 123.3020,-24.5610 123.3020,-23.1720 105.0930,-23.1720; +ADD P1 :W0.000000 105.0930,-26.0580 123.3020,-26.0580 123.3020,-24.6690 105.0930,-24.6690; +SAVE; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_geo.csv b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..b9c1c74 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,45 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,6 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,20 +0.141254,0 +0.177828,0 +0.223872,0 +0.281838,0 +0.354813,0 +0.446684,26 +0.562341,0 +0.707946,0 +0.891251,0 +1.122018,20 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_out.prt b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..82162c2 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,22 @@ + + + + + P1 + P1 + + 50 + 0 + + + + P2 + P2 + + 50 + 0 + + input + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_t3D.opt b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_CLFilter1_cell_3/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/.variables b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/.variables new file mode 100644 index 0000000..1616f9a --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/.variables @@ -0,0 +1 @@ +surfs_layer_1;, 285 surfaces diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/EMDS4ADS.prf b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/EMDS4ADS.prf new file mode 100644 index 0000000..19c20ae --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/EMDS4ADS.prf @@ -0,0 +1,51 @@ +Begin_Block Header + + Mode ASCII + File_Name C:/Users/forss/Nextcloud/TNE071_ADS/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/EMDS4ADS.prf + Version 3.00 + +End_Block Header + +Begin_Block Data + + Begin_Preferences + + Begin_Material_Block + Material cond 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Material __SubstrateLayer1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Material __BOTTOM 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Material_Block + + Begin_Color_Block + Object __SubstrateLayer1_1 1.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + Object cond_3 9.3333333333333335e-01 4.1568627450980394e-01 3.1372549019607843e-01 + Object __BOTTOM_2 0.0000000000000000e+00 0.0000000000000000e+00 1.0000000000000000e+00 + End_Color_Block + + Begin_Visible_Block + Object __SubstrateLayer1_1 1 0 80 + Object cond_3 1 0 50 + Object __BOTTOM_2 1 0 50 + End_Visible_Block + + Begin_Plane_Block + Planes 0 + End_Plane_Block + + Begin_Camera_Block + Position 7.9956962585449219e+01 -5.3508819580078125e+01 5.5879035949707031e+01 + Target 1.2883980751037598e+01 1.3564155578613281e+01 -1.1193940162658691e+01 + Up -4.0824845433235168e-01 4.0824833512306213e-01 8.1649672985076904e-01 + 4.6469512939453125e+01 4.6469512939453125e+01 + End_Camera_Block + + Begin_Background_Block + Top_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Bottom_Color 0.0000000000000000e+00 0.0000000000000000e+00 0.0000000000000000e+00 + Shadow 0 + End_Background_Block + + End_Preferences + +End_Block Data + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/emStateFile.xml b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/emStateFile.xml new file mode 100644 index 0000000..ebccf96 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/emStateFile.xml @@ -0,0 +1,2380 @@ + + + 2 + 0,subst + 5 + 0 + + emCosim + MyLab3_lib + DA_SLFilter1_cell_2_emCosim + emModel + True + 1 + layout + + + 0 + emExtracted + + 1 + + + + + emModel + False + False + False + False + False + mySuffix + False + True + True + + 1 + + + + symbol + False + 0 + 1 + False + False + + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + False + + + + + + 0.02 + 2 + 15 + False + + 3 + 0 + 5 GHz + 3 + 4 + 1 + 25 + 0 + True + 100 + 2 + False + 0 + 0 + False + 0.001 + 2 + 0 + 2 + 0 + 2 + True + False + True + False + True + True + 0.2 + 0.06 + 0 + 0 + 0 + 2 + 0 + 2 + 0 + 2 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + + 2 + 2 + 500 + 1e-05 + False + False + + + 3 + 3 + 4 + + + 0 + 0 + False + 3.125 + 2 + 5 + 2 + 0 + True + 25 + 0 + + + + bond + + + 0 + 0 + + cond + + + 0 + 0 + + cond2 + + + 0 + 0 + + diel2 + + + 0 + 0 + + hole + + + 0 + 0 + + resi + + + 0 + 0 + + + + + All simulation options are initialized and ready for simulation. + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + False + 2 + + + C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk + MyLab3_lib + DA_SLFilter1_cell_2 + layout + + + <(inPreparation)> + + + <(inPreparation)> + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__11 + + N__11 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__12 + + N__12 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__14 + + N__14 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__7 + + N__7 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__8 + + N__8 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__9 + + N__9 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__11 + + N__11 + 0 + 0 + 0 + + N__12 + + N__12 + 0 + 0 + 0 + + N__14 + + N__14 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + N__7 + + N__7 + 0 + 0 + 0 + + N__8 + + N__8 + 0 + 0 + 0 + + N__9 + + N__9 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + <(inPreparation)> + False + 0 + 0 + 0 + 0 + False + + All simulation options are initialized and ready for simulation. + + + + + + + False + 0 + 2 + 20 + True + 0 + 3 + False + True + 0 + 2 + False + 0 + True + True + 1 + + + + bond + + bond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond + + cond + 0 + 0 + + 0 + 0 + + 0 + 0 + + cond2 + + cond2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + diel2 + + diel2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + hole + + hole + 0 + 0 + + 0 + 0 + + 0 + 0 + + resi + + resi + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__10 + + N__10 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__11 + + N__11 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__12 + + N__12 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__14 + + N__14 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__2 + + N__2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__3 + + N__3 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__4 + + N__4 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__5 + + N__5 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__6 + + N__6 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__7 + + N__7 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__8 + + N__8 + 0 + 0 + + 0 + 0 + + 0 + 0 + + N__9 + + N__9 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P1 + + P1 + 0 + 0 + + 0 + 0 + + 0 + 0 + + P2 + + P2 + 0 + 0 + + 0 + 0 + + 0 + 0 + + + + + + 0 + 0 + True + False + + + 0 + 1 + 3 + 25 + 0 + + True + True + True + 3 + 8 + True + 5 + 8 + True + 5 + 8 + + + + + bond + + bond + 0 + 0 + 0 + + cond + + cond + 0 + 0 + 0 + + cond2 + + cond2 + 0 + 0 + 0 + + diel2 + + diel2 + 0 + 0 + 0 + + hole + + hole + 0 + 0 + 0 + + resi + + resi + 0 + 0 + 0 + + + + + + N__0 + + N__0 + 0 + 0 + 0 + + N__10 + + N__10 + 0 + 0 + 0 + + N__11 + + N__11 + 0 + 0 + 0 + + N__12 + + N__12 + 0 + 0 + 0 + + N__14 + + N__14 + 0 + 0 + 0 + + N__2 + + N__2 + 0 + 0 + 0 + + N__3 + + N__3 + 0 + 0 + 0 + + N__4 + + N__4 + 0 + 0 + 0 + + N__5 + + N__5 + 0 + 0 + 0 + + N__6 + + N__6 + 0 + 0 + 0 + + N__7 + + N__7 + 0 + 0 + 0 + + N__8 + + N__8 + 0 + 0 + 0 + + N__9 + + N__9 + 0 + 0 + 0 + + P1 + + P1 + 0 + 0 + 0 + + P2 + + P2 + 0 + 0 + 0 + + + + + True + True + 0 + 2 + True + True + 1 + 8 + 7.6 + False + 1 + 8 + 7.6 + False + 0 + 2 + True + False + 1 + True + EmPpMsgs + 255 + False + dummy dummy2 + + + 0 + + + bond + + bond + True + 0 + + 2 + 0 + 0.15 + + cond + + cond + True + 0 + + 2 + 0 + 0.15 + + cond2 + + cond2 + True + 0 + + 2 + 0 + 0.15 + + resi + + resi + True + 0 + + 2 + 0 + 0.15 + + + + + + diel2 + + diel2 + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + hole + + hole + True + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + + 0 + 0 + 2 + 0 + + + False + False + 0 + 17 + 3 + 8 + 0 + 0 + 2 + + + + + + True + DA_SLFilter1_cell_2 + True + True + DA_SLFilter1_cell_2 + False + True + False + False + mySuffix + True + S_Nport_P.ddt + True + True + + + + 1 + + 1 + 0 + 1 + 5 + 50 (max) + -1 + True + GHz + GHz + + -1 + -1 + -1 + -1 + 0 + 0 + 0 + 0 + + + + + False + 1 + + + False + + MyLab3_lib:cell_2 + + + + + + + False + True + + currents + + currents + 0 + + fields + + fields + 1 + + + + currents + 0 + + + True + DA_SLFilter1_cell_2 + True + True + S_Nport_P.ddt + + + True + DA_SLFilter1_cell_2 + True + False + True + False + False + mySuffix + + + + False + False + 0 + MyLab3_lib:DA_SLFilter1_cell_2:layout + False + + False + False + False + + ads_tlines:MLEF + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MLIN + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + ads_tlines:MTEE + + 0 + + circuit + + circuit + 0 + + 0 + 4 + + + + + em + + em + 0 + + 0 + 3 + + + + + + + + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL1 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL2 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL3 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL4 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL5 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL6 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL7 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL8 + + 34 + ads_tlines:MLIN:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:TL9 + + 34 + ads_tlines:MLEF:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee1 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee2 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee3 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee4 + + 34 + ads_tlines:MTEE:layout + em + + False + + MyLab3_lib:DA_SLFilter1_cell_2:layout:Tee5 + + 34 + ads_tlines:MTEE:layout + em + + False + + + + + True + True + False + False + 0 + + True + + + P1 + P1 + 1 + + + + + 1 + -1 + cond:drawing + point + + 0:0 + + + + + + + P2 + P2 + 2 + + + + + 1 + -1 + cond:drawing + point + + 0.05409:0 + + + + + + + + + + True + + + 1 + P1 + 50:0 + Auto + 0 + 0 + + + P1 + + + ::__GND__ + + + + 2 + P2 + 50:0 + Auto + 0 + 0 + + + P2 + + + ::__GND__ + + + + + + + 0 + 0 + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Simulator:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Momentum simulation in microwave mode</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Layout:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Workspace: C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk<br>Library: MyLab3_lib<br>Cell: DA_SLFilter1_cell_2<br>View: layout</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Partitioning between EM and circuit:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM simulation/model of all items</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Substrate:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Substrate: cell_2 (defined in library: MyLab3_lib)</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Ports:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">2 ports defined</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Frequency plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Adaptive from 1 GHz to 5 GHz (Npts: 50 (max))</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Output plan:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Template: Auto-select</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Dataset: DA_SLFilter1_cell_2_MomUW</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">Mom Simulation options:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Using local settings</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">All simulation options are initialized and ready for simulation.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM simulation resources:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Simulation on host:Local</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;text-decoration:underline"><span style=" font-size:9pt; font-weight:bold">EM Model:</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:12px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">EM Model: emModel<br> Auto-updated</span></p></body></html> + + + LocalRemote + + 1 + Local + - needs refresh - + False + + False + + False + + False + + False + + False + + False + + Now + + + Never + + + True + 0 + + + Normal + + + True + + True + + + + Local + 1 + queue + True + False + + True + 0 + + + Normal + + + True + + True + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/momentum.cfg b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/momentum.cfg new file mode 100644 index 0000000..e69de29 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.c2d b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.c2d new file mode 100644 index 0000000..76673df --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.c2d @@ -0,0 +1,58 @@ +CITIFILE A.01.01 +#Momentum: B.12.070 (*) built: Aug 11 2025 +#Momentum Date and Time: Sat Oct 4 12:22:39 2025 + +NAME PortSet1 + + +CONSTANT NBR_OF_PORTS 2 + +VAR freq MAG 2 + +DATA GAMMA_1[1] RI +DATA Z0_1[1,1] RI +DATA LAMBADAI_1[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END +CITIFILE A.01.01 +NAME PortSet2 + +VAR freq MAG 2 + +DATA GAMMA_2[1] RI +DATA Z0_2[1,1] RI +DATA LAMBADAI_2[1,1] RI + +VAR_LIST_BEGIN + 1000000000 + 5000000000 +VAR_LIST_END + +BEGIN + 0 , 0 + 0 , 0 +END +BEGIN + 50 , 0 + 50 , 0 +END +BEGIN + 0 , 0 + 0 , 0 +END diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cdr b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cdr new file mode 100644 index 0000000..feac117 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cdr @@ -0,0 +1,18 @@ +UNITS UM +RESOLUTION 0.025000000000000 UM + +NUMBER OF PORTSETS 2 + +PORTSET 1 + +NO TML_PORT; + +RPS 0 +END PORTSET 1 + +PORTSET 2 + +NO TML_PORT; + +RPS 0 +END PORTSET 2 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cfg b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cfg new file mode 100644 index 0000000..2cd78af --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.cfg @@ -0,0 +1,3 @@ +user = C:/Users/forss/Nextcloud/TNE071_ADS/MyLab3_wrk +site = ~/ +supplied = ^/ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.exb b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.exb new file mode 100644 index 0000000..487a385 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.exb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.fra b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.fra new file mode 100644 index 0000000..c076193 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.fra @@ -0,0 +1,8 @@ +#AFS File: FREQUENCY RANGE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF DATA ROWS : 2 +NUMBER OF DATA COLUMNS : -2 + +NUMBER OF BLOCKS : 1 +0 10 :0 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.gdf b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.gdf new file mode 100644 index 0000000..da10a2e --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.gdf @@ -0,0 +1,310 @@ +UNITS MM,10000; +$$ +$$ +$$ +ADD L1 :W0.000 53.2565,0.8335 54.0900,0.5380; +ADD L1 :W0.000 54.0900,-0.2955 54.0900,0.5380; +ADD L1 :W0.000 52.4230,0.5380 53.2565,0.8335; +ADD L1 :W0.000 52.4230,-1.1290 52.4230,0.5380; +ADD L1 :W0.000 52.4230,-1.1290 54.0900,-1.1290; +ADD L1 :W0.000 54.0900,-1.1290 54.0900,-0.2955; +ADD L1 :W0.000 1.6670,0.5380 1.6670,-1.1290; +ADD L1 :W0.000 0.8335,0.8335 1.6670,0.5380; +ADD L1 :W0.000 0.0000,-0.2955 0.0000,0.8335; +ADD L1 :W0.000 0.0000,0.8335 0.8335,0.8335; +ADD L1 :W0.000 0.0000,-1.1290 0.0000,-0.2955; +ADD L1 :W0.000 0.0000,-1.1290 1.6670,-1.1290; +ADD L1 :W0.000 43.1820,-0.5380 44.2580,-0.5380; +ADD L1 :W0.000 42.5910,-2.2370 44.2580,-2.2370; +ADD L1 :W0.000 44.2580,-2.2370 44.2580,-0.5380; +ADD L1 :W0.000 42.0000,-0.5380 43.1820,-0.5380; +ADD L1 :W0.000 42.0000,-0.5380 42.5910,-2.2370; +ADD L1 :W0.000 26.4540,-0.5380 27.6360,-0.5380; +ADD L1 :W0.000 27.0450,-2.1786 27.6360,-0.5380; +ADD L1 :W0.000 25.3780,-0.5380 26.4540,-0.5380; +ADD L1 :W0.000 25.3780,-2.1786 25.3780,-0.5380; +ADD L1 :W0.000 25.3780,-2.1786 27.0450,-2.1786; +ADD L1 :W0.000 10.9080,-0.5380 12.0900,-0.5380; +ADD L1 :W0.000 11.4990,-2.2370 12.0900,-0.5380; +ADD L1 :W0.000 9.8320,-0.5380 10.9080,-0.5380; +ADD L1 :W0.000 9.8320,-2.2370 9.8320,-0.5380; +ADD L1 :W0.000 9.8320,-2.2370 11.4990,-2.2370; +ADD L1 :W0.000 53.2565,1.6670 54.0900,1.6670; +ADD L1 :W0.000 53.2565,0.8335 54.0900,0.5380; +ADD L1 :W0.000 54.0900,0.5380 54.0900,1.6670; +ADD L1 :W0.000 52.4230,1.6670 53.2565,1.6670; +ADD L1 :W0.000 52.4230,0.5380 52.4230,1.6670; +ADD L1 :W0.000 52.4230,0.5380 53.2565,0.8335; +ADD L1 :W0.000 0.8335,1.6670 1.6670,1.6670; +ADD L1 :W0.000 0.8335,0.8335 1.6670,0.5380; +ADD L1 :W0.000 1.6670,0.5380 1.6670,1.6670; +ADD L1 :W0.000 0.0000,0.8335 0.0000,1.6670; +ADD L1 :W0.000 0.0000,0.8335 0.8335,0.8335; +ADD L1 :W0.000 0.0000,1.6670 0.8335,1.6670; +ADD L1 :W0.000 43.1820,-0.5380 44.2580,-0.5380; +ADD L1 :W0.000 44.2580,-0.5380 44.2580,0.5380; +ADD L1 :W0.000 43.1820,0.5380 44.2580,0.5380; +ADD L1 :W0.000 42.0000,-0.5380 42.0000,0.5380; +ADD L1 :W0.000 42.0000,-0.5380 43.1820,-0.5380; +ADD L1 :W0.000 42.0000,0.5380 43.1820,0.5380; +ADD L1 :W0.000 10.9080,-0.5380 12.0900,-0.5380; +ADD L1 :W0.000 12.0900,0.5380 12.0900,-0.5380; +ADD L1 :W0.000 10.9080,0.5380 12.0900,0.5380; +ADD L1 :W0.000 9.8320,-0.5380 9.8320,0.5380; +ADD L1 :W0.000 9.8320,-0.5380 10.9080,-0.5380; +ADD L1 :W0.000 9.8320,0.5380 10.9080,0.5380; +ADD L1 :W0.000 26.4540,-0.5380 27.6360,-0.5380; +ADD L1 :W0.000 27.6360,0.5380 27.6360,-0.5380; +ADD L1 :W0.000 26.4540,0.5380 27.6360,0.5380; +ADD L1 :W0.000 25.3780,-0.5380 25.3780,0.5380; +ADD L1 :W0.000 25.3780,-0.5380 26.4540,-0.5380; +ADD L1 :W0.000 25.3780,0.5380 26.4540,0.5380; +ADD L1 :W0.000 52.4230,-1.1290 52.4230,-3.1120; +ADD L1 :W0.000 52.4230,-3.1120 54.0900,-3.1120; +ADD L1 :W0.000 54.0900,-3.1120 54.0900,-1.1290; +ADD L1 :W0.000 52.4230,-1.1290 54.0900,-1.1290; +ADD L1 :W0.000 52.4230,-1.1290 52.4230,-3.1120; +ADD L1 :W0.000 50.7560,-0.5380 52.4230,-1.1290; +ADD L1 :W0.000 50.7560,-3.1120 50.7560,-0.5380; +ADD L1 :W0.000 50.7560,-3.1120 52.4230,-3.1120; +ADD L1 :W0.000 50.7560,0.5380 52.4230,0.5380; +ADD L1 :W0.000 50.7560,-0.5380 50.7560,0.5380; +ADD L1 :W0.000 50.7560,-0.5380 52.4230,-1.1290; +ADD L1 :W0.000 52.4230,-1.1290 52.4230,0.5380; +ADD L1 :W0.000 49.1315,-0.5380 49.1315,0.5380; +ADD L1 :W0.000 49.1315,-0.5380 50.7560,-0.5380; +ADD L1 :W0.000 50.7560,-0.5380 50.7560,0.5380; +ADD L1 :W0.000 49.1315,0.5380 50.7560,0.5380; +ADD L1 :W0.000 47.5070,-0.5380 47.5070,0.5380; +ADD L1 :W0.000 47.5070,-0.5380 49.1315,-0.5380; +ADD L1 :W0.000 49.1315,-0.5380 49.1315,0.5380; +ADD L1 :W0.000 47.5070,0.5380 49.1315,0.5380; +ADD L1 :W0.000 45.8825,-0.5380 45.8825,0.5380; +ADD L1 :W0.000 45.8825,-0.5380 47.5070,-0.5380; +ADD L1 :W0.000 47.5070,-0.5380 47.5070,0.5380; +ADD L1 :W0.000 45.8825,0.5380 47.5070,0.5380; +ADD L1 :W0.000 44.2580,-0.5380 44.2580,0.5380; +ADD L1 :W0.000 44.2580,-0.5380 45.8825,-0.5380; +ADD L1 :W0.000 45.8825,-0.5380 45.8825,0.5380; +ADD L1 :W0.000 44.2580,0.5380 45.8825,0.5380; +ADD L1 :W0.000 42.5910,-3.9360 42.5910,-2.2370; +ADD L1 :W0.000 42.5910,-3.9360 44.2580,-3.9360; +ADD L1 :W0.000 44.2580,-3.9360 44.2580,-2.2370; +ADD L1 :W0.000 42.5910,-2.2370 44.2580,-2.2370; +ADD L1 :W0.000 42.5910,-5.6350 42.5910,-3.9360; +ADD L1 :W0.000 42.5910,-5.6350 44.2580,-5.6350; +ADD L1 :W0.000 44.2580,-5.6350 44.2580,-3.9360; +ADD L1 :W0.000 42.5910,-3.9360 44.2580,-3.9360; +ADD L1 :W0.000 42.5910,-7.3340 42.5910,-5.6350; +ADD L1 :W0.000 42.5910,-7.3340 44.2580,-7.3340; +ADD L1 :W0.000 44.2580,-7.3340 44.2580,-5.6350; +ADD L1 :W0.000 42.5910,-5.6350 44.2580,-5.6350; +ADD L1 :W0.000 42.5910,-9.0010 42.5910,-7.3340; +ADD L1 :W0.000 42.5910,-9.0010 44.2580,-9.0010; +ADD L1 :W0.000 44.2580,-9.0010 44.2580,-7.3340; +ADD L1 :W0.000 42.5910,-7.3340 44.2580,-7.3340; +ADD L1 :W0.000 42.0000,-0.5380 42.5910,-2.2370; +ADD L1 :W0.000 40.9240,-0.5380 42.0000,-0.5380; +ADD L1 :W0.000 40.9240,-2.2370 40.9240,-0.5380; +ADD L1 :W0.000 40.9240,-2.2370 42.5910,-2.2370; +ADD L1 :W0.000 40.9240,-0.5380 40.9240,0.5380; +ADD L1 :W0.000 40.9240,-0.5380 42.0000,-0.5380; +ADD L1 :W0.000 42.0000,-0.5380 42.0000,0.5380; +ADD L1 :W0.000 40.9240,0.5380 42.0000,0.5380; +ADD L1 :W0.000 40.9240,-3.9360 40.9240,-2.2370; +ADD L1 :W0.000 40.9240,-3.9360 42.5910,-3.9360; +ADD L1 :W0.000 42.5910,-3.9360 42.5910,-2.2370; +ADD L1 :W0.000 40.9240,-2.2370 42.5910,-2.2370; +ADD L1 :W0.000 40.9240,-5.6350 40.9240,-3.9360; +ADD L1 :W0.000 40.9240,-5.6350 42.5910,-5.6350; +ADD L1 :W0.000 42.5910,-5.6350 42.5910,-3.9360; +ADD L1 :W0.000 40.9240,-3.9360 42.5910,-3.9360; +ADD L1 :W0.000 40.9240,-7.3340 40.9240,-5.6350; +ADD L1 :W0.000 40.9240,-7.3340 42.5910,-7.3340; +ADD L1 :W0.000 42.5910,-7.3340 42.5910,-5.6350; +ADD L1 :W0.000 40.9240,-5.6350 42.5910,-5.6350; +ADD L1 :W0.000 40.9240,-9.0010 40.9240,-7.3340; +ADD L1 :W0.000 40.9240,-9.0010 42.5910,-9.0010; +ADD L1 :W0.000 42.5910,-9.0010 42.5910,-7.3340; +ADD L1 :W0.000 40.9240,-7.3340 42.5910,-7.3340; +ADD L1 :W0.000 39.3975,-0.5380 39.3975,0.5380; +ADD L1 :W0.000 39.3975,-0.5380 40.9240,-0.5380; +ADD L1 :W0.000 40.9240,-0.5380 40.9240,0.5380; +ADD L1 :W0.000 39.3975,0.5380 40.9240,0.5380; +ADD L1 :W0.000 37.8710,-0.5380 37.8710,0.5380; +ADD L1 :W0.000 37.8710,-0.5380 39.3975,-0.5380; +ADD L1 :W0.000 39.3975,-0.5380 39.3975,0.5380; +ADD L1 :W0.000 37.8710,0.5380 39.3975,0.5380; +ADD L1 :W0.000 36.3445,-0.5380 36.3445,0.5380; +ADD L1 :W0.000 36.3445,-0.5380 37.8710,-0.5380; +ADD L1 :W0.000 37.8710,-0.5380 37.8710,0.5380; +ADD L1 :W0.000 36.3445,0.5380 37.8710,0.5380; +ADD L1 :W0.000 34.8180,-0.5380 34.8180,0.5380; +ADD L1 :W0.000 34.8180,-0.5380 36.3445,-0.5380; +ADD L1 :W0.000 36.3445,-0.5380 36.3445,0.5380; +ADD L1 :W0.000 34.8180,0.5380 36.3445,0.5380; +ADD L1 :W0.000 33.2915,-0.5380 33.2915,0.5380; +ADD L1 :W0.000 33.2915,-0.5380 34.8180,-0.5380; +ADD L1 :W0.000 34.8180,-0.5380 34.8180,0.5380; +ADD L1 :W0.000 33.2915,0.5380 34.8180,0.5380; +ADD L1 :W0.000 31.7650,-0.5380 31.7650,0.5380; +ADD L1 :W0.000 31.7650,-0.5380 33.2915,-0.5380; +ADD L1 :W0.000 33.2915,-0.5380 33.2915,0.5380; +ADD L1 :W0.000 31.7650,0.5380 33.2915,0.5380; +ADD L1 :W0.000 30.2385,-0.5380 30.2385,0.5380; +ADD L1 :W0.000 30.2385,-0.5380 31.7650,-0.5380; +ADD L1 :W0.000 31.7650,-0.5380 31.7650,0.5380; +ADD L1 :W0.000 30.2385,0.5380 31.7650,0.5380; +ADD L1 :W0.000 28.7120,-0.5380 28.7120,0.5380; +ADD L1 :W0.000 28.7120,-0.5380 30.2385,-0.5380; +ADD L1 :W0.000 30.2385,-0.5380 30.2385,0.5380; +ADD L1 :W0.000 28.7120,0.5380 30.2385,0.5380; +ADD L1 :W0.000 27.6360,-0.5380 28.7120,-0.5380; +ADD L1 :W0.000 27.0450,-2.1786 27.6360,-0.5380; +ADD L1 :W0.000 27.0450,-2.1786 28.7120,-2.1786; +ADD L1 :W0.000 28.7120,-2.1786 28.7120,-0.5380; +ADD L1 :W0.000 27.6360,0.5380 27.6360,-0.5380; +ADD L1 :W0.000 27.6360,-0.5380 28.7120,-0.5380; +ADD L1 :W0.000 28.7120,-0.5380 28.7120,0.5380; +ADD L1 :W0.000 27.6360,0.5380 28.7120,0.5380; +ADD L1 :W0.000 27.0450,-3.8192 27.0450,-2.1786; +ADD L1 :W0.000 27.0450,-3.8192 28.7120,-3.8192; +ADD L1 :W0.000 28.7120,-3.8192 28.7120,-2.1786; +ADD L1 :W0.000 27.0450,-2.1786 28.7120,-2.1786; +ADD L1 :W0.000 27.0450,-5.4598 27.0450,-3.8192; +ADD L1 :W0.000 27.0450,-5.4598 28.7120,-5.4598; +ADD L1 :W0.000 28.7120,-5.4598 28.7120,-3.8192; +ADD L1 :W0.000 27.0450,-3.8192 28.7120,-3.8192; +ADD L1 :W0.000 27.0450,-7.1004 27.0450,-5.4598; +ADD L1 :W0.000 27.0450,-7.1004 28.7120,-7.1004; +ADD L1 :W0.000 28.7120,-7.1004 28.7120,-5.4598; +ADD L1 :W0.000 27.0450,-5.4598 28.7120,-5.4598; +ADD L1 :W0.000 27.0450,-8.7410 27.0450,-7.1004; +ADD L1 :W0.000 27.0450,-8.7410 28.7120,-8.7410; +ADD L1 :W0.000 28.7120,-8.7410 28.7120,-7.1004; +ADD L1 :W0.000 27.0450,-7.1004 28.7120,-7.1004; +ADD L1 :W0.000 27.0450,-8.7410 27.0450,-10.4080; +ADD L1 :W0.000 27.0450,-10.4080 28.7120,-10.4080; +ADD L1 :W0.000 28.7120,-10.4080 28.7120,-8.7410; +ADD L1 :W0.000 27.0450,-8.7410 28.7120,-8.7410; +ADD L1 :W0.000 25.3780,-10.4080 25.3780,-8.7410; +ADD L1 :W0.000 25.3780,-10.4080 27.0450,-10.4080; +ADD L1 :W0.000 27.0450,-8.7410 27.0450,-10.4080; +ADD L1 :W0.000 25.3780,-8.7410 27.0450,-8.7410; +ADD L1 :W0.000 25.3780,-3.8192 25.3780,-2.1786; +ADD L1 :W0.000 25.3780,-3.8192 27.0450,-3.8192; +ADD L1 :W0.000 27.0450,-3.8192 27.0450,-2.1786; +ADD L1 :W0.000 25.3780,-2.1786 27.0450,-2.1786; +ADD L1 :W0.000 25.3780,-5.4598 25.3780,-3.8192; +ADD L1 :W0.000 25.3780,-5.4598 27.0450,-5.4598; +ADD L1 :W0.000 27.0450,-5.4598 27.0450,-3.8192; +ADD L1 :W0.000 25.3780,-3.8192 27.0450,-3.8192; +ADD L1 :W0.000 25.3780,-7.1004 25.3780,-5.4598; +ADD L1 :W0.000 25.3780,-7.1004 27.0450,-7.1004; +ADD L1 :W0.000 27.0450,-7.1004 27.0450,-5.4598; +ADD L1 :W0.000 25.3780,-5.4598 27.0450,-5.4598; +ADD L1 :W0.000 25.3780,-8.7410 25.3780,-7.1004; +ADD L1 :W0.000 25.3780,-8.7410 27.0450,-8.7410; +ADD L1 :W0.000 27.0450,-8.7410 27.0450,-7.1004; +ADD L1 :W0.000 25.3780,-7.1004 27.0450,-7.1004; +ADD L1 :W0.000 23.8515,-0.5380 23.8515,0.5380; +ADD L1 :W0.000 23.8515,-0.5380 25.3780,-0.5380; +ADD L1 :W0.000 25.3780,-0.5380 25.3780,0.5380; +ADD L1 :W0.000 23.8515,0.5380 25.3780,0.5380; +ADD L1 :W0.000 22.3250,-0.5380 22.3250,0.5380; +ADD L1 :W0.000 22.3250,-0.5380 23.8515,-0.5380; +ADD L1 :W0.000 23.8515,-0.5380 23.8515,0.5380; +ADD L1 :W0.000 22.3250,0.5380 23.8515,0.5380; +ADD L1 :W0.000 20.7985,-0.5380 20.7985,0.5380; +ADD L1 :W0.000 20.7985,-0.5380 22.3250,-0.5380; +ADD L1 :W0.000 22.3250,-0.5380 22.3250,0.5380; +ADD L1 :W0.000 20.7985,0.5380 22.3250,0.5380; +ADD L1 :W0.000 19.2720,-0.5380 19.2720,0.5380; +ADD L1 :W0.000 19.2720,-0.5380 20.7985,-0.5380; +ADD L1 :W0.000 20.7985,-0.5380 20.7985,0.5380; +ADD L1 :W0.000 19.2720,0.5380 20.7985,0.5380; +ADD L1 :W0.000 17.7455,-0.5380 17.7455,0.5380; +ADD L1 :W0.000 17.7455,-0.5380 19.2720,-0.5380; +ADD L1 :W0.000 19.2720,-0.5380 19.2720,0.5380; +ADD L1 :W0.000 17.7455,0.5380 19.2720,0.5380; +ADD L1 :W0.000 16.2190,-0.5380 16.2190,0.5380; +ADD L1 :W0.000 16.2190,-0.5380 17.7455,-0.5380; +ADD L1 :W0.000 17.7455,-0.5380 17.7455,0.5380; +ADD L1 :W0.000 16.2190,0.5380 17.7455,0.5380; +ADD L1 :W0.000 14.6925,-0.5380 14.6925,0.5380; +ADD L1 :W0.000 14.6925,-0.5380 16.2190,-0.5380; +ADD L1 :W0.000 16.2190,-0.5380 16.2190,0.5380; +ADD L1 :W0.000 14.6925,0.5380 16.2190,0.5380; +ADD L1 :W0.000 13.1660,-0.5380 13.1660,0.5380; +ADD L1 :W0.000 13.1660,-0.5380 14.6925,-0.5380; +ADD L1 :W0.000 14.6925,-0.5380 14.6925,0.5380; +ADD L1 :W0.000 13.1660,0.5380 14.6925,0.5380; +ADD L1 :W0.000 12.0900,-0.5380 13.1660,-0.5380; +ADD L1 :W0.000 11.4990,-2.2370 12.0900,-0.5380; +ADD L1 :W0.000 11.4990,-2.2370 13.1660,-2.2370; +ADD L1 :W0.000 13.1660,-2.2370 13.1660,-0.5380; +ADD L1 :W0.000 12.0900,0.5380 12.0900,-0.5380; +ADD L1 :W0.000 12.0900,-0.5380 13.1660,-0.5380; +ADD L1 :W0.000 13.1660,-0.5380 13.1660,0.5380; +ADD L1 :W0.000 12.0900,0.5380 13.1660,0.5380; +ADD L1 :W0.000 11.4990,-3.9360 11.4990,-2.2370; +ADD L1 :W0.000 11.4990,-3.9360 13.1660,-3.9360; +ADD L1 :W0.000 13.1660,-3.9360 13.1660,-2.2370; +ADD L1 :W0.000 11.4990,-2.2370 13.1660,-2.2370; +ADD L1 :W0.000 11.4990,-5.6350 11.4990,-3.9360; +ADD L1 :W0.000 11.4990,-5.6350 13.1660,-5.6350; +ADD L1 :W0.000 13.1660,-5.6350 13.1660,-3.9360; +ADD L1 :W0.000 11.4990,-3.9360 13.1660,-3.9360; +ADD L1 :W0.000 11.4990,-7.3340 11.4990,-5.6350; +ADD L1 :W0.000 11.4990,-7.3340 13.1660,-7.3340; +ADD L1 :W0.000 13.1660,-7.3340 13.1660,-5.6350; +ADD L1 :W0.000 11.4990,-5.6350 13.1660,-5.6350; +ADD L1 :W0.000 11.4990,-7.3340 11.4990,-9.0010; +ADD L1 :W0.000 11.4990,-9.0010 13.1660,-9.0010; +ADD L1 :W0.000 13.1660,-9.0010 13.1660,-7.3340; +ADD L1 :W0.000 11.4990,-7.3340 13.1660,-7.3340; +ADD L1 :W0.000 9.8320,-9.0010 9.8320,-7.3340; +ADD L1 :W0.000 9.8320,-9.0010 11.4990,-9.0010; +ADD L1 :W0.000 11.4990,-7.3340 11.4990,-9.0010; +ADD L1 :W0.000 9.8320,-7.3340 11.4990,-7.3340; +ADD L1 :W0.000 9.8320,-3.9360 9.8320,-2.2370; +ADD L1 :W0.000 9.8320,-3.9360 11.4990,-3.9360; +ADD L1 :W0.000 11.4990,-3.9360 11.4990,-2.2370; +ADD L1 :W0.000 9.8320,-2.2370 11.4990,-2.2370; +ADD L1 :W0.000 9.8320,-5.6350 9.8320,-3.9360; +ADD L1 :W0.000 9.8320,-5.6350 11.4990,-5.6350; +ADD L1 :W0.000 11.4990,-5.6350 11.4990,-3.9360; +ADD L1 :W0.000 9.8320,-3.9360 11.4990,-3.9360; +ADD L1 :W0.000 9.8320,-7.3340 9.8320,-5.6350; +ADD L1 :W0.000 9.8320,-7.3340 11.4990,-7.3340; +ADD L1 :W0.000 11.4990,-7.3340 11.4990,-5.6350; +ADD L1 :W0.000 9.8320,-5.6350 11.4990,-5.6350; +ADD L1 :W0.000 8.2075,-0.5380 8.2075,0.5380; +ADD L1 :W0.000 8.2075,-0.5380 9.8320,-0.5380; +ADD L1 :W0.000 9.8320,-0.5380 9.8320,0.5380; +ADD L1 :W0.000 8.2075,0.5380 9.8320,0.5380; +ADD L1 :W0.000 6.5830,-0.5380 6.5830,0.5380; +ADD L1 :W0.000 6.5830,-0.5380 8.2075,-0.5380; +ADD L1 :W0.000 8.2075,-0.5380 8.2075,0.5380; +ADD L1 :W0.000 6.5830,0.5380 8.2075,0.5380; +ADD L1 :W0.000 4.9585,-0.5380 4.9585,0.5380; +ADD L1 :W0.000 4.9585,-0.5380 6.5830,-0.5380; +ADD L1 :W0.000 6.5830,-0.5380 6.5830,0.5380; +ADD L1 :W0.000 4.9585,0.5380 6.5830,0.5380; +ADD L1 :W0.000 3.3340,-0.5380 3.3340,0.5380; +ADD L1 :W0.000 3.3340,-0.5380 4.9585,-0.5380; +ADD L1 :W0.000 4.9585,-0.5380 4.9585,0.5380; +ADD L1 :W0.000 3.3340,0.5380 4.9585,0.5380; +ADD L1 :W0.000 1.6670,-1.1290 3.3340,-0.5380; +ADD L1 :W0.000 1.6670,-3.1120 1.6670,-1.1290; +ADD L1 :W0.000 1.6670,-3.1120 3.3340,-3.1120; +ADD L1 :W0.000 3.3340,-3.1120 3.3340,-0.5380; +ADD L1 :W0.000 1.6670,0.5380 3.3340,0.5380; +ADD L1 :W0.000 1.6670,0.5380 1.6670,-1.1290; +ADD L1 :W0.000 1.6670,-1.1290 3.3340,-0.5380; +ADD L1 :W0.000 3.3340,-0.5380 3.3340,0.5380; +ADD L1 :W0.000 0.0000,-3.1120 0.0000,-1.1290; +ADD L1 :W0.000 0.0000,-3.1120 1.6670,-3.1120; +ADD L1 :W0.000 1.6670,-3.1120 1.6670,-1.1290; +ADD L1 :W0.000 0.0000,-1.1290 1.6670,-1.1290; +SAVE; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.jo2 b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lcf b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lcf new file mode 100644 index 0000000..628463c --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lcf @@ -0,0 +1 @@ +ADS!b_pwad_inclusive2!27009@MONSTER!false!Zm9yc3NATU9OU1RFUkBNT05TVEVSISFXSU4hMjcwMDlAMTcyLjMwLjExMi4xIWJfcHdhZF9pbmNsdXNpdmUxK2JfcHdhZF9pbmNsdXNpdmUyK2JfcHdhcF9pbmNsdXNpdmUrYl9wd2VtX2luY2x1c2l2ZStiX3B3Z2VfaW5jbHVzaXZlK2JfcHdnZ19pbmNsdXNpdmUrYl9wd2ljX2luY2x1c2l2ZStiX3B3bWJfaW5jbHVzaXZlK2JfcHdtcV9pbmNsdXNpdmUrYl9wd3NkX2luY2x1c2l2ZStlX25leHVzX2RhdGFkaXNwbGF5X25leHVzK2VfcHdhZF9RUHJvK2VfcHdhZF9tZGxfcXVhbnR1bV9lbGVjK2VfcHdhZF9xX3N5cytlX3B3Z2dfcmZwcm9ja3RfcGs2K2VfcHdnZ19yZnByb2NrdF91aStlX3NpbV9mZW1fZmR0ZF9wazgrZV9zaW1faWNjYXBfcGsyMCEyMDI1LTEwLTA0VDEyOjIyOjM2WiE4ZDRiMTliYzE2NjAxNjI5YzY0OWM3MTgzMjc5YzNiYg== \ No newline at end of file diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lln b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lln new file mode 100644 index 0000000..e0c4b0a --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.lln @@ -0,0 +1,13 @@ +BEGIN_SUBSTRATE +2 __SubstrateLayer1 +1 __ExpandLayer__TOP_6 +0 __TOP +END_SUBSTRATE +BEGIN_MASK +12 diel2 +6 bond +5 hole +3 resi +2 cond2 +1 cond +END_MASK diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.log b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.log new file mode 100644 index 0000000..cc6bef6 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.log @@ -0,0 +1,123 @@ +License checkout took 0.029 sec +License checkout took 0.009 sec +Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 +Copyright 1992 - 2025 Keysight Technologies +Simulation started on: Sat Oct 4 12:22:38 2025 +Simulation Mode: uW +Substrate valid +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Layout simplification started +.........|.........|.........|.........| +Layout simplification finished +Generating mesh at 5 GHz... +S-parameter simulation +S-parameter simulation started +...initializing +...expanding thick conductors +...extracting layout +...analyzing ports +...reducing mesh +Automatic selection: direct dense matrix solver +Using multi-threading (12 threads) +Matrix size: 575 (reduced: 525) + +--- WARNING ------------------------------------------------------------------- + +The size of the plus pin for S-parameter port 1 is electrically large +above 3.56659 GHz, S-parameters may become unphysical. + +------------------------------------------------------------------------------- + +--- WARNING ------------------------------------------------------------------- + +The size of the plus pin for S-parameter port 2 is electrically large +above 3.56659 GHz, S-parameters may become unphysical. + +------------------------------------------------------------------------------- +Simulation temperature: 298.15 K +Adaptive frequency sweep started +Simulation frequency [1] = 1 GHz +...loading Green functions +...creating Basis sections +...allocating interaction matrix +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [2] = 5 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 0.0 % of frequency range covered +Simulation frequency [3] = 3.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [4] = 2.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [5] = 1.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [6] = 2 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [7] = 1.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [8] = 4.33333 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [9] = 3 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [10] = 2.66667 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Simulation frequency [11] = 3.22222 GHz +...loading Green functions +...loading interaction matrix +.........|.........|.........|.........| +...solving interaction matrix +.........|.........|.........|.........| +...calculating S-parameters +Adaptive: 100.0 % of frequency range covered +S-parameter simulation finished +Simulation finished on: Sat Oct 4 12:22:41 2025 +The simulation results have been saved in dataset "DA_SLFilter1_cell_2_MomUW". diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ltd b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ltd new file mode 100644 index 0000000..8391f65 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ltd @@ -0,0 +1,45 @@ +TECHFORMAT=V2 + +UNITS + DISTANCE=METRE + CONDUCTIVITY=SIEMENS/M + RESISTIVITY=OHM.CM + RESISTANCE=OHM/SQ + PERMITTIVITY=RELATIVETOVACUUM + PERMEABILITY=RELATIVETOVACUUM + FREQUENCY=HZ + TEMPERATURE=CELSIUS +END_UNITS + +BEGIN_MATERIAL + MATERIAL Subst_1 PERMITTIVITY=3.66 LOSSTANGENT=0.003 PERMEABILITY=1 IMAG_PERMEABILITY=0 + MATERIAL cond CONDUCTIVITY=4e+07 IMAG_CONDUCTIVITY=0 PERMEABILITY=1 +END_MATERIAL + +BEGIN_OPERATION + OPERATION OperationSHEET SHEET + OPERATION OperationThickness_cond EXPAND=2.5e-05 UP + OPERATION OperationThickness_cond2 INTRUDE=0 UP + OPERATION OperationThickness_resi INTRUDE=0 UP + OPERATION OperationThickness_bond INTRUDE=0 UP + OPERATION OperationDRILL DRILL + OPERATION OperationTSV_hole DRILL + OPERATION OperationTSV_diel2 DRILL +END_OPERATION + +BEGIN_MASK + MASK 1 Name=cond PRECEDENCE=1 COLOR="ee6a50" MATERIAL=cond OPERATION=OperationThickness_cond + MASK 2 Name=cond2 PRECEDENCE=1 COLOR="ffff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_cond2 MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 3 Name=resi PRECEDENCE=1 COLOR="00ff00" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_resi MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 5 Name=hole PRECEDENCE=1 COLOR="00bfff" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL + MASK 6 Name=bond PRECEDENCE=1 COLOR="ffb5c5" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationThickness_bond MASK_PROPERTIES = { "MomModelType=operation2sheet" } + MASK 12 Name=diel2 PRECEDENCE=1 COLOR="76eec6" MATERIAL=PERFECT_CONDUCTOR OPERATION=OperationDRILL +END_MASK + +BEGIN_STACK + TOP OPEN MATERIAL=AIR + INTERFACE Name=__Interface1 MASK={cond cond2 resi bond} + LAYER Name=__SubstrateLayer1 MASK={hole diel2} HEIGHT=0.00152 MATERIAL=Subst_1 + BOTTOM COVERED MATERIAL=PERFECT_CONDUCTOR +END_STACK + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mmd b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mmd new file mode 100644 index 0000000..431a684 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mmd @@ -0,0 +1,393 @@ +Version: 3; +beg_ckt proj: +beg_layout : + Units: m; + EgsUnits: MM; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00171722182995446; + Wl: 0.0343444365990892; + Cpwl: 20; +; +NdefIA 142: + p 1: 0 -0.003112 0.00152, + p 2: 0 -0.001129 0.00152, + p 3: 0 -0.0002955 0.00152, + p 4: 0 0.0008335 0.00152, + p 5: 0 0.001667 0.00152, + p 6: 0.0008335 0.001667 0.00152, + p 7: 0.0008335 -0.0002955 0.00152, + p 8: 0.0008335 0.0008335 0.00152, + p 9: 0.001667 -0.003112 0.00152, + p 10: 0.001667 0.000538 0.00152, + p 11: 0.001667 0.001667 0.00152, + p 12: 0.001667 -0.001129 0.00152, + p 13: 0.003334 -0.003112 0.00152, + p 14: 0.003334 -0.000538 0.00152, + p 15: 0.003334 0.000538 0.00152, + p 16: 0.0049585 -0.000538 0.00152, + p 17: 0.0049585 0.000538 0.00152, + p 18: 0.006583 -0.000538 0.00152, + p 19: 0.006583 0.000538 0.00152, + p 20: 0.0082075 -0.000538 0.00152, + p 21: 0.0082075 0.000538 0.00152, + p 22: 0.009832 -0.009001 0.00152, + p 23: 0.009832 -0.007334 0.00152, + p 24: 0.009832 -0.005635 0.00152, + p 25: 0.009832 -0.003936 0.00152, + p 26: 0.009832 -0.002237 0.00152, + p 27: 0.009832 -0.000538 0.00152, + p 28: 0.009832 0.000538 0.00152, + p 29: 0.010908 0.000538 0.00152, + p 30: 0.010908 -0.000538 0.00152, + p 31: 0.011499 -0.007334 0.00152, + p 32: 0.011499 -0.005635 0.00152, + p 33: 0.011499 -0.003936 0.00152, + p 34: 0.011499 -0.002237 0.00152, + p 35: 0.011499 -0.009001 0.00152, + p 36: 0.01209 0.000538 0.00152, + p 37: 0.01209 -0.000538 0.00152, + p 38: 0.013166 -0.009001 0.00152, + p 39: 0.013166 -0.007334 0.00152, + p 40: 0.013166 -0.005635 0.00152, + p 41: 0.013166 -0.003936 0.00152, + p 42: 0.013166 -0.002237 0.00152, + p 43: 0.013166 -0.000538 0.00152, + p 44: 0.013166 0.000538 0.00152, + p 45: 0.0146925 -0.000538 0.00152, + p 46: 0.0146925 0.000538 0.00152, + p 47: 0.016219 -0.000538 0.00152, + p 48: 0.016219 0.000538 0.00152, + p 49: 0.0177455 -0.000538 0.00152, + p 50: 0.0177455 0.000538 0.00152, + p 51: 0.019272 -0.000538 0.00152, + p 52: 0.019272 0.000538 0.00152, + p 53: 0.0207985 -0.000538 0.00152, + p 54: 0.0207985 0.000538 0.00152, + p 55: 0.022325 -0.000538 0.00152, + p 56: 0.022325 0.000538 0.00152, + p 57: 0.0238515 -0.000538 0.00152, + p 58: 0.0238515 0.000538 0.00152, + p 59: 0.025378 -0.010408 0.00152, + p 60: 0.025378 -0.008741 0.00152, + p 61: 0.025378 -0.0071004 0.00152, + p 62: 0.025378 -0.0054598 0.00152, + p 63: 0.025378 -0.0038192 0.00152, + p 64: 0.025378 -0.0021786 0.00152, + p 65: 0.025378 -0.000538 0.00152, + p 66: 0.025378 0.000538 0.00152, + p 67: 0.026454 -0.000538 0.00152, + p 68: 0.026454 0.000538 0.00152, + p 69: 0.027045 -0.008741 0.00152, + p 70: 0.027045 -0.0071004 0.00152, + p 71: 0.027045 -0.0054598 0.00152, + p 72: 0.027045 -0.0038192 0.00152, + p 73: 0.027045 -0.0021786 0.00152, + p 74: 0.027045 -0.010408 0.00152, + p 75: 0.027636 0.000538 0.00152, + p 76: 0.027636 -0.000538 0.00152, + p 77: 0.028712 -0.010408 0.00152, + p 78: 0.028712 -0.008741 0.00152, + p 79: 0.028712 -0.0071004 0.00152, + p 80: 0.028712 -0.0054598 0.00152, + p 81: 0.028712 -0.0038192 0.00152, + p 82: 0.028712 -0.0021786 0.00152, + p 83: 0.028712 -0.000538 0.00152, + p 84: 0.028712 0.000538 0.00152, + p 85: 0.0302385 -0.000538 0.00152, + p 86: 0.0302385 0.000538 0.00152, + p 87: 0.031765 -0.000538 0.00152, + p 88: 0.031765 0.000538 0.00152, + p 89: 0.0332915 -0.000538 0.00152, + p 90: 0.0332915 0.000538 0.00152, + p 91: 0.034818 -0.000538 0.00152, + p 92: 0.034818 0.000538 0.00152, + p 93: 0.0363445 -0.000538 0.00152, + p 94: 0.0363445 0.000538 0.00152, + p 95: 0.037871 -0.000538 0.00152, + p 96: 0.037871 0.000538 0.00152, + p 97: 0.0393975 -0.000538 0.00152, + p 98: 0.0393975 0.000538 0.00152, + p 99: 0.040924 -0.009001 0.00152, + p 100: 0.040924 -0.007334 0.00152, + p 101: 0.040924 -0.005635 0.00152, + p 102: 0.040924 -0.003936 0.00152, + p 103: 0.040924 -0.002237 0.00152, + p 104: 0.040924 -0.000538 0.00152, + p 105: 0.040924 0.000538 0.00152, + p 106: 0.042 -0.000538 0.00152, + p 107: 0.042 0.000538 0.00152, + p 108: 0.042591 -0.009001 0.00152, + p 109: 0.042591 -0.007334 0.00152, + p 110: 0.042591 -0.005635 0.00152, + p 111: 0.042591 -0.003936 0.00152, + p 112: 0.042591 -0.002237 0.00152, + p 113: 0.043182 -0.000538 0.00152, + p 114: 0.043182 0.000538 0.00152, + p 115: 0.044258 -0.009001 0.00152, + p 116: 0.044258 -0.007334 0.00152, + p 117: 0.044258 -0.005635 0.00152, + p 118: 0.044258 -0.003936 0.00152, + p 119: 0.044258 -0.002237 0.00152, + p 120: 0.044258 -0.000538 0.00152, + p 121: 0.044258 0.000538 0.00152, + p 122: 0.0458825 -0.000538 0.00152, + p 123: 0.0458825 0.000538 0.00152, + p 124: 0.047507 -0.000538 0.00152, + p 125: 0.047507 0.000538 0.00152, + p 126: 0.0491315 -0.000538 0.00152, + p 127: 0.0491315 0.000538 0.00152, + p 128: 0.050756 -0.003112 0.00152, + p 129: 0.050756 -0.000538 0.00152, + p 130: 0.050756 0.000538 0.00152, + p 131: 0.052423 -0.001129 0.00152, + p 132: 0.052423 -0.003112 0.00152, + p 133: 0.052423 0.000538 0.00152, + p 134: 0.052423 0.001667 0.00152, + p 135: 0.0532565 -0.0002955 0.00152, + p 136: 0.0532565 0.0008335 0.00152, + p 137: 0.0532565 0.001667 0.00152, + p 138: 0.05409 -0.003112 0.00152, + p 139: 0.05409 -0.001129 0.00152, + p 140: 0.05409 -0.0002955 0.00152, + p 141: 0.05409 0.000538 0.00152, + p 142: 0.05409 0.001667 0.00152; +EdefIA 225: + s 1: 1 2, s 2: 1 9, s 3: 2 3, s 4: 2 12, s 5: 3 4, + s 6: 3 7, s 7: 4 5, s 8: 4 8, s 9: 5 6, s 10: 6 8, + s 11: 6 11, s 12: 7 8, s 13: 7 12, s 14: 8 10, s 15: 9 12, + s 16: 9 13, s 17: 10 11, s 18: 10 12, s 19: 10 15, s 20: 12 14, + s 21: 13 14, s 22: 14 15, s 23: 14 16, s 24: 15 17, s 25: 16 17, + s 26: 16 18, s 27: 17 19, s 28: 18 19, s 29: 18 20, s 30: 19 21, + s 31: 20 21, s 32: 20 27, s 33: 21 28, s 34: 22 23, s 35: 22 35, + s 36: 23 24, s 37: 23 31, s 38: 24 25, s 39: 24 32, s 40: 25 26, + s 41: 25 33, s 42: 26 27, s 43: 26 34, s 44: 27 28, s 45: 27 30, + s 46: 28 29, s 47: 29 30, s 48: 29 36, s 49: 30 34, s 50: 30 37, + s 51: 31 32, s 52: 31 35, s 53: 31 39, s 54: 32 33, s 55: 32 40, + s 56: 33 34, s 57: 33 41, s 58: 34 37, s 59: 34 42, s 60: 35 38, + s 61: 36 37, s 62: 36 44, s 63: 37 43, s 64: 38 39, s 65: 39 40, + s 66: 40 41, s 67: 41 42, s 68: 42 43, s 69: 43 44, s 70: 43 45, + s 71: 44 46, s 72: 45 46, s 73: 45 47, s 74: 46 48, s 75: 47 48, + s 76: 47 49, s 77: 48 50, s 78: 49 50, s 79: 49 51, s 80: 50 52, + s 81: 51 52, s 82: 51 53, s 83: 52 54, s 84: 53 54, s 85: 53 55, + s 86: 54 56, s 87: 55 56, s 88: 55 57, s 89: 56 58, s 90: 57 58, + s 91: 57 65, s 92: 58 66, s 93: 59 60, s 94: 59 74, s 95: 60 61, + s 96: 60 69, s 97: 61 62, s 98: 61 70, s 99: 62 63, s 100: 62 71, + s 101: 63 64, s 102: 63 72, s 103: 64 65, s 104: 64 73, s 105: 65 66, + s 106: 65 67, s 107: 66 68, s 108: 67 68, s 109: 67 73, s 110: 67 76, + s 111: 68 75, s 112: 69 70, s 113: 69 74, s 114: 69 78, s 115: 70 71, + s 116: 70 79, s 117: 71 72, s 118: 71 80, s 119: 72 73, s 120: 72 81, + s 121: 73 76, s 122: 73 82, s 123: 74 77, s 124: 75 76, s 125: 75 84, + s 126: 76 83, s 127: 77 78, s 128: 78 79, s 129: 79 80, s 130: 80 81, + s 131: 81 82, s 132: 82 83, s 133: 83 84, s 134: 83 85, s 135: 84 86, + s 136: 85 86, s 137: 85 87, s 138: 86 88, s 139: 87 88, s 140: 87 89, + s 141: 88 90, s 142: 89 90, s 143: 89 91, s 144: 90 92, s 145: 91 92, + s 146: 91 93, s 147: 92 94, s 148: 93 94, s 149: 93 95, s 150: 94 96, + s 151: 95 96, s 152: 95 97, s 153: 96 98, s 154: 97 98, s 155: 97 104, + s 156: 98 105, s 157: 99 100, s 158: 99 108, s 159: 100 101, s 160: 100 109, + s 161: 101 102, s 162: 101 110, s 163: 102 103, s 164: 102 111, s 165: 103 104, + s 166: 103 112, s 167: 104 105, s 168: 104 106, s 169: 105 107, s 170: 106 107, + s 171: 106 112, s 172: 106 113, s 173: 107 114, s 174: 108 109, s 175: 108 115, + s 176: 109 110, s 177: 109 116, s 178: 110 111, s 179: 110 117, s 180: 111 112, + s 181: 111 118, s 182: 112 113, s 183: 112 119, s 184: 113 114, s 185: 113 120, + s 186: 114 121, s 187: 115 116, s 188: 116 117, s 189: 117 118, s 190: 118 119, + s 191: 119 120, s 192: 120 121, s 193: 120 122, s 194: 121 123, s 195: 122 123, + s 196: 122 124, s 197: 123 125, s 198: 124 125, s 199: 124 126, s 200: 125 127, + s 201: 126 127, s 202: 126 129, s 203: 127 130, s 204: 128 129, s 205: 128 132, + s 206: 129 130, s 207: 129 131, s 208: 130 133, s 209: 131 132, s 210: 131 133, + s 211: 131 135, s 212: 131 139, s 213: 132 138, s 214: 133 134, s 215: 133 136, + s 216: 134 137, s 217: 135 136, s 218: 135 140, s 219: 136 137, s 220: 136 141, + s 221: 137 142, s 222: 138 139, s 223: 139 140, s 224: 140 141, s 225: 141 142; +CdefIA 84: + c 1: -221 -219 220 225, c 2: -220 -217 218 224, c 3: -218 -211 212 223, + c 4: -216 -214 215 219, c 5: -215 -210 211 217, c 6: 209 213 222 -212, + c 7: -209 -207 -204 205, c 8: -208 -206 207 210, c 9: -201 202 206 -203, + c 10: -198 199 201 -200, c 11: -195 196 198 -197, c 12: -192 193 195 -194, + c 13: -184 185 192 -186, c 14: -185 -182 183 191, c 15: -180 181 190 -183, + c 16: -178 179 189 -181, c 17: -176 177 188 -179, c 18: -174 175 187 -177, + c 19: -170 172 184 -173, c 20: -172 171 182, c 21: -171 -168 -165 166, + c 22: -167 168 170 -169, c 23: -163 164 180 -166, c 24: -161 162 178 -164, + c 25: -159 160 176 -162, c 26: -157 158 174 -160, c 27: -154 155 167 -156, + c 28: -151 152 154 -153, c 29: -148 149 151 -150, c 30: -145 146 148 -147, + c 31: -142 143 145 -144, c 32: -139 140 142 -141, c 33: -136 137 139 -138, + c 34: -133 134 136 -135, c 35: -126 -121 122 132, c 36: 124 126 133 -125, + c 37: -108 110 -124 -111, c 38: -119 120 131 -122, c 39: -117 118 130 -120, + c 40: -115 116 129 -118, c 41: -112 114 128 -116, c 42: 113 123 127 -114, + c 43: -93 94 -113 -96, c 44: -110 109 121, c 45: -109 -106 -103 104, + c 46: -105 106 108 -107, c 47: -101 102 119 -104, c 48: -99 100 117 -102, + c 49: -97 98 115 -100, c 50: -95 96 112 -98, c 51: -90 91 105 -92, + c 52: -87 88 90 -89, c 53: -84 85 87 -86, c 54: -81 82 84 -83, + c 55: -78 79 81 -80, c 56: -75 76 78 -77, c 57: -72 73 75 -74, + c 58: -69 70 72 -71, c 59: -63 -58 59 68, c 60: 61 63 69 -62, + c 61: 47 50 -61 -48, c 62: -56 57 67 -59, c 63: -54 55 66 -57, + c 64: -51 53 65 -55, c 65: 52 60 64 -53, c 66: -34 35 -52 -37, + c 67: -50 49 58, c 68: -49 -45 -42 43, c 69: -44 45 -47 -46, + c 70: -40 41 56 -43, c 71: -38 39 54 -41, c 72: -36 37 51 -39, + c 73: -31 32 44 -33, c 74: -28 29 31 -30, c 75: -25 26 28 -27, + c 76: -22 23 25 -24, c 77: -20 -15 16 21, c 78: -19 18 20 22, + c 79: -18 -14 -12 13, c 80: -13 -6 -3 4, c 81: -11 10 14 17, + c 82: -7 8 -10 -9, c 83: -5 6 12 -8, c 84: -1 2 15 -4; +beg_Xinfo : +beg_mask hole: + Number: 5; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask diel2: + Number: 12; + Type: via; + Plane: z = [0, 0.00152]; + Fill: impedance 0 0 precedence 1; +end_mask; +beg_mask cond: + Number: 1; + Type: strip; + Plane: z = [0.00152, 0.001545]; + Fill: conductivity 40000000 0 permeability 1 0 thickness 2.5e-05 M precedence 1; + Expansion: 1; +end_mask; +beg_mask cond2: + Number: 2; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask resi: + Number: 3; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_mask bond: + Number: 6; + Type: strip; + Plane: z = 0.00152; + Fill: impedance 0 0 precedence 1; + Expansion: 0; +end_mask; +beg_layer /1: + Mask: 1; + Type: strip; + Level: 0; + Plane: z = 0.00152; + Cd: 0.00171722182995446; + EdgeMesh: 0; + TmlMesh: 0; + StripModel: 3; + CrefRA 84 { + 1 2 3 4 5 6 7 8 9 10 + 11 12 13 14 15 16 17 18 19 20 + 21 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 36 37 38 39 40 + 41 42 43 44 45 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 60 + 61 62 63 64 65 66 67 68 69 70 + 71 72 73 74 75 76 77 78 79 80 + 81 82 83 84 } + RGrid 0.0016245,0.001076 0 1: + 0.044258,-0.000538 4,1 4: + 0,0 c 12, 1,0 c 11, 2,0 c 10, 3,0 c 9; + RGrid 0.001667,0.001699 1.57375945242307e-16 1: + 0.040924,-0.007334 2,3 6: + 0,0 c 25, 0,1 c 24, 0,2 c 23, 1,0 c 17, 1,1 c 16, + 1,2 c 15; + RGrid 0.001667,0.001667 0 1: + 0.040924,-0.009001 2,1 2: + 0,0 c 26, 1,0 c 18; + RGrid 0.0015265,0.001076 0 1: + 0.028712,-0.000538 8,1 8: + 0,0 c 34, 1,0 c 33, 2,0 c 32, 3,0 c 31, 4,0 c 30, + 5,0 c 29, 6,0 c 28, 7,0 c 27; + RGrid 0.001667,0.0016406 1.52247740509485e-17 1: + 0.025378,-0.008741 2,4 8: + 0,0 c 50, 0,1 c 49, 0,2 c 48, 0,3 c 47, 1,0 c 41, + 1,1 c 40, 1,2 c 39, 1,3 c 38; + RGrid 0.001667,0.001667 0 1: + 0.025378,-0.010408 2,1 2: + 0,0 c 43, 1,0 c 42; + RGrid 0.0015265,0.001076 0 1: + 0.013166,-0.000538 8,1 8: + 0,0 c 58, 1,0 c 57, 2,0 c 56, 3,0 c 55, 4,0 c 54, + 5,0 c 53, 6,0 c 52, 7,0 c 51; + RGrid 0.001667,0.001699 1.57375945242306e-16 1: + 0.009832,-0.007334 2,3 6: + 0,0 c 72, 0,1 c 71, 0,2 c 70, 1,0 c 64, 1,1 c 63, + 1,2 c 62; + RGrid 0.001667,0.001667 0 1: + 0.009832,-0.009001 2,1 2: + 0,0 c 66, 1,0 c 65; + RGrid 0.0016245,0.001076 0 1: + 0.003334,-0.000538 4,1 4: + 0,0 c 76, 1,0 c 75, 2,0 c 74, 3,0 c 73; +end_layer; +end_Xinfo; +Volumes 0; +PdefRA 2 { +GdefRA 1 RefImpedance 1 {50 0} { + Prt 1 : ErefRA 4 { 1 3 5 7 }; +} +GdefRA 1 RefImpedance 1 {50 0} { + Prt 2 : ErefRA 4 { 222 223 224 225 }; +} +} +#beg_properties: +# key "_cell_size" value "cpw 20/1" CrefRA 84 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 }; +# key "_edge_mesh" value "no" CrefRA 84 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 }; +# key "_ignored_strip_hole_size" value "0" CrefRA 84 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 }; +# key "_strip_model" value "3" CrefRA 84 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 }; +# key "_tml_mesh" value "no" CrefRA 84 { +# 1 2 3 4 5 6 7 8 9 10 +# 11 12 13 14 15 16 17 18 19 20 +# 21 22 23 24 25 26 27 28 29 30 +# 31 32 33 34 35 36 37 38 39 40 +# 41 42 43 44 45 46 47 48 49 50 +# 51 52 53 54 55 56 57 58 59 60 +# 61 62 63 64 65 66 67 68 69 70 +# 71 72 73 74 75 76 77 78 79 80 +# 81 82 83 84 }; +#end_properties; +end_momMdl; +end_ckt proj; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mrp b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mrp new file mode 100644 index 0000000..0b5bd7f --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.mrp @@ -0,0 +1,3 @@ +Using the minimal snap distance of 0.0004 mm +(4 layout resolution points) for layout healing. +Generating mesh at 5 GHz... diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msb b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msb new file mode 100644 index 0000000..61dfcae Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msf b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msf new file mode 100644 index 0000000..21dbe92 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msf differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msh b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msh new file mode 100644 index 0000000..1fca64d --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.msh @@ -0,0 +1,2004 @@ +beg_ckt proj : +beg_layout : + Units: m; + EgsUnits: mm; + Resolution: 2.5e-08 units; + EgsResolution: 0.0001 egsunits; +end_layout; +beg_momMdl : +Mesh: + Freq: 5; + Cd: 0.00171722182995446; + CpWl: 20; + Extraction: 1; + Expansion: 1; +; +NdefIA 284: + p 1: 0 -0.003112 0.00152, + p 2: 0 -0.001129 0.00152, + p 3: 0 -0.0002955 0.00152, + p 4: 0 0.0008335 0.00152, + p 5: 0 0.001667 0.00152, + p 6: 0.0008335 0.001667 0.00152, + p 7: 0.0008335 -0.0002955 0.00152, + p 8: 0.0008335 0.0008335 0.00152, + p 9: 0.001667 -0.003112 0.00152, + p 10: 0.001667 0.000538 0.00152, + p 11: 0.001667 0.001667 0.00152, + p 12: 0.001667 -0.001129 0.00152, + p 13: 0.003334 -0.003112 0.00152, + p 14: 0.003334 -0.000538 0.00152, + p 15: 0.003334 0.000538 0.00152, + p 16: 0.0049585 -0.000538 0.00152, + p 17: 0.0049585 0.000538 0.00152, + p 18: 0.006583 -0.000538 0.00152, + p 19: 0.006583 0.000538 0.00152, + p 20: 0.0082075 -0.000538 0.00152, + p 21: 0.0082075 0.000538 0.00152, + p 22: 0.009832 -0.009001 0.00152, + p 23: 0.009832 -0.007334 0.00152, + p 24: 0.009832 -0.005635 0.00152, + p 25: 0.009832 -0.003936 0.00152, + p 26: 0.009832 -0.002237 0.00152, + p 27: 0.009832 -0.000538 0.00152, + p 28: 0.009832 0.000538 0.00152, + p 29: 0.010908 0.000538 0.00152, + p 30: 0.010908 -0.000538 0.00152, + p 31: 0.011499 -0.007334 0.00152, + p 32: 0.011499 -0.005635 0.00152, + p 33: 0.011499 -0.003936 0.00152, + p 34: 0.011499 -0.002237 0.00152, + p 35: 0.011499 -0.009001 0.00152, + p 36: 0.01209 0.000538 0.00152, + p 37: 0.01209 -0.000538 0.00152, + p 38: 0.013166 -0.009001 0.00152, + p 39: 0.013166 -0.007334 0.00152, + p 40: 0.013166 -0.005635 0.00152, + p 41: 0.013166 -0.003936 0.00152, + p 42: 0.013166 -0.002237 0.00152, + p 43: 0.013166 -0.000538 0.00152, + p 44: 0.013166 0.000538 0.00152, + p 45: 0.0146925 -0.000538 0.00152, + p 46: 0.0146925 0.000538 0.00152, + p 47: 0.016219 -0.000538 0.00152, + p 48: 0.016219 0.000538 0.00152, + p 49: 0.0177455 -0.000538 0.00152, + p 50: 0.0177455 0.000538 0.00152, + p 51: 0.019272 -0.000538 0.00152, + p 52: 0.019272 0.000538 0.00152, + p 53: 0.0207985 -0.000538 0.00152, + p 54: 0.0207985 0.000538 0.00152, + p 55: 0.022325 -0.000538 0.00152, + p 56: 0.022325 0.000538 0.00152, + p 57: 0.0238515 -0.000538 0.00152, + p 58: 0.0238515 0.000538 0.00152, + p 59: 0.025378 -0.010408 0.00152, + p 60: 0.025378 -0.008741 0.00152, + p 61: 0.025378 -0.0071004 0.00152, + p 62: 0.025378 -0.0054598 0.00152, + p 63: 0.025378 -0.0038192 0.00152, + p 64: 0.025378 -0.0021786 0.00152, + p 65: 0.025378 -0.000538 0.00152, + p 66: 0.025378 0.000538 0.00152, + p 67: 0.026454 -0.000538 0.00152, + p 68: 0.026454 0.000538 0.00152, + p 69: 0.027045 -0.008741 0.00152, + p 70: 0.027045 -0.0071004 0.00152, + p 71: 0.027045 -0.0054598 0.00152, + p 72: 0.027045 -0.0038192 0.00152, + p 73: 0.027045 -0.0021786 0.00152, + p 74: 0.027045 -0.010408 0.00152, + p 75: 0.027636 0.000538 0.00152, + p 76: 0.027636 -0.000538 0.00152, + p 77: 0.028712 -0.010408 0.00152, + p 78: 0.028712 -0.008741 0.00152, + p 79: 0.028712 -0.0071004 0.00152, + p 80: 0.028712 -0.0054598 0.00152, + p 81: 0.028712 -0.0038192 0.00152, + p 82: 0.028712 -0.0021786 0.00152, + p 83: 0.028712 -0.000538 0.00152, + p 84: 0.028712 0.000538 0.00152, + p 85: 0.0302385 -0.000538 0.00152, + p 86: 0.0302385 0.000538 0.00152, + p 87: 0.031765 -0.000538 0.00152, + p 88: 0.031765 0.000538 0.00152, + p 89: 0.0332915 -0.000538 0.00152, + p 90: 0.0332915 0.000538 0.00152, + p 91: 0.034818 -0.000538 0.00152, + p 92: 0.034818 0.000538 0.00152, + p 93: 0.0363445 -0.000538 0.00152, + p 94: 0.0363445 0.000538 0.00152, + p 95: 0.037871 -0.000538 0.00152, + p 96: 0.037871 0.000538 0.00152, + p 97: 0.0393975 -0.000538 0.00152, + p 98: 0.0393975 0.000538 0.00152, + p 99: 0.040924 -0.009001 0.00152, + p 100: 0.040924 -0.007334 0.00152, + p 101: 0.040924 -0.005635 0.00152, + p 102: 0.040924 -0.003936 0.00152, + p 103: 0.040924 -0.002237 0.00152, + p 104: 0.040924 -0.000538 0.00152, + p 105: 0.040924 0.000538 0.00152, + p 106: 0.042 -0.000538 0.00152, + p 107: 0.042 0.000538 0.00152, + p 108: 0.042591 -0.009001 0.00152, + p 109: 0.042591 -0.007334 0.00152, + p 110: 0.042591 -0.005635 0.00152, + p 111: 0.042591 -0.003936 0.00152, + p 112: 0.042591 -0.002237 0.00152, + p 113: 0.043182 -0.000538 0.00152, + p 114: 0.043182 0.000538 0.00152, + p 115: 0.044258 -0.009001 0.00152, + p 116: 0.044258 -0.007334 0.00152, + p 117: 0.044258 -0.005635 0.00152, + p 118: 0.044258 -0.003936 0.00152, + p 119: 0.044258 -0.002237 0.00152, + p 120: 0.044258 -0.000538 0.00152, + p 121: 0.044258 0.000538 0.00152, + p 122: 0.0458825 -0.000538 0.00152, + p 123: 0.0458825 0.000538 0.00152, + p 124: 0.047507 -0.000538 0.00152, + p 125: 0.047507 0.000538 0.00152, + p 126: 0.0491315 -0.000538 0.00152, + p 127: 0.0491315 0.000538 0.00152, + p 128: 0.050756 -0.003112 0.00152, + p 129: 0.050756 -0.000538 0.00152, + p 130: 0.050756 0.000538 0.00152, + p 131: 0.052423 -0.001129 0.00152, + p 132: 0.052423 -0.003112 0.00152, + p 133: 0.052423 0.000538 0.00152, + p 134: 0.052423 0.001667 0.00152, + p 135: 0.0532565 -0.0002955 0.00152, + p 136: 0.0532565 0.0008335 0.00152, + p 137: 0.0532565 0.001667 0.00152, + p 138: 0.05409 -0.003112 0.00152, + p 139: 0.05409 -0.001129 0.00152, + p 140: 0.05409 -0.0002955 0.00152, + p 141: 0.05409 0.000538 0.00152, + p 142: 0.05409 0.001667 0.00152, + p 143: 0.05409 0.001667 0.001545, + p 144: 0.0532565 0.001667 0.001545, + p 145: 0.0532565 0.0008335 0.001545, + p 146: 0.05409 0.000538 0.001545, + p 147: 0.0532565 -0.0002955 0.001545, + p 148: 0.05409 -0.0002955 0.001545, + p 149: 0.052423 -0.001129 0.001545, + p 150: 0.05409 -0.001129 0.001545, + p 151: 0.052423 0.001667 0.001545, + p 152: 0.052423 0.000538 0.001545, + p 153: 0.052423 -0.003112 0.001545, + p 154: 0.05409 -0.003112 0.001545, + p 155: 0.050756 -0.000538 0.001545, + p 156: 0.050756 -0.003112 0.001545, + p 157: 0.050756 0.000538 0.001545, + p 158: 0.0491315 0.000538 0.001545, + p 159: 0.0491315 -0.000538 0.001545, + p 160: 0.047507 0.000538 0.001545, + p 161: 0.047507 -0.000538 0.001545, + p 162: 0.0458825 0.000538 0.001545, + p 163: 0.0458825 -0.000538 0.001545, + p 164: 0.044258 0.000538 0.001545, + p 165: 0.044258 -0.000538 0.001545, + p 166: 0.043182 0.000538 0.001545, + p 167: 0.043182 -0.000538 0.001545, + p 168: 0.042591 -0.002237 0.001545, + p 169: 0.044258 -0.002237 0.001545, + p 170: 0.042591 -0.003936 0.001545, + p 171: 0.044258 -0.003936 0.001545, + p 172: 0.042591 -0.005635 0.001545, + p 173: 0.044258 -0.005635 0.001545, + p 174: 0.042591 -0.007334 0.001545, + p 175: 0.044258 -0.007334 0.001545, + p 176: 0.042591 -0.009001 0.001545, + p 177: 0.044258 -0.009001 0.001545, + p 178: 0.042 0.000538 0.001545, + p 179: 0.042 -0.000538 0.001545, + p 180: 0.040924 -0.000538 0.001545, + p 181: 0.040924 -0.002237 0.001545, + p 182: 0.040924 0.000538 0.001545, + p 183: 0.040924 -0.003936 0.001545, + p 184: 0.040924 -0.005635 0.001545, + p 185: 0.040924 -0.007334 0.001545, + p 186: 0.040924 -0.009001 0.001545, + p 187: 0.0393975 0.000538 0.001545, + p 188: 0.0393975 -0.000538 0.001545, + p 189: 0.037871 0.000538 0.001545, + p 190: 0.037871 -0.000538 0.001545, + p 191: 0.0363445 0.000538 0.001545, + p 192: 0.0363445 -0.000538 0.001545, + p 193: 0.034818 0.000538 0.001545, + p 194: 0.034818 -0.000538 0.001545, + p 195: 0.0332915 0.000538 0.001545, + p 196: 0.0332915 -0.000538 0.001545, + p 197: 0.031765 0.000538 0.001545, + p 198: 0.031765 -0.000538 0.001545, + p 199: 0.0302385 0.000538 0.001545, + p 200: 0.0302385 -0.000538 0.001545, + p 201: 0.028712 0.000538 0.001545, + p 202: 0.028712 -0.000538 0.001545, + p 203: 0.027636 -0.000538 0.001545, + p 204: 0.027045 -0.0021786 0.001545, + p 205: 0.028712 -0.0021786 0.001545, + p 206: 0.027636 0.000538 0.001545, + p 207: 0.026454 0.000538 0.001545, + p 208: 0.026454 -0.000538 0.001545, + p 209: 0.027045 -0.0038192 0.001545, + p 210: 0.028712 -0.0038192 0.001545, + p 211: 0.027045 -0.0054598 0.001545, + p 212: 0.028712 -0.0054598 0.001545, + p 213: 0.027045 -0.0071004 0.001545, + p 214: 0.028712 -0.0071004 0.001545, + p 215: 0.027045 -0.008741 0.001545, + p 216: 0.028712 -0.008741 0.001545, + p 217: 0.027045 -0.010408 0.001545, + p 218: 0.028712 -0.010408 0.001545, + p 219: 0.025378 -0.008741 0.001545, + p 220: 0.025378 -0.010408 0.001545, + p 221: 0.025378 -0.000538 0.001545, + p 222: 0.025378 -0.0021786 0.001545, + p 223: 0.025378 0.000538 0.001545, + p 224: 0.025378 -0.0038192 0.001545, + p 225: 0.025378 -0.0054598 0.001545, + p 226: 0.025378 -0.0071004 0.001545, + p 227: 0.0238515 0.000538 0.001545, + p 228: 0.0238515 -0.000538 0.001545, + p 229: 0.022325 0.000538 0.001545, + p 230: 0.022325 -0.000538 0.001545, + p 231: 0.0207985 0.000538 0.001545, + p 232: 0.0207985 -0.000538 0.001545, + p 233: 0.019272 0.000538 0.001545, + p 234: 0.019272 -0.000538 0.001545, + p 235: 0.0177455 0.000538 0.001545, + p 236: 0.0177455 -0.000538 0.001545, + p 237: 0.016219 0.000538 0.001545, + p 238: 0.016219 -0.000538 0.001545, + p 239: 0.0146925 0.000538 0.001545, + p 240: 0.0146925 -0.000538 0.001545, + p 241: 0.013166 0.000538 0.001545, + p 242: 0.013166 -0.000538 0.001545, + p 243: 0.01209 -0.000538 0.001545, + p 244: 0.011499 -0.002237 0.001545, + p 245: 0.013166 -0.002237 0.001545, + p 246: 0.01209 0.000538 0.001545, + p 247: 0.010908 0.000538 0.001545, + p 248: 0.010908 -0.000538 0.001545, + p 249: 0.011499 -0.003936 0.001545, + p 250: 0.013166 -0.003936 0.001545, + p 251: 0.011499 -0.005635 0.001545, + p 252: 0.013166 -0.005635 0.001545, + p 253: 0.011499 -0.007334 0.001545, + p 254: 0.013166 -0.007334 0.001545, + p 255: 0.011499 -0.009001 0.001545, + p 256: 0.013166 -0.009001 0.001545, + p 257: 0.009832 -0.007334 0.001545, + p 258: 0.009832 -0.009001 0.001545, + p 259: 0.009832 -0.000538 0.001545, + p 260: 0.009832 -0.002237 0.001545, + p 261: 0.009832 0.000538 0.001545, + p 262: 0.009832 -0.003936 0.001545, + p 263: 0.009832 -0.005635 0.001545, + p 264: 0.0082075 0.000538 0.001545, + p 265: 0.0082075 -0.000538 0.001545, + p 266: 0.006583 0.000538 0.001545, + p 267: 0.006583 -0.000538 0.001545, + p 268: 0.0049585 0.000538 0.001545, + p 269: 0.0049585 -0.000538 0.001545, + p 270: 0.003334 0.000538 0.001545, + p 271: 0.003334 -0.000538 0.001545, + p 272: 0.001667 -0.001129 0.001545, + p 273: 0.001667 -0.003112 0.001545, + p 274: 0.003334 -0.003112 0.001545, + p 275: 0.001667 0.000538 0.001545, + p 276: 0.0008335 0.0008335 0.001545, + p 277: 0.0008335 -0.0002955 0.001545, + p 278: 0 -0.0002955 0.001545, + p 279: 0 -0.001129 0.001545, + p 280: 0.001667 0.001667 0.001545, + p 281: 0.0008335 0.001667 0.001545, + p 282: 0 0.001667 0.001545, + p 283: 0 0.0008335 0.001545, + p 284: 0 -0.003112 0.001545; +EdefIA 603: + s 1: 1 2, + s 2: 1 9, + s 3: 2 3, + s 4: 2 12, + s 5: 3 4, + s 6: 3 7, + s 7: 4 5, + s 8: 4 8, + s 9: 5 6, + s 10: 6 8, + s 11: 6 11, + s 12: 7 8, + s 13: 7 12, + s 14: 8 10, + s 15: 9 12, + s 16: 9 13, + s 17: 10 11, + s 18: 10 12, + s 19: 10 15, + s 20: 12 14, + s 21: 13 14, + s 22: 14 15, + s 23: 14 16, + s 24: 15 17, + s 25: 16 17, + s 26: 16 18, + s 27: 17 19, + s 28: 18 19, + s 29: 18 20, + s 30: 19 21, + s 31: 20 21, + s 32: 20 27, + s 33: 21 28, + s 34: 22 23, + s 35: 22 35, + s 36: 23 24, + s 37: 23 31, + s 38: 24 25, + s 39: 24 32, + s 40: 25 26, + s 41: 25 33, + s 42: 26 27, + s 43: 26 34, + s 44: 27 28, + s 45: 27 30, + s 46: 28 29, + s 47: 29 30, + s 48: 29 36, + s 49: 30 34, + s 50: 30 37, + s 51: 31 32, + s 52: 31 35, + s 53: 31 39, + s 54: 32 33, + s 55: 32 40, + s 56: 33 34, + s 57: 33 41, + s 58: 34 37, + s 59: 34 42, + s 60: 35 38, + s 61: 36 37, + s 62: 36 44, + s 63: 37 43, + s 64: 38 39, + s 65: 39 40, + s 66: 40 41, + s 67: 41 42, + s 68: 42 43, + s 69: 43 44, + s 70: 43 45, + s 71: 44 46, + s 72: 45 46, + s 73: 45 47, + s 74: 46 48, + s 75: 47 48, + s 76: 47 49, + s 77: 48 50, + s 78: 49 50, + s 79: 49 51, + s 80: 50 52, + s 81: 51 52, + s 82: 51 53, + s 83: 52 54, + s 84: 53 54, + s 85: 53 55, + s 86: 54 56, + s 87: 55 56, + s 88: 55 57, + s 89: 56 58, + s 90: 57 58, + s 91: 57 65, + s 92: 58 66, + s 93: 59 60, + s 94: 59 74, + s 95: 60 61, + s 96: 60 69, + s 97: 61 62, + s 98: 61 70, + s 99: 62 63, + s 100: 62 71, + s 101: 63 64, + s 102: 63 72, + s 103: 64 65, + s 104: 64 73, + s 105: 65 66, + s 106: 65 67, + s 107: 66 68, + s 108: 67 68, + s 109: 67 73, + s 110: 67 76, + s 111: 68 75, + s 112: 69 70, + s 113: 69 74, + s 114: 69 78, + s 115: 70 71, + s 116: 70 79, + s 117: 71 72, + s 118: 71 80, + s 119: 72 73, + s 120: 72 81, + s 121: 73 76, + s 122: 73 82, + s 123: 74 77, + s 124: 75 76, + s 125: 75 84, + s 126: 76 83, + s 127: 77 78, + s 128: 78 79, + s 129: 79 80, + s 130: 80 81, + s 131: 81 82, + s 132: 82 83, + s 133: 83 84, + s 134: 83 85, + s 135: 84 86, + s 136: 85 86, + s 137: 85 87, + s 138: 86 88, + s 139: 87 88, + s 140: 87 89, + s 141: 88 90, + s 142: 89 90, + s 143: 89 91, + s 144: 90 92, + s 145: 91 92, + s 146: 91 93, + s 147: 92 94, + s 148: 93 94, + s 149: 93 95, + s 150: 94 96, + s 151: 95 96, + s 152: 95 97, + s 153: 96 98, + s 154: 97 98, + s 155: 97 104, + s 156: 98 105, + s 157: 99 100, + s 158: 99 108, + s 159: 100 101, + s 160: 100 109, + s 161: 101 102, + s 162: 101 110, + s 163: 102 103, + s 164: 102 111, + s 165: 103 104, + s 166: 103 112, + s 167: 104 105, + s 168: 104 106, + s 169: 105 107, + s 170: 106 107, + s 171: 106 112, + s 172: 106 113, + s 173: 107 114, + s 174: 108 109, + s 175: 108 115, + s 176: 109 110, + s 177: 109 116, + s 178: 110 111, + s 179: 110 117, + s 180: 111 112, + s 181: 111 118, + s 182: 112 113, + s 183: 112 119, + s 184: 113 114, + s 185: 113 120, + s 186: 114 121, + s 187: 115 116, + s 188: 116 117, + s 189: 117 118, + s 190: 118 119, + s 191: 119 120, + s 192: 120 121, + s 193: 120 122, + s 194: 121 123, + s 195: 122 123, + s 196: 122 124, + s 197: 123 125, + s 198: 124 125, + s 199: 124 126, + s 200: 125 127, + s 201: 126 127, + s 202: 126 129, + s 203: 127 130, + s 204: 128 129, + s 205: 128 132, + s 206: 129 130, + s 207: 129 131, + s 208: 130 133, + s 209: 131 132, + s 210: 131 133, + s 211: 131 135, + s 212: 131 139, + s 213: 132 138, + s 214: 133 134, + s 215: 133 136, + s 216: 134 137, + s 217: 135 136, + s 218: 135 140, + s 219: 136 137, + s 220: 136 141, + s 221: 137 142, + s 222: 138 139, + s 223: 139 140, + s 224: 140 141, + s 225: 141 142, + s 226: 144 143, + s 227: 145 144, + s 228: 145 146, + s 229: 146 143, + s 230: 147 145, + s 231: 147 148, + s 232: 148 146, + s 233: 149 147, + s 234: 149 150, + s 235: 150 148, + s 236: 151 144, + s 237: 152 151, + s 238: 152 145, + s 239: 149 152, + s 240: 149 153, + s 241: 153 154, + s 242: 154 150, + s 243: 155 149, + s 244: 156 155, + s 245: 156 153, + s 246: 157 152, + s 247: 155 157, + s 248: 159 158, + s 249: 159 155, + s 250: 158 157, + s 251: 161 160, + s 252: 161 159, + s 253: 160 158, + s 254: 163 162, + s 255: 163 161, + s 256: 162 160, + s 257: 165 164, + s 258: 165 163, + s 259: 164 162, + s 260: 167 166, + s 261: 167 165, + s 262: 166 164, + s 263: 168 167, + s 264: 168 169, + s 265: 169 165, + s 266: 170 168, + s 267: 170 171, + s 268: 171 169, + s 269: 172 170, + s 270: 172 173, + s 271: 173 171, + s 272: 174 172, + s 273: 174 175, + s 274: 175 173, + s 275: 176 174, + s 276: 176 177, + s 277: 177 175, + s 278: 179 178, + s 279: 179 167, + s 280: 178 166, + s 281: 179 168, + s 282: 180 179, + s 283: 181 180, + s 284: 181 168, + s 285: 180 182, + s 286: 182 178, + s 287: 183 181, + s 288: 183 170, + s 289: 184 183, + s 290: 184 172, + s 291: 185 184, + s 292: 185 174, + s 293: 186 185, + s 294: 186 176, + s 295: 188 187, + s 296: 188 180, + s 297: 187 182, + s 298: 190 189, + s 299: 190 188, + s 300: 189 187, + s 301: 192 191, + s 302: 192 190, + s 303: 191 189, + s 304: 194 193, + s 305: 194 192, + s 306: 193 191, + s 307: 196 195, + s 308: 196 194, + s 309: 195 193, + s 310: 198 197, + s 311: 198 196, + s 312: 197 195, + s 313: 200 199, + s 314: 200 198, + s 315: 199 197, + s 316: 202 201, + s 317: 202 200, + s 318: 201 199, + s 319: 203 202, + s 320: 204 203, + s 321: 204 205, + s 322: 205 202, + s 323: 206 203, + s 324: 206 201, + s 325: 208 207, + s 326: 208 203, + s 327: 207 206, + s 328: 209 204, + s 329: 209 210, + s 330: 210 205, + s 331: 211 209, + s 332: 211 212, + s 333: 212 210, + s 334: 213 211, + s 335: 213 214, + s 336: 214 212, + s 337: 215 213, + s 338: 215 216, + s 339: 216 214, + s 340: 215 217, + s 341: 217 218, + s 342: 218 216, + s 343: 220 219, + s 344: 220 217, + s 345: 219 215, + s 346: 208 204, + s 347: 221 208, + s 348: 222 221, + s 349: 222 204, + s 350: 221 223, + s 351: 223 207, + s 352: 224 222, + s 353: 224 209, + s 354: 225 224, + s 355: 225 211, + s 356: 226 225, + s 357: 226 213, + s 358: 219 226, + s 359: 228 227, + s 360: 228 221, + s 361: 227 223, + s 362: 230 229, + s 363: 230 228, + s 364: 229 227, + s 365: 232 231, + s 366: 232 230, + s 367: 231 229, + s 368: 234 233, + s 369: 234 232, + s 370: 233 231, + s 371: 236 235, + s 372: 236 234, + s 373: 235 233, + s 374: 238 237, + s 375: 238 236, + s 376: 237 235, + s 377: 240 239, + s 378: 240 238, + s 379: 239 237, + s 380: 242 241, + s 381: 242 240, + s 382: 241 239, + s 383: 243 242, + s 384: 244 243, + s 385: 244 245, + s 386: 245 242, + s 387: 246 243, + s 388: 246 241, + s 389: 247 248, + s 390: 248 243, + s 391: 247 246, + s 392: 249 244, + s 393: 249 250, + s 394: 250 245, + s 395: 251 249, + s 396: 251 252, + s 397: 252 250, + s 398: 253 251, + s 399: 253 254, + s 400: 254 252, + s 401: 253 255, + s 402: 255 256, + s 403: 256 254, + s 404: 258 257, + s 405: 258 255, + s 406: 257 253, + s 407: 248 244, + s 408: 259 248, + s 409: 260 259, + s 410: 260 244, + s 411: 259 261, + s 412: 261 247, + s 413: 262 260, + s 414: 262 249, + s 415: 263 262, + s 416: 263 251, + s 417: 257 263, + s 418: 265 264, + s 419: 265 259, + s 420: 264 261, + s 421: 267 266, + s 422: 267 265, + s 423: 266 264, + s 424: 269 268, + s 425: 269 267, + s 426: 268 266, + s 427: 271 270, + s 428: 271 269, + s 429: 270 268, + s 430: 272 271, + s 431: 273 272, + s 432: 273 274, + s 433: 274 271, + s 434: 275 270, + s 435: 275 272, + s 436: 276 275, + s 437: 277 276, + s 438: 277 272, + s 439: 278 277, + s 440: 279 278, + s 441: 279 272, + s 442: 281 280, + s 443: 281 276, + s 444: 275 280, + s 445: 283 282, + s 446: 283 276, + s 447: 282 281, + s 448: 278 283, + s 449: 284 279, + s 450: 284 273, + s 451: 142 143, + s 452: 137 144, + s 453: 141 146, + s 454: 140 148, + s 455: 139 150, + s 456: 134 151, + s 457: 133 152, + s 458: 138 154, + s 459: 132 153, + s 460: 129 155, + s 461: 128 156, + s 462: 130 157, + s 463: 126 159, + s 464: 127 158, + s 465: 124 161, + s 466: 125 160, + s 467: 122 163, + s 468: 123 162, + s 469: 120 165, + s 470: 121 164, + s 471: 114 166, + s 472: 119 169, + s 473: 118 171, + s 474: 117 173, + s 475: 116 175, + s 476: 115 177, + s 477: 108 176, + s 478: 107 178, + s 479: 104 180, + s 480: 103 181, + s 481: 105 182, + s 482: 102 183, + s 483: 101 184, + s 484: 100 185, + s 485: 99 186, + s 486: 97 188, + s 487: 98 187, + s 488: 95 190, + s 489: 96 189, + s 490: 93 192, + s 491: 94 191, + s 492: 91 194, + s 493: 92 193, + s 494: 89 196, + s 495: 90 195, + s 496: 87 198, + s 497: 88 197, + s 498: 85 200, + s 499: 86 199, + s 500: 83 202, + s 501: 84 201, + s 502: 82 205, + s 503: 75 206, + s 504: 68 207, + s 505: 81 210, + s 506: 80 212, + s 507: 79 214, + s 508: 78 216, + s 509: 77 218, + s 510: 74 217, + s 511: 60 219, + s 512: 59 220, + s 513: 65 221, + s 514: 64 222, + s 515: 66 223, + s 516: 63 224, + s 517: 62 225, + s 518: 61 226, + s 519: 57 228, + s 520: 58 227, + s 521: 55 230, + s 522: 56 229, + s 523: 53 232, + s 524: 54 231, + s 525: 51 234, + s 526: 52 233, + s 527: 49 236, + s 528: 50 235, + s 529: 47 238, + s 530: 48 237, + s 531: 45 240, + s 532: 46 239, + s 533: 43 242, + s 534: 44 241, + s 535: 42 245, + s 536: 36 246, + s 537: 29 247, + s 538: 41 250, + s 539: 40 252, + s 540: 39 254, + s 541: 38 256, + s 542: 35 255, + s 543: 23 257, + s 544: 22 258, + s 545: 27 259, + s 546: 26 260, + s 547: 28 261, + s 548: 25 262, + s 549: 24 263, + s 550: 20 265, + s 551: 21 264, + s 552: 18 267, + s 553: 19 266, + s 554: 16 269, + s 555: 17 268, + s 556: 14 271, + s 557: 15 270, + s 558: 13 274, + s 559: 9 273, + s 560: 10 275, + s 561: 3 278, + s 562: 2 279, + s 563: 11 280, + s 564: 6 281, + s 565: 5 282, + s 566: 4 283, + s 567: 1 284, + s 568: 142 136, + s 569: 141 135, + s 570: 140 131, + s 571: 137 133, + s 572: 136 131, + s 573: 132 129, + s 574: 133 129, + s 575: 120 112, + s 576: 112 104, + s 577: 83 73, + s 578: 73 65, + s 579: 43 34, + s 580: 34 27, + s 581: 14 9, + s 582: 15 12, + s 583: 12 8, + s 584: 12 3, + s 585: 11 8, + s 586: 143 145, + s 587: 146 147, + s 588: 148 149, + s 589: 144 152, + s 590: 145 149, + s 591: 153 155, + s 592: 152 155, + s 593: 165 168, + s 594: 168 180, + s 595: 202 204, + s 596: 204 221, + s 597: 242 244, + s 598: 244 259, + s 599: 271 273, + s 600: 270 272, + s 601: 272 276, + s 602: 272 278, + s 603: 280 276; +CdefIA 321: + c 1: -221 -219 -568, + c 2: -220 -217 -569, + c 3: -218 -211 -570, + c 4: -216 -214 -571, + c 5: -215 -210 -572, + c 6: 209 213 222 -212, + c 7: -209 -207 -573, + c 8: -208 -206 -574, + c 9: -201 202 206 -203, + c 10: -198 199 201 -200, + c 11: -195 196 198 -197, + c 12: -192 193 195 -194, + c 13: -184 185 192 -186, + c 14: -185 -182 -575, + c 15: -183 -180 181 190, + c 16: -181 -178 179 189, + c 17: -179 -176 177 188, + c 18: -174 175 187 -177, + c 19: -170 172 184 -173, + c 20: -172 171 182, + c 21: -171 -168 -576, + c 22: -167 168 170 -169, + c 23: -166 -163 164 180, + c 24: -164 -161 162 178, + c 25: -162 -159 160 176, + c 26: -157 158 174 -160, + c 27: -154 155 167 -156, + c 28: -151 152 154 -153, + c 29: -148 149 151 -150, + c 30: -145 146 148 -147, + c 31: -142 143 145 -144, + c 32: -139 140 142 -141, + c 33: -136 137 139 -138, + c 34: -133 134 136 -135, + c 35: -126 -121 -577, + c 36: 124 126 133 -125, + c 37: -108 110 -124 -111, + c 38: -119 120 131 -122, + c 39: -117 118 130 -120, + c 40: -115 116 129 -118, + c 41: -112 114 128 -116, + c 42: 113 123 127 -114, + c 43: -93 94 -113 -96, + c 44: -110 109 121, + c 45: -109 -106 -578, + c 46: -105 106 108 -107, + c 47: -101 102 119 -104, + c 48: -99 100 117 -102, + c 49: -97 98 115 -100, + c 50: -95 96 112 -98, + c 51: -90 91 105 -92, + c 52: -87 88 90 -89, + c 53: -84 85 87 -86, + c 54: -81 82 84 -83, + c 55: -78 79 81 -80, + c 56: -75 76 78 -77, + c 57: -72 73 75 -74, + c 58: -69 70 72 -71, + c 59: -63 -58 -579, + c 60: 61 63 69 -62, + c 61: 47 50 -61 -48, + c 62: -59 -56 57 67, + c 63: -57 -54 55 66, + c 64: -55 -51 53 65, + c 65: 52 60 64 -53, + c 66: -34 35 -52 -37, + c 67: -50 49 58, + c 68: -49 -45 -580, + c 69: -44 45 -47 -46, + c 70: -43 -40 41 56, + c 71: -41 -38 39 54, + c 72: -39 -36 37 51, + c 73: -31 32 44 -33, + c 74: -28 29 31 -30, + c 75: -25 26 28 -27, + c 76: -22 23 25 -24, + c 77: -20 -15 -581, + c 78: -19 18 -582, + c 79: -18 -14 -583, + c 80: -13 -6 -584, + c 81: -11 10 -585, + c 82: -7 8 -10 -9, + c 83: -5 6 12 -8, + c 84: -1 2 15 -4, + c 85: -226 -227 -586, + c 86: -228 -230 -587, + c 87: -231 -233 -588, + c 88: -236 -237 -589, + c 89: -238 -239 -590, + c 90: 240 241 242 -234, + c 91: -240 -243 -591, + c 92: -246 -247 -592, + c 93: -248 249 247 -250, + c 94: -251 252 248 -253, + c 95: -254 255 251 -256, + c 96: -257 258 254 -259, + c 97: -260 261 257 -262, + c 98: -261 -263 -593, + c 99: -264 -266 267 268, + c 100: -267 -269 270 271, + c 101: -270 -272 273 274, + c 102: -275 276 277 -273, + c 103: -278 279 260 -280, + c 104: -279 281 263, + c 105: -281 -282 -594, + c 106: -285 282 278 -286, + c 107: -284 -287 288 266, + c 108: -288 -289 290 269, + c 109: -290 -291 292 272, + c 110: -293 294 275 -292, + c 111: -295 296 285 -297, + c 112: -298 299 295 -300, + c 113: -301 302 298 -303, + c 114: -304 305 301 -306, + c 115: -307 308 304 -309, + c 116: -310 311 307 -312, + c 117: -313 314 310 -315, + c 118: -316 317 313 -318, + c 119: -319 -320 -595, + c 120: 323 319 316 -324, + c 121: -325 326 -323 -327, + c 122: -328 329 330 -321, + c 123: -331 332 333 -329, + c 124: -334 335 336 -332, + c 125: -337 338 339 -335, + c 126: 340 341 342 -338, + c 127: -343 344 -340 -345, + c 128: -326 346 320, + c 129: -346 -347 -596, + c 130: -350 347 325 -351, + c 131: -352 353 328 -349, + c 132: -354 355 331 -353, + c 133: -356 357 334 -355, + c 134: -358 345 337 -357, + c 135: -359 360 350 -361, + c 136: -362 363 359 -364, + c 137: -365 366 362 -367, + c 138: -368 369 365 -370, + c 139: -371 372 368 -373, + c 140: -374 375 371 -376, + c 141: -377 378 374 -379, + c 142: -380 381 377 -382, + c 143: -383 -384 -597, + c 144: 387 383 380 -388, + c 145: 389 390 -387 -391, + c 146: -385 -392 393 394, + c 147: -393 -395 396 397, + c 148: -396 -398 399 400, + c 149: 401 402 403 -399, + c 150: -404 405 -401 -406, + c 151: -390 407 384, + c 152: -407 -408 -598, + c 153: -411 408 -389 -412, + c 154: -410 -413 414 392, + c 155: -414 -415 416 395, + c 156: -416 -417 406 398, + c 157: -418 419 411 -420, + c 158: -421 422 418 -423, + c 159: -424 425 421 -426, + c 160: -427 428 424 -429, + c 161: -430 -431 -599, + c 162: -434 435 -600, + c 163: -435 -436 -601, + c 164: -438 -439 -602, + c 165: -442 443 -603, + c 166: -445 446 -443 -447, + c 167: -448 439 437 -446, + c 168: -449 450 431 -441, + c 169: 221 451 -226 -452, + c 170: 225 451 -229 -453, + c 171: 224 453 -232 -454, + c 172: 223 454 -235 -455, + c 173: 216 452 -236 -456, + c 174: 214 456 -237 -457, + c 175: 213 458 -241 -459, + c 176: 222 455 -242 -458, + c 177: 204 460 -244 -461, + c 178: 205 459 -245 -461, + c 179: 208 457 -246 -462, + c 180: 202 460 -249 -463, + c 181: 203 462 -250 -464, + c 182: 199 463 -252 -465, + c 183: 200 464 -253 -466, + c 184: 196 465 -255 -467, + c 185: 197 466 -256 -468, + c 186: 193 467 -258 -469, + c 187: 194 468 -259 -470, + c 188: 186 470 -262 -471, + c 189: 191 469 -265 -472, + c 190: 190 472 -268 -473, + c 191: 189 473 -271 -474, + c 192: 188 474 -274 -475, + c 193: 175 476 -276 -477, + c 194: 187 475 -277 -476, + c 195: 173 471 -280 -478, + c 196: 165 479 -283 -480, + c 197: 169 478 -286 -481, + c 198: 163 480 -287 -482, + c 199: 161 482 -289 -483, + c 200: 159 483 -291 -484, + c 201: 157 484 -293 -485, + c 202: 158 477 -294 -485, + c 203: 155 479 -296 -486, + c 204: 156 481 -297 -487, + c 205: 152 486 -299 -488, + c 206: 153 487 -300 -489, + c 207: 149 488 -302 -490, + c 208: 150 489 -303 -491, + c 209: 146 490 -305 -492, + c 210: 147 491 -306 -493, + c 211: 143 492 -308 -494, + c 212: 144 493 -309 -495, + c 213: 140 494 -311 -496, + c 214: 141 495 -312 -497, + c 215: 137 496 -314 -498, + c 216: 138 497 -315 -499, + c 217: 134 498 -317 -500, + c 218: 135 499 -318 -501, + c 219: 132 500 -322 -502, + c 220: 125 501 -324 -503, + c 221: 111 503 -327 -504, + c 222: 131 502 -330 -505, + c 223: 130 505 -333 -506, + c 224: 129 506 -336 -507, + c 225: 128 507 -339 -508, + c 226: 123 509 -341 -510, + c 227: 127 508 -342 -509, + c 228: 93 511 -343 -512, + c 229: 94 510 -344 -512, + c 230: 103 513 -348 -514, + c 231: 107 504 -351 -515, + c 232: 101 514 -352 -516, + c 233: 99 516 -354 -517, + c 234: 97 517 -356 -518, + c 235: 95 518 -358 -511, + c 236: 91 513 -360 -519, + c 237: 92 515 -361 -520, + c 238: 88 519 -363 -521, + c 239: 89 520 -364 -522, + c 240: 85 521 -366 -523, + c 241: 86 522 -367 -524, + c 242: 82 523 -369 -525, + c 243: 83 524 -370 -526, + c 244: 79 525 -372 -527, + c 245: 80 526 -373 -528, + c 246: 76 527 -375 -529, + c 247: 77 528 -376 -530, + c 248: 73 529 -378 -531, + c 249: 74 530 -379 -532, + c 250: 70 531 -381 -533, + c 251: 71 532 -382 -534, + c 252: 68 533 -386 -535, + c 253: 62 534 -388 -536, + c 254: 48 536 -391 -537, + c 255: 67 535 -394 -538, + c 256: 66 538 -397 -539, + c 257: 65 539 -400 -540, + c 258: 60 541 -402 -542, + c 259: 64 540 -403 -541, + c 260: 34 543 -404 -544, + c 261: 35 542 -405 -544, + c 262: 42 545 -409 -546, + c 263: 46 537 -412 -547, + c 264: 40 546 -413 -548, + c 265: 38 548 -415 -549, + c 266: 36 549 -417 -543, + c 267: 32 545 -419 -550, + c 268: 33 547 -420 -551, + c 269: 29 550 -422 -552, + c 270: 30 551 -423 -553, + c 271: 26 552 -425 -554, + c 272: 27 553 -426 -555, + c 273: 23 554 -428 -556, + c 274: 24 555 -429 -557, + c 275: 16 558 -432 -559, + c 276: 21 556 -433 -558, + c 277: 19 557 -434 -560, + c 278: 3 561 -440 -562, + c 279: 11 563 -442 -564, + c 280: 17 563 -444 -560, + c 281: 7 565 -445 -566, + c 282: 9 564 -447 -565, + c 283: 5 566 -448 -561, + c 284: 1 562 -449 -567, + c 285: 2 559 -450 -567, + c 286: 220 225 568, + c 287: 218 224 569, + c 288: 212 223 570, + c 289: 215 219 571, + c 290: 211 217 572, + c 291: -204 205 573, + c 292: 207 210 574, + c 293: 183 191 575, + c 294: -165 166 576, + c 295: 122 132 577, + c 296: -103 104 578, + c 297: 59 68 579, + c 298: -42 43 580, + c 299: 16 21 581, + c 300: 20 22 582, + c 301: -12 13 583, + c 302: -3 4 584, + c 303: 14 17 585, + c 304: 228 229 586, + c 305: 231 232 587, + c 306: 234 235 588, + c 307: 238 227 589, + c 308: 233 230 590, + c 309: -244 245 591, + c 310: 243 239 592, + c 311: 264 265 593, + c 312: -283 284 594, + c 313: 321 322 595, + c 314: -348 349 596, + c 315: 385 386 597, + c 316: -409 410 598, + c 317: 432 433 599, + c 318: 430 427 600, + c 319: -437 438 601, + c 320: -440 441 602, + c 321: 436 444 603; +Overlap: + ErefRA 264 { + 1 3 5 7 222 223 224 225 2 9 + 11 16 17 19 21 23 24 26 27 29 + 30 32 33 34 35 36 38 40 42 46 + 48 60 62 64 65 66 67 68 70 71 + 73 74 76 77 79 80 82 83 85 86 + 88 89 91 92 93 94 95 97 99 101 + 103 107 111 123 125 127 128 129 130 131 + 132 134 135 137 138 140 141 143 144 146 + 147 149 150 152 153 155 156 157 158 159 + 161 163 165 169 173 175 186 187 188 189 + 190 191 193 194 196 197 199 200 202 203 + 204 205 208 213 214 216 221 449 440 448 + 445 242 235 232 229 450 447 442 432 444 + 434 433 428 429 425 426 422 423 419 420 + 404 405 417 415 413 409 412 391 402 388 + 403 400 397 394 386 381 382 378 379 375 + 376 372 373 369 370 366 367 363 364 360 + 361 343 344 358 356 354 352 348 351 327 + 341 324 342 339 336 333 330 322 317 318 + 314 315 311 312 308 309 305 306 302 303 + 299 300 296 297 293 294 291 289 287 283 + 286 280 276 262 277 274 271 268 265 258 + 259 255 256 252 253 249 250 244 245 246 + 241 237 236 226 451 453 454 455 458 561 + 562 565 566 567 456 457 460 461 469 476 + 479 485 500 509 512 513 533 541 544 545 + 556 558 560 563 }; +beg_Xinfo : +beg_layer /1: + Mask: 1; + Type: metal; + Level: 0; + Plane: z = 0.00152; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 102 { + 1 286 2 287 3 288 4 289 5 290 6 7 291 8 292 9 10 + 11 12 13 14 293 15 16 17 18 19 20 + 21 294 22 23 24 25 26 27 28 29 30 + 31 32 33 34 35 295 36 37 38 39 40 + 41 42 43 44 45 296 46 47 48 49 50 + 51 52 53 54 55 56 57 58 59 297 60 + 61 62 63 64 65 66 67 68 298 69 70 + 71 72 73 74 75 76 77 299 78 300 79 301 80 302 + 81 303 82 83 84 } + RGrid 0.0016245,0.001076 0 1: + 0.044258,-0.000538 4,1 4: + 0,0 c 12, 1,0 c 11, 2,0 c 10, 3,0 c 9; + RGrid 0.001699,0.001667 -1.5707963267949 1: + 0.040924,-0.002237 3,2 6: + 2,0 c 25, 1,0 c 24, 0,0 c 23, 2,1 c 17, 1,1 c 16, + 0,1 c 15; + RGrid 0.001667,0.001667 0 1: + 0.040924,-0.009001 2,1 2: + 0,0 c 26, 1,0 c 18; + RGrid 0.0015265,0.001076 0 1: + 0.028712,-0.000538 8,1 8: + 0,0 c 34, 1,0 c 33, 2,0 c 32, 3,0 c 31, 4,0 c 30, + 5,0 c 29, 6,0 c 28, 7,0 c 27; + RGrid 0.001667,0.0016406 1.52247740509485e-17 1: + 0.025378,-0.008741 2,4 8: + 0,0 c 50, 0,1 c 49, 0,2 c 48, 0,3 c 47, 1,0 c 41, + 1,1 c 40, 1,2 c 39, 1,3 c 38; + RGrid 0.001667,0.001667 0 1: + 0.025378,-0.010408 2,1 2: + 0,0 c 43, 1,0 c 42; + RGrid 0.0015265,0.001076 0 1: + 0.013166,-0.000538 8,1 8: + 0,0 c 58, 1,0 c 57, 2,0 c 56, 3,0 c 55, 4,0 c 54, + 5,0 c 53, 6,0 c 52, 7,0 c 51; + RGrid 0.001699,0.001667 -1.5707963267949 1: + 0.009832,-0.002237 3,2 6: + 2,0 c 72, 1,0 c 71, 0,0 c 70, 2,1 c 64, 1,1 c 63, + 0,1 c 62; + RGrid 0.001667,0.001667 0 1: + 0.009832,-0.009001 2,1 2: + 0,0 c 66, 1,0 c 65; + RGrid 0.0016245,0.001076 0 1: + 0.003334,-0.000538 4,1 4: + 0,0 c 76, 1,0 c 75, 2,0 c 74, 3,0 c 73; +end_layer /1; +beg_layer /1_expstrip: + Mask: 1; + Type: metal; + Level: 1; + Plane: z = 0.001545; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 102 { + 85 304 86 305 87 306 88 307 89 308 90 91 309 92 310 93 94 + 95 96 97 98 311 99 100 101 102 103 104 + 105 312 106 107 108 109 110 111 112 113 114 + 115 116 117 118 119 313 120 121 122 123 124 + 125 126 127 128 129 314 130 131 132 133 134 + 135 136 137 138 139 140 141 142 143 315 144 + 145 146 147 148 149 150 151 152 316 153 154 + 155 156 157 158 159 160 161 317 162 318 163 319 164 320 + 165 321 166 167 168 } + RGrid 0.0016245,0.001076 0 1: + 0.044258,-0.000538 4,1 4: + 0,0 c 96, 1,0 c 95, 2,0 c 94, 3,0 c 93; + RGrid 0.001699,0.001667 -1.5707963267949 1: + 0.040924,-0.002237 3,2 6: + 2,0 c 109, 1,0 c 108, 0,0 c 107, 2,1 c 101, 1,1 c 100, + 0,1 c 99; + RGrid 0.001667,0.001667 0 1: + 0.040924,-0.009001 2,1 2: + 0,0 c 110, 1,0 c 102; + RGrid 0.0015265,0.001076 0 1: + 0.028712,-0.000538 8,1 8: + 0,0 c 118, 1,0 c 117, 2,0 c 116, 3,0 c 115, 4,0 c 114, + 5,0 c 113, 6,0 c 112, 7,0 c 111; + RGrid 0.001667,0.0016406 1.52247740509485e-17 1: + 0.025378,-0.008741 2,4 8: + 0,0 c 134, 0,1 c 133, 0,2 c 132, 0,3 c 131, 1,0 c 125, + 1,1 c 124, 1,2 c 123, 1,3 c 122; + RGrid 0.001667,0.001667 0 1: + 0.025378,-0.010408 2,1 2: + 0,0 c 127, 1,0 c 126; + RGrid 0.0015265,0.001076 0 1: + 0.013166,-0.000538 8,1 8: + 0,0 c 142, 1,0 c 141, 2,0 c 140, 3,0 c 139, 4,0 c 138, + 5,0 c 137, 6,0 c 136, 7,0 c 135; + RGrid 0.001699,0.001667 -1.5707963267949 1: + 0.009832,-0.002237 3,2 6: + 2,0 c 156, 1,0 c 155, 0,0 c 154, 2,1 c 148, 1,1 c 147, + 0,1 c 146; + RGrid 0.001667,0.001667 0 1: + 0.009832,-0.009001 2,1 2: + 0,0 c 150, 1,0 c 149; + RGrid 0.0016245,0.001076 0 1: + 0.003334,-0.000538 4,1 4: + 0,0 c 160, 1,0 c 159, 2,0 c 158, 3,0 c 157; +end_layer /1_expstrip; +beg_layer /1_expvia_0: + Mask: 1; + Type: via; + Level: 1; + Plane: z = [0.00152, 0.001545]; + Fill: condthickness 40000000 2.5e-05 M precedence 0; + CrefRA 117 { + 169 170 171 172 173 174 175 176 177 178 + 179 180 181 182 183 184 185 186 187 188 + 189 190 191 192 193 194 195 196 197 198 + 199 200 201 202 203 204 205 206 207 208 + 209 210 211 212 213 214 215 216 217 218 + 219 220 221 222 223 224 225 226 227 228 + 229 230 231 232 233 234 235 236 237 238 + 239 240 241 242 243 244 245 246 247 248 + 249 250 251 252 253 254 255 256 257 258 + 259 260 261 262 263 264 265 266 267 268 + 269 270 271 272 273 274 275 276 277 278 + 279 280 281 282 283 284 285 } +end_layer /1_expvia_0; +end_Xinfo; +BdefIA 611: + b 1: -1 e 0 c 1, e 0 c 169; + b 2: -1 e 1 c 1, e 1 c 289; + b 3: -1 e 0 c 286, e 0 c 2; + b 4: -1 e 1 c 286, e 0 c 170; + b 5: -1 e 1 c 169, e 1 c 170; + b 6: -1 e 0 c 85, e 2 c 169; + b 7: -1 e 3 c 169, e 1 c 173; + b 8: -1 e 1 c 304, e 2 c 170; + b 9: -1 e 3 c 170, e 1 c 171; + b 10: -1 e 1 c 85, e 1 c 307; + b 11: -1 e 0 c 304, e 0 c 86; + b 12: -1 e 0 c 88, e 2 c 173; + b 13: -1 e 1 c 88, e 2 c 174; + b 14: -1 e 0 c 307, e 0 c 89; + b 15: -1 e 0 c 4, e 0 c 173; + b 16: -1 e 3 c 173, e 1 c 174; + b 17: -1 e 1 c 4, e 0 c 174; + b 18: -1 e 0 c 289, e 0 c 5; + b 19: -1 e 3 c 174, e 1 c 179; + b 20: -1 e 0 c 8, e 0 c 179; + b 21: -1 e 0 c 92, e 2 c 179; + b 22: -1 e 3 c 179, e 1 c 181; + b 23: -1 e 1 c 8, e 2 c 9; + b 24: -1 e 1 c 7, e 0 c 292; + b 25: -1 e 1 c 5, e 1 c 292; + b 26: -1 e 0 c 9, e 2 c 10; + b 27: -1 e 1 c 9, e 0 c 180; + b 28: -1 e 3 c 9, e 0 c 181; + b 29: -1 e 0 c 10, e 2 c 11; + b 30: -1 e 1 c 10, e 0 c 182; + b 31: -1 e 3 c 10, e 0 c 183; + b 32: -1 e 0 c 11, e 2 c 12; + b 33: -1 e 1 c 11, e 0 c 184; + b 34: -1 e 3 c 11, e 0 c 185; + b 35: -1 e 0 c 12, e 2 c 13; + b 36: -1 e 1 c 12, e 0 c 186; + b 37: -1 e 3 c 12, e 0 c 187; + b 38: -1 e 0 c 13, e 2 c 19; + b 39: -1 e 1 c 13, e 0 c 14; + b 40: -1 e 3 c 13, e 0 c 188; + b 41: -1 e 0 c 19, e 2 c 22; + b 42: -1 e 1 c 19, e 0 c 20; + b 43: -1 e 3 c 19, e 0 c 195; + b 44: -1 e 0 c 22, e 2 c 27; + b 45: -1 e 1 c 21, e 1 c 22; + b 46: -1 e 3 c 22, e 0 c 197; + b 47: -1 e 0 c 27, e 2 c 28; + b 48: -1 e 1 c 27, e 0 c 203; + b 49: -1 e 3 c 27, e 0 c 204; + b 50: -1 e 0 c 28, e 2 c 29; + b 51: -1 e 1 c 28, e 0 c 205; + b 52: -1 e 3 c 28, e 0 c 206; + b 53: -1 e 0 c 29, e 2 c 30; + b 54: -1 e 1 c 29, e 0 c 207; + b 55: -1 e 3 c 29, e 0 c 208; + b 56: -1 e 0 c 30, e 2 c 31; + b 57: -1 e 1 c 30, e 0 c 209; + b 58: -1 e 3 c 30, e 0 c 210; + b 59: -1 e 0 c 31, e 2 c 32; + b 60: -1 e 1 c 31, e 0 c 211; + b 61: -1 e 3 c 31, e 0 c 212; + b 62: -1 e 0 c 32, e 2 c 33; + b 63: -1 e 1 c 32, e 0 c 213; + b 64: -1 e 3 c 32, e 0 c 214; + b 65: -1 e 0 c 33, e 2 c 34; + b 66: -1 e 1 c 33, e 0 c 215; + b 67: -1 e 3 c 33, e 0 c 216; + b 68: -1 e 0 c 34, e 2 c 36; + b 69: -1 e 1 c 34, e 0 c 217; + b 70: -1 e 3 c 34, e 0 c 218; + b 71: -1 e 0 c 36, e 2 c 37; + b 72: -1 e 0 c 35, e 1 c 36; + b 73: -1 e 3 c 36, e 0 c 220; + b 74: -1 e 0 c 37, e 2 c 46; + b 75: -1 e 1 c 37, e 0 c 44; + b 76: -1 e 3 c 37, e 0 c 221; + b 77: -1 e 0 c 46, e 2 c 51; + b 78: -1 e 1 c 45, e 1 c 46; + b 79: -1 e 3 c 46, e 0 c 231; + b 80: -1 e 0 c 51, e 2 c 52; + b 81: -1 e 1 c 51, e 0 c 236; + b 82: -1 e 3 c 51, e 0 c 237; + b 83: -1 e 0 c 52, e 2 c 53; + b 84: -1 e 1 c 52, e 0 c 238; + b 85: -1 e 3 c 52, e 0 c 239; + b 86: -1 e 0 c 53, e 2 c 54; + b 87: -1 e 1 c 53, e 0 c 240; + b 88: -1 e 3 c 53, e 0 c 241; + b 89: -1 e 0 c 54, e 2 c 55; + b 90: -1 e 1 c 54, e 0 c 242; + b 91: -1 e 3 c 54, e 0 c 243; + b 92: -1 e 0 c 55, e 2 c 56; + b 93: -1 e 1 c 55, e 0 c 244; + b 94: -1 e 3 c 55, e 0 c 245; + b 95: -1 e 0 c 56, e 2 c 57; + b 96: -1 e 1 c 56, e 0 c 246; + b 97: -1 e 3 c 56, e 0 c 247; + b 98: -1 e 0 c 57, e 2 c 58; + b 99: -1 e 1 c 57, e 0 c 248; + b 100: -1 e 3 c 57, e 0 c 249; + b 101: -1 e 0 c 58, e 2 c 60; + b 102: -1 e 1 c 58, e 0 c 250; + b 103: -1 e 3 c 58, e 0 c 251; + b 104: -1 e 0 c 60, e 2 c 61; + b 105: -1 e 0 c 59, e 1 c 60; + b 106: -1 e 3 c 60, e 0 c 253; + b 107: -1 e 0 c 61, e 2 c 69; + b 108: -1 e 1 c 61, e 0 c 67; + b 109: -1 e 3 c 61, e 0 c 254; + b 110: -1 e 0 c 69, e 2 c 73; + b 111: -1 e 1 c 68, e 1 c 69; + b 112: -1 e 3 c 69, e 0 c 263; + b 113: -1 e 0 c 73, e 2 c 74; + b 114: -1 e 1 c 73, e 0 c 267; + b 115: -1 e 3 c 73, e 0 c 268; + b 116: -1 e 0 c 74, e 2 c 75; + b 117: -1 e 1 c 74, e 0 c 269; + b 118: -1 e 3 c 74, e 0 c 270; + b 119: -1 e 0 c 75, e 2 c 76; + b 120: -1 e 1 c 75, e 0 c 271; + b 121: -1 e 3 c 75, e 0 c 272; + b 122: -1 e 0 c 76, e 1 c 300; + b 123: -1 e 1 c 76, e 0 c 273; + b 124: -1 e 3 c 76, e 0 c 274; + b 125: -1 e 0 c 78, e 0 c 277; + b 126: -1 e 1 c 78, e 0 c 79; + b 127: -1 e 0 c 77, e 0 c 300; + b 128: -1 e 3 c 274, e 1 c 277; + b 129: -1 e 0 c 162, e 2 c 277; + b 130: -1 e 3 c 277, e 3 c 280; + b 131: -1 e 3 c 272, e 1 c 274; + b 132: -1 e 3 c 160, e 2 c 274; + b 133: -1 e 3 c 270, e 1 c 272; + b 134: -1 e 3 c 159, e 2 c 272; + b 135: -1 e 3 c 268, e 1 c 270; + b 136: -1 e 3 c 158, e 2 c 270; + b 137: -1 e 3 c 263, e 1 c 268; + b 138: -1 e 3 c 157, e 2 c 268; + b 139: -1 e 3 c 254, e 1 c 263; + b 140: -1 e 3 c 153, e 2 c 263; + b 141: -1 e 3 c 253, e 1 c 254; + b 142: -1 e 3 c 145, e 2 c 254; + b 143: -1 e 3 c 251, e 1 c 253; + b 144: -1 e 3 c 144, e 2 c 253; + b 145: -1 e 3 c 249, e 1 c 251; + b 146: -1 e 3 c 142, e 2 c 251; + b 147: -1 e 3 c 247, e 1 c 249; + b 148: -1 e 3 c 141, e 2 c 249; + b 149: -1 e 3 c 245, e 1 c 247; + b 150: -1 e 3 c 140, e 2 c 247; + b 151: -1 e 3 c 243, e 1 c 245; + b 152: -1 e 3 c 139, e 2 c 245; + b 153: -1 e 3 c 241, e 1 c 243; + b 154: -1 e 3 c 138, e 2 c 243; + b 155: -1 e 3 c 239, e 1 c 241; + b 156: -1 e 3 c 137, e 2 c 241; + b 157: -1 e 3 c 237, e 1 c 239; + b 158: -1 e 3 c 136, e 2 c 239; + b 159: -1 e 3 c 231, e 1 c 237; + b 160: -1 e 3 c 135, e 2 c 237; + b 161: -1 e 3 c 221, e 1 c 231; + b 162: -1 e 3 c 130, e 2 c 231; + b 163: -1 e 3 c 220, e 1 c 221; + b 164: -1 e 3 c 121, e 2 c 221; + b 165: -1 e 3 c 218, e 1 c 220; + b 166: -1 e 3 c 120, e 2 c 220; + b 167: -1 e 3 c 216, e 1 c 218; + b 168: -1 e 3 c 118, e 2 c 218; + b 169: -1 e 3 c 214, e 1 c 216; + b 170: -1 e 3 c 117, e 2 c 216; + b 171: -1 e 3 c 212, e 1 c 214; + b 172: -1 e 3 c 116, e 2 c 214; + b 173: -1 e 3 c 210, e 1 c 212; + b 174: -1 e 3 c 115, e 2 c 212; + b 175: -1 e 3 c 208, e 1 c 210; + b 176: -1 e 3 c 114, e 2 c 210; + b 177: -1 e 3 c 206, e 1 c 208; + b 178: -1 e 3 c 113, e 2 c 208; + b 179: -1 e 3 c 204, e 1 c 206; + b 180: -1 e 3 c 112, e 2 c 206; + b 181: -1 e 3 c 197, e 1 c 204; + b 182: -1 e 3 c 111, e 2 c 204; + b 183: -1 e 3 c 195, e 1 c 197; + b 184: -1 e 3 c 106, e 2 c 197; + b 185: -1 e 3 c 188, e 1 c 195; + b 186: -1 e 3 c 103, e 2 c 195; + b 187: -1 e 3 c 187, e 1 c 188; + b 188: -1 e 3 c 97, e 2 c 188; + b 189: -1 e 3 c 185, e 1 c 187; + b 190: -1 e 3 c 96, e 2 c 187; + b 191: -1 e 3 c 183, e 1 c 185; + b 192: -1 e 3 c 95, e 2 c 185; + b 193: -1 e 3 c 181, e 1 c 183; + b 194: -1 e 3 c 94, e 2 c 183; + b 195: -1 e 3 c 93, e 2 c 181; + b 196: -1 e 0 c 93, e 2 c 94; + b 197: -1 e 1 c 93, e 2 c 180; + b 198: -1 e 1 c 92, e 2 c 93; + b 199: -1 e 0 c 94, e 2 c 95; + b 200: -1 e 1 c 94, e 2 c 182; + b 201: -1 e 0 c 95, e 2 c 96; + b 202: -1 e 1 c 95, e 2 c 184; + b 203: -1 e 0 c 96, e 2 c 97; + b 204: -1 e 1 c 96, e 2 c 186; + b 205: -1 e 0 c 97, e 2 c 103; + b 206: -1 e 1 c 97, e 0 c 98; + b 207: -1 e 0 c 103, e 2 c 106; + b 208: -1 e 1 c 103, e 0 c 104; + b 209: -1 e 0 c 106, e 2 c 111; + b 210: -1 e 1 c 105, e 1 c 106; + b 211: -1 e 0 c 111, e 2 c 112; + b 212: -1 e 1 c 111, e 2 c 203; + b 213: -1 e 0 c 112, e 2 c 113; + b 214: -1 e 1 c 112, e 2 c 205; + b 215: -1 e 0 c 113, e 2 c 114; + b 216: -1 e 1 c 113, e 2 c 207; + b 217: -1 e 0 c 114, e 2 c 115; + b 218: -1 e 1 c 114, e 2 c 209; + b 219: -1 e 0 c 115, e 2 c 116; + b 220: -1 e 1 c 115, e 2 c 211; + b 221: -1 e 0 c 116, e 2 c 117; + b 222: -1 e 1 c 116, e 2 c 213; + b 223: -1 e 0 c 117, e 2 c 118; + b 224: -1 e 1 c 117, e 2 c 215; + b 225: -1 e 0 c 118, e 2 c 120; + b 226: -1 e 1 c 118, e 2 c 217; + b 227: -1 e 0 c 120, e 2 c 121; + b 228: -1 e 0 c 119, e 1 c 120; + b 229: -1 e 0 c 121, e 2 c 130; + b 230: -1 e 1 c 121, e 0 c 128; + b 231: -1 e 0 c 130, e 2 c 135; + b 232: -1 e 1 c 129, e 1 c 130; + b 233: -1 e 0 c 135, e 2 c 136; + b 234: -1 e 1 c 135, e 2 c 236; + b 235: -1 e 0 c 136, e 2 c 137; + b 236: -1 e 1 c 136, e 2 c 238; + b 237: -1 e 0 c 137, e 2 c 138; + b 238: -1 e 1 c 137, e 2 c 240; + b 239: -1 e 0 c 138, e 2 c 139; + b 240: -1 e 1 c 138, e 2 c 242; + b 241: -1 e 0 c 139, e 2 c 140; + b 242: -1 e 1 c 139, e 2 c 244; + b 243: -1 e 0 c 140, e 2 c 141; + b 244: -1 e 1 c 140, e 2 c 246; + b 245: -1 e 0 c 141, e 2 c 142; + b 246: -1 e 1 c 141, e 2 c 248; + b 247: -1 e 0 c 142, e 2 c 144; + b 248: -1 e 1 c 142, e 2 c 250; + b 249: -1 e 0 c 144, e 2 c 145; + b 250: -1 e 0 c 143, e 1 c 144; + b 251: -1 e 0 c 145, e 2 c 153; + b 252: -1 e 1 c 145, e 0 c 151; + b 253: -1 e 0 c 153, e 2 c 157; + b 254: -1 e 1 c 152, e 1 c 153; + b 255: -1 e 0 c 157, e 2 c 158; + b 256: -1 e 1 c 157, e 2 c 267; + b 257: -1 e 0 c 158, e 2 c 159; + b 258: -1 e 1 c 158, e 2 c 269; + b 259: -1 e 0 c 159, e 2 c 160; + b 260: -1 e 1 c 159, e 2 c 271; + b 261: -1 e 0 c 160, e 1 c 318; + b 262: -1 e 1 c 160, e 2 c 273; + b 263: -1 e 1 c 162, e 0 c 163; + b 264: -1 e 0 c 161, e 0 c 318; + b 265: -1 e 1 c 163, e 0 c 321; + b 266: -1 e 0 c 319, e 2 c 167; + b 267: -1 e 1 c 319, e 0 c 164; + b 268: -1 e 0 c 165, e 2 c 279; + b 269: -1 e 1 c 165, e 2 c 166; + b 270: -1 e 1 c 321, e 2 c 280; + b 271: -1 e 0 c 81, e 0 c 279; + b 272: -1 e 1 c 279, e 1 c 280; + b 273: -1 e 3 c 279, e 1 c 282; + b 274: -1 e 1 c 81, e 2 c 82; + b 275: -1 e 1 c 79, e 0 c 303; + b 276: -1 e 1 c 303, e 0 c 280; + b 277: -1 e 0 c 82, e 0 c 281; + b 278: -1 e 1 c 82, e 3 c 83; + b 279: -1 e 3 c 82, e 0 c 282; + b 280: -1 e 1 c 281, e 3 c 282; + b 281: -1 e 0 c 166, e 2 c 281; + b 282: -1 e 3 c 281, e 1 c 283; + b 283: -1 e 3 c 166, e 2 c 282; + b 284: -1 e 1 c 166, e 3 c 167; + b 285: -1 e 0 c 167, e 2 c 283; + b 286: -1 e 1 c 164, e 1 c 167; + b 287: -1 e 0 c 83, e 0 c 283; + b 288: -1 e 1 c 278, e 3 c 283; + b 289: -1 e 1 c 80, e 1 c 83; + b 290: -1 e 0 c 301, e 2 c 83; + b 291: -1 e 1 c 301, e 0 c 80; + b 292: -1 e 0 c 302, e 0 c 278; + b 293: -1 e 1 c 302, e 3 c 84; + b 294: -1 e 0 c 320, e 2 c 278; + b 295: -1 e 3 c 278, e 1 c 284; + b 296: -1 e 1 c 320, e 3 c 168; + b 297: -1 e 0 c 168, e 2 c 284; + b 298: -1 e 1 c 168, e 2 c 285; + b 299: -1 e 1 c 161, e 2 c 168; + b 300: -1 e 0 c 84, e 0 c 284; + b 301: -1 e 3 c 284, e 3 c 285; + b 302: -1 e 1 c 84, e 0 c 285; + b 303: -1 e 1 c 77, e 2 c 84; + b 304: -1 e 3 c 275, e 1 c 285; + b 305: -1 e 0 c 299, e 0 c 275; + b 306: -1 e 1 c 275, e 3 c 276; + b 307: -1 e 0 c 317, e 2 c 275; + b 308: -1 e 1 c 299, e 0 c 276; + b 309: -1 e 3 c 273, e 1 c 276; + b 310: -1 e 1 c 317, e 2 c 276; + b 311: -1 e 3 c 271, e 1 c 273; + b 312: -1 e 3 c 269, e 1 c 271; + b 313: -1 e 3 c 267, e 1 c 269; + b 314: -1 e 1 c 262, e 1 c 267; + b 315: -1 e 0 c 298, e 0 c 262; + b 316: -1 e 0 c 316, e 2 c 262; + b 317: -1 e 3 c 262, e 1 c 264; + b 318: -1 e 1 c 67, e 0 c 68; + b 319: -1 e 1 c 298, e 0 c 70; + b 320: -1 e 1 c 59, e 2 c 67; + b 321: -1 e 0 c 297, e 0 c 62; + b 322: -1 e 1 c 297, e 0 c 252; + b 323: -1 e 1 c 62, e 3 c 70; + b 324: -1 e 2 c 62, e 0 c 63; + b 325: -1 e 3 c 62, e 0 c 255; + b 326: -1 e 1 c 70, e 0 c 264; + b 327: -1 e 2 c 70, e 0 c 71; + b 328: -1 e 1 c 154, e 2 c 264; + b 329: -1 e 3 c 264, e 1 c 265; + b 330: -1 e 2 c 154, e 0 c 155; + b 331: -1 e 1 c 146, e 3 c 154; + b 332: -1 e 1 c 316, e 0 c 154; + b 333: -1 e 1 c 155, e 2 c 265; + b 334: -1 e 2 c 155, e 0 c 156; + b 335: -1 e 1 c 147, e 3 c 155; + b 336: -1 e 1 c 71, e 0 c 265; + b 337: -1 e 3 c 265, e 1 c 266; + b 338: -1 e 2 c 71, e 0 c 72; + b 339: -1 e 1 c 63, e 3 c 71; + b 340: -1 e 1 c 72, e 0 c 266; + b 341: -1 e 3 c 66, e 2 c 72; + b 342: -1 e 1 c 64, e 3 c 72; + b 343: -1 e 1 c 156, e 2 c 266; + b 344: -1 e 1 c 260, e 3 c 266; + b 345: -1 e 3 c 150, e 2 c 156; + b 346: -1 e 1 c 148, e 3 c 156; + b 347: -1 e 0 c 150, e 2 c 260; + b 348: -1 e 1 c 150, e 2 c 261; + b 349: -1 e 0 c 149, e 2 c 150; + b 350: -1 e 0 c 66, e 0 c 260; + b 351: -1 e 3 c 260, e 3 c 261; + b 352: -1 e 1 c 66, e 0 c 261; + b 353: -1 e 0 c 65, e 2 c 66; + b 354: -1 e 3 c 258, e 1 c 261; + b 355: -1 e 1 c 65, e 0 c 258; + b 356: -1 e 1 c 258, e 3 c 259; + b 357: -1 e 1 c 149, e 2 c 258; + b 358: -1 e 2 c 65, e 0 c 259; + b 359: -1 e 2 c 64, e 3 c 65; + b 360: -1 e 3 c 257, e 1 c 259; + b 361: -1 e 2 c 149, e 2 c 259; + b 362: -1 e 3 c 64, e 0 c 257; + b 363: -1 e 3 c 256, e 1 c 257; + b 364: -1 e 3 c 148, e 2 c 257; + b 365: -1 e 2 c 63, e 0 c 64; + b 366: -1 e 3 c 63, e 0 c 256; + b 367: -1 e 3 c 255, e 1 c 256; + b 368: -1 e 3 c 147, e 2 c 256; + b 369: -1 e 3 c 252, e 1 c 255; + b 370: -1 e 3 c 146, e 2 c 255; + b 371: -1 e 3 c 250, e 1 c 252; + b 372: -1 e 1 c 315, e 2 c 252; + b 373: -1 e 3 c 248, e 1 c 250; + b 374: -1 e 3 c 246, e 1 c 248; + b 375: -1 e 3 c 244, e 1 c 246; + b 376: -1 e 3 c 242, e 1 c 244; + b 377: -1 e 3 c 240, e 1 c 242; + b 378: -1 e 3 c 238, e 1 c 240; + b 379: -1 e 3 c 236, e 1 c 238; + b 380: -1 e 1 c 230, e 1 c 236; + b 381: -1 e 0 c 296, e 0 c 230; + b 382: -1 e 0 c 314, e 2 c 230; + b 383: -1 e 3 c 230, e 1 c 232; + b 384: -1 e 1 c 44, e 0 c 45; + b 385: -1 e 1 c 296, e 3 c 47; + b 386: -1 e 1 c 35, e 2 c 44; + b 387: -1 e 0 c 295, e 3 c 38; + b 388: -1 e 1 c 295, e 0 c 219; + b 389: -1 e 0 c 38, e 2 c 47; + b 390: -1 e 1 c 38, e 3 c 39; + b 391: -1 e 2 c 38, e 0 c 222; + b 392: -1 e 0 c 47, e 0 c 232; + b 393: -1 e 1 c 47, e 3 c 48; + b 394: -1 e 0 c 131, e 2 c 232; + b 395: -1 e 3 c 232, e 1 c 233; + b 396: -1 e 1 c 131, e 3 c 132; + b 397: -1 e 0 c 122, e 2 c 131; + b 398: -1 e 1 c 314, e 3 c 131; + b 399: -1 e 0 c 132, e 2 c 233; + b 400: -1 e 1 c 132, e 3 c 133; + b 401: -1 e 0 c 123, e 2 c 132; + b 402: -1 e 0 c 48, e 0 c 233; + b 403: -1 e 3 c 233, e 1 c 234; + b 404: -1 e 1 c 48, e 3 c 49; + b 405: -1 e 0 c 39, e 2 c 48; + b 406: -1 e 0 c 49, e 0 c 234; + b 407: -1 e 1 c 49, e 3 c 50; + b 408: -1 e 0 c 40, e 2 c 49; + b 409: -1 e 0 c 133, e 2 c 234; + b 410: -1 e 3 c 234, e 1 c 235; + b 411: -1 e 1 c 133, e 3 c 134; + b 412: -1 e 0 c 124, e 2 c 133; + b 413: -1 e 0 c 134, e 2 c 235; + b 414: -1 e 3 c 127, e 1 c 134; + b 415: -1 e 0 c 125, e 2 c 134; + b 416: -1 e 0 c 50, e 0 c 235; + b 417: -1 e 1 c 228, e 3 c 235; + b 418: -1 e 3 c 43, e 1 c 50; + b 419: -1 e 0 c 41, e 2 c 50; + b 420: -1 e 0 c 43, e 0 c 228; + b 421: -1 e 1 c 43, e 0 c 229; + b 422: -1 e 0 c 42, e 2 c 43; + b 423: -1 e 0 c 127, e 2 c 228; + b 424: -1 e 3 c 228, e 3 c 229; + b 425: -1 e 1 c 127, e 2 c 229; + b 426: -1 e 0 c 126, e 2 c 127; + b 427: -1 e 3 c 226, e 1 c 229; + b 428: -1 e 1 c 42, e 0 c 226; + b 429: -1 e 1 c 226, e 3 c 227; + b 430: -1 e 1 c 126, e 2 c 226; + b 431: -1 e 2 c 42, e 0 c 227; + b 432: -1 e 1 c 41, e 3 c 42; + b 433: -1 e 3 c 225, e 1 c 227; + b 434: -1 e 2 c 126, e 2 c 227; + b 435: -1 e 2 c 41, e 0 c 225; + b 436: -1 e 3 c 224, e 1 c 225; + b 437: -1 e 2 c 125, e 2 c 225; + b 438: -1 e 1 c 40, e 3 c 41; + b 439: -1 e 2 c 40, e 0 c 224; + b 440: -1 e 1 c 39, e 3 c 40; + b 441: -1 e 3 c 223, e 1 c 224; + b 442: -1 e 2 c 124, e 2 c 224; + b 443: -1 e 2 c 39, e 0 c 223; + b 444: -1 e 3 c 222, e 1 c 223; + b 445: -1 e 2 c 123, e 2 c 223; + b 446: -1 e 3 c 219, e 1 c 222; + b 447: -1 e 2 c 122, e 2 c 222; + b 448: -1 e 3 c 217, e 1 c 219; + b 449: -1 e 1 c 313, e 2 c 219; + b 450: -1 e 3 c 215, e 1 c 217; + b 451: -1 e 3 c 213, e 1 c 215; + b 452: -1 e 3 c 211, e 1 c 213; + b 453: -1 e 3 c 209, e 1 c 211; + b 454: -1 e 3 c 207, e 1 c 209; + b 455: -1 e 3 c 205, e 1 c 207; + b 456: -1 e 3 c 203, e 1 c 205; + b 457: -1 e 1 c 196, e 1 c 203; + b 458: -1 e 0 c 294, e 0 c 196; + b 459: -1 e 0 c 312, e 2 c 196; + b 460: -1 e 3 c 196, e 1 c 198; + b 461: -1 e 1 c 20, e 0 c 21; + b 462: -1 e 1 c 294, e 0 c 23; + b 463: -1 e 1 c 14, e 2 c 20; + b 464: -1 e 0 c 293, e 0 c 15; + b 465: -1 e 1 c 293, e 0 c 189; + b 466: -1 e 1 c 15, e 3 c 23; + b 467: -1 e 2 c 15, e 0 c 16; + b 468: -1 e 3 c 15, e 0 c 190; + b 469: -1 e 1 c 23, e 0 c 198; + b 470: -1 e 2 c 23, e 0 c 24; + b 471: -1 e 1 c 107, e 2 c 198; + b 472: -1 e 3 c 198, e 1 c 199; + b 473: -1 e 2 c 107, e 0 c 108; + b 474: -1 e 1 c 99, e 3 c 107; + b 475: -1 e 1 c 312, e 0 c 107; + b 476: -1 e 1 c 108, e 2 c 199; + b 477: -1 e 2 c 108, e 0 c 109; + b 478: -1 e 1 c 100, e 3 c 108; + b 479: -1 e 1 c 24, e 0 c 199; + b 480: -1 e 3 c 199, e 1 c 200; + b 481: -1 e 2 c 24, e 0 c 25; + b 482: -1 e 1 c 16, e 3 c 24; + b 483: -1 e 1 c 25, e 0 c 200; + b 484: -1 e 2 c 25, e 3 c 26; + b 485: -1 e 1 c 17, e 3 c 25; + b 486: -1 e 1 c 109, e 2 c 200; + b 487: -1 e 3 c 200, e 1 c 201; + b 488: -1 e 2 c 109, e 3 c 110; + b 489: -1 e 1 c 101, e 3 c 109; + b 490: -1 e 0 c 110, e 2 c 201; + b 491: -1 e 1 c 110, e 2 c 202; + b 492: -1 e 0 c 102, e 2 c 110; + b 493: -1 e 0 c 26, e 0 c 201; + b 494: -1 e 3 c 201, e 3 c 202; + b 495: -1 e 1 c 26, e 0 c 202; + b 496: -1 e 0 c 18, e 2 c 26; + b 497: -1 e 3 c 193, e 1 c 202; + b 498: -1 e 1 c 18, e 0 c 193; + b 499: -1 e 1 c 193, e 3 c 194; + b 500: -1 e 1 c 102, e 2 c 193; + b 501: -1 e 2 c 18, e 0 c 194; + b 502: -1 e 2 c 17, e 3 c 18; + b 503: -1 e 3 c 192, e 1 c 194; + b 504: -1 e 2 c 102, e 2 c 194; + b 505: -1 e 3 c 17, e 0 c 192; + b 506: -1 e 3 c 191, e 1 c 192; + b 507: -1 e 3 c 101, e 2 c 192; + b 508: -1 e 2 c 16, e 0 c 17; + b 509: -1 e 3 c 16, e 0 c 191; + b 510: -1 e 3 c 190, e 1 c 191; + b 511: -1 e 3 c 100, e 2 c 191; + b 512: -1 e 3 c 189, e 1 c 190; + b 513: -1 e 3 c 99, e 2 c 190; + b 514: -1 e 3 c 186, e 1 c 189; + b 515: -1 e 1 c 311, e 2 c 189; + b 516: -1 e 3 c 184, e 1 c 186; + b 517: -1 e 3 c 182, e 1 c 184; + b 518: -1 e 3 c 180, e 1 c 182; + b 519: -1 e 1 c 177, e 1 c 180; + b 520: -1 e 0 c 291, e 0 c 177; + b 521: -1 e 0 c 309, e 2 c 177; + b 522: -1 e 3 c 177, e 3 c 178; + b 523: -1 e 0 c 6, e 0 c 7; + b 524: -1 e 1 c 291, e 0 c 178; + b 525: -1 e 1 c 6, e 0 c 175; + b 526: -1 e 2 c 6, e 0 c 176; + b 527: -1 e 0 c 288, e 3 c 6; + b 528: -1 e 1 c 175, e 3 c 176; + b 529: -1 e 1 c 90, e 2 c 175; + b 530: -1 e 3 c 175, e 1 c 178; + b 531: -1 e 3 c 172, e 1 c 176; + b 532: -1 e 2 c 90, e 2 c 176; + b 533: -1 e 1 c 288, e 0 c 172; + b 534: -1 e 3 c 171, e 1 c 172; + b 535: -1 e 1 c 306, e 2 c 172; + b 536: -1 e 0 c 287, e 0 c 3; + b 537: -1 e 1 c 3, e 0 c 290; + b 538: -1 e 1 c 2, e 1 c 290; + b 539: -1 e 1 c 287, e 0 c 171; + b 540: -1 e 1 c 305, e 2 c 171; + b 541: -1 e 1 c 86, e 1 c 308; + b 542: -1 e 0 c 305, e 0 c 87; + b 543: -1 e 1 c 89, e 1 c 310; + b 544: -1 e 1 c 87, e 0 c 308; + b 545: -1 e 1 c 91, e 0 c 310; + b 546: -1 e 0 c 90, e 0 c 91; + b 547: -1 e 1 c 309, e 2 c 178; + b 548: -1 e 0 c 306, e 3 c 90; + b 549: -1 e 1 c 98, e 2 c 104; + b 550: -1 e 0 c 311, e 0 c 99; + b 551: -1 e 1 c 104, e 0 c 105; + b 552: -1 e 2 c 99, e 0 c 100; + b 553: -1 e 2 c 100, e 0 c 101; + b 554: -1 e 2 c 101, e 3 c 102; + b 555: -1 e 1 c 119, e 2 c 128; + b 556: -1 e 0 c 313, e 3 c 122; + b 557: -1 e 1 c 128, e 0 c 129; + b 558: -1 e 1 c 122, e 3 c 123; + b 559: -1 e 1 c 123, e 3 c 124; + b 560: -1 e 1 c 124, e 3 c 125; + b 561: -1 e 1 c 125, e 3 c 126; + b 562: -1 e 1 c 143, e 2 c 151; + b 563: -1 e 0 c 315, e 0 c 146; + b 564: -1 e 1 c 151, e 0 c 152; + b 565: -1 e 2 c 146, e 0 c 147; + b 566: -1 e 2 c 147, e 0 c 148; + b 567: -1 e 2 c 148, e 3 c 149; + b 568: e 0 c 281; + b 569: e 0 c 283; + b 570: e 0 c 278; + b 571: e 0 c 284; + b 572: e 0 c 176; + b 573: e 0 c 172; + b 574: e 0 c 171; + b 575: e 0 c 170; + b 576: -1 e 2 c 1, e 2 c 286; + b 577: -1 e 2 c 2, e 2 c 287; + b 578: -1 e 2 c 3, e 2 c 288; + b 579: -1 e 2 c 4, e 2 c 289; + b 580: -1 e 2 c 5, e 2 c 290; + b 581: -1 e 2 c 7, e 2 c 291; + b 582: -1 e 2 c 8, e 2 c 292; + b 583: -1 e 2 c 14, e 2 c 293; + b 584: -1 e 2 c 21, e 2 c 294; + b 585: -1 e 2 c 35, e 2 c 295; + b 586: -1 e 2 c 45, e 2 c 296; + b 587: -1 e 2 c 59, e 2 c 297; + b 588: -1 e 2 c 68, e 2 c 298; + b 589: -1 e 2 c 77, e 2 c 299; + b 590: -1 e 2 c 78, e 2 c 300; + b 591: -1 e 2 c 79, e 2 c 301; + b 592: -1 e 2 c 80, e 2 c 302; + b 593: -1 e 2 c 81, e 2 c 303; + b 594: -1 e 2 c 85, e 2 c 304; + b 595: -1 e 2 c 86, e 2 c 305; + b 596: -1 e 2 c 87, e 2 c 306; + b 597: -1 e 2 c 88, e 2 c 307; + b 598: -1 e 2 c 89, e 2 c 308; + b 599: -1 e 2 c 91, e 2 c 309; + b 600: -1 e 2 c 92, e 2 c 310; + b 601: -1 e 2 c 98, e 2 c 311; + b 602: -1 e 2 c 105, e 2 c 312; + b 603: -1 e 2 c 119, e 2 c 313; + b 604: -1 e 2 c 129, e 2 c 314; + b 605: -1 e 2 c 143, e 2 c 315; + b 606: -1 e 2 c 152, e 2 c 316; + b 607: -1 e 2 c 161, e 2 c 317; + b 608: -1 e 2 c 162, e 2 c 318; + b 609: -1 e 2 c 163, e 2 c 319; + b 610: -1 e 2 c 164, e 2 c 320; + b 611: -1 e 2 c 165, e 2 c 321; +; +PdefRA 2 { +GdefRA 1 /Zd 1 {50 0} { + Prt 1 : ErefRA 4 { 7 5 3 1 }; +} +GdefRA 1 /Zd 1 {50 0} { + Prt 2 : ErefRA 4 { 222 223 224 225 }; +} +} +end_momMdl; +end_ckt proj; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.opt b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.opt new file mode 100644 index 0000000..d49046e --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.opt @@ -0,0 +1,32 @@ +simulationMode 1; +simulationTemperature 298.15; +# simDir "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\simulation\MyLab3_lib\DA_SLFilter1_cell_2\layout\emSetup_MoM"; +# simTag "M251004122236"; +logFile "proj.log"; +processPriority Normal; +mesh_reduction ON; +no_cells_per_wavelength 20; +edgemesh_borderwidth 0 METRE; +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +drcLogging ON; +drcLayer 255; +overlapextraction ON; +gppMergeAllShapes ON; +gppSimplifyAbsTol 0.01 LAMBDA; +gppSimplifyRelTol 0.082; +gppMinFeatureSize -0.5; +topoWireViasPadringRadius 3 VIARADII; +topoWireViasAntipadringRadius 5 VIARADII; +topoWireViasThermalRadius 5 VIARADII; +topoWireViasKeepViaOutline OFF; +topoWireViasKeepThroughPads OFF; +modelTypeStrip 3; +modelTypeVia 3; +SAVECURRENTSINFILE 1; +SPARAM_OUTPUTFORMAT SMATRIXIO; +DS_DIR "C:\Users\forss\Nextcloud\TNE071_ADS\MyLab3_wrk\data"; +DS_NAME "DA_SLFilter1_cell_2_MomUW"; +REUSEPREVIOUSRESULTS OFF; +INCLUDEPORTSOLVER ON; +matrixSolver 0; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ovm b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ovm new file mode 100644 index 0000000..2d0d79d --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.ovm @@ -0,0 +1,1431 @@ +OVM ASCII +Vertices +284 +0 -0.003112 0.00152 +0 -0.001129 0.00152 +0 -0.0002955 0.00152 +0 0.0008335 0.00152 +0 0.001667 0.00152 +0.0008335 0.001667 0.00152 +0.0008335 -0.0002955 0.00152 +0.0008335 0.0008335 0.00152 +0.001667 -0.003112 0.00152 +0.001667 0.000538 0.00152 +0.001667 0.001667 0.00152 +0.001667 -0.001129 0.00152 +0.003334 -0.003112 0.00152 +0.003334 -0.000538 0.00152 +0.003334 0.000538 0.00152 +0.0049585 -0.000538 0.00152 +0.0049585 0.000538 0.00152 +0.006583 -0.000538 0.00152 +0.006583 0.000538 0.00152 +0.0082075 -0.000538 0.00152 +0.0082075 0.000538 0.00152 +0.009832 -0.009001 0.00152 +0.009832 -0.007334 0.00152 +0.009832 -0.005635 0.00152 +0.009832 -0.003936 0.00152 +0.009832 -0.002237 0.00152 +0.009832 -0.000538 0.00152 +0.009832 0.000538 0.00152 +0.010908 0.000538 0.00152 +0.010908 -0.000538 0.00152 +0.011499 -0.007334 0.00152 +0.011499 -0.005635 0.00152 +0.011499 -0.003936 0.00152 +0.011499 -0.002237 0.00152 +0.011499 -0.009001 0.00152 +0.01209 0.000538 0.00152 +0.01209 -0.000538 0.00152 +0.013166 -0.009001 0.00152 +0.013166 -0.007334 0.00152 +0.013166 -0.005635 0.00152 +0.013166 -0.003936 0.00152 +0.013166 -0.002237 0.00152 +0.013166 -0.000538 0.00152 +0.013166 0.000538 0.00152 +0.0146925 -0.000538 0.00152 +0.0146925 0.000538 0.00152 +0.016219 -0.000538 0.00152 +0.016219 0.000538 0.00152 +0.0177455 -0.000538 0.00152 +0.0177455 0.000538 0.00152 +0.019272 -0.000538 0.00152 +0.019272 0.000538 0.00152 +0.0207985 -0.000538 0.00152 +0.0207985 0.000538 0.00152 +0.022325 -0.000538 0.00152 +0.022325 0.000538 0.00152 +0.0238515 -0.000538 0.00152 +0.0238515 0.000538 0.00152 +0.025378 -0.010408 0.00152 +0.025378 -0.008741000000000001 0.00152 +0.025378 -0.0071004 0.00152 +0.025378 -0.0054598 0.00152 +0.025378 -0.0038192 0.00152 +0.025378 -0.0021786 0.00152 +0.025378 -0.000538 0.00152 +0.025378 0.000538 0.00152 +0.026454 -0.000538 0.00152 +0.026454 0.000538 0.00152 +0.027045 -0.008741000000000001 0.00152 +0.027045 -0.0071004 0.00152 +0.027045 -0.0054598 0.00152 +0.027045 -0.0038192 0.00152 +0.027045 -0.0021786 0.00152 +0.027045 -0.010408 0.00152 +0.027636 0.000538 0.00152 +0.027636 -0.000538 0.00152 +0.028712 -0.010408 0.00152 +0.028712 -0.008741000000000001 0.00152 +0.028712 -0.0071004 0.00152 +0.028712 -0.0054598 0.00152 +0.028712 -0.0038192 0.00152 +0.028712 -0.0021786 0.00152 +0.028712 -0.000538 0.00152 +0.028712 0.000538 0.00152 +0.0302385 -0.000538 0.00152 +0.0302385 0.000538 0.00152 +0.031765 -0.000538 0.00152 +0.031765 0.000538 0.00152 +0.0332915 -0.000538 0.00152 +0.0332915 0.000538 0.00152 +0.034818 -0.000538 0.00152 +0.034818 0.000538 0.00152 +0.0363445 -0.000538 0.00152 +0.0363445 0.000538 0.00152 +0.037871 -0.000538 0.00152 +0.037871 0.000538 0.00152 +0.0393975 -0.000538 0.00152 +0.0393975 0.000538 0.00152 +0.040924 -0.009001 0.00152 +0.040924 -0.007334 0.00152 +0.040924 -0.005635 0.00152 +0.040924 -0.003936 0.00152 +0.040924 -0.002237 0.00152 +0.040924 -0.000538 0.00152 +0.040924 0.000538 0.00152 +0.042 -0.000538 0.00152 +0.042 0.000538 0.00152 +0.042591 -0.009001 0.00152 +0.042591 -0.007334 0.00152 +0.042591 -0.005635 0.00152 +0.042591 -0.003936 0.00152 +0.042591 -0.002237 0.00152 +0.043182 -0.000538 0.00152 +0.043182 0.000538 0.00152 +0.044258 -0.009001 0.00152 +0.044258 -0.007334 0.00152 +0.044258 -0.005635 0.00152 +0.044258 -0.003936 0.00152 +0.044258 -0.002237 0.00152 +0.044258 -0.000538 0.00152 +0.044258 0.000538 0.00152 +0.0458825 -0.000538 0.00152 +0.0458825 0.000538 0.00152 +0.047507 -0.000538 0.00152 +0.047507 0.000538 0.00152 +0.0491315 -0.000538 0.00152 +0.0491315 0.000538 0.00152 +0.050756 -0.003112 0.00152 +0.050756 -0.000538 0.00152 +0.050756 0.000538 0.00152 +0.052423 -0.001129 0.00152 +0.052423 -0.003112 0.00152 +0.052423 0.000538 0.00152 +0.052423 0.001667 0.00152 +0.0532565 -0.0002955 0.00152 +0.0532565 0.0008335 0.00152 +0.0532565 0.001667 0.00152 +0.05409 -0.003112 0.00152 +0.05409 -0.001129 0.00152 +0.05409 -0.0002955 0.00152 +0.05409 0.000538 0.00152 +0.05409 0.001667 0.00152 +0.05409 0.001667 0.001545 +0.0532565 0.001667 0.001545 +0.0532565 0.0008335 0.001545 +0.05409 0.000538 0.001545 +0.0532565 -0.0002955 0.001545 +0.05409 -0.0002955 0.001545 +0.052423 -0.001129 0.001545 +0.05409 -0.001129 0.001545 +0.052423 0.001667 0.001545 +0.052423 0.000538 0.001545 +0.052423 -0.003112 0.001545 +0.05409 -0.003112 0.001545 +0.050756 -0.000538 0.001545 +0.050756 -0.003112 0.001545 +0.050756 0.000538 0.001545 +0.0491315 0.000538 0.001545 +0.0491315 -0.000538 0.001545 +0.047507 0.000538 0.001545 +0.047507 -0.000538 0.001545 +0.0458825 0.000538 0.001545 +0.0458825 -0.000538 0.001545 +0.044258 0.000538 0.001545 +0.044258 -0.000538 0.001545 +0.043182 0.000538 0.001545 +0.043182 -0.000538 0.001545 +0.042591 -0.002237 0.001545 +0.044258 -0.002237 0.001545 +0.042591 -0.003936 0.001545 +0.044258 -0.003936 0.001545 +0.042591 -0.005635 0.001545 +0.044258 -0.005635 0.001545 +0.042591 -0.007334 0.001545 +0.044258 -0.007334 0.001545 +0.042591 -0.009001 0.001545 +0.044258 -0.009001 0.001545 +0.042 0.000538 0.001545 +0.042 -0.000538 0.001545 +0.040924 -0.000538 0.001545 +0.040924 -0.002237 0.001545 +0.040924 0.000538 0.001545 +0.040924 -0.003936 0.001545 +0.040924 -0.005635 0.001545 +0.040924 -0.007334 0.001545 +0.040924 -0.009001 0.001545 +0.0393975 0.000538 0.001545 +0.0393975 -0.000538 0.001545 +0.037871 0.000538 0.001545 +0.037871 -0.000538 0.001545 +0.0363445 0.000538 0.001545 +0.0363445 -0.000538 0.001545 +0.034818 0.000538 0.001545 +0.034818 -0.000538 0.001545 +0.0332915 0.000538 0.001545 +0.0332915 -0.000538 0.001545 +0.031765 0.000538 0.001545 +0.031765 -0.000538 0.001545 +0.0302385 0.000538 0.001545 +0.0302385 -0.000538 0.001545 +0.028712 0.000538 0.001545 +0.028712 -0.000538 0.001545 +0.027636 -0.000538 0.001545 +0.027045 -0.0021786 0.001545 +0.028712 -0.0021786 0.001545 +0.027636 0.000538 0.001545 +0.026454 0.000538 0.001545 +0.026454 -0.000538 0.001545 +0.027045 -0.0038192 0.001545 +0.028712 -0.0038192 0.001545 +0.027045 -0.0054598 0.001545 +0.028712 -0.0054598 0.001545 +0.027045 -0.0071004 0.001545 +0.028712 -0.0071004 0.001545 +0.027045 -0.008741000000000001 0.001545 +0.028712 -0.008741000000000001 0.001545 +0.027045 -0.010408 0.001545 +0.028712 -0.010408 0.001545 +0.025378 -0.008741000000000001 0.001545 +0.025378 -0.010408 0.001545 +0.025378 -0.000538 0.001545 +0.025378 -0.0021786 0.001545 +0.025378 0.000538 0.001545 +0.025378 -0.0038192 0.001545 +0.025378 -0.0054598 0.001545 +0.025378 -0.0071004 0.001545 +0.0238515 0.000538 0.001545 +0.0238515 -0.000538 0.001545 +0.022325 0.000538 0.001545 +0.022325 -0.000538 0.001545 +0.0207985 0.000538 0.001545 +0.0207985 -0.000538 0.001545 +0.019272 0.000538 0.001545 +0.019272 -0.000538 0.001545 +0.0177455 0.000538 0.001545 +0.0177455 -0.000538 0.001545 +0.016219 0.000538 0.001545 +0.016219 -0.000538 0.001545 +0.0146925 0.000538 0.001545 +0.0146925 -0.000538 0.001545 +0.013166 0.000538 0.001545 +0.013166 -0.000538 0.001545 +0.01209 -0.000538 0.001545 +0.011499 -0.002237 0.001545 +0.013166 -0.002237 0.001545 +0.01209 0.000538 0.001545 +0.010908 0.000538 0.001545 +0.010908 -0.000538 0.001545 +0.011499 -0.003936 0.001545 +0.013166 -0.003936 0.001545 +0.011499 -0.005635 0.001545 +0.013166 -0.005635 0.001545 +0.011499 -0.007334 0.001545 +0.013166 -0.007334 0.001545 +0.011499 -0.009001 0.001545 +0.013166 -0.009001 0.001545 +0.009832 -0.007334 0.001545 +0.009832 -0.009001 0.001545 +0.009832 -0.000538 0.001545 +0.009832 -0.002237 0.001545 +0.009832 0.000538 0.001545 +0.009832 -0.003936 0.001545 +0.009832 -0.005635 0.001545 +0.0082075 0.000538 0.001545 +0.0082075 -0.000538 0.001545 +0.006583 0.000538 0.001545 +0.006583 -0.000538 0.001545 +0.0049585 0.000538 0.001545 +0.0049585 -0.000538 0.001545 +0.003334 0.000538 0.001545 +0.003334 -0.000538 0.001545 +0.001667 -0.001129 0.001545 +0.001667 -0.003112 0.001545 +0.003334 -0.003112 0.001545 +0.001667 0.000538 0.001545 +0.0008335 0.0008335 0.001545 +0.0008335 -0.0002955 0.001545 +0 -0.0002955 0.001545 +0 -0.001129 0.001545 +0.001667 0.001667 0.001545 +0.0008335 0.001667 0.001545 +0 0.001667 0.001545 +0 0.0008335 0.001545 +0 -0.003112 0.001545 +Edges +567 +0 1 +0 8 +1 2 +1 11 +2 3 +2 6 +3 4 +3 7 +4 5 +5 7 +5 10 +6 7 +6 11 +7 9 +8 11 +8 12 +9 10 +9 11 +9 14 +11 13 +12 13 +13 14 +13 15 +14 16 +15 16 +15 17 +16 18 +17 18 +17 19 +18 20 +19 20 +19 26 +20 27 +21 22 +21 34 +22 23 +22 30 +23 24 +23 31 +24 25 +24 32 +25 26 +25 33 +26 27 +26 29 +27 28 +28 29 +28 35 +29 33 +29 36 +30 31 +30 34 +30 38 +31 32 +31 39 +32 33 +32 40 +33 36 +33 41 +34 37 +35 36 +35 43 +36 42 +37 38 +38 39 +39 40 +40 41 +41 42 +42 43 +42 44 +43 45 +44 45 +44 46 +45 47 +46 47 +46 48 +47 49 +48 49 +48 50 +49 51 +50 51 +50 52 +51 53 +52 53 +52 54 +53 55 +54 55 +54 56 +55 57 +56 57 +56 64 +57 65 +58 59 +58 73 +59 60 +59 68 +60 61 +60 69 +61 62 +61 70 +62 63 +62 71 +63 64 +63 72 +64 65 +64 66 +65 67 +66 67 +66 72 +66 75 +67 74 +68 69 +68 73 +68 77 +69 70 +69 78 +70 71 +70 79 +71 72 +71 80 +72 75 +72 81 +73 76 +74 75 +74 83 +75 82 +76 77 +77 78 +78 79 +79 80 +80 81 +81 82 +82 83 +82 84 +83 85 +84 85 +84 86 +85 87 +86 87 +86 88 +87 89 +88 89 +88 90 +89 91 +90 91 +90 92 +91 93 +92 93 +92 94 +93 95 +94 95 +94 96 +95 97 +96 97 +96 103 +97 104 +98 99 +98 107 +99 100 +99 108 +100 101 +100 109 +101 102 +101 110 +102 103 +102 111 +103 104 +103 105 +104 106 +105 106 +105 111 +105 112 +106 113 +107 108 +107 114 +108 109 +108 115 +109 110 +109 116 +110 111 +110 117 +111 112 +111 118 +112 113 +112 119 +113 120 +114 115 +115 116 +116 117 +117 118 +118 119 +119 120 +119 121 +120 122 +121 122 +121 123 +122 124 +123 124 +123 125 +124 126 +125 126 +125 128 +126 129 +127 128 +127 131 +128 129 +128 130 +129 132 +130 131 +130 132 +130 134 +130 138 +131 137 +132 133 +132 135 +133 136 +134 135 +134 139 +135 136 +135 140 +136 141 +137 138 +138 139 +139 140 +140 141 +143 142 +144 143 +144 145 +145 142 +146 144 +146 147 +147 145 +148 146 +148 149 +149 147 +150 143 +151 150 +151 144 +148 151 +148 152 +152 153 +153 149 +154 148 +155 154 +155 152 +156 151 +154 156 +158 157 +158 154 +157 156 +160 159 +160 158 +159 157 +162 161 +162 160 +161 159 +164 163 +164 162 +163 161 +166 165 +166 164 +165 163 +167 166 +167 168 +168 164 +169 167 +169 170 +170 168 +171 169 +171 172 +172 170 +173 171 +173 174 +174 172 +175 173 +175 176 +176 174 +178 177 +178 166 +177 165 +178 167 +179 178 +180 179 +180 167 +179 181 +181 177 +182 180 +182 169 +183 182 +183 171 +184 183 +184 173 +185 184 +185 175 +187 186 +187 179 +186 181 +189 188 +189 187 +188 186 +191 190 +191 189 +190 188 +193 192 +193 191 +192 190 +195 194 +195 193 +194 192 +197 196 +197 195 +196 194 +199 198 +199 197 +198 196 +201 200 +201 199 +200 198 +202 201 +203 202 +203 204 +204 201 +205 202 +205 200 +207 206 +207 202 +206 205 +208 203 +208 209 +209 204 +210 208 +210 211 +211 209 +212 210 +212 213 +213 211 +214 212 +214 215 +215 213 +214 216 +216 217 +217 215 +219 218 +219 216 +218 214 +207 203 +220 207 +221 220 +221 203 +220 222 +222 206 +223 221 +223 208 +224 223 +224 210 +225 224 +225 212 +218 225 +227 226 +227 220 +226 222 +229 228 +229 227 +228 226 +231 230 +231 229 +230 228 +233 232 +233 231 +232 230 +235 234 +235 233 +234 232 +237 236 +237 235 +236 234 +239 238 +239 237 +238 236 +241 240 +241 239 +240 238 +242 241 +243 242 +243 244 +244 241 +245 242 +245 240 +246 247 +247 242 +246 245 +248 243 +248 249 +249 244 +250 248 +250 251 +251 249 +252 250 +252 253 +253 251 +252 254 +254 255 +255 253 +257 256 +257 254 +256 252 +247 243 +258 247 +259 258 +259 243 +258 260 +260 246 +261 259 +261 248 +262 261 +262 250 +256 262 +264 263 +264 258 +263 260 +266 265 +266 264 +265 263 +268 267 +268 266 +267 265 +270 269 +270 268 +269 267 +271 270 +272 271 +272 273 +273 270 +274 269 +274 271 +275 274 +276 275 +276 271 +277 276 +278 277 +278 271 +280 279 +280 275 +274 279 +282 281 +282 275 +281 280 +277 282 +283 278 +283 272 +141 142 +136 143 +140 145 +139 147 +138 149 +133 150 +132 151 +137 153 +131 152 +128 154 +127 155 +129 156 +125 158 +126 157 +123 160 +124 159 +121 162 +122 161 +119 164 +120 163 +113 165 +118 168 +117 170 +116 172 +115 174 +114 176 +107 175 +106 177 +103 179 +102 180 +104 181 +101 182 +100 183 +99 184 +98 185 +96 187 +97 186 +94 189 +95 188 +92 191 +93 190 +90 193 +91 192 +88 195 +89 194 +86 197 +87 196 +84 199 +85 198 +82 201 +83 200 +81 204 +74 205 +67 206 +80 209 +79 211 +78 213 +77 215 +76 217 +73 216 +59 218 +58 219 +64 220 +63 221 +65 222 +62 223 +61 224 +60 225 +56 227 +57 226 +54 229 +55 228 +52 231 +53 230 +50 233 +51 232 +48 235 +49 234 +46 237 +47 236 +44 239 +45 238 +42 241 +43 240 +41 244 +35 245 +28 246 +40 249 +39 251 +38 253 +37 255 +34 254 +22 256 +21 257 +26 258 +25 259 +27 260 +24 261 +23 262 +19 264 +20 263 +17 266 +18 265 +15 268 +16 267 +13 270 +14 269 +12 273 +8 272 +9 274 +2 277 +1 278 +10 279 +5 280 +4 281 +3 282 +0 283 +Faces +285 +4 441 437 438 448 +4 439 433 434 446 +4 435 421 422 444 +4 431 427 428 436 +4 429 419 420 432 +4 416 424 442 423 +4 417 413 407 408 +4 415 411 412 418 +4 401 402 410 405 +4 395 396 400 399 +4 389 390 394 393 +4 383 384 388 387 +4 367 368 382 371 +4 369 363 364 380 +4 359 360 378 365 +4 355 356 376 361 +4 351 352 374 357 +4 347 348 372 353 +4 339 342 366 345 +3 343 340 362 +4 341 335 329 330 +4 333 334 338 337 +4 325 326 358 331 +4 321 322 354 327 +4 317 318 350 323 +4 313 314 346 319 +4 307 308 332 311 +4 301 302 306 305 +4 295 296 300 299 +4 289 290 294 293 +4 283 284 288 287 +4 277 278 282 281 +4 271 272 276 275 +4 265 266 270 269 +4 251 241 242 262 +4 246 250 264 249 +4 215 218 247 221 +4 237 238 260 243 +4 233 234 258 239 +4 229 230 256 235 +4 223 226 254 231 +4 224 244 252 227 +4 185 186 225 191 +3 219 216 240 +4 217 211 205 206 +4 209 210 214 213 +4 201 202 236 207 +4 197 198 232 203 +4 193 194 228 199 +4 189 190 222 195 +4 179 180 208 183 +4 173 174 178 177 +4 167 168 172 171 +4 161 162 166 165 +4 155 156 160 159 +4 149 150 154 153 +4 143 144 148 147 +4 137 138 142 141 +4 125 115 116 134 +4 120 124 136 123 +4 92 98 121 95 +4 111 112 132 117 +4 107 108 130 113 +4 101 104 128 109 +4 102 118 126 105 +4 67 68 103 73 +3 99 96 114 +4 97 89 83 84 +4 87 88 93 91 +4 79 80 110 85 +4 75 76 106 81 +4 71 72 100 77 +4 61 62 86 65 +4 55 56 60 59 +4 49 50 54 53 +4 43 44 48 47 +4 39 29 30 40 +4 37 34 38 42 +4 35 27 23 24 +4 25 11 5 6 +4 21 18 26 32 +4 13 14 19 17 +4 9 10 22 15 +4 1 2 28 7 +4 451 453 454 456 +4 455 459 460 462 +4 461 465 466 468 +4 471 473 474 452 +4 475 477 464 458 +4 478 480 482 467 +4 479 485 487 488 +4 491 493 484 476 +4 495 496 492 499 +4 501 502 494 505 +4 507 508 500 511 +4 513 514 506 517 +4 519 520 512 523 +4 521 525 526 528 +4 531 532 534 527 +4 537 538 540 533 +4 543 544 546 539 +4 549 550 552 545 +4 555 556 518 559 +3 557 560 524 +4 561 563 565 566 +4 569 562 554 571 +4 573 574 530 567 +4 577 578 536 575 +4 581 582 542 579 +4 585 586 548 583 +4 589 590 568 593 +4 595 596 588 599 +4 601 602 594 605 +4 607 608 600 611 +4 613 614 606 617 +4 619 620 612 623 +4 625 626 618 629 +4 631 632 624 635 +4 637 639 640 642 +4 644 636 630 647 +4 649 650 645 653 +4 655 656 658 641 +4 661 662 664 657 +4 667 668 670 663 +4 673 674 676 669 +4 678 680 682 675 +4 685 686 679 689 +3 651 690 638 +4 691 693 695 696 +4 699 692 648 701 +4 703 704 654 697 +4 707 708 660 705 +4 711 712 666 709 +4 715 688 672 713 +4 717 718 698 721 +4 723 724 716 727 +4 729 730 722 733 +4 735 736 728 739 +4 741 742 734 745 +4 747 748 740 751 +4 753 754 746 757 +4 759 760 752 763 +4 765 767 768 770 +4 772 764 758 775 +4 776 778 773 781 +4 783 784 786 769 +4 789 790 792 785 +4 795 796 798 791 +4 800 802 804 797 +4 807 808 801 811 +3 779 812 766 +4 813 815 817 818 +4 821 814 777 823 +4 825 826 782 819 +4 829 830 788 827 +4 833 810 794 831 +4 835 836 820 839 +4 841 842 834 845 +4 847 848 840 851 +4 853 854 846 857 +4 859 861 862 864 +4 867 868 858 852 +4 869 871 873 874 +4 875 877 879 880 +4 883 884 870 886 +4 889 890 885 893 +4 895 876 872 891 +4 897 898 860 881 +4 440 900 451 903 +4 448 900 457 905 +4 446 904 463 907 +4 444 906 469 909 +4 430 902 471 911 +4 426 910 473 913 +4 424 914 481 917 +4 442 908 483 915 +4 406 918 487 921 +4 408 916 489 921 +4 414 912 491 923 +4 402 918 497 925 +4 404 922 499 927 +4 396 924 503 929 +4 398 926 505 931 +4 390 928 509 933 +4 392 930 511 935 +4 384 932 515 937 +4 386 934 517 939 +4 370 938 523 941 +4 380 936 529 943 +4 378 942 535 945 +4 376 944 541 947 +4 374 946 547 949 +4 348 950 551 953 +4 372 948 553 951 +4 344 940 559 955 +4 328 956 565 959 +4 336 954 571 961 +4 324 958 573 963 +4 320 962 577 965 +4 316 964 581 967 +4 312 966 585 969 +4 314 952 587 969 +4 308 956 591 971 +4 310 960 593 973 +4 302 970 597 975 +4 304 972 599 977 +4 296 974 603 979 +4 298 976 605 981 +4 290 978 609 983 +4 292 980 611 985 +4 284 982 615 987 +4 286 984 617 989 +4 278 986 621 991 +4 280 988 623 993 +4 272 990 627 995 +4 274 992 629 997 +4 266 994 633 999 +4 268 996 635 1001 +4 262 998 643 1003 +4 248 1000 647 1005 +4 220 1004 653 1007 +4 260 1002 659 1009 +4 258 1008 665 1011 +4 256 1010 671 1013 +4 254 1012 677 1015 +4 244 1016 681 1019 +4 252 1014 683 1017 +4 184 1020 685 1023 +4 186 1018 687 1023 +4 204 1024 695 1027 +4 212 1006 701 1029 +4 200 1026 703 1031 +4 196 1030 707 1033 +4 192 1032 711 1035 +4 188 1034 715 1021 +4 180 1024 719 1037 +4 182 1028 721 1039 +4 174 1036 725 1041 +4 176 1038 727 1043 +4 168 1040 731 1045 +4 170 1042 733 1047 +4 162 1044 737 1049 +4 164 1046 739 1051 +4 156 1048 743 1053 +4 158 1050 745 1055 +4 150 1052 749 1057 +4 152 1054 751 1059 +4 144 1056 755 1061 +4 146 1058 757 1063 +4 138 1060 761 1065 +4 140 1062 763 1067 +4 134 1064 771 1069 +4 122 1066 775 1071 +4 94 1070 781 1073 +4 132 1068 787 1075 +4 130 1074 793 1077 +4 128 1076 799 1079 +4 118 1080 803 1083 +4 126 1078 805 1081 +4 66 1084 807 1087 +4 68 1082 809 1087 +4 82 1088 817 1091 +4 90 1072 823 1093 +4 78 1090 825 1095 +4 74 1094 829 1097 +4 70 1096 833 1085 +4 62 1088 837 1099 +4 64 1092 839 1101 +4 56 1098 843 1103 +4 58 1100 845 1105 +4 50 1102 849 1107 +4 52 1104 851 1109 +4 44 1106 855 1111 +4 46 1108 857 1113 +4 30 1114 863 1117 +4 40 1110 865 1115 +4 36 1112 867 1119 +4 4 1120 879 1123 +4 20 1124 883 1127 +4 32 1124 887 1119 +4 12 1128 889 1131 +4 16 1126 893 1129 +4 8 1130 895 1121 +4 0 1122 897 1133 +4 2 1116 899 1133 +Polyhedra +0 +FProp int "LtdLayerNumber" +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 +1 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.params b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.params new file mode 100644 index 0000000..fdc75ef --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.params @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.pin b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.pin new file mode 100644 index 0000000..5028233 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.pin @@ -0,0 +1,32 @@ + + + + + P1 + P1 + + + 1 + -1 + + 0 + 0 + + + + + + P2 + P2 + + + 1 + -1 + + 0.05409 + 0 + + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.plan b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.plan new file mode 100644 index 0000000..27ae06c --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.plan @@ -0,0 +1 @@ +Adaptive 1 GHz 5 GHz 50 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.prt b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.prt new file mode 100644 index 0000000..9c2aafc --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.prt @@ -0,0 +1,31 @@ + + + + + Auto + true + + + + + P1 + P1 + + 50 + 0 + + input + + + + P2 + P2 + + 50 + 0 + + input + + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.psz b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.psz new file mode 100644 index 0000000..3656975 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.psz differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qas b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qas new file mode 100644 index 0000000..b1c0890 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qas @@ -0,0 +1,61 @@ +reference_timing_duration_seconds 0 +database_duration_seconds 0 +mesh_preprocessing_duration_seconds 0.101622 +mesh_extrusion_duration_seconds 0.131969 +mesh_fem_preparation_duration_seconds 0 +mesh_port_solver_duration_seconds 0.031891 +mesh_meshing_duration_seconds 0.11868 +solve_input_processing_duration_seconds 0.039184 +solve_db_initialization_duration_seconds 0.012 +solve_port_solver_duration_seconds 0.007328 +solve_calibration_duration_seconds 0 +solve_deembedding_duration_seconds 0 +solve_gf_creation_duration_seconds 0.005998 +solve_mesh_reduction_duration_seconds 0.013 +solve_mesh_display_duration_seconds 0 +solve_rf_load_duration_seconds 0 +solve_first_load_duration_seconds 0.078521 +solve_first_solve_duration_seconds 0.085715 +solve_first_misc_duration_seconds 0.088005 +solve_sweep_load_duration_seconds 0.896886 +solve_sweep_solve_duration_seconds 0.063007 +solve_sweep_misc_duration_seconds 0.402165 +database_flow_duration_seconds 0 +mesh_flow_duration_seconds 0.448346 +solve_flow_frequency_independent_duration_including_first_frequency_seconds 0.713913 +solve_flow_first_frequency_duration_seconds 0.252241 +solve_flow_frequency_dependent_duration_without_first_frequency_seconds 1.362058 +solve_flow_duration_seconds 2.075971 +solve_sweep_load_duration_per_frequency_seconds 0.0896886 +solve_sweep_solve_duration_per_frequency_seconds 0.0063007 +solve_sweep_misc_duration_per_frequency_seconds 0.0402165 +solve_flow_frequency_dependent_duration_per_frequency_seconds 0.1362058 +solve_sweep_load_per_frequency_plus_rf_load_duration_seconds 0.0896886 +solve_flow_frequency_independent_duration_seconds 0.5777072 +reference_timing_peak_page_memory_bytes 0 +reference_timing_peak_rss_memory_bytes 0 +reference_timing_page_fault_count 0 +database_peak_page_memory_bytes 0 +database_peak_rss_memory_bytes 0 +database_page_fault_count 0 +mesh_peak_page_memory_bytes 15155200 +mesh_peak_rss_memory_bytes 39120896 +mesh_page_fault_count 10854 +solve_peak_page_memory_bytes 86294528 +solve_peak_rss_memory_bytes 101654528 +solve_page_fault_count 106096 +maximal_peak_page_memory_bytes 86294528 +maximal_peak_rss_memory_bytes 101654528 +total_page_fault_count 116950 +reference_timing_thread_count 0 +lumped_and_wire_via_count 0 +bondwire_count 0 +triangle_count 3 +rectangle_count 63 +quad_count 18 +via_count 0 +matrix_size 575 +reduced_matrix_size 525 +frequency_count 11 +solve_peak_memory_estimate_bytes 7855507.2 +total_cell_count 84 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qry b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qry new file mode 100644 index 0000000..7e5684b --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.qry @@ -0,0 +1,16 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Sat Oct 4 12:22:38 2025 + +Overall database status : 1 (file present and valid) + +Frequency range : from 1 GHz to 5 GHz. + +Requested frequency range : from 1 GHz to 5 GHz. + +Individual status fields : (0 = FALSE, 1 = TRUE) + File exists : 1 + Substrates match : 1 + Frequency-range matches : 1 + +Corresponding potentialpath : C:\Users\forss/ +Corresponding potentialname : C:\Users\forss\\substrates\0000.sdb diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sab b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sab new file mode 100644 index 0000000..4f7f361 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sab differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sam b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sam new file mode 100644 index 0000000..b7864b9 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sam @@ -0,0 +1,15 @@ +#AFS File: SAMPLE INFORMATION +#AFS Library Version: 3.00 + +NUMBER OF SAMPLES : 11 +1.000000e+09 +1.333333e+09 +1.666667e+09 +2.000000e+09 +2.333333e+09 +2.666667e+09 +3.000000e+09 +3.222222e+09 +3.666667e+09 +4.333333e+09 +5.000000e+09 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sio b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sio new file mode 100644 index 0000000..6242791 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sio differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sst b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sst new file mode 100644 index 0000000..fdd92ea --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sst @@ -0,0 +1,5 @@ + Physical memory : 34.45 MB + Virtual memory : 14.23 MB + Page faults : 9995 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 0s diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sta b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sta new file mode 100644 index 0000000..b25a3ab --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sta @@ -0,0 +1,140 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Sat Oct 4 12:22:39 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + Frequency : 5 GHz + + Rectangular cells : 63 + Quadrangular cells : 18 + Triangular cells : 3 + Via cells : 0 + + Edge currents : 116 + +------------------------------------------------------------------------------ +SOLVER USER TIME ELAPSED TIME MEMORY +PROCESSES (h:m:s) (h:m:s) (MB) +------------------------------------------------------------------------------ + +SIMULATION SET-UP +----------------- + Initialization | 0: 0: 0 | 0: 0: 0 | 34.02 + Ports analysis | 0: 0: 0 | 0: 0: 0 | 0.03 + Mesh processing | 0: 0: 0 | 0: 0: 0 | 8.12 + + Matrix size : 575 + Reduced matrix size : 525 + Estimated process size is below 256.00 MB + + Simulation temperature : 298.15 K + +1. SIMULATION FREQUENCY = 1 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 1.14 + Basis creation | 0: 0: 0 | 0: 0: 0 | 8.01 + Matrix load | 0: 0: 0 | 0: 0: 0 | 37.58 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + +2. SIMULATION FREQUENCY = 5 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 6.28 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +3. SIMULATION FREQUENCY = 3.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.30 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +4. SIMULATION FREQUENCY = 2.33333 GHz +------------------------- + Green functions | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 1 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +5. SIMULATION FREQUENCY = 1.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.84 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 1 | 0: 0: 0 | 0.00 + +6. SIMULATION FREQUENCY = 2 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +7. SIMULATION FREQUENCY = 1.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +8. SIMULATION FREQUENCY = 4.33333 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +9. SIMULATION FREQUENCY = 3 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 0 | 0: 0: 0 | 0.33 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +10. SIMULATION FREQUENCY = 2.66667 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.00 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +11. SIMULATION FREQUENCY = 3.22222 GHz +------------------------- + Green functions | 0: 0: 0 | 0: 0: 0 | 0.00 + Matrix load | 0: 0: 1 | 0: 0: 0 | 0.30 + Matrix solve | 0: 0: 0 | 0: 0: 0 | 0.00 + S parameters | 0: 0: 0 | 0: 0: 0 | 0.00 + Adaptive sampling | 0: 0: 0 | 0: 0: 0 | 0.00 + +------------------------------------------------------------------------------ +TOTALS +------------------------------------------------------------------------------ + Nr of Frequencies : 11 + + Physical memory : 96.95 MB + Virtual memory : 82.30 MB + Page faults : 106105 + User Time : 0h 0m 7s + Elapsed Time : 0h 0m 1s + +============================================================================== + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sti b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sti new file mode 100644 index 0000000..4231e26 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sti @@ -0,0 +1,2 @@ +START 1 STOP 5 STEP 4, +AFS S_50 MAXSAMPLES 50 SAMPLING ALL NORMAL; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.stm b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.stm new file mode 100644 index 0000000..e38f573 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.stm @@ -0,0 +1,34 @@ +============================================================================== + + ------ MOMENTUM STATISTICS (MW mode) ------ + + Momentum MomEngine_64 2026.01.321 (*) built: Aug 11 2025 + Sat Oct 4 12:22:38 2025 + +============================================================================== + + +------------------------------------------------------------------------------ +MESH +------------------------------------------------------------------------------ + +STATISTICS +---------- + Triangular cells : 3 + Rectangular cells : 63 + Non-rectangular quadrilateral cells : 18 + Via cells : 0 + Lumped/wire vias : 0 + Bondwires : 0 + Edge currents : 0 + +RESOURCES +--------- + Physical memory : 37.31 MB + Virtual memory : 14.45 MB + Page faults : 10853 + User Time : 0h 0m 0s + Elapsed Time : 0h 0m 1s + +============================================================================== + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sub b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sub new file mode 100644 index 0000000..054ef1f --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.sub @@ -0,0 +1,17 @@ +UNITS METRE +BOTTOMPLANE IMPEDANCE 0 0 +TOPPLANE OPEN +LAYERS +0 THICKNESS INFINITY + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0, +1 THICKNESS 2.5e-05 + PERMITTIVITY VALUE 1 0 + PERMEABILITY VALUE 1 0 + STRIP + VIA, +2 THICKNESS 0.00152 + PERMITTIVITY LOSSTANGENT 3.66 0.003 + PERMEABILITY VALUE 1 0 + STRIP + VIA; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.toi b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.toi new file mode 100644 index 0000000..0aa4524 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.toi @@ -0,0 +1,9 @@ + + + + P1 + + + P2 + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.txb b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.txb new file mode 100644 index 0000000..1773c61 Binary files /dev/null and b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj.txb differ diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_a b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_a new file mode 100644 index 0000000..e5c25e8 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_a @@ -0,0 +1,17 @@ +UNITS MM,10000; +EDIT proj; +ADD P1 :W0.000000 0.0000,1.6670 0.0000,-1.6670 3.3340,-1.6670 3.3340,0.5380 1.6670,0.5380 1.6670,1.6670; +ADD P1 :W0.000000 0.0000,-1.6670 0.0000,-3.1120 3.3340,-3.1120 3.3340,-1.6670; +ADD P1 :W0.000000 3.3340,-0.5380 9.8320,-0.5380 9.8320,0.5380 3.3340,0.5380; +ADD P1 :W0.000000 9.8320,0.5380 9.8320,-0.5380 13.1660,-0.5380 13.1660,0.5380; +ADD P1 :W0.000000 9.8320,-0.5380 9.8320,-9.0010 13.1660,-9.0010 13.1660,-0.5380; +ADD P1 :W0.000000 13.1660,-0.5380 25.3780,-0.5380 25.3780,0.5380 13.1660,0.5380; +ADD P1 :W0.000000 25.3780,0.5380 25.3780,-0.5380 28.7120,-0.5380 28.7120,0.5380; +ADD P1 :W0.000000 25.3780,-0.5380 25.3780,-10.4080 28.7120,-10.4080 28.7120,-0.5380; +ADD P1 :W0.000000 28.7120,-0.5380 40.9240,-0.5380 40.9240,0.5380 28.7120,0.5380; +ADD P1 :W0.000000 40.9240,0.5380 40.9240,-0.5380 44.2580,-0.5380 44.2580,0.5380; +ADD P1 :W0.000000 40.9240,-0.5380 40.9240,-9.0010 44.2580,-9.0010 44.2580,-0.5380; +ADD P1 :W0.000000 44.2580,-0.5380 50.7560,-0.5380 50.7560,0.5380 44.2580,0.5380; +ADD P1 :W0.000000 50.7560,0.5380 50.7560,-1.6670 54.0900,-1.6670 54.0900,1.6670 52.4230,1.6670 52.4230,0.5380; +ADD P1 :W0.000000 50.7560,-1.6670 50.7560,-3.1120 54.0900,-3.1120 54.0900,-1.6670; +SAVE; diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_geo.csv b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_geo.csv new file mode 100644 index 0000000..5486cb0 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_geo.csv @@ -0,0 +1,41 @@ +0.000045,0 +0.000056,0 +0.000071,0 +0.000089,0 +0.000112,0 +0.000141,0 +0.000178,0 +0.000224,0 +0.000282,0 +0.000355,0 +0.000447,0 +0.000562,0 +0.000708,0 +0.000891,0 +0.001122,0 +0.001413,0 +0.001778,0 +0.002239,0 +0.002818,0 +0.003548,0 +0.004467,0 +0.005623,0 +0.007079,0 +0.008913,0 +0.011220,0 +0.014125,0 +0.017783,0 +0.022387,0 +0.028184,0 +0.035481,0 +0.044668,0 +0.056234,0 +0.070795,0 +0.089125,0 +0.112202,0 +0.141254,0 +0.177828,0 +0.223872,0 +0.281838,0 +0.354813,0 +0.446684,0 diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_out.prt b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_out.prt new file mode 100644 index 0000000..cbcf946 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_out.prt @@ -0,0 +1,23 @@ + + + + + P1 + P1 + + 50 + 0 + + input + + + P2 + P2 + + 50 + 0 + + input + + + diff --git a/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_t3D.opt b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_t3D.opt new file mode 100644 index 0000000..caf84d8 --- /dev/null +++ b/MyLab3_wrk/simulation/MyLab3_lib/DA_SLFilter1_cell_2/layout/emSetup_MoM/proj_t3D.opt @@ -0,0 +1,7 @@ +mesh_convergence_plot OFF; +save_fields_for nofrequencies; +mask 1 expandDir 1; +mask 2 expandDir 0; +mask 3 expandDir 0; +mask 6 expandDir 0; +SPARAM_OUTPUTFORMAT CITIFILE; diff --git a/MyLab3_wrk/substrates/sub0000.ndx b/MyLab3_wrk/substrates/sub0000.ndx new file mode 100644 index 0000000..5dba4bb --- /dev/null +++ b/MyLab3_wrk/substrates/sub0000.ndx @@ -0,0 +1,3 @@ +#Momentum: B.2026.01.321 (*) built: Aug 11 2025 +#Momentum Date and Time: Sat Oct 4 12:38:04 2025 + diff --git a/MyLab3_wrk/tmp_schematic.slm b/MyLab3_wrk/tmp_schematic.slm new file mode 100644 index 0000000..d1a472b --- /dev/null +++ b/MyLab3_wrk/tmp_schematic.slm @@ -0,0 +1,13 @@ +VERSION 100 +UNIT mm +SUBNAME +TOP 0 0 0 0 +BOTTOM 0 1 0 0 +SUB0 AIR 1 1 0 1 1 0 -1 0.00152 0.00152 1 0 0 +SUB1 Subst_1 1 3.66 0.003 1 1 0 1.52 0 0.00152 2 0 4 +MET1 cond 0.00152 1 2 2 4e+07 0.025 Siemens/m mm 1 0.025 mm +MET2 cond2 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET3 diel2 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET4 hole 0.00152 1 4 1 1e+10 0 Siemens/m mm 0 0 mm +MET5 resi 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm +MET6 bond 0.00152 1 2 1 1e+10 0 Siemens/m mm 0 0 mm diff --git a/MyLab3_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 b/MyLab3_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 new file mode 100644 index 0000000..46e4145 --- /dev/null +++ b/MyLab3_wrk/verification/EmPpMsgs/drc_result/drc_result.jo2 @@ -0,0 +1 @@ +(resolution 10000) diff --git a/MyLab3_wrk/verification/EmPpMsgs/dveJobInfo.dat b/MyLab3_wrk/verification/EmPpMsgs/dveJobInfo.dat new file mode 100644 index 0000000..d42a926 --- /dev/null +++ b/MyLab3_wrk/verification/EmPpMsgs/dveJobInfo.dat @@ -0,0 +1,5 @@ +jobName=EmPpMsgs +jobType=emprep +designName=MyLab3_lib:DA_CLFilter1_cell_3:layout +ruleFilePath= +addInfo="EM preprocessor messages displayed as DRC errors"