@tscircuit/runframe 0.0.88 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/standalone.min.js +1 -1
- package/package.json +2 -2
package/dist/standalone.min.js
CHANGED
|
@@ -22185,7 +22185,7 @@ void main() {
|
|
|
22185
22185
|
*
|
|
22186
22186
|
* Copyright (c) 2015 Jon Schlinkert, contributors.
|
|
22187
22187
|
* Licensed under the MIT license.
|
|
22188
|
-
*/var deepRenameKeys,hasRequiredDeepRenameKeys;function requireDeepRenameKeys(){if(hasRequiredDeepRenameKeys)return deepRenameKeys;hasRequiredDeepRenameKeys=1;var lV=requireKindOf(),J=requireRenameKeys();return deepRenameKeys=function VV(RV,UV){var ZV=lV(RV);if(ZV!=="object"&&ZV!=="array")throw new Error("expected an object");var WV=[];ZV==="object"&&(RV=J(RV,UV),WV={});for(var IV in RV)if(RV.hasOwnProperty(IV)){var dV=RV[IV];lV(dV)==="object"||lV(dV)==="array"?WV[IV]=VV(dV,UV):WV[IV]=dV}return WV},deepRenameKeys}requireDeepRenameKeys();var eventemitter3$1={exports:{}},hasRequiredEventemitter3$1;function requireEventemitter3$1(){return hasRequiredEventemitter3$1||(hasRequiredEventemitter3$1=1,function(lV){var J=Object.prototype.hasOwnProperty,VV="~";function RV(){}Object.create&&(RV.prototype=Object.create(null),new RV().__proto__||(VV=!1));function UV(WV,IV,dV){this.fn=WV,this.context=IV,this.once=dV||!1}function ZV(){this._events=new RV,this._eventsCount=0}ZV.prototype.eventNames=function(){var IV=[],dV,CV;if(this._eventsCount===0)return IV;for(CV in dV=this._events)J.call(dV,CV)&&IV.push(VV?CV.slice(1):CV);return Object.getOwnPropertySymbols?IV.concat(Object.getOwnPropertySymbols(dV)):IV},ZV.prototype.listeners=function(IV,dV){var CV=VV?VV+IV:IV,FV=this._events[CV];if(dV)return!!FV;if(!FV)return[];if(FV.fn)return[FV.fn];for(var NV=0,eV=FV.length,gV=new Array(eV);NV<eV;NV++)gV[NV]=FV[NV].fn;return gV},ZV.prototype.emit=function(IV,dV,CV,FV,NV,eV){var gV=VV?VV+IV:IV;if(!this._events[gV])return!1;var JV=this._events[gV],nV=arguments.length,aV,GV;if(JV.fn){switch(JV.once&&this.removeListener(IV,JV.fn,void 0,!0),nV){case 1:return JV.fn.call(JV.context),!0;case 2:return JV.fn.call(JV.context,dV),!0;case 3:return JV.fn.call(JV.context,dV,CV),!0;case 4:return JV.fn.call(JV.context,dV,CV,FV),!0;case 5:return JV.fn.call(JV.context,dV,CV,FV,NV),!0;case 6:return JV.fn.call(JV.context,dV,CV,FV,NV,eV),!0}for(GV=1,aV=new Array(nV-1);GV<nV;GV++)aV[GV-1]=arguments[GV];JV.fn.apply(JV.context,aV)}else{var cV=JV.length,TV;for(GV=0;GV<cV;GV++)switch(JV[GV].once&&this.removeListener(IV,JV[GV].fn,void 0,!0),nV){case 1:JV[GV].fn.call(JV[GV].context);break;case 2:JV[GV].fn.call(JV[GV].context,dV);break;case 3:JV[GV].fn.call(JV[GV].context,dV,CV);break;case 4:JV[GV].fn.call(JV[GV].context,dV,CV,FV);break;default:if(!aV)for(TV=1,aV=new Array(nV-1);TV<nV;TV++)aV[TV-1]=arguments[TV];JV[GV].fn.apply(JV[GV].context,aV)}}return!0},ZV.prototype.on=function(IV,dV,CV){var FV=new UV(dV,CV||this),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.once=function(IV,dV,CV){var FV=new UV(dV,CV||this,!0),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.removeListener=function(IV,dV,CV,FV){var NV=VV?VV+IV:IV;if(!this._events[NV])return this;if(!dV)return--this._eventsCount===0?this._events=new RV:delete this._events[NV],this;var eV=this._events[NV];if(eV.fn)eV.fn===dV&&(!FV||eV.once)&&(!CV||eV.context===CV)&&(--this._eventsCount===0?this._events=new RV:delete this._events[NV]);else{for(var gV=0,JV=[],nV=eV.length;gV<nV;gV++)(eV[gV].fn!==dV||FV&&!eV[gV].once||CV&&eV[gV].context!==CV)&&JV.push(eV[gV]);JV.length?this._events[NV]=JV.length===1?JV[0]:JV:--this._eventsCount===0?this._events=new RV:delete this._events[NV]}return this},ZV.prototype.removeAllListeners=function(IV){var dV;return IV?(dV=VV?VV+IV:IV,this._events[dV]&&(--this._eventsCount===0?this._events=new RV:delete this._events[dV])):(this._events=new RV,this._eventsCount=0),this},ZV.prototype.off=ZV.prototype.removeListener,ZV.prototype.addListener=ZV.prototype.on,ZV.prototype.setMaxListeners=function(){return this},ZV.prefixed=VV,ZV.EventEmitter=ZV,lV.exports=ZV}(eventemitter3$1)),eventemitter3$1.exports}var eventemitter3={exports:{}},hasRequiredEventemitter3;function requireEventemitter3(){return hasRequiredEventemitter3||(hasRequiredEventemitter3=1,function(lV){var J=Object.prototype.hasOwnProperty,VV="~";function RV(){}Object.create&&(RV.prototype=Object.create(null),new RV().__proto__||(VV=!1));function UV(WV,IV,dV){this.fn=WV,this.context=IV,this.once=dV||!1}function ZV(){this._events=new RV,this._eventsCount=0}ZV.prototype.eventNames=function(){var IV=[],dV,CV;if(this._eventsCount===0)return IV;for(CV in dV=this._events)J.call(dV,CV)&&IV.push(VV?CV.slice(1):CV);return Object.getOwnPropertySymbols?IV.concat(Object.getOwnPropertySymbols(dV)):IV},ZV.prototype.listeners=function(IV,dV){var CV=VV?VV+IV:IV,FV=this._events[CV];if(dV)return!!FV;if(!FV)return[];if(FV.fn)return[FV.fn];for(var NV=0,eV=FV.length,gV=new Array(eV);NV<eV;NV++)gV[NV]=FV[NV].fn;return gV},ZV.prototype.emit=function(IV,dV,CV,FV,NV,eV){var gV=VV?VV+IV:IV;if(!this._events[gV])return!1;var JV=this._events[gV],nV=arguments.length,aV,GV;if(JV.fn){switch(JV.once&&this.removeListener(IV,JV.fn,void 0,!0),nV){case 1:return JV.fn.call(JV.context),!0;case 2:return JV.fn.call(JV.context,dV),!0;case 3:return JV.fn.call(JV.context,dV,CV),!0;case 4:return JV.fn.call(JV.context,dV,CV,FV),!0;case 5:return JV.fn.call(JV.context,dV,CV,FV,NV),!0;case 6:return JV.fn.call(JV.context,dV,CV,FV,NV,eV),!0}for(GV=1,aV=new Array(nV-1);GV<nV;GV++)aV[GV-1]=arguments[GV];JV.fn.apply(JV.context,aV)}else{var cV=JV.length,TV;for(GV=0;GV<cV;GV++)switch(JV[GV].once&&this.removeListener(IV,JV[GV].fn,void 0,!0),nV){case 1:JV[GV].fn.call(JV[GV].context);break;case 2:JV[GV].fn.call(JV[GV].context,dV);break;case 3:JV[GV].fn.call(JV[GV].context,dV,CV);break;case 4:JV[GV].fn.call(JV[GV].context,dV,CV,FV);break;default:if(!aV)for(TV=1,aV=new Array(nV-1);TV<nV;TV++)aV[TV-1]=arguments[TV];JV[GV].fn.apply(JV[GV].context,aV)}}return!0},ZV.prototype.on=function(IV,dV,CV){var FV=new UV(dV,CV||this),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.once=function(IV,dV,CV){var FV=new UV(dV,CV||this,!0),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.removeListener=function(IV,dV,CV,FV){var NV=VV?VV+IV:IV;if(!this._events[NV])return this;if(!dV)return--this._eventsCount===0?this._events=new RV:delete this._events[NV],this;var eV=this._events[NV];if(eV.fn)eV.fn===dV&&(!FV||eV.once)&&(!CV||eV.context===CV)&&(--this._eventsCount===0?this._events=new RV:delete this._events[NV]);else{for(var gV=0,JV=[],nV=eV.length;gV<nV;gV++)(eV[gV].fn!==dV||FV&&!eV[gV].once||CV&&eV[gV].context!==CV)&&JV.push(eV[gV]);JV.length?this._events[NV]=JV.length===1?JV[0]:JV:--this._eventsCount===0?this._events=new RV:delete this._events[NV]}return this},ZV.prototype.removeAllListeners=function(IV){var dV;return IV?(dV=VV?VV+IV:IV,this._events[dV]&&(--this._eventsCount===0?this._events=new RV:delete this._events[dV])):(this._events=new RV,this._eventsCount=0),this},ZV.prototype.off=ZV.prototype.removeListener,ZV.prototype.addListener=ZV.prototype.on,ZV.prototype.setMaxListeners=function(){return this},ZV.prefixed=VV,ZV.EventEmitter=ZV,lV.exports=ZV}(eventemitter3)),eventemitter3.exports}var lexer,hasRequiredLexer;function requireLexer(){if(hasRequiredLexer)return lexer;hasRequiredLexer=1;function lV(CV,FV,NV){return FV in CV?Object.defineProperty(CV,FV,{value:NV,enumerable:!0,configurable:!0,writable:!0}):CV[FV]=NV,CV}var J=requireEventemitter3(),VV=function(){},RV={data:"state-data",cdata:"state-cdata",tagBegin:"state-tag-begin",tagName:"state-tag-name",tagEnd:"state-tag-end",attributeNameStart:"state-attribute-name-start",attributeName:"state-attribute-name",attributeNameEnd:"state-attribute-name-end",attributeValueBegin:"state-attribute-value-begin",attributeValue:"state-attribute-value"},UV={lt:"action-lt",gt:"action-gt",space:"action-space",equal:"action-equal",quote:"action-quote",slash:"action-slash",char:"action-char",error:"action-error"},ZV={text:"text",openTag:"open-tag",closeTag:"close-tag",attributeName:"attribute-name",attributeValue:"attribute-value"},WV={" ":UV.space," ":UV.space,"\n":UV.space,"\r":UV.space,"<":UV.lt,">":UV.gt,'"':UV.quote,"'":UV.quote,"=":UV.equal,"/":UV.slash},IV=function(FV){return WV[FV]||UV.char},dV=function(FV){var NV,eV,gV,JV,nV,aV,GV,cV,TV,EV;FV=Object.assign({debug:!1},FV);var iV=new J,MV=RV.data,SV="",pV="",HV="",oV="",DV="",wV="",qV=function(dl,LV){if(!(pV[0]==="?"||pV[0]==="!")){var OV={type:dl,value:LV};FV.debug&&console.log("emit:",OV),iV.emit("data",OV)}};iV.stateMachine=(EV={},lV(EV,RV.data,(NV={},lV(NV,UV.lt,function(){SV.trim()&&qV(ZV.text,SV),pV="",DV=!1,MV=RV.tagBegin}),lV(NV,UV.char,function(nl){SV+=nl}),NV)),lV(EV,RV.cdata,lV({},UV.char,function(nl){SV+=nl,SV.substr(-3)==="]]>"&&(qV(ZV.text,SV.slice(0,-3)),SV="",MV=RV.data)})),lV(EV,RV.tagBegin,(eV={},lV(eV,UV.space,VV),lV(eV,UV.char,function(nl){pV=nl,MV=RV.tagName}),lV(eV,UV.slash,function(){pV="",DV=!0}),eV)),lV(EV,RV.tagName,(gV={},lV(gV,UV.space,function(){DV?MV=RV.tagEnd:(MV=RV.attributeNameStart,qV(ZV.openTag,pV))}),lV(gV,UV.gt,function(){qV(DV?ZV.closeTag:ZV.openTag,pV),SV="",MV=RV.data}),lV(gV,UV.slash,function(){MV=RV.tagEnd,qV(ZV.openTag,pV)}),lV(gV,UV.char,function(nl){pV+=nl,pV==="![CDATA["&&(MV=RV.cdata,SV="",pV="")}),gV)),lV(EV,RV.tagEnd,(JV={},lV(JV,UV.gt,function(){qV(ZV.closeTag,pV),SV="",MV=RV.data}),lV(JV,UV.char,VV),JV)),lV(EV,RV.attributeNameStart,(nV={},lV(nV,UV.char,function(nl){HV=nl,MV=RV.attributeName}),lV(nV,UV.gt,function(){SV="",MV=RV.data}),lV(nV,UV.space,VV),lV(nV,UV.slash,function(){DV=!0,MV=RV.tagEnd}),nV)),lV(EV,RV.attributeName,(aV={},lV(aV,UV.space,function(){MV=RV.attributeNameEnd}),lV(aV,UV.equal,function(){qV(ZV.attributeName,HV),MV=RV.attributeValueBegin}),lV(aV,UV.gt,function(){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(aV,UV.slash,function(){DV=!0,oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),MV=RV.tagEnd}),lV(aV,UV.char,function(nl){HV+=nl}),aV)),lV(EV,RV.attributeNameEnd,(GV={},lV(GV,UV.space,VV),lV(GV,UV.equal,function(){qV(ZV.attributeName,HV),MV=RV.attributeValueBegin}),lV(GV,UV.gt,function(){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(GV,UV.char,function(nl){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),HV=nl,MV=RV.attributeName}),GV)),lV(EV,RV.attributeValueBegin,(cV={},lV(cV,UV.space,VV),lV(cV,UV.quote,function(nl){wV=nl,oV="",MV=RV.attributeValue}),lV(cV,UV.gt,function(){oV="",qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(cV,UV.char,function(nl){wV="",oV=nl,MV=RV.attributeValue}),cV)),lV(EV,RV.attributeValue,(TV={},lV(TV,UV.space,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),MV=RV.attributeNameStart)}),lV(TV,UV.quote,function(nl){wV===nl?(qV(ZV.attributeValue,oV),MV=RV.attributeNameStart):oV+=nl}),lV(TV,UV.gt,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),SV="",MV=RV.data)}),lV(TV,UV.slash,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),DV=!0,MV=RV.tagEnd)}),lV(TV,UV.char,function(nl){oV+=nl}),TV)),EV);var Il=function(dl){FV.debug&&console.log(MV,dl);var LV=iV.stateMachine[MV],OV=LV[IV(dl)]||LV[UV.error]||LV[UV.char];OV(dl)};return iV.write=function(nl){for(var dl=nl.length,LV=0;LV<dl;LV++)Il(nl[LV])},iV};return lexer={State:RV,Action:UV,Type:ZV,create:dV},lexer}var reader,hasRequiredReader;function requireReader(){if(hasRequiredReader)return reader;hasRequiredReader=1;var lV=requireEventemitter3$1(),J=requireLexer(),VV=J.Type,RV={element:"element",text:"text"},UV=function(dV){return Object.assign({name:"",type:RV.element,value:"",parent:null,attributes:{},children:[]},dV)},ZV=function(dV){dV=Object.assign({stream:!1,parentNodes:!0,doneEvent:"done",tagPrefix:"tag:",emitTopLevelOnly:!1,debug:!1},dV);var CV=void 0,FV=void 0,NV=void 0,eV=void 0,gV=new lV,JV=function(aV){switch(aV.type){case VV.openTag:if(NV===null)NV=FV,NV.name=aV.value;else{var GV=UV({name:aV.value,parent:NV});NV.children.push(GV),NV=GV}break;case VV.closeTag:var cV=NV.parent;if(dV.parentNodes||(NV.parent=null),NV.name!==aV.value)break;dV.stream&&cV===FV&&(FV.children=[],NV.parent=null),(!dV.emitTopLevelOnly||cV===FV)&&(gV.emit(dV.tagPrefix+NV.name,NV),gV.emit("tag",NV.name,NV)),NV===FV&&(CV.removeAllListeners("data"),gV.emit(dV.doneEvent,NV),FV=null),NV=cV;break;case VV.text:NV&&NV.children.push(UV({type:RV.text,value:aV.value,parent:dV.parentNodes?NV:null}));break;case VV.attributeName:eV=aV.value,NV.attributes[eV]="";break;case VV.attributeValue:NV.attributes[eV]=aV.value;break}};return gV.reset=function(){CV=J.create({debug:dV.debug}),CV.on("data",JV),FV=UV(),NV=null,eV="",gV.parse=CV.write},gV.reset(),gV},WV=function(dV,CV){CV=Object.assign({},CV,{stream:!1,tagPrefix:":"});var FV=ZV(CV),NV=void 0;return FV.on("done",function(eV){NV=eV}),FV.parse(dV),NV};return reader={parseSync:WV,create:ZV,NodeType:RV},reader}requireReader();var escapeText=function lV(J){if(J){var VV=String(J);return/[&<>]/.test(VV)?"<![CDATA[".concat(VV.replace(/]]>/,"]]]]><![CDATA[>"),"]]>"):VV}return""},escapeAttr=function lV(J){return String(J).replace(/&/g,"&").replace(/'/g,"'").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")},stringify=function lV(J){var VV=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},RV=VV.transformAttr,UV=RV===void 0?function(gV,JV,nV){return"".concat(gV,'="').concat(nV(JV),'"')}:RV,ZV=VV.transformNode,WV=ZV===void 0?function(gV){return gV}:ZV,IV=VV.selfClose,dV=IV===void 0?!0:IV;if(Array.isArray(J))return J.map(function(gV){return lV(gV,{transformAttr:UV,selfClose:dV,transformNode:WV})}).join("");var CV=WV(J);if(CV.type==="text")return escapeText(CV.value);var FV="";for(var NV in CV.attributes){var eV=UV(NV,CV.attributes[NV],escapeAttr,CV.name);FV+=eV?" ".concat(eV):""}return CV.children&&CV.children.length>0||!dV?"<".concat(CV.name).concat(FV,">").concat(lV(CV.children,{transformAttr:UV,transformNode:WV,selfClose:dV}),"</").concat(CV.name,">"):"<".concat(CV.name).concat(FV,"/>")},su=(lV,J={})=>{let VV=lV._internal_store;if(!VV){VV={counts:{}},lV._internal_store=VV;for(const UV of lV){const ZV=UV.type,WV=UV[`${ZV}_id`];if(!WV)continue;const IV=Number.parseInt(WV.split("_").pop());Number.isNaN(IV)||(VV.counts[ZV]=Math.max(VV.counts[ZV]??0,IV))}}return new Proxy({},{get:(UV,ZV)=>ZV==="toArray"?()=>lV:{get:WV=>lV.find(IV=>IV.type===ZV&&IV[`${ZV}_id`]===WV),getUsing:WV=>{const IV=Object.keys(WV);if(IV.length!==1)throw new Error("getUsing requires exactly one key, e.g. { pcb_component_id }");const dV=IV[0],CV=dV.replace("_id",""),FV=lV.find(NV=>NV.type===CV&&NV[dV]===WV[dV]);return FV?lV.find(NV=>NV.type===ZV&&NV[`${ZV}_id`]===FV[`${ZV}_id`]):null},getWhere:WV=>{const IV=Object.keys(WV);return lV.find(dV=>dV.type===ZV&&IV.every(CV=>dV[CV]===WV[CV]))},list:WV=>{const IV=WV?Object.keys(WV):[];return lV.filter(dV=>dV.type===ZV&&IV.every(CV=>dV[CV]===WV[CV]))},insert:WV=>{var CV;(CV=VV.counts)[ZV]??(CV[ZV]=-1),VV.counts[ZV]++;const IV=VV.counts[ZV],dV={type:ZV,[`${ZV}_id`]:`${ZV}_${IV}`,...WV};return J.validateInserts&&(Soup$1[ZV]??any_soup_element$1).parse(dV),lV.push(dV),dV},delete:WV=>{const IV=lV.find(dV=>dV[`${ZV}_id`]===WV);IV&&lV.splice(lV.indexOf(IV),1)},update:(WV,IV)=>{const dV=lV.find(CV=>CV.type===ZV&&CV[`${ZV}_id`]===WV);if(dV)return Object.assign(dV,IV),dV},select:WV=>{if(ZV==="source_component")return lV.find(IV=>IV.type==="source_component"&&IV.name===WV.replace(/\./g,""));if(ZV==="pcb_port"||ZV==="source_port"||ZV==="schematic_port"){const[IV,dV]=WV.replace(/\./g,"").split(/[\s\>]+/),CV=lV.find(NV=>NV.type==="source_component"&&NV.name===IV);if(!CV)return null;const FV=lV.find(NV=>NV.type==="source_port"&&NV.source_component_id===CV.source_component_id&&(NV.name===dV||(NV.port_hints??[]).includes(dV)));if(!FV)return null;if(ZV==="source_port")return FV;if(ZV==="pcb_port")return lV.find(NV=>NV.type==="pcb_port"&&NV.source_port_id===FV.source_port_id);if(ZV==="schematic_port")return lV.find(NV=>NV.type==="schematic_port"&&NV.source_port_id===FV.source_port_id)}}}})};su.unparsed=su;var su_default=su;function defineSymbol(lV){return lV}var ac_voltmeter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.03018695000000049},{x:-.30105415000000013,y:.03018695000000049}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.03018695000000049},{x:.5339524499999997,y:.03018695000000049}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09765764999999949,y:.12845085000000034},{x:-.0011297500000011507,y:-.06303624999999946},{x:-.10778645000000164,y:.12845085000000034}],color:"primary",fill:!1},path17:{type:"path",points:[{x:-.002934749999999875,y:-.13606674999999946},{x:.06869635000000063,y:-.11019914999999947}],color:"primary",fill:!1},path18:{type:"path",points:[{x:.06869635000000063,y:-.11019914999999947},{x:.1403274500000009,y:-.13606674999999946}],color:"primary",fill:!1},path19:{type:"path",points:[{x:-.1461968499999997,y:-.13606674999999946},{x:-.07456574999999921,y:-.11019914999999947}],color:"primary",fill:!1},path20:{type:"path",points:[{x:-.07456575000000054,y:-.11019914999999947},{x:-.0029346500000002607,y:-.13606674999999946}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17328624999999942,y:.39216264999999995},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.40216264999999995}},refblocks:{left1:{x:-.5413984499999998,y:.029334149999999948},right1:{x:.54139845,y:.030330549999999734}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.5021626499999999,maxY:.39216264999999995,width:1.1391137819999997,height:.5443252999999999,centerX:11102230246251565e-32,centerY:.05499999999999999},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03731525000000002,radius:.28854213,color:"primary",fill:!1}}},{paths,bounds,refblocks,circles}=ac_voltmeter_default,ac_voltmeter_horz_default={primitives:[...Object.values(paths),...Object.values(circles),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"}],ports:[{...refblocks.left1,labels:["1"]},{...refblocks.right1,labels:["2"]}],size:{width:bounds.width,height:bounds.height},center:{x:bounds.centerX,y:bounds.centerY}},rotateRightFacingAnchor=(lV,J="right")=>{switch(J){case"down":switch(lV){case"middle_top":return"middle_right";case"middle_bottom":return"middle_left";case"middle_left":return"middle_bottom";case"middle_right":return"middle_top"}break;case"up":switch(lV){case"middle_top":return"middle_left";case"middle_bottom":return"middle_right";case"middle_left":return"middle_top";case"middle_right":return"middle_bottom"}break;case"left":switch(lV){case"middle_top":return"middle_bottom";case"middle_bottom":return"middle_top";case"middle_left":return"middle_right";case"middle_right":return"middle_left"}break;case"right":return lV}return lV},flipSymbolOverXAxis=(lV,J)=>{const{primitives:VV,center:RV,ports:UV,size:ZV}=lV,WV=transform({a:1,b:0,c:0,d:-1,e:0,f:2*RV.y}),IV=VV.map(CV=>{switch(CV={...CV},CV.type){case"path":return{...CV,points:CV.points.map(gV=>applyToPoint(WV,gV))};case"text":const FV=applyToPoint(WV,{x:CV.x,y:CV.y}),NV={top_left:"bottom_left",top_right:"bottom_right",bottom_left:"top_left",bottom_right:"top_right",center:"center",middle_top:"middle_bottom",middle_bottom:"middle_top",middle_left:"middle_left",middle_right:"middle_right"};return{...CV,x:FV.x,y:FV.y,anchor:NV[CV.anchor]};case"circle":case"box":const eV=applyToPoint(WV,{x:CV.x,y:CV.y});return{...CV,x:eV.x,y:eV.y}}}),dV=UV.map(CV=>({...CV,...applyToPoint(WV,CV)}));return{primitives:IV,center:RV,ports:dV,size:ZV,...J}},flipSymbolOverYAxis=(lV,J)=>{const{primitives:VV,center:RV,ports:UV,size:ZV}=lV,WV=transform({a:-1,b:0,c:0,d:1,e:0,f:2*RV.x}),IV=VV.map(CV=>{switch(CV={...CV},CV.type){case"path":return{...CV,points:CV.points.map(gV=>applyToPoint(WV,gV))};case"text":const FV=applyToPoint(WV,{x:CV.x,y:CV.y}),NV={top_left:"top_right",top_right:"top_left",bottom_left:"bottom_right",bottom_right:"bottom_left",center:"center",middle_top:"middle_top",middle_bottom:"middle_bottom",middle_left:"middle_right",middle_right:"middle_left"};return{...CV,x:FV.x,y:FV.y,anchor:NV[CV.anchor]};case"circle":case"box":const eV=applyToPoint(WV,{x:CV.x,y:CV.y});return{...CV,x:eV.x,y:eV.y}}}),dV=UV.map(CV=>({...CV,...applyToPoint(WV,CV)}));return{primitives:IV,center:RV,ports:dV,size:ZV,...J}},rotateRightFacingSymbol=(lV,J)=>{const{newOrientation:VV,overrides:RV}=J,UV={up:Math.PI/2,right:0,down:-Math.PI/2,left:-Math.PI},ZV=rotate(VV?UV[VV]:Math.PI/2,lV.center.x,lV.center.y),{primitives:WV,center:IV,size:dV,ports:CV}=lV,FV=WV.map(eV=>{switch(eV={...eV},eV.type){case"path":return{...eV,points:eV.points.map(aV=>applyToPoint(ZV,aV))};case"text":const gV=applyToPoint(ZV,{x:eV.x,y:eV.y});return eV.anchor=rotateRightFacingAnchor(eV.anchor,VV??"right"),{...eV,x:gV.x,y:gV.y};case"circle":const JV=applyToPoint(ZV,{x:eV.x,y:eV.y});return{...eV,x:JV.x,y:JV.y};case"box":const nV=applyToPoint(ZV,{x:eV.x,y:eV.y});return{...eV,x:nV.x,y:nV.y,width:eV.height,height:eV.width}}}),NV=CV.map(eV=>({...eV,...applyToPoint(ZV,eV)}));return{primitives:FV,center:IV,ports:NV,size:{width:VV==="up"||VV==="down"?dV.width:dV.height,height:VV==="up"||VV==="down"?dV.height:dV.width},...RV}},rotateSymbol=(lV,J="down",VV={})=>rotateRightFacingSymbol(lV,{newOrientation:J,overrides:VV}),rotatedSymbol=rotateRightFacingSymbol(ac_voltmeter_horz_default,{newOrientation:"up"}),ac_voltmeter_vert_default=rotatedSymbol,avalanche_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.0390362999999998},{x:-.1199943999999995,y:-.09325540000000054}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17132800000000015},{x:.14458890000000002,y:.0390362999999998}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.09325539999999921},{x:-.1199943999999995,y:.17132800000000015}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17132800000000015},{x:.14458890000000002,y:-.09325539999999921}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.0390362999999998},{x:-.5168693999999996,y:.0390362999999998}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.03895110000000024},{x:.1496715999999998,y:.03895110000000024}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17181090000000032},{x:.07768859999999966,y:.19542900000000052}],color:"primary",fill:!1},"path43-8-3":{type:"path",points:[{x:.21083259999999981,y:-.1180321000000002},{x:.14512999999999954,y:-.094414}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.26884529999999995},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27884529999999996}},refblocks:{left1:{x:-.5191471000000001,y:.03992070000000081},right1:{x:.5191470999999999,y:.03889609999999988}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.37884529999999994,maxY:.26884529999999995,width:1.094611082,height:.2976905999999999,centerX:-11102230246251565e-32,centerY:.05499999999999999},circles:{}},{paths:paths2,texts,bounds:bounds2,refblocks:refblocks2,circles:circles2}=avalanche_diode_default,avalanche_diode_horz_default={primitives:[...Object.values(paths2),...Object.values(circles2),{...texts.top1,anchor:"middle_bottom"},{...texts.bottom1,anchor:"middle_top"}],ports:[{...refblocks2.left1,labels:["1"]},{...refblocks2.right1,labels:["2"]}],size:{width:bounds2.width,height:bounds2.height},center:{x:bounds2.centerX,y:bounds2.centerY}},rotated=rotateRightFacingSymbol(avalanche_diode_horz_default,{newOrientation:"down"}),avalanche_diode_vert_default=rotated,battery_default={paths:{path43:{type:"path",points:[{x:-.05901489999999909,y:.18831315000000015},{x:-.05869489999999833,y:-.11814524999999954}],color:"primary",fill:!1},"path43-6":{type:"path",points:[{x:.015375000000000805,y:.12533125000000034},{x:.016669000000000933,y:-.05562075000000033}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.06443049999999961,y:.032673549999999496},{x:-.4368029,y:.032673549999999496}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.4350822999999997,y:.03438825000000034},{x:.028285099999999952,y:.03438825000000034}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.027835099999999446,y:.26564474999999943},bottom1:{type:"text",text:"{VAL}",x:-.028373699999999502,y:-.27564474999999966}},refblocks:{left1:{x:-.4458008,y:.033557849999999334},right1:{x:.4458008,y:.03343344999999931}},bounds:{minX:-.473959241,maxX:.473959241,minY:-.37564474999999964,maxY:.26564474999999943,width:.947918482,height:.2912894999999991,centerX:0,centerY:.055000000000000104},circles:{}},{paths:paths3,texts:texts2,bounds:bounds3,refblocks:refblocks3,circles:circles3}=battery_default,battery_horz_default={primitives:[...Object.values(paths3),...Object.values(circles3),{...texts2.top1,anchor:"middle_bottom"},{...texts2.bottom1,anchor:"middle_top"}],ports:[{...refblocks3.left1,labels:["1"]},{...refblocks3.right1,labels:["2"]}],size:{width:bounds3.width,height:bounds3.height},center:{x:bounds3.centerX,y:bounds3.centerY}},battery_vert_default=rotateRightFacingSymbol(battery_horz_default,{newOrientation:"up"}),boxresistor_default={paths:{path1:{type:"path",points:[{x:-.511850799999999,y:.04616140000000257},{x:-.24726749999999953,y:.04616140000000257}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.2818991000000013,y:.04616140000000257},{x:.5464825000000006,y:.04616140000000257}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.0173157000000006,y:.17845310000000225},{x:.2818990000000001,y:.17845310000000225},{x:.2818990000000001,y:-.0861302999999971},{x:-.24726770000000053,y:-.0861302999999971},{x:-.24726770000000053,y:.17845310000000225},{x:.017315699999998824,y:.17845310000000225}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0014247999999992267,y:.2499980000000015},bottom1:{type:"text",text:"{VAL}",x:-.0004627999999997634,y:-.24999799999999972}},refblocks:{left1:{x:-.5337907000000002,y:.04580520000000021},right1:{x:.5337907000000004,y:.04525870000000154}},bounds:{minX:-.5619491410000002,maxX:.5619491410000004,minY:-.24999799999999972,maxY:.2499980000000015,width:1.1238982820000005,height:.4999960000000012,centerX:11102230246251565e-32,centerY:8881784197001252e-31},circles:{}},SymbolModifier=class{constructor(lV){kI(this,"symbol");this.symbol=JSON.parse(JSON.stringify(lV))}changeTextAnchor(lV,J){return this.symbol={...this.symbol,primitives:this.symbol.primitives.map(VV=>VV.type==="text"&&VV.text===lV?{...VV,anchor:J}:VV)},this}labelPort(lV,J){return this.symbol={...this.symbol,ports:this.symbol.ports.map(VV=>VV.labels.includes(lV)?{...VV,labels:J}:VV)},this}rotateRightFacingSymbol(lV){return this.symbol=rotateRightFacingSymbol(this.symbol,{newOrientation:lV}),this}build(){return this.symbol}},modifySymbol=lV=>new SymbolModifier({...lV,primitives:lV.primitives??[...Object.values(lV.paths??{}),...Object.values(lV.texts??{}),...Object.values(lV.circles??{}),...Object.values(lV.rects??{})],ports:lV.ports??Object.entries(lV.refblocks).flatMap(([J,VV])=>[{...VV,labels:[J]}]),center:lV.center??{x:lV.bounds.centerX,y:lV.bounds.centerY},size:lV.size??{width:lV.bounds.width,height:lV.bounds.height}}),{paths:paths4,texts:texts3,bounds:bounds4,refblocks:refblocks4,circles:circles4}=boxresistor_default,boxresistor_down_default=modifySymbol({primitives:[...Object.values(paths4),...Object.values(circles4),{type:"text",text:"{REF}",x:-.16,y:.2294553499999995},{type:"text",text:"{VAL}",x:.16,y:.2294553499999995}],ports:[{...refblocks4.left1,labels:["1"]},{...refblocks4.right1,labels:["2"]}],size:{width:bounds4.width,height:bounds4.height},center:{x:bounds4.centerX,y:bounds4.centerY}}).changeTextAnchor("{VAL}","middle_bottom").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),{paths:paths5,texts:texts4,bounds:bounds5,refblocks:refblocks5,circles:circles5}=boxresistor_default,boxresistor_left_default=modifySymbol({primitives:[...Object.values(paths5),...Object.values(circles5),{type:"text",text:"{REF}",x:0,y:.2294553499999995},{type:"text",text:"{VAL}",x:0,y:-.1594553499999995}],ports:[{...refblocks5.left1,labels:["1"]},{...refblocks5.right1,labels:["2"]}],size:{width:bounds5.width,height:bounds5.height},center:{x:bounds5.centerX,y:bounds5.centerY}}).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),{paths:paths6,texts:texts5,bounds:bounds6,refblocks:refblocks6,circles:circles6}=boxresistor_default,boxresistor_right_default=modifySymbol({primitives:[...Object.values(paths6),...Object.values(circles6),{type:"text",text:"{REF}",x:0,y:.2294553499999995},{type:"text",text:"{VAL}",x:0,y:-.1594553499999995}],ports:[{...refblocks6.left1,labels:["1"]},{...refblocks6.right1,labels:["2"]}],size:{width:bounds6.width,height:bounds6.height},center:{x:bounds6.centerX,y:bounds6.centerY}}).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),{paths:paths7,texts:texts6,bounds:bounds7,refblocks:refblocks7,circles:circles7}=boxresistor_default,boxresistor_up_default=modifySymbol({primitives:[...Object.values(paths7),...Object.values(circles7),{type:"text",text:"{REF}",x:-.16,y:.2294553499999995},{type:"text",text:"{VAL}",x:.16,y:.2294553499999995}],ports:[{...refblocks7.left1,labels:["1"]},{...refblocks7.right1,labels:["2"]}],size:{width:bounds7.width,height:bounds7.height},center:{x:bounds7.centerX,y:bounds7.centerY}}).changeTextAnchor("{VAL}","middle_bottom").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),capacitor_default={paths:{path27:{type:"path",points:[{x:.5229378000000002,y:.017283050000003186},{x:.07314620000000005,y:.017283050000003186}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.0856037999999999,y:.017283050000003186},{x:-.5353954999999999,y:.017283050000003186}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.0731461999999996,y:.2818663500000014},{x:.07314620000000005,y:-.24730024999999856}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.0856037999999999,y:.2818663500000014},{x:-.0856037999999999,y:-.24730024999999856}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.012864500000000056,y:.4200086500000033},bottom1:{type:"text",text:"{VAL}",x:-.003850500000000423,y:-.42000864999999976}},refblocks:{left1:{x:-.5512093000000005,y:.01638025000000276},right1:{x:.5512093,y:.016926950000001995}},bounds:{minX:-.5793677410000004,maxX:.579367741,minY:-.42000864999999976,maxY:.4200086500000033,width:1.1587354820000004,height:.8400173000000031,centerX:-2220446049250313e-31,centerY:17763568394002505e-31},circles:{}},{paths:paths8,texts:texts7,bounds:bounds8,refblocks:refblocks8,circles:circles8}=capacitor_default,capacitor_down_default=modifySymbol({primitives:[...Object.values(paths8),...Object.values(circles8),{type:"text",text:"{REF}",x:-.2,y:.2094553499999995},{type:"text",text:"{VAL}",x:.2,y:.2094553499999995}],ports:[{...refblocks8.left1,labels:["1"]},{...refblocks8.right1,labels:["2"]}],size:{width:bounds8.width,height:bounds8.height},center:{x:bounds8.centerX,y:bounds8.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),capacitor_right_default=modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),capacitor_left_default=modifySymbol(capacitor_right_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),capacitor_polarized_default={paths:{"path27-5":{type:"path",points:[{x:.5229378000000007,y:.017283050000003186},{x:.001333100000000531,y:.017283050000003186}],color:"primary",fill:!1},"path28-5":{type:"path",points:[{x:-.08560379999999945,y:.017283050000003186},{x:-.5353954999999995,y:.017283050000003186}],color:"primary",fill:!1},"path30-7":{type:"path",points:[{x:-.0024798999999995353,y:.28420285000000334},{x:-.0024798999999995353,y:-.247479349999999}],color:"primary",fill:!1},path8704:{type:"path",points:[{x:-.1433630999999993,y:-.24400714999999806},{x:-.1433630999999993,y:-.24400714999999806},{x:-.14262848833929928,y:-.24277205092349807},{x:-.1418975396743993,y:-.2415360290679981},{x:-.14117026348109932,y:-.24029908349449816},{x:-.14044666923519933,y:-.23906121326399818},{x:-.13972676641249931,y:-.2378224174374982},{x:-.1390105644887993,y:-.23658269507599822},{x:-.13829807293989932,y:-.2353420452404983},{x:-.13758930124159935,y:-.23410046699199832},{x:-.13688425886969938,y:-.23285795939149836},{x:-.13618295529999938,y:-.23161452149999842},{x:-.13548540000829937,y:-.23037015237849842},{x:-.13479160247039934,y:-.22912485108799843},{x:-.13410157216209936,y:-.22787861668949844},{x:-.1334153185591994,y:-.22663144824399842},{x:-.13273285113749936,y:-.22538334481249844},{x:-.13205417937279937,y:-.22413430545599844},{x:-.1313793127408994,y:-.2228843292354985},{x:-.1307082607175994,y:-.22163341521199847},{x:-.13004103277869938,y:-.2203815624464985},{x:-.1293776383999994,y:-.21912876999999853},{x:-.12871808705729942,y:-.21787503693349855},{x:-.12806238822639943,y:-.21662036230799855},{x:-.12741055138309942,y:-.21536474518449858},{x:-.12676258600319942,y:-.21410818462399858},{x:-.12611850156249946,y:-.21285067968749863},{x:-.12547830753679945,y:-.21159222943599865},{x:-.12484201340189946,y:-.21033283293049862},{x:-.12420962863359947,y:-.20907248923199864},{x:-.12358116270769948,y:-.20781119740149864},{x:-.12295662509999947,y:-.20654895649999866},{x:-.12233602528629947,y:-.20528576558849868},{x:-.12171937274239948,y:-.20402162372799865},{x:-.12110667694409948,y:-.20275652997949864},{x:-.12049794736719947,y:-.2014904834039986},{x:-.11989319348749948,y:-.20022348306249865},{x:-.11929242478079949,y:-.19895552801599864},{x:-.11869565072289952,y:-.19768661732549864},{x:-.11810288078959952,y:-.19641675005199866},{x:-.11751412445669952,y:-.19514592525649863},{x:-.1169293911999995,y:-.1938741419999986},{x:-.11634869049529953,y:-.19260139934349865},{x:-.11577203181839951,y:-.1913276963479986},{x:-.11519942464509951,y:-.1900530320744986},{x:-.11463087845119951,y:-.18877740558399858},{x:-.11406640271249952,y:-.1875008159374986},{x:-.11350600690479953,y:-.18622326219599858},{x:-.11294970050389953,y:-.18494474342049858},{x:-.11239749298559953,y:-.1836652586719986},{x:-.11184939382569953,y:-.18238480701149856},{x:-.11130541249999952,y:-.18110338749999852},{x:-.11076555848429954,y:-.17982099919849853},{x:-.11022984125439952,y:-.1785376411679985},{x:-.10969827028609953,y:-.1772533124694985},{x:-.10917085505519954,y:-.17596801216399852},{x:-.10864760503749954,y:-.17468173931249847},{x:-.10812852970879953,y:-.17339449297599843},{x:-.10761363854489954,y:-.17210627221549843},{x:-.10710294102159955,y:-.17081707609199845},{x:-.10659644661469955,y:-.16952690366649845},{x:-.10609416479999954,y:-.1682357539999984},{x:-.10559610505329955,y:-.1669436261534984},{x:-.10510227685039954,y:-.1656505191879984},{x:-.10461268966709955,y:-.16435643216449838},{x:-.10412735297919956,y:-.16306136414399838},{x:-.10364627626249956,y:-.16176531418749837},{x:-.10316946899279957,y:-.16046828135599833},{x:-.10269694064589956,y:-.15917026471049833},{x:-.10222870069759955,y:-.1578712633119983},{x:-.10176475862369955,y:-.1565712762214983},{x:-.10130512389999956,y:-.1552703024999983},{x:-.10084980600229956,y:-.15396834120849828},{x:-.10039881440639958,y:-.15266539140799829},{x:-.09995215858809957,y:-.15136145215949826},{x:-.09950984802319957,y:-.15005652252399826},{x:-.09907189218749957,y:-.14875060156249825},{x:-.09863830055679956,y:-.14744368833599825},{x:-.09820908260689958,y:-.14613578190549825},{x:-.09778424781359957,y:-.14482688133199823},{x:-.09736380565269957,y:-.1435169856764982},{x:-.09694776559999957,y:-.1422060939999982},{x:-.09653613713129958,y:-.1408942053634982},{x:-.09612892972239956,y:-.13958131882799818},{x:-.09572615284909958,y:-.13826743345449818},{x:-.09532781598719958,y:-.13695254830399817},{x:-.09493392861249958,y:-.13563666243749817},{x:-.09454450020079957,y:-.13431977491599817},{x:-.09415954022789956,y:-.13300188480049818},{x:-.09377905816959958,y:-.13168299115199816},{x:-.09340306350169958,y:-.13036309303149818},{x:-.09303156569999958,y:-.12904218949999818},{x:-.09266457424029959,y:-.12772027961849816},{x:-.09230209859839958,y:-.12639736244799815},{x:-.09194414825009957,y:-.12507343704949817},{x:-.09159073267119958,y:-.12374850248399819},{x:-.09124186133749958,y:-.12242255781249818},{x:-.09089754372479958,y:-.12109560209599818},{x:-.09055778930889957,y:-.11976763439549819},{x:-.09022260756559956,y:-.11843865377199818},{x:-.08989200797069956,y:-.11710865928649819},{x:-.08956599999999959,y:-.11577764999999829},{x:-.08956599999999959,y:-.11577764999999829},{x:-.08916166532269958,y:-.1141015840276983},{x:-.08876332646159957,y:-.11242441110159831},{x:-.08837097017289958,y:-.11074614170789834},{x:-.08798458321279957,y:-.10906678633279836},{x:-.08760415233749957,y:-.10738635546249836},{x:-.08722966430319957,y:-.10570485958319836},{x:-.08686110586609956,y:-.10402230918109837},{x:-.08649846378239957,y:-.10233871474239843},{x:-.0861417248082996,y:-.10065408675329846},{x:-.08579087569999959,y:-.09896843569999846},{x:-.08544590321369959,y:-.09728177206869845},{x:-.08510679410559958,y:-.09559410634559845},{x:-.08477353513189957,y:-.09390544901689848},{x:-.08444611304879956,y:-.09221581056879849},{x:-.08412451461249956,y:-.0905252014874985},{x:-.08380872657919955,y:-.0888336322591985},{x:-.08349873570509957,y:-.08714111337009853},{x:-.08319452874639957,y:-.08544765530639854},{x:-.08289609245929955,y:-.08375326855429854},{x:-.08260341359999955,y:-.08205796359999856},{x:-.08231647892469955,y:-.08036175092969856},{x:-.08203527518959956,y:-.07866464102959857},{x:-.08175978915089956,y:-.07696664438589859},{x:-.08149000756479956,y:-.07526777148479862},{x:-.08122591718749958,y:-.07356803281249863},{x:-.08096750477519957,y:-.07186743885519864},{x:-.08071475708409956,y:-.07016600009909864},{x:-.08046766087039958,y:-.06846372703039866},{x:-.08022620289029957,y:-.06676063013529866},{x:-.07999036989999955,y:-.06505671989999867},{x:-.07976014865569958,y:-.06335200681069868},{x:-.07953552591359955,y:-.061646501353598705},{x:-.07931648842989956,y:-.0599402140148987},{x:-.07910302296079955,y:-.0582331552807987},{x:-.07889511626249955,y:-.05652533563749871},{x:-.07869275509119955,y:-.05481676557119872},{x:-.07849592620309954,y:-.053107455568098726},{x:-.07830461635439954,y:-.05139741611439873},{x:-.07811881230129955,y:-.049686657696298736},{x:-.07793850079999953,y:-.04797519079999873},{x:-.07776366860669955,y:-.04626302591169874},{x:-.07759430247759955,y:-.04455017351759874},{x:-.07743038916889955,y:-.042836644103898744},{x:-.07727191543679954,y:-.04112244815679875},{x:-.07711886803749955,y:-.039407596162498754},{x:-.07697123372719955,y:-.03769209860719875},{x:-.07682899926209953,y:-.035975965977098755},{x:-.07669215139839955,y:-.03425920875839876},{x:-.07656067689229953,y:-.032541837437298764},{x:-.07643456249999953,y:-.03082386249999876},{x:-.07631379497769952,y:-.029105294432698766},{x:-.07619836108159952,y:-.02738614372159877},{x:-.07608824756789952,y:-.02566642085289876},{x:-.07598344119279953,y:-.023946136312798766},{x:-.07588392871249951,y:-.02222530058749876},{x:-.0757896968831995,y:-.020503924163198756},{x:-.07570073246109951,y:-.01878201752609876},{x:-.07561702220239952,y:-.017059591162398753},{x:-.07553855286329951,y:-.015336655558298754},{x:-.07546531119999951,y:-.01361322119999875},{x:-.07539728396869952,y:-.011889298573698748},{x:-.07533445792559951,y:-.010164898165598747},{x:-.07527681982689952,y:-.008440030461898743},{x:-.07522435642879952,y:-.006714705948798734},{x:-.07517705448749952,y:-.004988935112498731},{x:-.07513490075919951,y:-.0032627284391987255},{x:-.07509788200009951,y:-.0015360964150987165},{x:-.07506598496639952,y:.0001909504736012889},{x:-.0750391964142995,y:.0019184017407012956},{x:-.07501750309999951,y:.003646246900001303},{x:-.07500089177969951,y:.00537447546530131},{x:-.07498934920959952,y:.00710307695040132},{x:-.0749828621458995,y:.00883204086910133},{x:-.0749814173447995,y:.010561356735201338},{x:-.07498500156249951,y:.012291014062501347},{x:-.0749936015551995,y:.014021002364801359},{x:-.07500720407909953,y:.015751311155901372},{x:-.07502579589039951,y:.017481929949601384},{x:-.0750493637452995,y:.01921284825970139},{x:-.07507789439999951,y:.0209440556000014},{x:-.0751113746106995,y:.022675541484301412},{x:-.0751497911335995,y:.024407295426401427},{x:-.07519313072489951,y:.02613930694010145},{x:-.07524138014079951,y:.027871565539201462},{x:-.07529452613749951,y:.029604060737501478},{x:-.07535255547119951,y:.031336782048801484},{x:-.0754154548980995,y:.0330697189869015},{x:-.07548321117439952,y:.03480286106560152},{x:-.07555581105629952,y:.03653619779870154},{x:-.07563324129999952,y:.038269718700001565},{x:-.07571548866169951,y:.04000341328330158},{x:-.07580253989759951,y:.04173727106240159},{x:-.07589438176389952,y:.043471281551101616},{x:-.07599100101679952,y:.04520543426320164},{x:-.07609238441249952,y:.04693971871250166},{x:-.07619851870719953,y:.048674124412801674},{x:-.07630939065709953,y:.0504086408779017},{x:-.07642498701839952,y:.05214325762160172},{x:-.07654529454729952,y:.05387796415770175},{x:-.07667029999999952,y:.055612750000001654},{x:-.07667029999999952,y:.055612750000001654},{x:-.07680210846969952,y:.05708314936460168},{x:-.07693595411759954,y:.05855396299680169},{x:-.07707186730189955,y:.06002517220420173},{x:-.07720987838079954,y:.06149675829440175},{x:-.07735001771249954,y:.06296870257500178},{x:-.07749231565519954,y:.06444098635360178},{x:-.07763680256709955,y:.0659135909378018},{x:-.07778350880639956,y:.06738649763520185},{x:-.07793246473129956,y:.06885968775340187},{x:-.07808370069999958,y:.07033314260000188},{x:-.07823724707069958,y:.07180684348260188},{x:-.07839313420159956,y:.07328077170880191},{x:-.07855139245089958,y:.07475490858620194},{x:-.07871205217679958,y:.07622923542240194},{x:-.07887514373749958,y:.07770373352500196},{x:-.07904069749119959,y:.07917838420160196},{x:-.07920874379609959,y:.080653168759802},{x:-.07937931301039959,y:.082128068507202},{x:-.07955243549229958,y:.08360306475140203},{x:-.0797281415999996,y:.085078138800002},{x:-.0799064616916996,y:.08655327196060203},{x:-.08008742612559962,y:.08802844554080204},{x:-.08027106525989962,y:.08950364084820207},{x:-.08045740945279962,y:.09097883919040207},{x:-.08064648906249965,y:.0924540218750021},{x:-.08083833444719964,y:.0939291702096021},{x:-.08103297596509963,y:.09540426550180209},{x:-.08123044397439966,y:.09687928905920212},{x:-.08143076883329967,y:.09835422218940212},{x:-.08163398089999965,y:.09982904620000212},{x:-.08184011053269966,y:.10130374239860213},{x:-.08204918808959966,y:.10277829209280215},{x:-.08226124392889968,y:.10425267659020215},{x:-.08247630840879966,y:.10572687719840214},{x:-.08269441188749967,y:.10720087522500214},{x:-.08291558472319968,y:.10867465197760214},{x:-.0831398572740997,y:.11014818876380215},{x:-.08336725989839969,y:.11162146689120216},{x:-.0835978229542997,y:.11309446766740217},{x:-.0838315767999997,y:.11456717240000215},{x:-.08406855179369971,y:.11603956239660215},{x:-.0843087782935997,y:.11751161896480215},{x:-.08455228665789971,y:.11898332341220215},{x:-.0847991072447997,y:.12045465704640215},{x:-.08504927041249971,y:.12192560117500215},{x:-.0853028065191997,y:.12339613710560214},{x:-.08555974592309973,y:.12486624614580213},{x:-.08582011898239973,y:.12633590960320215},{x:-.08608395605529973,y:.12780510878540213},{x:-.08635128749999971,y:.1292738250000021},{x:-.08662214367469973,y:.1307420395546021},{x:-.08689655493759973,y:.1322097337568021},{x:-.08717455164689972,y:.13367688891420207},{x:-.08745616416079972,y:.13514348633440207},{x:-.08774142283749972,y:.13660950732500204},{x:-.08803035803519974,y:.13807493319360203},{x:-.08832300011209973,y:.13953974524780205},{x:-.08861937942639975,y:.14100392479520202},{x:-.08891952633629974,y:.14246745314340203},{x:-.08922347119999974,y:.14393031160000203},{x:-.08953124437569973,y:.145392481472602},{x:-.08984287622159975,y:.14685394406880198},{x:-.09015839709589976,y:.148314680696202},{x:-.09047783735679976,y:.149774672662402},{x:-.09080122736249976,y:.15123390127500197},{x:-.09112859747119977,y:.15269234784160193},{x:-.09145997804109976,y:.15414999366980195},{x:-.09179539943039977,y:.15560682006720195},{x:-.09213489199729977,y:.1570628083414019},{x:-.09247848609999976,y:.1585179398000019},{x:-.09282621209669975,y:.1599721957506019},{x:-.09317810034559978,y:.1614255575008019},{x:-.09353418120489977,y:.16287800635820185},{x:-.09389448503279976,y:.16432952363040182},{x:-.09425904218749978,y:.16578009062500182},{x:-.09462788302719977,y:.1672296886496018},{x:-.09500103791009978,y:.1686782990118018},{x:-.09537853719439979,y:.17012590301920177},{x:-.09576041123829979,y:.17157248197940175},{x:-.09614669039999979,y:.17301801720000176},{x:-.09653740503769978,y:.17446248998860173},{x:-.0969325855095998,y:.17590588165280172},{x:-.09733226217389979,y:.17734817350020168},{x:-.09773646538879979,y:.1787893468384017},{x:-.0981452255124998,y:.18022938297500168},{x:-.0985585729031998,y:.18166826321760166},{x:-.09897653791909979,y:.1831059688738016},{x:-.09939915091839979,y:.1845424812512016},{x:-.0998264422592998,y:.1859777816574016},{x:-.1002584422999998,y:.1874118514000016},{x:-.1006951813986998,y:.18884467178660155},{x:-.1011366899135998,y:.19027622412480152},{x:-.10158299820289979,y:.19170648972220153},{x:-.1020341366247998,y:.1931354498864015},{x:-.1024901355374998,y:.1945630859250015},{x:-.1029510252991998,y:.19598937914560147},{x:-.10341683626809982,y:.19741431085580147},{x:-.1038875988023998,y:.19883786236320142},{x:-.1043633432602998,y:.20026001497540138},{x:-.10484409999999977,y:.2016807500000013},{x:-.10484409999999977,y:.2016807500000013},{x:-.10512829034499978,y:.20251255364660126},{x:-.10541452131999979,y:.2033439212528012},{x:-.10570279283499981,y:.2041748478182012},{x:-.10599310479999982,y:.20500532834240115},{x:-.10628545712499982,y:.20583535782500112},{x:-.10657984971999983,y:.20666493126560112},{x:-.10687628249499985,y:.2074940436638011},{x:-.10717475535999986,y:.20832269001920106},{x:-.10747526822499989,y:.2091508653314011},{x:-.1077778209999999,y:.20997856460000103},{x:-.10808241359499988,y:.21080578282460102},{x:-.10838904591999989,y:.21163251500480096},{x:-.10869771788499989,y:.212458756140201},{x:-.10900842939999988,y:.21328450123040094},{x:-.10932118037499987,y:.21410974527500093},{x:-.10963597071999989,y:.21493448327360093},{x:-.10995280034499992,y:.21575871022580093},{x:-.1102716691599999,y:.2165824211312009},{x:-.1105925770749999,y:.21740561098940095},{x:-.11091552399999992,y:.21822827480000093},{x:-.1112405098449999,y:.2190504075626009},{x:-.11156753451999993,y:.21987200427680093},{x:-.11189659793499994,y:.22069305994220095},{x:-.11222769999999993,y:.22151356955840096},{x:-.11256084062499995,y:.222333528125001},{x:-.11289601971999996,y:.223152930641601},{x:-.11323323719499996,y:.223971772107801},{x:-.11357249295999995,y:.22479004752320103},{x:-.11391378692499997,y:.22560775188740104},{x:-.11425711899999995,y:.22642488020000104},{x:-.11460248909499995,y:.22724142746060105},{x:-.11494989711999995,y:.2280573886688011},{x:-.11529934298499996,y:.22887275882420108},{x:-.11565082659999995,y:.22968753292640107},{x:-.11600434787499994,y:.23050170597500114},{x:-.11635990671999996,y:.23131527296960114},{x:-.11671750304499996,y:.23212822890980117},{x:-.11707713675999995,y:.23294056879520117},{x:-.11743880777499995,y:.2337522876254012},{x:-.11780251599999993,y:.2345633804000012},{x:-.11816826134499994,y:.23537384211860124},{x:-.11853604371999993,y:.23618366778080127},{x:-.11890586303499992,y:.2369928523862013},{x:-.11927771919999992,y:.23780139093440128},{x:-.11965161212499995,y:.23860927842500138},{x:-.12002754171999992,y:.23941650985760138},{x:-.12040550789499993,y:.24022308023180142},{x:-.12078551055999992,y:.24102898454720142},{x:-.12116754962499991,y:.24183421780340145},{x:-.12155162499999989,y:.24263877500000142},{x:-.1219377365949999,y:.2434426511366015},{x:-.1223258843199999,y:.2442458412128015},{x:-.1227160680849999,y:.24504834022820154},{x:-.12310828779999988,y:.24585014318240156},{x:-.12350254337499987,y:.24665124507500158},{x:-.12389883471999988,y:.24745164090560162},{x:-.12429716174499987,y:.24825132567380165},{x:-.12469752435999987,y:.2490502943792017},{x:-.12509992247499988,y:.2498485420214017},{x:-.12550435599999984,y:.25064606360000175},{x:-.12591082484499985,y:.25144285411460177},{x:-.12631932891999986,y:.2522389085648018},{x:-.12672986813499987,y:.25303422195020187},{x:-.12714244239999986,y:.25382878927040187},{x:-.12755705162499986,y:.25462260552500193},{x:-.12797369571999986,y:.25541566571360197},{x:-.12839237459499983,y:.256207964835802},{x:-.12881308815999984,y:.256999497891202},{x:-.12923583632499985,y:.2577902598794021},{x:-.12966061899999984,y:.2585802458000021},{x:-.13008743609499984,y:.25936945065260214},{x:-.13051628751999986,y:.2601578694368022},{x:-.13094717318499982,y:.26094549715220217},{x:-.13138009299999984,y:.26173232879840225},{x:-.13181504687499984,y:.2625183593750023},{x:-.13225203471999986,y:.2633035838816023},{x:-.13269105644499984,y:.26408799731780236},{x:-.13313211195999985,y:.26487159468320237},{x:-.13357520117499982,y:.2656543709774024},{x:-.13402032399999986,y:.26643632120000244},{x:-.13446748034499983,y:.26721744035060246},{x:-.13491667011999983,y:.26799772342880246},{x:-.13536789323499984,y:.2687771654342025},{x:-.13582114959999986,y:.2695557613664026},{x:-.13627643912499987,y:.27033350622500263},{x:-.13673376171999985,y:.27111039500960266},{x:-.13719311729499983,y:.2718864227198026},{x:-.13765450575999985,y:.2726615843552027},{x:-.13811792702499986,y:.2734358749154028},{x:-.1385833809999999,y:.2742092894000028},{x:-.13905086759499988,y:.2749818228086028},{x:-.1395203867199999,y:.2757534701408028},{x:-.1399919382849999,y:.27652422639620283},{x:-.14046552219999991,y:.27729408657440285},{x:-.1409411383749999,y:.2780630456750029},{x:-.1414187867199999,y:.2788310986976029},{x:-.14189846714499993,y:.27959824064180294},{x:-.14238017955999993,y:.2803644665072029},{x:-.1428639238749999,y:.28112977129340294},{x:-.1433496999999999,y:.28189415000000295}],color:"primary",fill:!1},"rect1577-4":{type:"path",points:[{x:.26345180000000035,y:.2455934500000012},{x:.12298460000000011,y:.2455934500000012},{x:.12298460000000011,y:.2505664500000009},{x:.26345180000000035,y:.2505664500000009}],color:"primary",fill:!0},"rect1577-4-7":{type:"path",points:[{x:.19576130000000003,y:.31834525000000014},{x:.19576130000000003,y:.17787805000000034},{x:.1907882999999999,y:.17787805000000034},{x:.1907882999999999,y:.31834525000000014}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.012864499999999612,y:.4200086500000033},bottom1:{type:"text",text:"{VAL}",x:-.003850499999999979,y:-.42000864999999976}},refblocks:{left1:{x:-.5512093,y:.016380250000000984},right1:{x:.5512093,y:.016926950000001995}},bounds:{minX:-.579367741,maxX:.579367741,minY:-.42000864999999976,maxY:.4200086500000033,width:1.158735482,height:.8400173000000031,centerX:0,centerY:17763568394002505e-31},circles:{}},{paths:paths9,texts:texts8,bounds:bounds9,refblocks:refblocks9,circles:circles9}=capacitor_polarized_default,capacitor_polarized_down_default=modifySymbol({primitives:[...Object.values(paths9),...Object.values(circles9),{type:"text",text:"{REF}",x:-.2,y:.2094553499999995},{type:"text",text:"{VAL}",x:.3,y:.2094553499999995}],ports:[{...refblocks9.left1,labels:["1"]},{...refblocks9.right1,labels:["2"]}],size:{width:bounds9.width,height:bounds9.height},center:{x:bounds9.centerX,y:bounds9.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),capacitor_polarized_right_default=modifySymbol(capacitor_polarized_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),capacitor_polarized_left_default=modifySymbol(capacitor_polarized_right_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),{paths:paths10,texts:texts9,bounds:bounds10,refblocks:refblocks10,circles:circles10}=capacitor_polarized_default,capacitor_polarized_up_default=modifySymbol({primitives:[...Object.values(paths10),...Object.values(circles10),{type:"text",text:"{REF}",x:.1,y:-.2094553499999995},{type:"text",text:"{VAL}",x:-.2,y:-.2094553499999995}],ports:[{...refblocks10.left1,labels:["1"]},{...refblocks10.right1,labels:["2"]}],size:{width:bounds10.width,height:bounds10.height},center:{x:bounds10.centerX,y:bounds10.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("up").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),{paths:paths11,texts:texts10,bounds:bounds11,refblocks:refblocks11,circles:circles11}=capacitor_default,capacitor_up_default=modifySymbol({primitives:[...Object.values(paths11),...Object.values(circles11),{type:"text",text:"{REF}",x:.2,y:-.2094553499999995},{type:"text",text:"{VAL}",x:-.2,y:-.2094553499999995}],ports:[{...refblocks11.left1,labels:["1"]},{...refblocks11.right1,labels:["2"]}],size:{width:bounds11.width,height:bounds11.height},center:{x:bounds11.centerX,y:bounds11.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("up").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),constant_current_diode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.02897970000000072},{x:-.30105415000000013,y:.02897970000000072}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.02897970000000072},{x:.5339524499999997,y:.02897970000000072}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.2932119499999999,y:.2923763000000008},{x:.2932119499999999,y:-.23441689999999937}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.021208049999999812,y:.3692298999999999},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.3692298999999999}},refblocks:{left1:{x:-.5413984499999998,y:.028126900000000177},right1:{x:.54139845,y:.029123299999999963}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.3692298999999999,maxY:.3692298999999999,width:1.1391137819999997,height:.7384597999999998,centerX:11102230246251565e-32,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03610800000000025,radius:.28854213,color:"primary",fill:!1}}},constant_current_diode_horz_default=modifySymbol(constant_current_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),constant_current_diode_vert_default=modifySymbol(constant_current_diode_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),crystal_4pin_default={paths:{path27:{type:"path",points:[{x:.52188525,y:-.010083950000000286},{x:.1314137500000001,y:-.010083950000000286}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.12501034999999971,y:.25449935000000146},{x:.12501035000000016,y:-.2746672499999985}],color:"primary",fill:!1},"path29-2":{type:"path",points:[{x:.07157854999999946,y:.253778650000001},{x:.07157854999999991,y:-.27538794999999716}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.13957305000000053,y:.25449935000000146},{x:-.1395730500000001,y:-.2746672499999985}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.08349325000000052,y:.25541165000000277},{x:-.08349325000000007,y:-.27375494999999894}],color:"primary",fill:!1},"path29-2-7":{type:"path",points:[{x:.07147894999999993,y:.2552525499999998},{x:-.0829032500000002,y:.2552525499999998}],color:"primary",fill:!1},"path29-2-7-6":{type:"path",points:[{x:.07107315000000014,y:-.27817384999999817},{x:-.08330905,y:-.27817384999999817}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.21327535000000042,y:.31803495000000304},{x:.19712464999999968,y:.31807695}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.003324649999999707,y:.694594949999999},{x:.003324649999999707,y:.3310069500000008},{x:.003324649999999707,y:.3209089500000015}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:-.21327535000000042,y:.3180639499999991},{x:-.21327535000000042,y:.2498769499999991}],color:"primary",fill:!1},"path43-8-8":{type:"path",points:[{x:.19712464999999968,y:.31807695},{x:.19712464999999968,y:.24987695000000443}],color:"primary",fill:!1},"path43-9":{type:"path",points:[{x:.19226054999999942,y:-.3468980499999983},{x:-.21813945000000068,y:-.3469400500000006}],color:"primary",fill:!1},"path44-0-5":{type:"path",points:[{x:-.024339450000000262,y:-.7234580499999996},{x:-.024339450000000262,y:-.3598700499999996},{x:-.024339450000000262,y:-.34977205000000033}],color:"primary",fill:!1},"path43-8-1":{type:"path",points:[{x:.19226054999999942,y:-.3469270499999997},{x:.19226054999999942,y:-.2787400499999979}],color:"primary",fill:!1},"path43-8-8-9":{type:"path",points:[{x:-.21813955000000096,y:-.34694015},{x:-.21813955000000096,y:-.27874015000000085}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.14368304999999992,y:-.010083950000000286},{x:-.5364480500000002,y:-.010083950000000286}],color:"primary",fill:!1}},texts:{left1:{type:"text",text:"{REF}",x:-.38155925000000046,y:.09576035000000083},right1:{type:"text",text:"{VAL}",x:.3369813499999994,y:-.17868404999999754}},refblocks:{top1:{x:.0032092499999998303,y:.7114137500000002},bottom1:{x:-.02355145000000025,y:-.7114137500000002},left1:{x:-.5415391500000004,y:-.00607074999999746},right1:{x:.5415391499999997,y:-.012221549999997805}},bounds:{minX:-.5696975910000004,maxX:.5696975909999997,minY:-.7395721910000002,maxY:.7395721910000002,width:1.1393951820000001,height:1.4791443820000003,centerX:-33306690738754696e-32,centerY:0},circles:{}},crystal_4pin_horz_default=modifySymbol(crystal_4pin_default).labelPort("top1",["2","gnd1"]).labelPort("bottom1",["4","gnd2"]).labelPort("left1",["1"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","bottom_right").changeTextAnchor("{VAL}","top_left").build(),crystal_4pin_vert_default=modifySymbol(crystal_4pin_horz_default).rotateRightFacingSymbol("up").changeTextAnchor("{REF}","top_right").changeTextAnchor("{VAL}","bottom_left").build(),crystal_default={paths:{path27:{type:"path",points:[{x:.5229378000000002,y:-.012283099999995883},{x:.13246630000000037,y:-.012283099999995883}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.14263049999999966,y:-.012283099999995883},{x:-.5353954999999999,y:-.012283099999995883}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.12606289999999998,y:-.2768663999999976},{x:.12606290000000042,y:.2523002000000023}],color:"primary",fill:!1},"path29-2":{type:"path",points:[{x:.07263109999999973,y:-.27614569999999716},{x:.07263110000000017,y:.253020900000001}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.13852050000000027,y:-.2768663999999976},{x:-.13852049999999982,y:.2523002000000023}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.08244070000000026,y:-.27777869999999893},{x:-.08244069999999981,y:.2513879000000028}],color:"primary",fill:!1},"path29-2-7":{type:"path",points:[{x:.07253150000000019,y:-.27761959999999597},{x:-.08185069999999994,y:-.27761959999999597}],color:"primary",fill:!1},"path29-2-7-6":{type:"path",points:[{x:.0721257000000004,y:.255806800000002},{x:-.08225649999999973,y:.255806800000002}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.012864500000000056,y:-.4150086999999978},bottom1:{type:"text",text:"{VAL}",x:-.003850500000000423,y:.4250087000000011}},refblocks:{left1:{x:-.5512093000000002,y:-.011380399999998403},right1:{x:.5512093,y:-.011926899999997076}},bounds:{minX:-.5793677410000002,maxX:.579367741,minY:-.5150086999999978,maxY:.4250087000000011,width:1.1587354820000002,height:1,centerX:-11102230246251565e-32,centerY:-.04499999999999832},circles:{}},crystal_horz_default=modifySymbol(crystal_default).changeTextAnchor("{VAL}","middle_bottom").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),crystal_vert_default=modifySymbol(crystal_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_right").build(),darlington_pair_transistor_default={paths:{path11:{type:"path",points:[{x:1.9942486145,y:-1.6422072295000003},{x:2.0984258145,y:-1.6428272295000004}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:2.1030704145000003,y:-1.4809259295000001},{x:2.1026604145,y:-1.8041042295}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:2.2218770145,y:-1.4969414295},{x:2.1063461145,y:-1.5757354295000003}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:2.2286252145,y:-1.7819395295000002},{x:2.1136540145000002,y:-1.7033263295}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:2.2273251145,y:-1.4948802295},{x:2.2284101145,y:-1.1518438295000002}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:2.2276017145,y:-1.9567437295},{x:2.2281317145,y:-1.7888340295000003}],color:"primary",fill:!1},"arrow-2":{type:"path",points:[{x:2.1704797145,y:-1.6991380295000003},{x:2.1275815145,y:-1.7604028295000003},{x:2.1917009144999997,y:-1.7601828295000004}],color:"primary",fill:!1},path1:{type:"path",points:[{x:1.5978828145000001,y:-1.5020091295000002},{x:1.8597023145000002,y:-1.5035561295000002}],color:"primary",fill:!1},path2:{type:"path",points:[{x:1.8686937145000002,y:-1.3411936295000002},{x:1.8682837145,y:-1.6643719295000001}],color:"primary",fill:!1},path3:{type:"path",points:[{x:1.9875004145000004,y:-1.3572092295000002},{x:1.8719693145,y:-1.4360031295000002}],color:"primary",fill:!1},path4:{type:"path",points:[{x:1.9942486145,y:-1.6422072295000003},{x:1.8792773145000001,y:-1.5635940295000004}],color:"primary",fill:!1},"arrow-1":{type:"path",points:[{x:1.9361028144999999,y:-1.5594057295000003},{x:1.8932048145,y:-1.6206705295000003},{x:1.9573242144999998,y:-1.6204505295000005}],color:"primary",fill:!1},path9:{type:"path",points:[{x:1.9943087144999998,y:-1.3539494295000003},{x:2.2269582145,y:-1.3556534295000002}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{VAL}",x:1.8805772145,y:-1.9423669295000003},right1:{type:"text",text:"{REF}",x:1.8845380145,y:-1.1387692295000003}},refblocks:{right1:{x:2.2278617145000004,y:-1.9651412295000004},right2:{x:1.5977076145000002,y:-1.5027827295000002},right3:{x:2.2278680145,y:-1.1403971295000002}},bounds:{minX:1.5810976555000003,maxX:2.3461148445,minY:-1.9817511885000003,maxY:-1.1237871705000002,width:.7650171889999999,height:.8579640180000001,centerX:1.9636062500000002,centerY:-1.5527691795000003},circles:{"path1-0":{type:"circle",x:2.0463372145000003,y:-1.5363384295000002,radius:.29977763,color:"primary",fill:!1}}},darlington_pair_transistor_horz_default=modifySymbol(darlington_pair_transistor_default).changeTextAnchor("{VAL}","middle_top").labelPort("right2",["1"]).labelPort("right3",["2"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","middle_bottom").build();darlington_pair_transistor_default.bounds.width+=.3;var darlington_pair_transistor_vert_default=modifySymbol(darlington_pair_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("right2",["1"]).labelPort("right3",["2"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","middle_left").build(),dc_ammeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.12447409999999959,y:.0852510999999998},{x:.11626639999999999,y:.0852510999999998}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.4472267999999995},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.3470985000000004},left1:{type:"text",text:"A",x:0,y:-.1}},refblocks:{left1:{x:-.5446330999999993,y:0},right1:{x:.5381638000000004,y:0}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:-.08525110000000002,maxY:.0852510999999998,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:-11102230246251565e-32},circles:{path1:{type:"circle",x:0,y:0,radius:.28854213,color:"primary",fill:!1}}},{paths:paths12,texts:texts11,bounds:bounds12,refblocks:refblocks12,circles:circles12}=dc_ammeter_default,dc_ammeter_horz_default={primitives:[...Object.values(paths12),...Object.values(circles12),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts11.left1,x:0,y:.01,anchor:"center",fontSize:.3}],ports:[{...refblocks12.left1,labels:["1"]},{...refblocks12.right1,labels:["2"]}],size:{width:bounds12.width,height:bounds12.height},center:{x:bounds12.centerX,y:bounds12.centerY}};function isPathPrimitive(lV){return typeof lV=="object"&&lV!==null&&lV.type==="path"&&Array.isArray(lV.points)&&typeof lV.color=="string"}function isTextPrimitive(lV){return typeof lV=="object"&&lV!==null&&lV.type==="text"&&typeof lV.text=="string"&&typeof lV.x=="number"&&typeof lV.y=="number"&&typeof lV.anchor=="string"}var{6:letter,2:underline,...rest}=dc_ammeter_horz_default.primitives;isPathPrimitive(underline)&&underline.points.map(lV=>{lV.y+=.05}),isTextPrimitive(letter)&&(letter.y+=.025);function isPrimitive(lV){return typeof lV=="object"}var rotatedSymbol2=rotateSymbol({...dc_ammeter_horz_default,primitives:Object.values(rest).filter(isPrimitive)}),dc_ammeter_vert_default={...rotatedSymbol2,primitives:[...rotatedSymbol2.primitives,letter,underline]},dc_voltmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09442299999999992,y:-.13438304999999984},{x:-.004364400000000712,y:.05710404999999996},{x:-.1110211000000012,y:-.13438304999999984}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.12447409999999959,y:.13438304999999984},{x:.11626639999999999,y:.13438304999999984}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.39809484999999944},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.39623045000000046}},refblocks:{left1:{x:-.5446330999999993,y:0},right1:{x:.5381638000000004,y:0}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:-.13438304999999984,maxY:.13438304999999984,width:1.0614356000000003,height:1,centerX:0,centerY:0},circles:{path1:{type:"circle",x:0,y:0,radius:.28854213,color:"primary",fill:!1}}},{paths:paths13,texts:texts12,bounds:bounds13,refblocks:refblocks13,circles:circles13}=dc_voltmeter_default,dc_voltmeter_horz_default={primitives:[...Object.values(paths13),...Object.values(circles13),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"}],ports:[{...refblocks13.left1,labels:["1"]},{...refblocks13.right1,labels:["2"]}],size:{width:bounds13.width,height:bounds13.height},center:{x:bounds13.centerX,y:bounds13.centerY}},{2:letter2,3:underline2,...rest2}=dc_voltmeter_horz_default.primitives;function isPrimitive2(lV){return typeof lV=="object"}var rotatedSymbol3=rotateSymbol({...dc_voltmeter_horz_default,primitives:Object.values(rest2).filter(isPrimitive2)}),dc_voltmeter_vert_default={...rotatedSymbol3,primitives:[...rotatedSymbol3.primitives,letter2,underline2]},diac_default={paths:{path11:{type:"path",points:[{x:-.5176700499999997,y:.041745050000000505},{x:-.10888805000000024,y:.041745050000000505}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1031184499999993,y:.041745050000000505},{x:.5246894499999994,y:.041745050000000505}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.09343985000000021,y:-.14620634999999882},{x:-.0930998500000002,y:.2583405500000009}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.08519034999999908,y:-.14503384999999902},{x:.08553034999999909,y:.2595130500000007}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.08315755000000014,y:.055934450000000524},{x:-.08415755000000047,y:-.14678124999999964},{x:.08653524999999984,y:-.05104664999999953},{x:-.08126175000000035,y:.05647715000000031}],color:"primary",fill:!0},"path11-0-9-0":{type:"path",points:[{x:.07661224999999927,y:.256654450000001},{x:.07761224999999983,y:.05393885000000109},{x:-.0930805500000007,y:.1496734500000012},{x:.07471644999999949,y:.25719715000000143}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.0316381500000007,y:.41683614999999996},bottom1:{type:"text",text:"{VAL}",x:-.03022294999999975,y:-.41683614999999996}},refblocks:{left1:{x:-.54139845,y:.04089205000000051},right1:{x:.5413984499999995,y:.04188845000000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.41683614999999996,maxY:.41683614999999996,width:1.1391137819999995,height:.8336722999999999,centerX:-2220446049250313e-31,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000003116,y:.048873150000000365,radius:.28854213,color:"primary",fill:!1}}},diac_horz_default=modifySymbol(diac_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol4=rotateSymbol(diac_horz_default),texts13=rotatedSymbol4.primitives.filter(lV=>lV.type==="text"),ref=texts13.find(lV=>lV.text==="{REF}"),val=texts13.find(lV=>lV.text==="{VAL}");ref.y=0,val.y=0;var diac_vert_default=rotatedSymbol4,diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999836},{x:-.1199943999999995,y:-.08825540000000132}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.1763280000000016},{x:.14458890000000002,y:.04403629999999836}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.08825539999999776},{x:-.1199943999999995,y:.1763280000000016}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.1763280000000016},{x:.14458890000000002,y:-.08825539999999776}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999836},{x:-.5168693999999996,y:.04403629999999836}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797,y:.04395110000000102},{x:.14967160000000002,y:.04395110000000102}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384529999999785},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999999524,y:-.2738453000000014}},refblocks:{left1:{x:-.5191471000000001,y:.0449206999999987},right1:{x:.5191471000000001,y:.043896100000001326}},bounds:{minX:-.5473055410000001,maxX:.5473055410000001,minY:-.2738453000000014,maxY:.27384529999999785,width:1.0946110820000001,height:.5476905999999993,centerX:0,centerY:-17763568394002505e-31},circles:{}},diode_right_default=modifySymbol(diode_default).labelPort("left1",["1","pos"]).labelPort("right1",["2","neg"]).changeTextAnchor("{REF}","middle_bottom").changeTextAnchor("{VAL}","middle_top").build(),diode_down_default=rotateSymbol(diode_right_default,"down"),diode_left_default=rotateSymbol(diode_right_default,"left"),diode_up_default=rotateSymbol(diode_right_default,"up"),dpdt_switch_default={paths:{path1:{type:"path",points:[{x:-.3543580999999998,y:.22373490000000018},{x:-.1279290999999998,y:.22373490000000018}],color:"primary",fill:!1},"path-1-3":{type:"path",points:[{x:-.11341659999999987,y:.2240546000000001},{x:.1031012,y:.354}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.10434800000000011,y:.127178},{x:.345089,y:.127178}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.12008600000000014,y:.36383770000000015},{x:.360827,y:.36383770000000015}],color:"primary",fill:!1},path4:{type:"path",points:[{x:-.3543580999999998,y:-.17811849999999985},{x:-.1279290999999998,y:-.17811849999999985}],color:"primary",fill:!1},"path4-6":{type:"path",points:[{x:-.11341659999999987,y:-.1777987999999997},{x:.1031012,y:-.04780299999999982}],color:"primary",fill:!1},path5:{type:"path",points:[{x:.10434800000000011,y:-.2746754},{x:.345089,y:-.2746754}],color:"primary",fill:!1},path6:{type:"path",points:[{x:.12008600000000014,y:-.038015699999999875},{x:.360827,y:-.038015699999999875}],color:"primary",fill:!1},"path1-4-join":{type:"path",points:[{x:-.020896399999999815,y:-.10273049999999984},{x:-.025476399999999844,y:.2768100000000002}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0862317999999998,y:.46447740000000026},bottom1:{type:"text",text:"{VAL}",x:-.0862317999999998,y:-.4244773999999998}},refblocks:{top1:{x:-.11569089999999993,y:.22373490000000018},top2:{x:.10744680000000018,y:.36383770000000015},top3:{x:.10744750000000014,y:.12717810000000007},bottom1:{x:-.11569089999999993,y:-.17811849999999985},bottom2:{x:.10744750000000014,y:-.2746754},left1:{x:-.3682734999999999,y:.22373490000000018},left2:{x:-.3682734999999999,y:-.17811849999999985},right1:{x:.36827350000000014,y:.36383770000000015},right2:{x:.36827350000000014,y:.12717810000000007},right3:{x:.36827350000000014,y:-.038015699999999875},right4:{x:.10744680000000018,y:-.038015699999999875},right5:{x:.36827350000000014,y:-.2746754}},bounds:{minX:-.3964319409999999,maxX:.3964319410000001,minY:-.4744773999999998,maxY:.5644774000000002,width:1,height:1.0389548,centerX:-11102230246251565e-32,centerY:.045000000000000207},circles:{}},{paths:paths14,texts:texts14,bounds:bounds14,refblocks:refblocks14,circles:circles14}=dpdt_switch_default,dpdt_switch_horz_default={primitives:[...Object.values(paths14),...Object.values(circles14),{...texts14.top1,anchor:"middle_bottom"},{...texts14.bottom1,anchor:"middle_top"}],ports:[{...refblocks14.left1,labels:["1"]},{...refblocks14.left2,labels:["4"]},{...refblocks14.right1,labels:["3"]},{...refblocks14.right2,labels:["2"]},{...refblocks14.right3,labels:["6"]},{...refblocks14.right5,labels:["5"]}],size:{width:bounds14.width,height:bounds14.height},center:{x:bounds14.centerX,y:bounds14.centerY}},rotatedSymbol5=rotateSymbol(dpdt_switch_horz_default),texts15=rotatedSymbol5.primitives.filter(lV=>lV.type==="text"),val2=texts15.find(lV=>lV.text==="{VAL}");val2.anchor="middle_right",val2.x=-.37,val2.y=.12;var ref2=texts15.find(lV=>lV.text==="{REF}");ref2.anchor="middle_left",ref2.x=.37,ref2.y=.12;var dpdt_switch_vert_default=rotatedSymbol5,dpst_switch_default={paths:{path11:{type:"path",points:[{x:-.3622268000000006,y:.06287995000000057},{x:-.1357978000000004,y:.06287995000000057}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.12009950000000069,y:.061349450000000916},{x:.10307889999999986,y:.2010388500000011}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.12795640000000064,y:.06287995000000057},{x:.36869780000000096,y:.06287995000000057}],color:"primary",fill:!1},"path11-5":{type:"path",points:[{x:-.3622270999999999,y:-.16866424999999907},{x:-.1357980999999997,y:-.16866424999999907}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:-.12009979999999998,y:-.17019474999999962},{x:.10307860000000058,y:-.03050534999999921}],color:"primary",fill:!1},"path12-0":{type:"path",points:[{x:.12795610000000002,y:-.16866424999999907},{x:.3686968000000006,y:-.16866424999999907}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.1958158999999995,y:.39716265000000006},bottom1:{type:"text",text:"{VAL}",x:-.029144200000000398,y:-.39716264999999984}},refblocks:{bottom1:{x:-.12356020000000001,y:-.17345394999999963},bottom2:{x:.1153169000000005,y:-.17345394999999963},left1:{x:-.37614279999999956,y:-.16951715000000012},left2:{x:-.12356020000000001,y:.05809054999999996},left3:{x:-.37614279999999956,y:.06202735000000037},right1:{x:.37614279999999933,y:-.16852074999999966},right2:{x:.1153169000000005,y:.05809054999999996},right3:{x:.37614279999999933,y:.06302374999999993}},bounds:{minX:-.40430124099999953,maxX:.4043012409999993,minY:-.39716264999999984,maxY:.39716265000000006,width:.8086024819999988,height:.7943252999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}};dpst_switch_default.bounds.width+=.2;var{paths:paths15,texts:texts16,bounds:bounds15,refblocks:refblocks15,circles:circles15}=dpst_switch_default,dpst_switch_horz_default={primitives:[...Object.values(paths15),...Object.values(circles15),{...texts16.top1,anchor:"middle_bottom",x:0},{...texts16.bottom1,anchor:"middle_top",x:0}],ports:[{...refblocks15.left1,labels:["1","left1"]},{...refblocks15.left3,labels:["3","left3"]},{...refblocks15.right1,labels:["2","right1"]},{...refblocks15.right3,labels:["4","right3"]}],size:{width:bounds15.width,height:bounds15.height},center:{x:bounds15.centerX,y:bounds15.centerY}},rotatedSymbol6=rotateSymbol(dpst_switch_horz_default),texts17=rotatedSymbol6.primitives.filter(lV=>lV.type==="text"),val3=texts17.find(lV=>lV.text==="{VAL}");val3.anchor="middle_right",val3.x=-.35,val3.y=0;var ref3=texts17.find(lV=>lV.text==="{REF}");ref3.anchor="middle_left",ref3.x=.3,ref3.y=0;var dpst_switch_vert_default=rotatedSymbol6,filled_diode_default={paths:{path11:{type:"path",points:[{x:-.541495829500001,y:.044368009536419395},{x:-.21998262950000114,y:.044368009536419395}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.14450697049999905,y:.052237309536419474},{x:.46379767049999976,y:.052237309536419474}],color:"primary",fill:!1},"path12-6":{type:"path",points:[{x:.13965347050000032,y:-.14937819046358025},{x:.13854747050000027,y:.2538388095364199}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.212703829500001,y:.2732984095364195},{x:-.2147708295000006,y:-.1493854904635803},{x:.13782137049999887,y:.050231709536419755},{x:-.2087893295000005,y:.27442980953642016}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.08906882950000083,y:.38011220953641867},bottom1:{type:"text",text:"{VAL}",x:-.0685314901614209,y:-.38011220953641844},right1:{type:"text",text:"",x:.5884896704999998,y:-.3288545904635811}},refblocks:{left1:{x:-.5603312294999999,y:.04351520953641885},right1:{x:.47524967049999955,y:.05238090953641872}},bounds:{minX:-.5884896704999999,maxX:.5884896704999998,minY:-.38011220953641844,maxY:.38011220953641867,width:1.1769793409999996,height:.7602244190728371,centerX:-5551115123125783e-32,centerY:11102230246251565e-32},circles:{}},filled_diode_horz_default=modifySymbol(filled_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),filled_diode_vert_default=rotateSymbol(filled_diode_horz_default),frequency_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Hz",x:0,y:-.035}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths16,texts:texts18,bounds:bounds16,refblocks:refblocks16,circles:circles16}=frequency_meter_default,frequency_meter_horz_default={primitives:[...Object.values(paths16),...Object.values(circles16),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts18.left1,x:0,y:.01,anchor:"center",fontSize:.2}],ports:[{...refblocks16.left1,labels:["1"]},{...refblocks16.right1,labels:["2"]}],size:{width:bounds16.width,height:bounds16.height},center:{x:bounds16.centerX,y:bounds16.centerY}},{5:letter3,...rest3}=frequency_meter_horz_default.primitives;function isPrimitive3(lV){return typeof lV=="object"}var rotatedSymbol7=rotateSymbol({...frequency_meter_horz_default,primitives:Object.values(rest3).filter(isPrimitive3)}),frequency_meter_vert_default={...rotatedSymbol7,primitives:[...rotatedSymbol7.primitives,letter3]},fuse_default={paths:{path10:{type:"path",points:[{x:-.5283037500000001,y:.036413650000000075},{x:.5300302500000003,y:.036413650000000075}],color:"primary",fill:!1},path14:{type:"path",points:[{x:.0008652499999994845,y:.16870534999999975},{x:.2654482499999995,y:.16870534999999975},{x:.2654482499999995,y:-.0958780499999996},{x:-.2637187499999998,y:-.0958780499999996},{x:-.2637187499999998,y:.16870534999999975},{x:.0008652499999994845,y:.16870534999999975}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.008263949999999909,y:.23591724999999997},bottom1:{type:"text",text:"{VAL}",x:-.1716539500000005,y:-.23591724999999997}},refblocks:{left1:{x:-.5345548500000001,y:.03946054999999937},right1:{x:.5345548500000001,y:.0352561499999986}},bounds:{minX:-.5627132910000001,maxX:.5627132910000001,minY:-.23591724999999997,maxY:.23591724999999997,width:1.1254265820000002,height:.47183449999999993,centerX:0,centerY:0},circles:{}},{paths:paths17,texts:texts19,bounds:bounds17,refblocks:refblocks17}=fuse_default,fuse_horz_default={primitives:[...Object.values(paths17),{...texts19.top1,anchor:"middle_bottom"},{type:"text",text:"{VAL}",x:0,y:-.2,anchor:"middle_top"}],ports:[{...refblocks17.left1,labels:["1"]},{...refblocks17.right1,labels:["2"]}],size:{width:bounds17.width,height:bounds17.height},center:{x:bounds17.centerX,y:bounds17.centerY}},fuse_vert_default=rotateSymbol(fuse_horz_default),ground_default={paths:{path1:{type:"path",points:[{x:-.33997010000000016,y:.4545300000000001},{x:-.03997010000000012,y:.4545300000000001}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.02032289999999981,y:.25053000000000014},{x:-.020322900000000033,y:.65053}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.050000000000000044,y:.3005300000000002},{x:.050000000000000044,y:.60053}],color:"primary",fill:!1},path4:{type:"path",points:[{x:.1499999999999997,y:.40053000000000005},{x:.1499999999999997,y:.5005300000000001}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{REF}",x:-.44999999999999996,y:-.6505299999999998},right1:{type:"text",text:"{VAL}",x:.44999999999999973,y:.35053}},refblocks:{top1:{x:-.33997010000000016,y:.4545300000000001},top2:{x:.17000000000000015,y:.4535300000000002}},bounds:{minX:-.44999999999999996,maxX:.44999999999999973,minY:-.6505299999999998,maxY:.65053,width:.8999999999999997,height:1.3010599999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths18,circles:circles17,bounds:bounds18,refblocks:refblocks18}=ground_default,horizontalSymbol={primitives:[...Object.values(paths18),...Object.values(circles17),{type:"text",text:"{REF}",x:-.1,y:.8,anchor:"middle_bottom"},{type:"text",text:"{VAL}",x:-.1,y:.1,anchor:"middle_top"}],ports:[{...refblocks18.top1,labels:["1"]}],size:{width:1,height:1},center:{x:0,y:.4}},ground_horz_default=horizontalSymbol,ground_vert_default=modifySymbol(ground_horz_default).rotateRightFacingSymbol("down").build(),gunn_diode_default={paths:{path11:{type:"path",points:[{x:-.49895505000000084,y:.035186950000000605},{x:-.177441850000001,y:.035186950000000605}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.18704774999999918,y:.043056250000000684},{x:.5063384499999999,y:.043056250000000684}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.3067105499999998,y:.19836805000000046},{x:-.3084575500000002,y:-.10569684999999973},{x:-.01040014999999972,y:.03790115000000038},{x:-.3034011499999991,y:.1991819500000005}],color:"primary",fill:!0},"path11-0-9-5":{type:"path",points:[{x:.3324594500000002,y:.19920585000000046},{x:.33420945000000013,y:-.10485904999999973},{x:.03615254999999973,y:.03873895000000038},{x:.32915344999999974,y:.2000197500000005}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.042716749999999415,y:.3158462499999999},bottom1:{type:"text",text:"{VAL}",x:.035355149999999336,y:-.3158462499999999}},refblocks:{left1:{x:-.5177904499999998,y:.03433415000000006},right1:{x:.5177904499999997,y:.04319984999999993}},bounds:{minX:-.5459488909999998,maxX:.5459488909999997,minY:-.3158462499999999,maxY:.3158462499999999,width:1.0918977819999993,height:.6316924999999998,centerX:-5551115123125783e-32,centerY:0},circles:{}},gunn_diode_horz_default=modifySymbol(gunn_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),gunn_diode_vert_default=modifySymbol(gunn_diode_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),igbt_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850944445000005,y:.0010025000000009054},{x:-.006525044499999799,y:-.0016204999999989145}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:.19027400000000116},{x:.07322065550000101,y:-.17787549999999852}],color:"primary",fill:!1},path42:{type:"path",points:[{x:.01002445549999953,y:-.12022799999999911},{x:.01002445549999953,y:.1443554000000009}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.28374995550000004,y:-.2462579999999992},{x:.2831499554999999,y:-.5425888999999995}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:.5370061000000012},{x:.2836366555000003,y:.2678117000000011}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.1731829554999995,y:-.2153930999999989},{x:.2780310554999992,y:-.23045039999999894},{x:.2324710554999987,y:-.14155709999999888}],color:"primary",fill:!0},path17:{type:"path",points:[{x:.07704605550000054,y:-.08544359999999895},{x:.2325688555000005,y:-.19774119999999895}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:.11255990000000127},{x:.28369465549999884,y:.2606293000000013}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.006566644499999885,y:.35624680000000075},bottom1:{type:"text",text:"{VAL}",x:.020614555499999687,y:-.4202180999999998}},refblocks:{top1:{x:.2843894554999997,y:.5566011000000001},bottom1:{x:.2823318555000005,y:-.5566010999999997},left1:{x:-.3990097444999998,y:.00014970000000036343}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5847595409999997,maxY:.584759541,width:.8543363709999996,height:1.1695190819999999,centerX:27755575615628914e-33,centerY:16653345369377348e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:.008130800000000438,radius:.28854213,color:"primary",fill:!1}}},igbt_transistor_horz_default=modifySymbol(igbt_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotated2=rotateSymbol(igbt_transistor_horz_default),ref4=rotated2.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val4=rotated2.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref4.anchor="middle_left",val4.anchor="middle_right",ref4.x=.45,ref4.y+=.065,val4.y+=.065;var igbt_transistor_vert_default=rotated2,illuminated_push_button_normally_open_default={paths:{"path12-1-8-6-9":{type:"path",points:[{x:.023137150000000162,y:-.022408499999999165},{x:.023137150000000162,y:-.10240850000000101}],color:"primary",fill:!1},"path12-1-5-6":{type:"path",points:[{x:-.48740694999999956,y:-.18547949999999958},{x:-.1731006500000003,y:-.18547949999999958}],color:"primary",fill:!1},"path12-1-5-6-8":{type:"path",points:[{x:.023792949999999813,y:.17183650000000128},{x:.023792949999999813,y:.10518850000000057}],color:"primary",fill:!1},"path12-1-8-0":{type:"path",points:[{x:-.14922445000000018,y:-.032671500000001075},{x:.19549865000000022,y:-.18509050000000116}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.19549885000000078,y:-.18509050000000116},{x:.4881437499999999,y:-.18509050000000116}],color:"primary",fill:!1},"path12-1-8-6-9-4":{type:"path",points:[{x:.023137150000000162,y:.11939749999999982},{x:.023137150000000162,y:.017597499999999044}],color:"primary",fill:!1},"path12-1-8-6-9-4-3":{type:"path",points:[{x:.08312335000000015,y:.10724749999999972},{x:.08312335000000015,y:.050463500000001105}],color:"primary",fill:!1},"path12-1-8-6-9-4-3-1":{type:"path",points:[{x:-.03684904999999983,y:.10724749999999972},{x:-.03684904999999983,y:.050463500000001105}],color:"primary",fill:!1},"path12-1-8-6-9-4-4":{type:"path",points:[{x:.08312335000000015,y:.10724749999999972},{x:-.03684904999999983,y:.10724749999999972}],color:"primary",fill:!1},"path14-5":{type:"path",points:[{x:-.011640198644880861,y:.2824489119921765},{x:.01182744133211866,y:.25421423950368016},{x:.035295081309120846,y:.22597956701517674},{x:.05876272128612037,y:.19774489452667865}],color:"primary",fill:!0},"path14-5-3":{type:"path",points:[{x:-.011818241440559873,y:.19775449269853418},{x:.01171692178543804,y:.22592735480803405},{x:.03525208501144128,y:.25410021691753926},{x:.058787248237439194,y:.2822730790270338}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.010987250000000337,y:.3808714999999978},bottom1:{type:"text",text:"{VAL}",x:.05578094999999994,y:-.3808714999999996}},refblocks:{left1:{x:-.4717985499999999,y:-.1854504999999982},right1:{x:.4717985499999999,y:-.18547650000000182}},bounds:{minX:-.4999569909999999,maxX:.4999569909999999,minY:-.3808714999999996,maxY:.3808714999999978,width:.9999139819999998,height:.7617429999999974,centerX:0,centerY:-8881784197001252e-31},circles:{path9:{type:"circle",x:.02379285000000042,y:.24000550000000054,radius:.059920847,color:"primary",fill:!1}}},illuminated_push_button_normally_open_horz_default=modifySymbol(illuminated_push_button_normally_open_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol8=rotateSymbol(illuminated_push_button_normally_open_horz_default),texts21=rotatedSymbol8.primitives.filter(lV=>lV.type==="text"),val5=texts21.find(lV=>lV.text==="{VAL}");val5.x=-.35,val5.y=0,val5.anchor="middle_right";var ref5=texts21.find(lV=>lV.text==="{REF}");ref5.y=0,ref5.x=.35,ref5.anchor="middle_left";var illuminated_push_button_normally_open_vert_default=rotatedSymbol8,inductor_default={paths:{path8698:{type:"path",points:[{x:-.20003504999999944,y:-.023826854587889912},{x:-.20252458999999945,y:-.018993393814014044},{x:-.20501412999999943,y:-.014174384106555204},{x:-.2075036699999995,y:-.009384187436300498},{x:-.20999320999999949,y:-.004636988132081332},{x:-.2124827499999995,y:5329457033053167e-20},{x:-.2149722899999995,y:.004673092344940186},{x:-.2174618299999995,y:.009209271428771242},{x:-.21995136999999956,y:.013649213595881985},{x:-.22244090999999955,y:.01798089395292432},{x:-.22493044999999956,y:.022192955076609913},{x:-.22741998999999957,y:.02627477703600152},{x:-.22990952999999958,y:.030216542867918667},{x:-.2323990699999996,y:.03400929910178016},{x:-.2348886099999996,y:.03764501096072756},{x:-.23737814999999962,y:.04111661189869628},{x:-.23986768999999963,y:.04441804716802203},{x:-.24235722999999965,y:.04754431114897349},{x:-.24484676999999966,y:.05049147821106258},{x:-.24733630999999967,y:.053256726915861724},{x:-.24982584999999968,y:.05583835741211009},{x:-.2523153899999997,y:.05823580191586174},{x:-.2548049299999997,y:.060449628211062575},{x:-.2572944699999997,y:.0624815361489735},{x:-.25978400999999973,y:.06433434716802203},{x:-.26227354999999974,y:.06601198689869628},{x:-.26476308999999976,y:.06751946096072757},{x:-.26725262999999977,y:.06886282410178016},{x:-.2697421699999998,y:.07004914286791866},{x:-.2722317099999998,y:.0710864520360015},{x:-.2747212499999998,y:.07198370507660991},{x:-.2772107899999998,y:.07275071895292433},{x:-.27970032999999983,y:.07339811359588198},{x:-.28218986999999984,y:.07393724642877124},{x:-.28467940999999986,y:.07438014234494018},{x:-.28716894999999987,y:.07473941957033053},{x:-.2896584899999999,y:.07502821186791866},{x:-.2921480299999999,y:.07526008756369952},{x:-.2946375699999999,y:.07544896589344477},{x:-.2971271099999999,y:.07560903118598594},{x:-.29961664999999993,y:.07575464541211008},{x:-.3021061874999999,y:.07560903118598594},{x:-.30459572499999993,y:.07544896589344477},{x:-.3070852624999999,y:.07526008756369951},{x:-.30957479999999993,y:.07502821186791866},{x:-.31206433749999984,y:.07473941957033052},{x:-.3145538749999998,y:.07438014234494018},{x:-.31704341249999984,y:.07393724642877124},{x:-.31953294999999987,y:.07339811359588198},{x:-.32202248749999984,y:.07275071895292431},{x:-.3245120249999998,y:.07198370507660991},{x:-.3270015624999998,y:.0710864520360015},{x:-.32949109999999976,y:.07004914286791866},{x:-.33198063749999984,y:.06886282410178016},{x:-.33447017499999976,y:.06751946096072757},{x:-.3369597124999998,y:.06601198689869628},{x:-.33944924999999976,y:.06433434716802203},{x:-.34193878749999973,y:.06248153614897349},{x:-.34442832499999976,y:.06044962821106258},{x:-.3469178624999997,y:.05823580191586174},{x:-.3494073999999997,y:.05583835741211009},{x:-.35189693749999973,y:.053256726915861724},{x:-.35438647499999965,y:.050491478211062576},{x:-.3568760124999997,y:.0475443111489735},{x:-.35936554999999964,y:.04441804716802203},{x:-.3618550874999996,y:.04111661189869628},{x:-.36434462499999964,y:.03764501096072756},{x:-.36683416249999967,y:.03400929910178016},{x:-.3693236999999996,y:.030216542867918673},{x:-.3718132374999996,y:.02627477703600152},{x:-.3743027749999996,y:.022192955076609917},{x:-.37679231249999956,y:.017980893952924324},{x:-.3792818499999996,y:.013649213595881985},{x:-.3817713874999995,y:.00920927142877125},{x:-.38426092499999953,y:.004673092344940191},{x:-.38675046249999956,y:5329457033053514e-20},{x:-.38923999999999953,y:-.004636988132081328},{x:-.39172953749999956,y:-.009384187436300498},{x:-.3942190749999995,y:-.014174384106555197},{x:-.3967086124999995,y:-.01899339381401404},{x:-.3991981499999995,y:-.023826854587889912}],color:"primary",fill:!1},path8700:{type:"path",points:[{x:-.000872049999999458,y:-.02382615458789039},{x:-.0033615874999994412,y:-.01899269131401453},{x:-.0058511249999994245,y:-.014173679106555696},{x:-.008340662499999407,y:-.009383479936300985},{x:-.010830199999999391,y:-.004636278132081827},{x:-.013319737499999373,y:5400707033003174e-20},{x:-.015809274999999356,y:.004673807344939683},{x:-.018298812499999338,y:.009209988928770731},{x:-.020788349999999324,y:.013649933595881476},{x:-.023277887499999306,y:.017981616452923805},{x:-.02576742499999929,y:.022193680076609393},{x:-.02825696249999927,y:.026275504536001},{x:-.030746499999999254,y:.030217272867918137},{x:-.03323603749999924,y:.034010031601779636},{x:-.03572557499999922,y:.03764574596072702},{x:-.038215112499999204,y:.04111734939869574},{x:-.04070464999999919,y:.04441878716802149},{x:-.04319418749999917,y:.04754505364897295},{x:-.045683724999999155,y:.05049222321106203},{x:-.048173262499999134,y:.05325747441586117},{x:-.05066279999999912,y:.055839107412109526},{x:-.053152337499999106,y:.05823655441586117},{x:-.055641874999999084,y:.06045038321106201},{x:-.05813141249999907,y:.06248229364897292},{x:-.06062094999999905,y:.06433510716802145},{x:-.06311048749999904,y:.0660127493986957},{x:-.06560002499999902,y:.06752022596072697},{x:-.068089562499999,y:.06886359160177957},{x:-.07057909999999898,y:.07004991286791806},{x:-.07306863749999896,y:.07108722453600091},{x:-.07555817499999895,y:.0719844800766093},{x:-.07804771249999894,y:.07275149645292371},{x:-.08053724999999892,y:.07339889359588138},{x:-.0830267874999989,y:.07393802892877062},{x:-.08551632499999888,y:.07438092734493956},{x:-.08800586249999887,y:.07474020707032991},{x:-.09049539999999885,y:.07502900186791804},{x:-.09298493749999884,y:.07526088006369888},{x:-.09547447499999881,y:.07544976089344414},{x:-.0979640124999988,y:.0756098286859853},{x:-.10045354999999878,y:.07575544541210943},{x:-.1029430899999988,y:.0756098286859853},{x:-.1054326299999988,y:.07544976089344414},{x:-.10792216999999882,y:.07526088006369887},{x:-.11041170999999883,y:.07502900186791804},{x:-.11290124999999884,y:.0747402070703299},{x:-.11539078999999886,y:.07438092734493956},{x:-.11788032999999885,y:.07393802892877062},{x:-.1203698699999989,y:.07339889359588138},{x:-.12285940999999889,y:.07275149645292371},{x:-.1253489499999989,y:.0719844800766093},{x:-.12783848999999892,y:.07108722453600091},{x:-.13032802999999893,y:.07004991286791806},{x:-.13281756999999894,y:.06886359160177957},{x:-.13530710999999895,y:.06752022596072697},{x:-.13779664999999897,y:.0660127493986957},{x:-.14028618999999898,y:.06433510716802145},{x:-.142775729999999,y:.06248229364897291},{x:-.145265269999999,y:.06045038321106202},{x:-.14775480999999901,y:.05823655441586117},{x:-.15024434999999903,y:.055839107412109526},{x:-.15273388999999904,y:.05325747441586117},{x:-.15522342999999905,y:.05049222321106202},{x:-.15771296999999906,y:.047545053648972956},{x:-.16020250999999908,y:.04441878716802149},{x:-.1626920499999991,y:.04111734939869574},{x:-.1651815899999991,y:.03764574596072702},{x:-.16767112999999914,y:.034010031601779636},{x:-.1701606699999991,y:.03021727286791814},{x:-.17265020999999914,y:.026275504536001},{x:-.17513974999999915,y:.022193680076609396},{x:-.17762928999999916,y:.017981616452923805},{x:-.1801188299999992,y:.013649933595881474},{x:-.18260836999999916,y:.00920998892877074},{x:-.1850979099999992,y:.0046738073449396865},{x:-.1875874499999992,y:5400707033003521e-20},{x:-.19007698999999922,y:-.004636278132081827},{x:-.19256652999999926,y:-.009383479936300985},{x:-.19505606999999922,y:-.01417367910655569},{x:-.19754560999999926,y:-.018992691314014522},{x:-.20003514999999927,y:-.02382615458789039}],color:"primary",fill:!1},path8702:{type:"path",points:[{x:.19829105000000036,y:-.02382615458789039},{x:.19580151000000035,y:-.01899269131401453},{x:.1933119700000003,y:-.014173679106555696},{x:.19082243000000035,y:-.009383479936300985},{x:.1883328900000003,y:-.004636278132081827},{x:.1858433500000003,y:5400707033003174e-20},{x:.18335381000000028,y:.004673807344939683},{x:.18086427000000024,y:.009209988928770731},{x:.1783747300000003,y:.013649933595881476},{x:.17588519000000025,y:.017981616452923805},{x:.17339565000000023,y:.022193680076609393},{x:.17090611000000022,y:.026275504536001},{x:.16841657000000018,y:.030217272867918137},{x:.16592703000000023,y:.034010031601779636},{x:.16343749000000019,y:.03764574596072702},{x:.16094795000000017,y:.04111734939869574},{x:.15845841000000016,y:.04441878716802149},{x:.15596887000000015,y:.04754505364897295},{x:.15347933000000014,y:.05049222321106203},{x:.15098979000000012,y:.05325747441586117},{x:.1485002500000001,y:.055839107412109526},{x:.1460107100000001,y:.05823655441586117},{x:.1435211700000001,y:.06045038321106201},{x:.14103163000000007,y:.06248229364897292},{x:.13854209000000006,y:.06433510716802145},{x:.13605255000000005,y:.0660127493986957},{x:.13356301000000004,y:.06752022596072697},{x:.13107347000000003,y:.06886359160177957},{x:.12858393,y:.07004991286791806},{x:.12609439,y:.07108722453600091},{x:.12360484999999999,y:.0719844800766093},{x:.12111530999999998,y:.07275149645292371},{x:.11862576999999996,y:.07339889359588138},{x:.11613622999999995,y:.07393802892877062},{x:.11364668999999994,y:.07438092734493956},{x:.11115714999999993,y:.07474020707032991},{x:.10866760999999991,y:.07502900186791804},{x:.1061780699999999,y:.07526088006369888},{x:.10368852999999989,y:.07544976089344414},{x:.10119898999999988,y:.0756098286859853},{x:.09870944999999987,y:.07575544541210943},{x:.09621991249999988,y:.0756098286859853},{x:.0937303749999999,y:.07544976089344414},{x:.09124083749999992,y:.07526088006369887},{x:.08875129999999994,y:.07502900186791804},{x:.08626176249999995,y:.0747402070703299},{x:.08377222499999996,y:.07438092734493956},{x:.08128268749999998,y:.07393802892877062},{x:.07879315,y:.07339889359588138},{x:.07630361250000002,y:.07275149645292371},{x:.07381407500000003,y:.0719844800766093},{x:.07132453750000005,y:.07108722453600091},{x:.06883500000000006,y:.07004991286791806},{x:.06634546250000009,y:.06886359160177957},{x:.0638559250000001,y:.06752022596072697},{x:.06136638750000012,y:.0660127493986957},{x:.05887685000000013,y:.06433510716802145},{x:.05638731250000015,y:.06248229364897291},{x:.053897775000000175,y:.06045038321106202},{x:.05140823750000019,y:.05823655441586117},{x:.048918700000000204,y:.055839107412109526},{x:.04642916250000022,y:.05325747441586117},{x:.04393962500000023,y:.05049222321106202},{x:.04145008750000026,y:.047545053648972956},{x:.038960550000000274,y:.04441878716802149},{x:.03647101250000029,y:.04111734939869574},{x:.0339814750000003,y:.03764574596072702},{x:.03149193750000032,y:.034010031601779636},{x:.02900240000000034,y:.03021727286791814},{x:.02651286250000036,y:.026275504536001},{x:.024023325000000373,y:.022193680076609396},{x:.021533787500000387,y:.017981616452923805},{x:.019044250000000405,y:.013649933595881474},{x:.016554712500000426,y:.00920998892877074},{x:.014065175000000442,y:.0046738073449396865},{x:.011575637500000457,y:5400707033003521e-20},{x:.009086100000000473,y:-.004636278132081827},{x:.006596562500000487,y:-.009383479936300985},{x:.004107025000000513,y:-.01417367910655569},{x:.0016174875000005274,y:-.018992691314014522},{x:-.000872049999999458,y:-.02382615458789039}],color:"primary",fill:!1},path8704:{type:"path",points:[{x:.39745405000000034,y:-.02382615458789039},{x:.3949645125000003,y:-.01899269131401453},{x:.39247497500000034,y:-.014173679106555696},{x:.3899854375000004,y:-.009383479936300985},{x:.38749590000000045,y:-.004636278132081827},{x:.3850063625000004,y:5400707033003174e-20},{x:.3825168250000004,y:.004673807344939683},{x:.3800272875000004,y:.009209988928770731},{x:.3775377500000005,y:.013649933595881476},{x:.37504821250000053,y:.017981616452923805},{x:.3725586750000005,y:.022193680076609393},{x:.3700691375000005,y:.026275504536001},{x:.3675796000000005,y:.030217272867918137},{x:.3650900625000006,y:.034010031601779636},{x:.3626005250000006,y:.03764574596072702},{x:.3601109875000006,y:.04111734939869574},{x:.35762145000000056,y:.04441878716802149},{x:.3551319125000006,y:.04754505364897295},{x:.3526423750000007,y:.05049222321106203},{x:.3501528375000007,y:.05325747441586117},{x:.3476633000000007,y:.055839107412109526},{x:.34517376250000065,y:.05823655441586117},{x:.34268422500000073,y:.06045038321106201},{x:.3401946875000007,y:.06248229364897292},{x:.3377051500000008,y:.06433510716802145},{x:.33521561250000076,y:.0660127493986957},{x:.33272607500000073,y:.06752022596072697},{x:.3302365375000008,y:.06886359160177957},{x:.3277470000000008,y:.07004991286791806},{x:.3252574625000008,y:.07108722453600091},{x:.32276792500000084,y:.0719844800766093},{x:.32027838750000087,y:.07275149645292371},{x:.3177888500000009,y:.07339889359588138},{x:.3152993125000009,y:.07393802892877062},{x:.3128097750000009,y:.07438092734493956},{x:.31032023750000093,y:.07474020707032991},{x:.30783070000000096,y:.07502900186791804},{x:.305341162500001,y:.07526088006369888},{x:.30285162500000096,y:.07544976089344414},{x:.300362087500001,y:.0756098286859853},{x:.297872550000001,y:.07575544541210943},{x:.29538301000000095,y:.0756098286859853},{x:.292893470000001,y:.07544976089344414},{x:.290403930000001,y:.07526088006369887},{x:.287914390000001,y:.07502900186791804},{x:.28542485000000095,y:.0747402070703299},{x:.2829353100000009,y:.07438092734493956},{x:.2804457700000009,y:.07393802892877062},{x:.2779562300000009,y:.07339889359588138},{x:.2754666900000009,y:.07275149645292371},{x:.2729771500000009,y:.0719844800766093},{x:.2704876100000009,y:.07108722453600091},{x:.26799807000000087,y:.07004991286791806},{x:.26550853000000085,y:.06886359160177957},{x:.26301899000000084,y:.06752022596072697},{x:.26052945000000083,y:.0660127493986957},{x:.2580399100000008,y:.06433510716802145},{x:.2555503700000008,y:.06248229364897291},{x:.2530608300000008,y:.06045038321106202},{x:.2505712900000008,y:.05823655441586117},{x:.24808175000000077,y:.055839107412109526},{x:.24559221000000075,y:.05325747441586117},{x:.24310267000000074,y:.05049222321106202},{x:.24061313000000073,y:.047545053648972956},{x:.23812359000000072,y:.04441878716802149},{x:.2356340500000007,y:.04111734939869574},{x:.2331445100000007,y:.03764574596072702},{x:.23065497000000068,y:.034010031601779636},{x:.22816543000000067,y:.03021727286791814},{x:.22567589000000066,y:.026275504536001},{x:.22318635000000064,y:.022193680076609396},{x:.22069681000000063,y:.017981616452923805},{x:.21820727000000062,y:.013649933595881474},{x:.2157177300000006,y:.00920998892877074},{x:.2132281900000006,y:.0046738073449396865},{x:.21073865000000058,y:5400707033003521e-20},{x:.20824911000000057,y:-.004636278132081827},{x:.20575957000000056,y:-.009383479936300985},{x:.20327003000000055,y:-.01417367910655569},{x:.20078049000000053,y:-.018992691314014522},{x:.19829095000000052,y:-.02382615458789039}],color:"primary",fill:!1},path8706:{type:"path",points:[{x:-.4023286499999996,y:-.022544054587890106},{x:-.5293590499999994,y:-.022544054587890106}],color:"primary",fill:!1},"path8706-5":{type:"path",points:[{x:.5261604500000003,y:-.027111054587890093},{x:.39913004999999946,y:-.027111054587890093}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0040821499999992295,y:.22997364541210996},bottom1:{type:"text",text:"{VAL}",x:-.004252755294839927,y:-.22997364541210996}},refblocks:{left1:{x:-.5504428500000003,y:-.021272154587890446},right1:{x:.5504428500000005,y:-.026521254587889898}},bounds:{minX:-.5786012910000002,maxX:.5786012910000005,minY:-.22997364541210996,maxY:.22997364541210996,width:1.1572025820000007,height:.4599472908242199,centerX:11102230246251565e-32,centerY:0},circles:{}},{paths:paths20,texts:texts22,bounds:bounds20,refblocks:refblocks20,circles:circles19}=inductor_default,inductor_right_default={primitives:[...Object.values(paths20),...Object.values(circles19),{...texts22.top1,anchor:"middle_bottom"},{...texts22.bottom1,anchor:"middle_top"}],ports:[{...refblocks20.left1,labels:["1"]},{...refblocks20.right1,labels:["2"]}],size:{width:bounds20.width,height:bounds20.height},center:{x:bounds20.centerX,y:bounds20.centerY}},inductor_up_default=rotateSymbol(inductor_right_default,"up"),inductor_down_default=flipSymbolOverXAxis(inductor_up_default),inductor_left_default=flipSymbolOverYAxis(inductor_right_default),laser_diode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000006,y:-.05991764999999982},{x:-.14891374999999996,y:-.06254064999999964}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.13221874999999983,y:-.048856449999999496},{x:-.13236425000000063,y:-.18114814999999918}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.13236425000000063,y:.08343525000000018},{x:.13221874999999983,y:-.048856449999999496}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.13236425000000063,y:-.18114814999999984},{x:-.13236425000000063,y:.08343525000000018}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.13221874999999983,y:.08343525000000018},{x:.13221874999999983,y:-.18114814999999984}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.13582535000000018,y:-.04942524999999942},{x:.533952450000001,y:-.059917649999999156}],color:"primary",fill:!1},"path25-0-9-8":{type:"path",points:[{x:-.02944535000000048,y:.39378525000000053},{x:-.05325954999999993,y:.4660362500000006},{x:-.07725114999999949,y:.39386225000000086}],color:"primary",fill:!0},"path78-6-5-5":{type:"path",points:[{x:-.05361965000000035,y:.27387525000000035},{x:-.053592050000000446,y:.2865022500000003},{x:-.05330205000000077,y:.41436425000000066},{x:-.05311205000000019,y:.4152642500000008}],color:"primary",fill:!1},"path25-0-9-8-2":{type:"path",points:[{x:.06865195000000024,y:.39378525000000053},{x:.044837750000000565,y:.4660362500000006},{x:.02084615000000123,y:.39386225000000086}],color:"primary",fill:!0},"path78-6-5-5-7":{type:"path",points:[{x:.044477650000000146,y:.27387525000000035},{x:.044505250000000274,y:.2865022500000003},{x:.04479524999999995,y:.41436425000000066},{x:.04498525000000053,y:.4152642500000008}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:.03124844999999965,y:.05895145000000013},{x:.03124844999999965,y:-.16452955000000036}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.25206924999999947,y:.3769550499999994},bottom1:{type:"text",text:"{VAL}",x:-.006614550000000552,y:-.4660362500000004}},refblocks:{left1:{x:-.54139845,y:-.060770450000000364},right1:{x:.5413984499999995,y:-.0597740500000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.4660362500000004,maxY:.4660362500000006,width:1.1391137819999995,height:.932072500000001,centerX:-2220446049250313e-31,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000003116,y:-.05278935000000051,radius:.28854213,color:"primary",fill:!1}}};laser_diode_default.bounds.width+=.2;var laser_diode_horz_default=modifySymbol(laser_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol9=rotateSymbol(laser_diode_horz_default),texts23=rotatedSymbol9.primitives.filter(lV=>lV.type==="text"),ref6=texts23.find(lV=>lV.text==="{VAL}");ref6.x=-.52,ref6.anchor="middle_right";var laser_diode_vert_default=rotatedSymbol9,led_default={paths:{path45:{type:"path",points:[{x:.13585750000000063,y:-.003696399999999045},{x:-.12872579999999934,y:-.13598810000000228}],color:"primary",fill:!1},"path1-8":{type:"path",points:[{x:.12763670000000094,y:-.003920199999999596},{x:.5265564000000009,y:-.003920199999999596}],color:"primary",fill:!1},path46:{type:"path",points:[{x:-.12872579999999934,y:.12859530000000063},{x:.13585750000000063,y:-.003696399999999045}],color:"primary",fill:!1},path47:{type:"path",points:[{x:-.12872579999999934,y:-.13598810000000228},{x:-.12872579999999934,y:.12859530000000063}],color:"primary",fill:!1},path48:{type:"path",points:[{x:.13585750000000063,y:.12859530000000063},{x:.13585750000000063,y:-.13598810000000228}],color:"primary",fill:!1},path49:{type:"path",points:[{x:-.13076959999999938,y:-.003696399999999045},{x:-.5256007999999994,y:-.003696399999999045}],color:"primary",fill:!1},path25:{type:"path",points:[{x:-.1557438999999996,y:.28545279999999806},{x:-.2530861999999994,y:.3023319999999998},{x:-.21878339999999952,y:.20956920000000068}],color:"primary",fill:!0},path78:{type:"path",points:[{x:-.08000449999999937,y:.16590799999999817},{x:-.09202799999999911,y:.1748410000000007},{x:-.2137844999999996,y:.26529680000000155},{x:-.2144144999999993,y:.2662468000000011}],color:"primary",fill:!1},"path25-0":{type:"path",points:[{x:.021722400000000697,y:.30658939999999646},{x:-.07561989999999952,y:.3234685999999982},{x:-.04131709999999922,y:.23070579999999907}],color:"primary",fill:!0},"path78-6":{type:"path",points:[{x:.09746180000000093,y:.18704459999999656},{x:.08543830000000074,y:.19597759999999909},{x:-.0363181999999993,y:.28643339999999995},{x:-.03694819999999943,y:.2873833999999995}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{VAL}",x:-.009561699999999451,y:-.3234685999999982},right1:{type:"text",text:"{REF}",x:.31464070000000044,y:.22386570000000106}},refblocks:{left1:{x:-.5362092999999997,y:-.004432900000001183},right1:{x:.5362093000000003,y:-.004886400000003732}},bounds:{minX:-.5643677409999996,maxX:.5643677410000003,minY:-.3234685999999982,maxY:.3234685999999982,width:1.128735482,height:.6469371999999964,centerX:33306690738754696e-32,centerY:0},circles:{}},{paths:paths21,texts:texts24,bounds:bounds21,refblocks:refblocks21,circles:circles20}=led_default,led_right_default={primitives:[...Object.values(paths21),...Object.values(circles20),{...texts24.bottom1,anchor:"middle_top"},{...texts24.right1,anchor:"middle_bottom"}],ports:[{...refblocks21.left1,labels:["1"]},{...refblocks21.right1,labels:["2"]}],size:{width:bounds21.width,height:bounds21.height},center:{x:bounds21.centerX,y:bounds21.centerY}},led_down_default=rotateSymbol(led_right_default,"down"),led_left_default=flipSymbolOverYAxis(led_right_default),baseSymbol=rotateSymbol(led_right_default,"up"),modifiedSymbol={...baseSymbol,primitives:baseSymbol.primitives.map(lV=>lV.type==="path"&&(lV.points.length===3||lV.points.length===4)?{...lV,points:lV.points.map(J=>({x:J.x,y:-J.y+2*baseSymbol.center.y}))}:lV)},led_up_default=modifiedSymbol,light_dependent_resistor_default={paths:{path11:{type:"path",points:[{x:-.5053201665812097,y:-.010839730805804138},{x:-.1829962316128657,y:-.010839730805804138}],color:"primary",fill:!1},"path11-2":{type:"path",points:[{x:-.1674747072814866,y:-.11471502212593476},{x:-.1674747072814866,y:.07736981415388478}],color:"primary",fill:!1},"path11-5":{type:"path",points:[{x:-.1674747072814866,y:-.11632056223474518},{x:.16018133830019532,y:-.11632056223474518}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:-.1674747072814866,y:.07736981415388478},{x:.16018133830019532,y:.07736981415388478}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.17205869804197382,y:-.010839950577224311},{x:.5116721586832798,y:-.010839950577224311}],color:"primary",fill:!1},"path11-2-1":{type:"path",points:[{x:.16064490317338742,y:-.11622177498145403},{x:.16064490317338742,y:.07727135655772521}],color:"primary",fill:!1},"path25-0-9":{type:"path",points:[{x:-.40391896081308554,y:-.2111951150487743},{x:-.32538818309991635,y:-.1776462385858042},{x:-.33843942905204627,y:-.26928059146906413}],color:"primary",fill:!0},"path78-6-5":{type:"path",points:[{x:-.4470989190253618,y:-.3351265263866847},{x:-.4385525777085817,y:-.32468848279378437},{x:-.3520048317368336,y:-.21897414423109507},{x:-.3516268465799328,y:-.21798517284109487}],color:"primary",fill:!1},"path25-0-9-0":{type:"path",points:[{x:-.30220674110432255,y:-.3403193953841548},{x:-.22367596339115314,y:-.30677051892118534},{x:-.23672720934328306,y:-.3984048718044453}],color:"primary",fill:!0},"path78-6-5-9":{type:"path",points:[{x:-.3453866993165988,y:-.464250806722065},{x:-.3368403579998187,y:-.45381276312916397},{x:-.2502926120280704,y:-.34809842456647466},{x:-.24991462687116983,y:-.34710945317647446}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.1679477702432366,y:-.40859918889256375},bottom1:{type:"text",text:"{VAL}",x:-.006410773639930811,y:.464250806722065}},refblocks:{left1:{x:-.5247194309452994,y:-.009902515585214156},right1:{x:.5247194309452992,y:-.010997416799653603}},bounds:{minX:-.5520103866874645,maxX:.5520103866874643,minY:-.5085991888925637,maxY:.464250806722065,width:1.1040207733749288,height:.6228499956146287,centerX:-11102230246251565e-32,centerY:-.022174191085249373},circles:{path1:{type:"circle",x:-.003646732950281173,y:-.018672603986024328,radius:.2796529289238723,color:"primary",fill:!1}}},{paths:paths22,texts:texts25,bounds:bounds22,refblocks:refblocks22,circles:circles21}=light_dependent_resistor_default,light_dependent_resistor_horz_default={primitives:[...Object.values(paths22),...Object.values(circles21),{...texts25.top1,anchor:"middle_left",x:0},{...texts25.bottom1,anchor:"middle_left",x:0}],ports:[{...refblocks22.left1,labels:["1"]},{...refblocks22.right1,labels:["2"]}],size:{width:bounds22.width,height:bounds22.height},center:{x:bounds22.centerX,y:bounds22.centerY}},rotatedSymbol10=rotateSymbol(light_dependent_resistor_horz_default),texts26=rotatedSymbol10.primitives.filter(lV=>lV.type==="text"),val6=texts26.find(lV=>lV.text==="{VAL}");val6.x=-.35,val6.y=0,val6.anchor="middle_right";var ref7=texts26.find(lV=>lV.text==="{REF}");ref7.y=0,ref7.x=.35,ref7.anchor="middle_left";var light_dependent_resistor_vert_default=rotatedSymbol10,mosfet_depletion_normally_on_default={paths:{path208:{type:"path",points:[{x:.3843021704999998,y:.13154093999999894},{x:.5165938705000004,y:-.13304206000000107}],color:"primary",fill:!1},path209:{type:"path",points:[{x:.25201047050000014,y:-.13304206000000107},{x:.3843021704999998,y:.13154093999999894}],color:"primary",fill:!1},path210:{type:"path",points:[{x:.5165938705000004,y:-.13304206000000107},{x:.25201047050000014,y:-.13304206000000107}],color:"primary",fill:!1},path211:{type:"path",points:[{x:.25201047050000014,y:.13154093999999894},{x:.5165938705000004,y:.13154093999999894}],color:"primary",fill:!1},path212:{type:"path",points:[{x:.11971887050000074,y:-.39762406000000006},{x:.3843021704999998,y:-.39762406000000006}],color:"primary",fill:!1},path213:{type:"path",points:[{x:.3843021704999998,y:.39612494},{x:.11971887050000074,y:.39612494}],color:"primary",fill:!1},path214:{type:"path",points:[{x:.11971887050000074,y:.5284169399999996},{x:.11971887050000074,y:.18445994}],color:"primary",fill:!1},path215:{type:"path",points:[{x:.11971887050000074,y:-.5299150600000004},{x:.11971887050000074,y:-.0007480600000011606}],color:"primary",fill:!1},path216:{type:"path",points:[{x:.3843021704999998,y:-.39762469000000067},{x:.3843021704999998,y:.3961256399999993}],color:"primary",fill:!1},path217:{type:"path",points:[{x:-.1448644295000001,y:.2638359399999999},{x:-.1448644295000001,y:-.26533006000000015}],color:"primary",fill:!1},path218:{type:"path",points:[{x:-.22423942949999898,y:-.2653310599999994},{x:-.22423942949999898,y:.26383493999999885}],color:"primary",fill:!1},path219:{type:"path",points:[{x:-.5417394294999998,y:-.26533006000000015},{x:-.22423942949999898,y:-.2653320600000004}],color:"primary",fill:!1},path220:{type:"path",points:[{x:-.1448644295000001,y:-.18595506000000128},{x:.11971897050000013,y:-.18595506000000128}],color:"primary",fill:!1},path221:{type:"path",points:[{x:-.1448644295000001,y:.18446093999999924},{x:.11971897050000013,y:.18446093999999924}],color:"primary",fill:!1},path222:{type:"path",points:[{x:-.06548942950000036,y:-.0007480600000011606},{x:.11971887050000074,y:-.0007480600000011606}],color:"primary",fill:!1}},texts:{right1:{type:"text",text:"{VAL}",x:.5715500704999998,y:.02044358999999929},right2:{type:"text",text:"{REF}",x:.5701646705000005,y:.2085436499999993}},refblocks:{top1:{x:.12018067049999992,y:.5432738300000004},bottom1:{x:.11982247050000083,y:-.5432738300000004},left1:{x:-.5433916295000003,y:-.2663988600000007}},bounds:{minX:-.5715500705000003,maxX:.5715500704999998,minY:-.5714322710000004,maxY:.5714322710000004,width:1.1431001410000001,height:1.1428645420000008,centerX:-2220446049250313e-31,centerY:0},circles:{}},{paths:paths23,texts:texts27,bounds:bounds23,refblocks:refblocks23}=mosfet_depletion_normally_on_default,mosfet_depletion_normally_on_horz_default={primitives:[...Object.values(paths23),{...texts27.right1,anchor:"middle_left"},{...texts27.right2,anchor:"middle_left"}],ports:[{...refblocks23.top1,labels:["1"]},{...refblocks23.bottom1,labels:["2"]},{...refblocks23.left1,labels:["3"]}],size:{width:bounds23.width+.4,height:bounds23.height},center:{x:bounds23.centerX+.2,y:bounds23.centerY}},rotated3=rotateSymbol(mosfet_depletion_normally_on_horz_default),ref8=rotated3.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val7=rotated3.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref8.anchor="middle_top",val7.anchor="middle_top",ref8.x=val7.x,val7.y+=.15;var mosfet_depletion_normally_on_vert_default=rotated3,mushroom_head_normally_open_momentary_default={paths:{"path12-1-8-6-9":{type:"path",points:[{x:.005962250000000502,y:.06921149999999976},{x:.005962250000000502,y:-.005086499999999106}],color:"primary",fill:!1},"path12-1-5-6":{type:"path",points:[{x:-.48740705000000073,y:-.09299450000000142},{x:-.17310075000000058,y:-.09299450000000142}],color:"primary",fill:!1},"path12-1-8-0":{type:"path",points:[{x:-.16008695000000017,y:-.010660500000000184},{x:.1719709499999995,y:-.010660500000000184}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.1954987499999996,y:-.09260549999999945},{x:.4881436499999996,y:-.09260549999999945}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.09950044999999985,y:.05839450000000035},{x:-.09950104999999976,y:.06197449999999982},{x:-.09932044999999956,y:.06550449999999941},{x:-.09896044999999987,y:.0690104999999992},{x:-.09860045000000017,y:.07250049999999852},{x:-.09806045000000019,y:.07593049999999835},{x:-.09735344999999995,y:.07929949999999941},{x:-.09663345000000056,y:.08265950000000011},{x:-.09578045000000035,y:.08599949999999978},{x:-.09475245000000054,y:.08924949999999932},{x:-.09379245000000047,y:.09255949999999835},{x:-.09254545000000025,y:.09567949999999925},{x:-.09120844999999989,y:.09877950000000091},{x:-.08986644999999971,y:.10186950000000117},{x:-.08839545000000015,y:.10492949999999901},{x:-.08675845000000049,y:.10783949999999898},{x:-.08506245000000057,y:.11069950000000084},{x:-.08334244999999996,y:.11360950000000081},{x:-.08146945000000017,y:.11638949999999859},{x:-.0795824500000002,y:.11916949999999993},{x:-.07752845000000086,y:.12180949999999946},{x:-.07546944999999994,y:.12442949999999975},{x:-.07325945000000011,y:.12693950000000065},{x:-.07104145000000006,y:.129449499999998},{x:-.06867544999999975,y:.13182950000000027},{x:-.06628845000000005,y:.1341695000000005},{x:-.06379544999999975,y:.1364194999999988},{x:-.06114145000000004,y:.13848950000000038},{x:-.05848745000000033,y:.1405694999999998},{x:-.05584345000000024,y:.14261950000000034},{x:-.05306845000000049,y:.14449950000000022},{x:-.05029345000000074,y:.14639950000000113},{x:-.04738844999999969,y:.14811950000000174},{x:-.04437445000000029,y:.14969949999999876},{x:-.04134744999999995,y:.1513194999999996},{x:-.038316449999999946,y:.15275949999999838},{x:-.03515645000000056,y:.15407949999999992},{x:-.03204444999999989,y:.15536950000000083},{x:-.028770450000000558,y:.15655950000000018},{x:-.025468450000000864,y:.15757949999999887},{x:-.02213745000000067,y:.15863950000000138},{x:-.018790450000000014,y:.15942949999999811},{x:-.01536325000000005,y:.16012949999999826},{x:-.011980249999999693,y:.16082950000000018},{x:-.008442250000000762,y:.16141949999999916},{x:-.004890650000000107,y:.1617494999999991},{x:-.0013406500000003874,y:.16204949999999663},{x:.002252350000000014,y:.16214949999999817},{x:.005893849999999645,y:.16214949999999817},{x:.009534849999998762,y:.16214949999999817},{x:.013136849999999534,y:.16204949999999663},{x:.016683149999999536,y:.1617494999999991},{x:.020231149999998976,y:.1614494999999998},{x:.023727149999999142,y:.16104949999999896},{x:.02715474999999934,y:.16012949999999826},{x:.03057874999999921,y:.15952949999999966},{x:.03395574999999962,y:.15867949999999986},{x:.03725995000000015,y:.15758950000000027},{x:.0405679499999998,y:.15652949999999954},{x:.04379994999999948,y:.15541949999999893},{x:.04695294999999966,y:.15409950000000094},{x:.050101949999999285,y:.15280950000000004},{x:.053191949999999544,y:.1513194999999996},{x:.05617794999999948,y:.1497395000000008},{x:.05916694999999983,y:.14811950000000174},{x:.06206694999999929,y:.14639950000000113},{x:.06487294999999982,y:.1445595000000015},{x:.06767095000000012,y:.14269950000000264},{x:.07038294999999994,y:.14069950000000198},{x:.07299194999999958,y:.1385795000000023},{x:.07560095000000011,y:.13645950000000262},{x:.07809294999999938,y:.13420950000000254},{x:.08047994999999997,y:.13187950000000193},{x:.08287894999999956,y:.1295395000000017},{x:.08515495000000062,y:.12706950000000106},{x:.08729294999999926,y:.12451950000000167},{x:.08944594999999911,y:.12192950000000202},{x:.0914679499999993,y:.11930950000000173},{x:.09337295000000001,y:.1165295000000004},{x:.0971669499999992,y:.11101949999999938},{x:.10043494999999947,y:.10512450000000229},{x:.10311494999999926,y:.09890950000000132},{x:.10444094999999987,y:.09581950000000106},{x:.10564094999999973,y:.09262950000000103},{x:.10667494999999949,y:.08935950000000226},{x:.10769994999999977,y:.08610950000000273},{x:.1085699499999997,y:.08279950000000369},{x:.10927795000000007,y:.07942950000000337},{x:.10999794999999946,y:.07605950000000128},{x:.11051994999999959,y:.07262950000000146},{x:.11088394999999984,y:.06913950000000213},{x:.11124394999999954,y:.0656495000000028},{x:.11142394999999983,y:.062099500000002195},{x:.11142394999999983,y:.05854350000000075},{x:.10483595000000001,y:.05853049999999982},{x:.0982479500000002,y:.058516500000001415},{x:.09164495000000006,y:.058518500000001694},{x:.08505695000000024,y:.05850850000000207},{x:.078453950000001,y:.058509500000001324},{x:.07186595000000029,y:.058496500000000395},{x:.06526295000000104,y:.05849750000000142},{x:.058674950000001225,y:.058485499999999746},{x:.05208695000000052,y:.058473499999999845},{x:.04548395000000127,y:.058475500000000125},{x:.038895950000001456,y:.05846150000000172},{x:.03230795000000075,y:.058448499999999015},{x:.025704950000001503,y:.058453499999998826},{x:.019101950000001366,y:.05845449999999808},{x:.01251395000000155,y:.05844149999999715},{x:.005925950000001734,y:.058427499999998744},{x:-.0006560499999990199,y:.05842149999999968},{x:-.007240049999999165,y:.05841449999999959},{x:-.01382404999999931,y:.05840850000000053},{x:-.020406049999999176,y:.05840250000000147},{x:-.02699004999999932,y:.058394500000002125},{x:-.03357404999999947,y:.05838950000000409},{x:-.04015604999999933,y:.05838350000000503},{x:-.04674004999999948,y:.05837450000000466},{x:-.05332205000000023,y:.058368500000005596},{x:-.05990605000000038,y:.058360500000006255},{x:-.06649005000000052,y:.058355500000006444},{x:-.07307205000000039,y:.05834950000000738},{x:-.07965605000000053,y:.05834150000000804},{x:-.08624005000000068,y:.05833550000000898},{x:-.09282205000000143,y:.05833050000001094}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.01254745000000046,y:.26612850000000243},bottom1:{type:"text",text:"{VAL}",x:-.16130964999999975,y:-.2661284999999989}},refblocks:{left1:{x:-.4717985499999999,y:-.09296750000000031},right1:{x:.4717985499999999,y:-.09299249999999937}},bounds:{minX:-.4999569909999999,maxX:.4999569909999999,minY:-.2661284999999989,maxY:.26612850000000243,width:.9999139819999998,height:.5322570000000013,centerX:0,centerY:17763568394002505e-31},circles:{}},{paths:paths24,texts:texts28,bounds:bounds24,refblocks:refblocks24,circles:circles22}=mushroom_head_normally_open_momentary_default,mushroom_head_normally_open_momentary_horz_default={primitives:[...Object.values(paths24),...Object.values(circles22),{...texts28.top1,anchor:"middle_bottom",x:0},{...texts28.bottom1,anchor:"middle_top",x:0}],ports:[{...refblocks24.left1,labels:["1"]},{...refblocks24.right1,labels:["2"]}],size:{width:bounds24.width,height:bounds24.height},center:{x:bounds24.centerX+.006,y:bounds24.centerY+.06}},rotated4=rotateSymbol(mushroom_head_normally_open_momentary_horz_default),ref9=rotated4.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val8=rotated4.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref9.anchor="middle_left",val8.anchor="middle_right",ref9.x=ref9.x-.03,ref9.y=ref9.y,val8.x=val8.x,val8.y=0;var mushroom_head_normally_open_momentary_vert_default=rotated4,n_channel_d_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.09373835550000087,y:-.18559775000000034},{x:.09280835550000122,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.27419885550000034,y:.04077644999999963},{x:.27419885550000034,y:-.030615650000000327},{x:.2024438555000001,y:.004662050000000084}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.16715385000000005},{x:.05111245550000065,y:.10592255000000006}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths25,texts:texts29,bounds:bounds25,refblocks:refblocks25,circles:circles23}=n_channel_d_mosfet_transistor_default,n_channel_d_mosfet_transistor_horz_default={primitives:[...Object.values(paths25),...Object.values(circles23),{...texts29.top1,anchor:"middle_right",x:0},{...texts29.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks25.top1,labels:["1","drain"]},{...refblocks25.bottom1,labels:["2","source"]},{...refblocks25.left1,labels:["3","gate"]}],size:{width:bounds25.width,height:bounds25.height},center:{x:bounds25.centerX,y:bounds25.centerY}},rotatedSymbol11=rotateSymbol(n_channel_d_mosfet_transistor_horz_default),texts30=rotatedSymbol11.primitives.filter(lV=>lV.type==="text"),val9=texts30.find(lV=>lV.text==="{VAL}");val9.x=-.35,val9.y=0,val9.anchor="middle_right";var ref10=texts30.find(lV=>lV.text==="{REF}");ref10.y=0,ref10.x=.35,ref10.anchor="middle_left";var n_channel_d_mosfet_transistor_vert_default=rotatedSymbol11,n_channel_e_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-8-3-7":{type:"path",points:[{x:.09448295549999952,y:-.14677165000000048},{x:.09319295549999951,y:-.06899565000000041}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},"path2-8-3":{type:"path",points:[{x:.09440455549999993,y:.07703174999999951},{x:.09311455549999992,y:.15480774999999958}],color:"primary",fill:!1},"path2-8-3-2":{type:"path",points:[{x:.09448295549999952,y:-.03486995000000048},{x:.09319295549999951,y:.042906049999999585}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.2741991554999996,y:.040776550000000134},{x:.2741991554999996,y:-.030615549999999825},{x:.2024441554999994,y:.004662350000000037}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.10847375000000059},{x:.05111245550000065,y:.1059225499999994}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths26,texts:texts31,bounds:bounds26,refblocks:refblocks26,circles:circles24}=n_channel_e_mosfet_transistor_default,n_channel_e_mosfet_transistor_horz_default={primitives:[...Object.values(paths26),...Object.values(circles24),{...texts31.top1,anchor:"middle_right",x:0},{...texts31.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks26.top1,labels:["1","drain"]},{...refblocks26.bottom1,labels:["2","source"]},{...refblocks26.left1,labels:["3","gate"]}],size:{width:bounds26.width,height:bounds26.height},center:{x:bounds26.centerX,y:bounds26.centerY}},rotatedSymbol12=rotateSymbol(n_channel_e_mosfet_transistor_horz_default),texts32=rotatedSymbol12.primitives.filter(lV=>lV.type==="text"),val10=texts32.find(lV=>lV.text==="{VAL}");val10.x=-.35,val10.y=0,val10.anchor="middle_right";var ref11=texts32.find(lV=>lV.text==="{REF}");ref11.y=0,ref11.x=.35,ref11.anchor="middle_left";var n_channel_e_mosfet_transistor_vert_default=rotatedSymbol12,njfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.38509374449999945,y:.00367374999999992},{x:.05876225550000025,y:.00629674999999974}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:-.18559775000000034},{x:.07322065550000101,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:-.53233025},{x:.2836366555000003,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2912404555000001,y:.5298821500000002},{x:.29184045550000004,y:.10355795000000012}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:-.10788365000000044},{x:.29146205549999915,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.07425025549999931,y:.10232114999999986},{x:.29146205549999915,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:-.0829488445000004,y:-.06153284999999986},{x:-.0829488445000004,y:.06535114999999969},{x:.005945155500000077,y:.0026521499999998532}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.15156024449999927,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.0393233555000001,y:.42489435000000064}},refblocks:{top1:{x:.2843894554999997,y:-.5519248499999992},bottom1:{x:.29108805550000105,y:.5519248499999994},left1:{x:-.3990097444999998,y:.004526550000000462}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:27755575615628914e-33,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths27,texts:texts33,bounds:bounds27,refblocks:refblocks27,circles:circles25}=njfet_transistor_default,njfet_transistor_horz_default={primitives:[...Object.values(paths27),...Object.values(circles25),{...texts33.top1,anchor:"middle_right",x:0},{...texts33.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks27.top1,labels:["1","drain"]},{...refblocks27.bottom1,labels:["2","source"]},{...refblocks27.left1,labels:["3","gate"]}],size:{width:bounds27.width,height:bounds27.height},center:{x:bounds27.centerX,y:bounds27.centerY}},rotatedSymbol13=rotateSymbol(njfet_transistor_horz_default),texts34=rotatedSymbol13.primitives.filter(lV=>lV.type==="text"),val11=texts34.find(lV=>lV.text==="{VAL}");val11.x=-.35,val11.y=0,val11.anchor="middle_right";var ref12=texts34.find(lV=>lV.text==="{REF}");ref12.y=0,ref12.x=.35,ref12.anchor="middle_left";var njfet_transistor_vert_default=rotatedSymbol13,npn_bipolar_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850939444999988,y:-.0036735999999999436},{x:.0587620555000008,y:-.0062965999999997635}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:.07400475550000118,y:.2689528999999997},{x:.07335475550000092,y:-.2789230000000007}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:.2754149555000005,y:.24180210000000013},{x:.07955815550000045,y:.10822479999999968}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:.2868554555000009,y:-.24134789999999984},{x:.09194705550000082,y:-.10807689999999992}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2851204555,y:.25311099999999964},{x:.2860204555000001,y:.5377640999999995}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:.2851204555,y:-.5376890000000012},{x:.2860204555000001,y:-.25303590000000065}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.1882816555000013,y:-.10097660000000008},{x:.11555775550000158,y:-.20483720000000027},{x:.22425775550000182,y:-.20446720000000007}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.07802354449999971,y:.3596647999999991},bottom1:{type:"text",text:"{VAL}",x:-.0679100444999996,y:-.4129789000000006}},refblocks:{top1:{x:.28556045550000064,y:.5519250999999994},bottom1:{x:.285560455500002,y:-.5519250999999992},left1:{x:-.3990097444999998,y:-.004526300000000871}},bounds:{minX:-.4271681854999998,maxX:.4271681855000001,minY:-.5800835409999991,maxY:.5800835409999994,width:.8543363709999998,height:1.1601670819999985,centerX:13877787807814457e-32,centerY:11102230246251565e-32},circles:{"path1-0":{type:"circle",x:.13862605550000007,y:.003454799999999203,radius:.28854213,color:"primary",fill:!1}}},npn_bipolar_transistor_horz_default=modifySymbol(npn_bipolar_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotatedSymbol14=rotateSymbol(npn_bipolar_transistor_horz_default),texts36=rotatedSymbol14.primitives.filter(lV=>lV.type==="text"),ref13=texts36.find(lV=>lV.text==="{REF}");ref13.anchor="middle_left";var npn_bipolar_transistor_vert_default=modifySymbol(npn_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_left").build(),p_channel_d_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.09373835550000087,y:-.18559775000000034},{x:.09280835550000122,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.20244405549999955,y:-.03061555000000049},{x:.20244405549999955,y:.04077654999999947},{x:.2741990554999998,y:.0054987499999992195}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.16715385000000005},{x:.05111245550000065,y:.10592255000000006}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths29,texts:texts37,bounds:bounds29,refblocks:refblocks29,circles:circles27}=p_channel_d_mosfet_transistor_default,p_channel_d_mosfet_transistor_horz_default={primitives:[...Object.values(paths29),...Object.values(circles27),{...texts37.top1,anchor:"middle_right",x:0},{...texts37.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks29.top1,labels:["1","drain"]},{...refblocks29.bottom1,labels:["2","source"]},{...refblocks29.left1,labels:["3","gate"]}],size:{width:bounds29.width,height:bounds29.height},center:{x:bounds29.centerX,y:bounds29.centerY}},rotatedSymbol15=rotateSymbol(p_channel_d_mosfet_transistor_horz_default),texts38=rotatedSymbol15.primitives.filter(lV=>lV.type==="text"),val12=texts38.find(lV=>lV.text==="{VAL}");val12.x=-.35,val12.y=0,val12.anchor="middle_right";var ref14=texts38.find(lV=>lV.text==="{REF}");ref14.y=0,ref14.x=.35,ref14.anchor="middle_left";var p_channel_d_mosfet_transistor_vert_default=rotatedSymbol15,p_channel_e_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-8-3-7":{type:"path",points:[{x:.09448295549999952,y:-.14677165000000048},{x:.09319295549999951,y:-.06899565000000041}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},"path2-8-3":{type:"path",points:[{x:.09440455549999993,y:.07703174999999951},{x:.09311455549999992,y:.15480774999999958}],color:"primary",fill:!1},"path2-8-3-2":{type:"path",points:[{x:.09448295549999952,y:-.03486995000000048},{x:.09319295549999951,y:.042906049999999585}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.20244405549999955,y:-.03061555000000049},{x:.20244405549999955,y:.04077654999999947},{x:.2741990554999998,y:.0054987499999992195}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.10847375000000059},{x:.05111245550000065,y:.1059225499999994}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths30,texts:texts39,bounds:bounds30,refblocks:refblocks30,circles:circles28}=p_channel_e_mosfet_transistor_default,p_channel_e_mosfet_transistor_horz_default={primitives:[...Object.values(paths30),...Object.values(circles28),{...texts39.top1,anchor:"middle_right",x:0},{...texts39.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks30.top1,labels:["1","drain"]},{...refblocks30.bottom1,labels:["2","source"]},{...refblocks30.left1,labels:["3","gate"]}],size:{width:bounds30.width,height:bounds30.height},center:{x:bounds30.centerX,y:bounds30.centerY}},rotatedSymbol16=rotateSymbol(p_channel_e_mosfet_transistor_horz_default),texts40=rotatedSymbol16.primitives.filter(lV=>lV.type==="text"),val13=texts40.find(lV=>lV.text==="{VAL}");val13.x=-.35,val13.y=0,val13.anchor="middle_right";var ref15=texts40.find(lV=>lV.text==="{REF}");ref15.y=0,ref15.x=.35,ref15.anchor="middle_left";var p_channel_e_mosfet_transistor_vert_default=rotatedSymbol16,photodiode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:-.012413549999999773},{x:-.14891374999999973,y:-.015036549999999593}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.13221874999999983,y:-.001352349999999447},{x:-.1323642500000004,y:-.13364404999999913}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1323642500000004,y:.13093935000000023},{x:.13221874999999983,y:-.001352349999999447}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1323642500000004,y:-.1336440499999998},{x:-.1323642500000004,y:.13093935000000023}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.13221874999999983,y:.13093935000000023},{x:.13221874999999983,y:-.1336440499999998}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1358253500000004,y:-.001921149999999372},{x:.533952450000001,y:-.012413549999999107}],color:"primary",fill:!1},"path25-0":{type:"path",points:[{x:.19839785000000076,y:.37576625000000075},{x:.16262485000000027,y:.28367475000000053},{x:.26033484999999956,y:.2989800500000006}],color:"primary",fill:!0},"path78-6":{type:"path",points:[{x:.3305468500000004,y:.4264014500000006},{x:.31941585000000017,y:.4163797500000006},{x:.20669285000000048,y:.3148875500000008},{x:.20564285000000115,y:.31448755000000084}],color:"primary",fill:!1},"path25-0-9":{type:"path",points:[{x:.34573984999999974,y:.3493283500000002},{x:.30996684999999946,y:.25723684999999996},{x:.40767644999999963,y:.27254215000000004}],color:"primary",fill:!0},"path78-6-5":{type:"path",points:[{x:.47788845000000046,y:.39996355000000006},{x:.46675745000000024,y:.38994185000000003},{x:.35403445000000033,y:.2884496500000002},{x:.352984450000001,y:.2880496500000005}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.10246254999999982,y:.34693914999999986},bottom1:{type:"text",text:"{VAL}",x:.0012544500000004621,y:-.4264014500000004}},refblocks:{left1:{x:-.5413984499999998,y:-.013266350000000315},right1:{x:.54139845,y:-.012269950000000529}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.4264014500000004,maxY:.4264014500000006,width:1.1391137819999997,height:.852802900000001,centerX:11102230246251565e-32,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000000895,y:-.005285250000000241,radius:.28854213,color:"primary",fill:!1}}},photodiode_horz_default=modifySymbol(photodiode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol17=rotateSymbol(photodiode_horz_default),texts41=rotatedSymbol17.primitives.filter(lV=>lV.type==="text"),ref16=texts41.find(lV=>lV.text==="{REF}");ref16.y=0,ref16.anchor="middle_left";var photodiode_vert_default=rotatedSymbol17,pjfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.38509374449999945,y:.00367374999999992},{x:.05876225550000025,y:.00629674999999974}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:-.18559775000000034},{x:.07322065550000101,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:-.53233025},{x:.2836366555000003,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2912404555000001,y:.5298821500000002},{x:.29184045550000004,y:.10355795000000012}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:-.10788365000000044},{x:.29146205549999915,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.07425025549999931,y:.10232114999999986},{x:.29146205549999915,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.005945155500000077,y:.06535114999999969},{x:.005945155500000077,y:-.06153284999999986},{x:-.0829488445000004,y:.001166149999999977}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.15156024449999927,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.0393233555000001,y:.42489435000000064}},refblocks:{top1:{x:.2843894554999997,y:-.5519248499999992},bottom1:{x:.29108805550000105,y:.5519248499999994},left1:{x:-.3990097444999998,y:.004526550000000462}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:27755575615628914e-33,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths31,texts:texts42,bounds:bounds31,refblocks:refblocks31,circles:circles29}=pjfet_transistor_default,pjfet_transistor_horz_default={primitives:[...Object.values(paths31),...Object.values(circles29),{...texts42.top1,anchor:"middle_right",x:0},{...texts42.bottom1,anchor:"middle_right"}],ports:[{...refblocks31.top1,labels:["1","drain"]},{...refblocks31.bottom1,labels:["2","source"]},{...refblocks31.left1,labels:["3","gate"]}],size:{width:bounds31.width,height:bounds31.height},center:{x:bounds31.centerX,y:bounds31.centerY}},rotatedSymbol18=rotateSymbol(pjfet_transistor_horz_default),texts43=rotatedSymbol18.primitives.filter(lV=>lV.type==="text"),val14=texts43.find(lV=>lV.text==="{VAL}");val14.x=-.35,val14.y=0,val14.anchor="middle_right";var ref17=texts43.find(lV=>lV.text==="{REF}");ref17.y=0,ref17.x=.35,ref17.anchor="middle_left";var pjfet_transistor_vert_default=rotatedSymbol18,pnp_bipolar_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850939444999988,y:-.0036735999999999436},{x:.0587620555000008,y:-.0062965999999997635}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:.07400475550000118,y:.2689528999999997},{x:.07335475550000092,y:-.2789230000000007}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:.2754149555000005,y:.24180210000000013},{x:.07955815550000045,y:.10822479999999968}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:.2868554555000009,y:-.24134789999999984},{x:.09194705550000082,y:-.10807689999999992}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2851204555,y:.25311099999999964},{x:.2860204555000001,y:.5377640999999995}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:.2851204555,y:-.5376890000000012},{x:.2860204555000001,y:-.25303590000000065}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.15155145550000038,y:-.2268796000000004},{x:.2242753555000001,y:-.12301900000000021},{x:.11557535549999942,y:-.12338900000000042}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.08351674449999891,y:.37335419999999897},bottom1:{type:"text",text:"{VAL}",x:-.0679100444999996,y:-.4129789000000006}},refblocks:{top1:{x:.28556045550000064,y:.5519250999999994},bottom1:{x:.285560455500002,y:-.5519250999999992},left1:{x:-.3990097444999998,y:-.004526300000000871}},bounds:{minX:-.4271681854999998,maxX:.4271681855000001,minY:-.5800835409999991,maxY:.5800835409999994,width:.8543363709999998,height:1.1601670819999985,centerX:13877787807814457e-32,centerY:11102230246251565e-32},circles:{"path1-0":{type:"circle",x:.13862605550000007,y:.003454799999999203,radius:.28854213,color:"primary",fill:!1}}},pnp_bipolar_transistor_horz_default=modifySymbol(pnp_bipolar_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("bottom1",["2"]).labelPort("top1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotatedSymbol19=rotateSymbol(pnp_bipolar_transistor_horz_default),texts44=rotatedSymbol19.primitives.filter(lV=>lV.type==="text"),ref18=texts44.find(lV=>lV.text==="{REF}");ref18.anchor="middle_left";var pnp_bipolar_transistor_vert_default=modifySymbol(pnp_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("bottom1",["2"]).labelPort("top1",["1"]).changeTextAnchor("{REF}","middle_left").build(),potentiometer_default={paths:{path40:{type:"path",points:[{x:-.19250837381256392,y:.32749349347032286},{x:-.25568957329611974,y:.13794979950157282}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.38205206778131373,y:.26431229398676837},{x:-.19250837381256392,y:.32749349347032286}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.2556895732961204,y:.13794979950157416},{x:-.38205206778131373,y:.26431229398676837}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.2556896210551609,y:.39067474071292196},{x:-.12932712656996737,y:.26431224622772653}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.3199237641156438,y:.2000781031672434},{x:-.5084145145074668,y:.011587352775420667}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:-.011560829633404435,y:.5083596562436202},{x:-.19004023433272543,y:.3298802515442989}],color:"primary",fill:!1},"path40-4":{type:"path",points:[{x:-.19250813152967883,y:-.3220463011874377},{x:-.38205182549842887,y:-.2588651017038819}],color:"primary",fill:!1},"path41-1":{type:"path",points:[{x:-.2556893310132333,y:-.13250260721868767},{x:-.19250813152967883,y:-.3220463011874377}],color:"primary",fill:!1},"path42-7":{type:"path",points:[{x:-.38205182549842753,y:-.258865101703881},{x:-.2556893310132333,y:-.13250260721868767}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:-.12932688428707984,y:-.2588650539448407},{x:-.25568937877227516,y:-.38522754843003404}],color:"primary",fill:!1},"path44-8":{type:"path",points:[{x:-.3199235218327583,y:-.19463091088435758},{x:-.508414272224581,y:-.006140160492534852}],color:"primary",fill:!1},"path44-0-7":{type:"path",points:[{x:-.011641968756381349,y:-.5029938453665972},{x:-.1901213734557028,y:-.3245144406672762}],color:"primary",fill:!1},"path40-4-0":{type:"path",points:[{x:.322578868470321,y:.19315369881256328},{x:.13303517450157099,y:.2563348982961191}],color:"primary",fill:!1},"path41-1-2":{type:"path",points:[{x:.2593976689867663,y:.3826973927813131},{x:.322578868470321,y:.19315369881256328}],color:"primary",fill:!1},"path42-7-1":{type:"path",points:[{x:.13303517450157232,y:.2563348982961198},{x:.2593976689867663,y:.3826973927813131}],color:"primary",fill:!1},"path43-1-8":{type:"path",points:[{x:.38576011571292,y:.2563349460551603},{x:.2593976212277247,y:.12997245156996673}],color:"primary",fill:!1},"path44-8-7":{type:"path",points:[{x:.19516347816724133,y:.3205690891156432},{x:.006672727775418608,y:.509059839507466}],color:"primary",fill:!1},"path44-0-7-1":{type:"path",points:[{x:.5034450312436185,y:.012206154633403798},{x:.32496562654429706,y:.19068555933272457}],color:"primary",fill:!1},"path40-4-8":{type:"path",points:[{x:.3220220261874358,y:-.19326390652967795},{x:.25884082670387976,y:-.382807600498428}],color:"primary",fill:!1},"path41-1-4":{type:"path",points:[{x:.13247833221868577,y:-.25644510601323245},{x:.3220220261874358,y:-.19326390652967795}],color:"primary",fill:!1},"path42-7-0":{type:"path",points:[{x:.2588408267038793,y:-.38280760049842666},{x:.13247833221868577,y:-.25644510601323245}],color:"primary",fill:!1},"path43-1-0":{type:"path",points:[{x:.2588407789448386,y:-.13008265928707896},{x:.38520327343003213,y:-.2564451537722743}],color:"primary",fill:!1},"path44-8-9":{type:"path",points:[{x:.19460663588435567,y:-.3206792968327574},{x:.0061158854925329464,y:-.5091700472245801}],color:"primary",fill:!1},"path44-0-7-3":{type:"path",points:[{x:.5029695703665951,y:-.012397743756380697},{x:.3244901656672745,y:-.19087714845570192}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.2872803000000015,y:.4564494249999992},bottom1:{type:"text",text:"{VAL}",x:-.2872803000000015,y:-.4960514750000007}},refblocks:{top1:{x:.0005126999999993664,y:.5191475},bottom1:{x:-.0005123000000009093,y:-.5191475000000001},left1:{x:-.5191472999999998,y:.0005123250000014234},right1:{x:.5191473000000002,y:-.0005123749999977889}},bounds:{minX:-.5473057409999997,maxX:.5473057410000002,minY:-.5473059410000001,maxY:.547305941,width:1.094611482,height:1.0946118820000001,centerX:2220446049250313e-31,centerY:-5551115123125783e-32},circles:{}},{paths:paths32,texts:texts45,bounds:bounds32,refblocks:refblocks32}=potentiometer_default,potentiometer_horz_default={primitives:[...Object.values(paths32),{...texts45.bottom1,y:.35,anchor:"middle_top"},{...texts45.top1,anchor:"middle_left"}],ports:[{...refblocks32.left1,labels:["1"]},{...refblocks32.right1,labels:["2"]}],size:{width:bounds32.width+.05,height:bounds32.height},center:{x:bounds32.centerX,y:bounds32.centerY}},rotated5=rotateSymbol(potentiometer_horz_default),potentiometer_vert_default=rotated5,potentiometer2_default={paths:{path18:{type:"path",points:[{x:-.53224045,y:-.0008545000000008685},{x:-.26765715000000023,y:-.0008545000000008685}],color:"primary",fill:!1},path19:{type:"path",points:[{x:.2615098499999995,y:-.0008545000000008685},{x:.5260934499999994,y:-.0008545000000008685}],color:"primary",fill:!1},path20:{type:"path",points:[{x:-.0030722500000006647,y:.1314371999999988},{x:.2615107499999998,y:.1314371999999988},{x:.2615107499999998,y:-.13314619999999877},{x:-.26765624999999993,y:-.13314619999999877},{x:-.26765624999999993,y:.1314371999999988},{x:-.0030722499999988884,y:.1314371999999988}],color:"primary",fill:!1},path23:{type:"path",points:[{x:.2782993499999993,y:-.2822274},{x:.17598844999999885,y:-.25486950000000164},{x:.25094144999999823,y:-.1799165000000027}],color:"primary",fill:!0},path24:{type:"path",points:[{x:.2882692499999995,y:-.2921307000000013},{x:.25467554999999953,y:-.16634940000000142},{x:.16229264999999948,y:-.25853690000000284}],color:"primary",fill:!0},path26:{type:"path",points:[{x:-.2985911500000009,y:.2921307000000013},{x:.22988164999999938,y:-.2328032000000011}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.055041669999999154,y:.2009376800000009},bottom1:{type:"text",text:"{VAL}",x:-.10019643000000089,y:-.27857531999999985}},refblocks:{left1:{x:-.5346914500000006,y:-.0013439000000019519},right1:{x:.5346914500000004,y:-.001956599999999753}},bounds:{minX:-.5628498910000006,maxX:.5628498910000004,minY:-.2921307000000013,maxY:.2921307000000013,width:1.125699782000001,height:.5842614000000026,centerX:-11102230246251565e-32,centerY:0},circles:{}},{paths:paths33,texts:texts46,bounds:bounds33,refblocks:refblocks33}=potentiometer2_default,potentiometer2_horz_default={primitives:[...Object.values(paths33),{...texts46.bottom1,anchor:"middle_top"},{...texts46.top1,anchor:"middle_bottom"}],ports:[{...refblocks33.left1,labels:["1"]},{...refblocks33.right1,labels:["2"]}],size:{width:bounds33.width,height:bounds33.height},center:{x:bounds33.centerX,y:bounds33.centerY}},rotated6=rotateSymbol(potentiometer2_horz_default),texts47=rotated6.primitives.filter(lV=>lV.type==="text"),val15=texts47.find(lV=>lV.text==="{VAL}");val15.anchor="middle_right";var ref19=texts47.find(lV=>lV.text==="{REF}");ref19.anchor="middle_left";var potentiometer2_vert_default=rotated6,power_factor_meter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.02812460000000061},{x:-.30105415000000013,y:.02812460000000061}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.02812460000000061},{x:.5339524499999997,y:.02812460000000061}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.16215344999999948,y:.39517610000000025},bottom1:{type:"text",text:"{VAL}",x:-.003375049999999602,y:-.39517610000000003},left1:{type:"text",text:"COS φ",x:-.1453603499999998,y:.013845600000000235}},refblocks:{left1:{x:-.5413984499999998,y:.027271800000000068},right1:{x:.54139845,y:.028268199999999855}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.39517610000000003,maxY:.39517610000000025,width:1.1391137819999997,height:.7903522000000003,centerX:11102230246251565e-32,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03525290000000014,radius:.28854213,color:"primary",fill:!1}}},{paths:paths34,texts:texts48,bounds:bounds34,refblocks:refblocks34,circles:circles30}=power_factor_meter_default,power_factor_meter_horz_default={primitives:[...Object.values(paths34),...Object.values(circles30),{type:"text",text:"{REF}",x:-.15,y:-.42330070000000064,anchor:"middle_top"},{type:"text",text:"{VAL}",x:-.15,y:.42330070000000064,anchor:"middle_bottom"},{type:"text",text:"COS φ",x:0,y:.014279000000000375,anchor:"center"}],ports:[{...refblocks34.left1,labels:["1"]},{...refblocks34.right1,labels:["2"]}],size:{width:bounds34.width,height:bounds34.height},center:{x:bounds34.centerX,y:bounds34.centerY}},rotatedSymbol20=rotateSymbol(power_factor_meter_horz_default),texts49=rotatedSymbol20.primitives.filter(lV=>lV.type==="text"),ref20=texts49.find(lV=>lV.text==="{REF}"),val16=texts49.find(lV=>lV.text==="{VAL}"),text_cos=texts49.find(lV=>lV.text==="COS φ");ref20.x=.35,ref20.y=0,ref20.anchor="middle_left",val16.anchor="middle_right",val16.x=-.35,val16.y=0,text_cos.x=0,text_cos.y=0,text_cos.anchor="center";var power_factor_meter_vert_default=rotatedSymbol20,push_button_normally_closed_momentary_default={paths:{"path12-1-8-6-9-9":{type:"path",points:[{x:.013196749999999646,y:.030446500000000043},{x:.013196749999999646,y:-.0859464999999986}],color:"primary",fill:!1},"path12-1-5-6-4":{type:"path",points:[{x:-.4867871500000014,y:-.0510704999999998},{x:-.17248085000000124,y:-.0510704999999998}],color:"primary",fill:!1},"path12-1-8-0-0":{type:"path",points:[{x:-.15916995000000078,y:-.0915204999999979},{x:.1810634499999999,y:-.0915204999999979}],color:"primary",fill:!1},"path12-1-0-1":{type:"path",points:[{x:.19611864999999984,y:-.05109549999999885},{x:.48876354999999894,y:-.05109549999999885}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.007320949999999549,y:.22461850000000005},bottom1:{type:"text",text:"{VAL}",x:-.1606897500000004,y:-.22461849999999828}},refblocks:{left1:{x:-.47241845000000104,y:-.05104349999999869},right1:{x:.47241845000000016,y:-.051482499999998765}},bounds:{minX:-.500576891000001,maxX:.5005768910000001,minY:-.22461849999999828,maxY:.22461850000000005,width:1.0011537820000012,height:.44923699999999833,centerX:-4440892098500626e-31,centerY:8881784197001252e-31},circles:{"circle-2":{type:"circle",x:-.14387115000000072,y:-.05130149999999922,radius:.023193523,color:"primary",fill:!1},circle:{type:"circle",x:.16803074999999978,y:-.05007949999999717,radius:.023193523,color:"primary",fill:!1}}},{paths:paths35,texts:texts50,bounds:bounds35,refblocks:refblocks35,circles:circles31}=push_button_normally_closed_momentary_default,push_button_normally_closed_momentary_horz_default={primitives:[...Object.values(paths35),...Object.values(circles31),{...texts50.top1,anchor:"middle_left"},{...texts50.bottom1,anchor:"middle_left"}],ports:[{...refblocks35.left1,labels:["1"]},{...refblocks35.right1,labels:["2"]}],size:{width:bounds35.width,height:bounds35.height},center:{x:bounds35.centerX,y:bounds35.centerY}},push_button_normally_closed_momentary_vert_default=rotateSymbol(push_button_normally_closed_momentary_horz_default,"up"),push_button_normally_open_momentary_default={paths:{"path12-1-8-6-9-9":{type:"path",points:[{x:.013196749999999646,y:.15281650000000013},{x:.013196749999999646,y:.036423500000001496}],color:"primary",fill:!1},"path12-1-5-6-4":{type:"path",points:[{x:-.4867871500000014,y:-.0510704999999998},{x:-.17248085000000124,y:-.0510704999999998}],color:"primary",fill:!1},"path12-1-8-0-0":{type:"path",points:[{x:-.15916995000000078,y:.030849500000000418},{x:.1810634499999999,y:.030849500000000418}],color:"primary",fill:!1},"path12-1-0-1":{type:"path",points:[{x:.19611864999999984,y:-.05109549999999885},{x:.48876354999999894,y:-.05109549999999885}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.007320949999999549,y:.22461850000000005},bottom1:{type:"text",text:"{VAL}",x:-.1606897500000004,y:-.22461849999999828}},refblocks:{left1:{x:-.47241845000000104,y:-.05104349999999869},right1:{x:.47241845000000016,y:-.051482499999998765}},bounds:{minX:-.500576891000001,maxX:.5005768910000001,minY:-.22461849999999828,maxY:.22461850000000005,width:1.0011537820000012,height:.44923699999999833,centerX:-4440892098500626e-31,centerY:8881784197001252e-31},circles:{"circle-2":{type:"circle",x:-.14387115000000072,y:-.05130149999999922,radius:.023193523,color:"primary",fill:!1},circle:{type:"circle",x:.16803074999999978,y:-.05007949999999717,radius:.023193523,color:"primary",fill:!1}}},{paths:paths36,texts:texts51,bounds:bounds36,refblocks:refblocks36,circles:circles32}=push_button_normally_open_momentary_default,push_button_normally_open_momentary_horz_default={primitives:[...Object.values(paths36),...Object.values(circles32),{...texts51.top1,anchor:"middle_left"},{...texts51.bottom1,anchor:"middle_left"}],ports:[{...refblocks36.left1,labels:["1"]},{...refblocks36.right1,labels:["2"]}],size:{width:bounds36.width,height:bounds36.height},center:{x:bounds36.centerX,y:bounds36.centerY}},push_button_normally_open_momentary_vert_default=rotateSymbol(push_button_normally_open_momentary_horz_default,"up"),rectifier_diode_default={paths:{path40:{type:"path",points:[{x:-.19250837381256392,y:-.32749349347032286},{x:-.25568957329611974,y:-.13794979950157282}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.38205206778131373,y:-.26431229398676837},{x:-.19250837381256392,y:-.32749349347032286}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.2556895732961204,y:-.13794979950157416},{x:-.38205206778131373,y:-.26431229398676837}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.2556896210551609,y:-.39067474071292196},{x:-.12932712656996737,y:-.26431224622772653}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.3199237641156438,y:-.2000781031672434},{x:-.5084145145074668,y:-.011587352775420667}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:-.011560829633404435,y:-.5083596562436202},{x:-.19004023433272543,y:-.3298802515442989}],color:"primary",fill:!1},"path40-4":{type:"path",points:[{x:-.19250813152967883,y:.3220463011874377},{x:-.38205182549842887,y:.2588651017038819}],color:"primary",fill:!1},"path41-1":{type:"path",points:[{x:-.2556893310132333,y:.13250260721868767},{x:-.19250813152967883,y:.3220463011874377}],color:"primary",fill:!1},"path42-7":{type:"path",points:[{x:-.38205182549842753,y:.258865101703881},{x:-.2556893310132333,y:.13250260721868767}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:-.12932688428707984,y:.2588650539448407},{x:-.25568937877227516,y:.38522754843003404}],color:"primary",fill:!1},"path44-8":{type:"path",points:[{x:-.3199235218327583,y:.19463091088435758},{x:-.508414272224581,y:.006140160492534852}],color:"primary",fill:!1},"path44-0-7":{type:"path",points:[{x:-.011641968756381349,y:.5029938453665972},{x:-.1901213734557028,y:.3245144406672762}],color:"primary",fill:!1},"path40-4-0":{type:"path",points:[{x:.322578868470321,y:-.19315369881256328},{x:.13303517450157099,y:-.2563348982961191}],color:"primary",fill:!1},"path41-1-2":{type:"path",points:[{x:.2593976689867663,y:-.3826973927813131},{x:.322578868470321,y:-.19315369881256328}],color:"primary",fill:!1},"path42-7-1":{type:"path",points:[{x:.13303517450157232,y:-.2563348982961198},{x:.2593976689867663,y:-.3826973927813131}],color:"primary",fill:!1},"path43-1-8":{type:"path",points:[{x:.38576011571292,y:-.2563349460551603},{x:.2593976212277247,y:-.12997245156996673}],color:"primary",fill:!1},"path44-8-7":{type:"path",points:[{x:.19516347816724133,y:-.3205690891156432},{x:.006672727775418608,y:-.509059839507466}],color:"primary",fill:!1},"path44-0-7-1":{type:"path",points:[{x:.5034450312436185,y:-.012206154633403798},{x:.32496562654429706,y:-.19068555933272457}],color:"primary",fill:!1},"path40-4-8":{type:"path",points:[{x:.3220220261874358,y:.19326390652967795},{x:.25884082670387976,y:.382807600498428}],color:"primary",fill:!1},"path41-1-4":{type:"path",points:[{x:.13247833221868577,y:.25644510601323245},{x:.3220220261874358,y:.19326390652967795}],color:"primary",fill:!1},"path42-7-0":{type:"path",points:[{x:.2588408267038793,y:.38280760049842666},{x:.13247833221868577,y:.25644510601323245}],color:"primary",fill:!1},"path43-1-0":{type:"path",points:[{x:.2588407789448386,y:.13008265928707896},{x:.38520327343003213,y:.2564451537722743}],color:"primary",fill:!1},"path44-8-9":{type:"path",points:[{x:.19460663588435567,y:.3206792968327574},{x:.0061158854925329464,y:.5091700472245801}],color:"primary",fill:!1},"path44-0-7-3":{type:"path",points:[{x:.5029695703665951,y:.012397743756380697},{x:.3244901656672745,y:.19087714845570192}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.2872803000000015,y:-.4564494249999992},bottom1:{type:"text",text:"{VAL}",x:-.2872803000000015,y:.4960514750000007}},refblocks:{top1:{x:.0005126999999993664,y:-.5191475},bottom1:{x:-.0005123000000009093,y:.5191475000000001},left1:{x:-.5191472999999998,y:-.0005123250000014234},right1:{x:.5191473000000002,y:.0005123749999977889}},bounds:{minX:-.5473057409999997,maxX:.5473057410000002,minY:-.5564494249999992,maxY:.5473059410000001,width:1.094611482,height:1.1037553659999992,centerX:2220446049250313e-31,centerY:-.004571741999999546},circles:{}},{paths:paths37,texts:texts52,bounds:bounds37,refblocks:refblocks37,circles:circles33}=rectifier_diode_default,rectifier_diode_horz_default={primitives:[...Object.values(paths37),...Object.values(circles33),{...texts52.top1,anchor:"middle_right"},{...texts52.bottom1,anchor:"middle_right"}],ports:[{...refblocks37.top1,labels:["1"]},{...refblocks37.bottom1,labels:["2"]},{...refblocks37.left1,labels:["3"]},{...refblocks37.right1,labels:["4"]}],size:{width:bounds37.width,height:bounds37.height},center:{x:bounds37.centerX,y:bounds37.centerY}},rotated7=rotateSymbol(rectifier_diode_horz_default),ref21=rotated7.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val17=rotated7.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref21.anchor="middle_left",val17.anchor="middle_right";var rectifier_diode_vert_default=rotated7,resonator_default={paths:{path27:{type:"path",points:[{x:.7635944500000007,y:-.2799544500000035},{x:.3138028500000005,y:-.2799544500000035}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.301017949999999,y:-.01524775000000389},{x:-.7508096499999994,y:-.01524775000000389}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.3010179499999994,y:.3480486499999973},{x:-.301017949999999,y:-.2798310500000021}],color:"primary",fill:!1},"path27-3":{type:"path",points:[{x:.7729788499999999,y:.3512451499999969},{x:.32318725000000015,y:.3512451499999969}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.07279374999999932,y:-.27981925000000274},{x:-.2983350499999995,y:-.27981925000000274}],color:"primary",fill:!1},"path29-5-7":{type:"path",points:[{x:.33114835000000076,y:-.2798404500000018},{x:.10560705000000059,y:-.2798404500000018}],color:"primary",fill:!1},"path29-5-7-6":{type:"path",points:[{x:-.055820049999999455,y:-.1676584500000029},{x:-.055820049999999455,y:-.3931997500000026}],color:"primary",fill:!1},"path29-5-7-6-6":{type:"path",points:[{x:.09396265000000081,y:-.16768285000000382},{x:.09396265000000081,y:-.39322415000000355}],color:"primary",fill:!1},"path29-5-9":{type:"path",points:[{x:-.07296184999999955,y:.3513701499999957},{x:-.2985031499999997,y:.3513701499999957}],color:"primary",fill:!1},"path29-5-7-2":{type:"path",points:[{x:.33098025000000053,y:.35134894999999844},{x:.10543895000000036,y:.35134894999999844}],color:"primary",fill:!1},"path29-5-7-6-0":{type:"path",points:[{x:-.05598814999999968,y:.46353094999999733},{x:-.05598814999999968,y:.23798964999999583}],color:"primary",fill:!1},"path29-5-7-6-6-2":{type:"path",points:[{x:.09379455000000014,y:.4635065499999982},{x:.09379455000000014,y:.23796524999999846}],color:"primary",fill:!1},"path29-5-92":{type:"path",points:[{x:.3315317500000008,y:.12563884999999786},{x:.33153175000000035,y:.3511801499999976}],color:"primary",fill:!1},"path29-5-7-28":{type:"path",points:[{x:.3315105500000004,y:-.2783032500000022},{x:.3315105500000004,y:-.0527619500000025}],color:"primary",fill:!1},"path29-5-7-6-9":{type:"path",points:[{x:.44369255000000063,y:.10866514999999843},{x:.21815125000000046,y:.10866514999999843}],color:"primary",fill:!1},"path29-5-7-6-6-7":{type:"path",points:[{x:.4436681500000006,y:-.04111755000000272},{x:.21812685000000043,y:-.04111755000000272}],color:"primary",fill:!1},"path29-5-7-6-9-2":{type:"path",points:[{x:.44235445000000073,y:.07167004999999627},{x:.21681315000000057,y:.07167004999999627}],color:"primary",fill:!1},"path29-5-7-6-9-2-4":{type:"path",points:[{x:.4429695500000004,y:-.0025598500000008073},{x:.4430214500000007,y:.07134914999999609}],color:"primary",fill:!1},"path29-5-7-6-9-2-4-6":{type:"path",points:[{x:.21634305000000031,y:-.0035468500000046532},{x:.21639495000000064,y:.07036214999999935}],color:"primary",fill:!1},"path29-5-7-6-9-2-9":{type:"path",points:[{x:.4429537500000005,y:-.004130850000002795},{x:.21741245000000076,y:-.004130850000002795}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.01596175000000022,y:.5358501499999981},bottom1:{type:"text",text:"{VAL}",x:.013116750000000454,y:-.5358501500000017}},refblocks:{left1:{x:-.7666234499999998,y:-.01615045000000137},right1:{x:.7572390499999999,y:-.28185235000000297},right2:{x:.7666234500000004,y:.3493472499999992}},bounds:{minX:-.7947818909999997,maxX:.7947818910000004,minY:-.5358501500000017,maxY:.5358501499999981,width:1.5895637820000001,height:1.0717002999999998,centerX:33306690738754696e-32,centerY:-17763568394002505e-31},circles:{}},{paths:paths38,texts:texts53,bounds:bounds38,refblocks:refblocks38,circles:circles34}=resonator_default,resonator_horz_default={primitives:[...Object.values(paths38),...Object.values(circles34),{type:"text",text:"{REF}",x:.01596175000000022,y:-.5308501500000009,anchor:"middle_top"},{type:"text",text:"{VAL}",x:.013116750000000454,y:.5408501499999989,anchor:"middle_bottom"}],ports:[{...refblocks38.left1,labels:["1"]},{...refblocks38.right1,labels:["2"]},{...refblocks38.right2,labels:["3"]}],size:{width:bounds38.width,height:bounds38.height},center:{x:bounds38.centerX,y:bounds38.centerY}},resonator_vert_default=rotateSymbol(resonator_horz_default),schottky_diode_default={paths:{path40:{type:"path",points:[{x:.14458930000000048,y:.04403649999999937},{x:-.11999399999999905,y:-.0882552000000012}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.11999400000000038,y:.1763281999999997},{x:.14458929999999914,y:.04403649999999937}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.11999400000000038,y:-.0882552000000012},{x:-.11999400000000038,y:.17632819999999816}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.1435300000000006,y:.17844679999999968},{x:.14458899999999986,y:-.08825519999999965}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219870000000044,y:.04403649999999937},{x:-.5168690000000005,y:.04403649999999937}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233800999999991,y:.043951299999999804},{x:.14967199999999892,y:.043951299999999804}],color:"primary",fill:!1},"path43-7":{type:"path",points:[{x:.2075533999999999,y:.17973149999999904},{x:.14341080000000028,y:.17864949999999946}],color:"primary",fill:!1},"path43-7-9":{type:"path",points:[{x:.2093444999999996,y:.1301679},{x:.20797049999999984,y:.17950350000000048}],color:"primary",fill:!1},"path43-7-2":{type:"path",points:[{x:.07978989999999953,y:-.09023340000000024},{x:.14313979999999948,y:-.09001340000000013}],color:"primary",fill:!1},"path43-7-9-3":{type:"path",points:[{x:.07764390000000043,y:-.04104850000000004},{x:.0790179000000002,y:-.09038410000000074}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999994495,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384530000000007}},refblocks:{left1:{x:-.5191471,y:.044920799999999206},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.547305541,maxX:.5473055409999998,minY:-.27384530000000007,maxY:.27384530000000007,width:1.0946110819999997,height:.5476906000000001,centerX:-5551115123125783e-32,centerY:0},circles:{}},schottky_diode_horz_default=modifySymbol(schottky_diode_default).labelPort("left1",["1","pos"]).labelPort("right1",["2","neg"]).changeTextAnchor("{VAL}","middle_top").changeTextAnchor("{REF}","middle_bottom").build(),rotated8=rotateSymbol(schottky_diode_horz_default),ref22=rotated8.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val18=rotated8.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref22.anchor="middle_left",val18.anchor="middle_right";var schottky_diode_vert_default=rotated8,silicon_controlled_rectifier_default={paths:{path11:{type:"path",points:[{x:-.49895505000000084,y:.04174485000000061},{x:-.177441850000001,y:.04174485000000061}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.18704774999999918,y:.04961415000000069},{x:.5063384499999999,y:.04961415000000069}],color:"primary",fill:!1},"path12-6":{type:"path",points:[{x:.18219425000000045,y:-.15200134999999904},{x:.1810882500000004,y:.2512156500000011}],color:"primary",fill:!1},"path12-2":{type:"path",points:[{x:.18646324999999986,y:.0047866500000004475},{x:.34602244999999954,y:-.13539324999999924}],color:"primary",fill:!1},"path12-2-9":{type:"path",points:[{x:.3463884499999992,y:-.14077354999999936},{x:.3447284499999994,y:-.3343437499999993}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.17016305000000087,y:.2706752500000007},{x:-.17223005000000047,y:-.15200864999999908},{x:.180362149999999,y:.04760855000000097},{x:-.16624855000000038,y:.27180665000000137}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.22312565000000006,y:.38273545},bottom1:{type:"text",text:"{VAL}",x:.11142554999999987,y:-.38273544999999976}},refblocks:{bottom1:{x:.3445824499999999,y:-.34953845000000006},left1:{x:-.5177904499999998,y:.04089205000000007},right1:{x:.5177904499999997,y:.049757749999999934}},bounds:{minX:-.5459488909999998,maxX:.5459488909999997,minY:-.38273544999999976,maxY:.38273545,width:1.0918977819999993,height:.7654708999999997,centerX:-5551115123125783e-32,centerY:11102230246251565e-32},circles:{}},silicon_controlled_rectifier_horz_default=modifySymbol(silicon_controlled_rectifier_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).labelPort("bottom1",["3"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol21=rotateSymbol(silicon_controlled_rectifier_horz_default),texts55=rotatedSymbol21.primitives.filter(lV=>lV.type==="text"),ref23=texts55.find(lV=>lV.text==="{REF}");ref23.y=0,ref23.anchor="middle_left";var silicon_controlled_rectifier_vert_default=rotatedSymbol21,SPDT_switch_default={paths:{path1:{type:"path",points:[{x:-.3543583500000005,y:.03204385000000087},{x:-.12792935000000005,y:.03204385000000087}],color:"primary",fill:!1},"path-1-3":{type:"path",points:[{x:-.1133669500000003,y:.0321987500000005},{x:.11208324999999997,y:.14600155000000048}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.1043477500000003,y:-.0645130499999993},{x:.34508875000000017,y:-.0645130499999993}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.12008575000000055,y:.17214665000000062},{x:.3608267500000004,y:.17214665000000062}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17853294999999947,y:.39716265000000006},bottom1:{type:"text",text:"{VAL}",x:-.011861250000000378,y:-.39716264999999984}},refblocks:{top1:{x:.10744654999999947,y:.17214664999999973},left1:{x:-.3682737499999995,y:.03204385000000021},left2:{x:-.11569114999999996,y:.03204385000000021},right1:{x:.3682737499999995,y:-.06451304999999996},right2:{x:.10744725000000055,y:-.06451304999999996},right3:{x:.3682737499999995,y:.17214664999999973}},bounds:{minX:-.3964321909999995,maxX:.3964321909999995,minY:-.39716264999999984,maxY:.39716265000000006,width:.792864381999999,height:.7943252999999999,centerX:0,centerY:11102230246251565e-32},circles:{}};SPDT_switch_default.bounds.width+=.2;var{paths:paths40,texts:texts56,bounds:bounds40,refblocks:refblocks40,circles:circles36}=SPDT_switch_default,SPDT_switch_horz_default={primitives:[...Object.values(paths40),...Object.values(circles36),{...texts56.top1,anchor:"middle_bottom",x:-.01},{...texts56.bottom1,anchor:"middle_top",x:-.01}],ports:[{...refblocks40.left1,labels:["1"]},{...refblocks40.right1,labels:["3"]},{...refblocks40.right2,labels:["2"]}],size:{width:bounds40.width,height:bounds40.height},center:{x:bounds40.centerX,y:bounds40.centerY}},rotatedSymbol22=rotateSymbol(SPDT_switch_horz_default),texts57=rotatedSymbol22.primitives.filter(lV=>lV.type==="text"),val19=texts57.find(lV=>lV.text==="{VAL}");val19.anchor="middle_right",val19.x=-.3,val19.y=0;var ref24=texts57.find(lV=>lV.text==="{REF}");ref24.anchor="middle_left",ref24.x=.3,ref24.y=0;var SPDT_switch_vert_default=rotatedSymbol22,SPST_switch_default={paths:{path11:{type:"path",points:[{x:-.3622273500000006,y:-.0018583499999986763},{x:-.13579835000000018,y:-.0018583499999986763}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.12010005000000046,y:-.0033888499999992217},{x:.10307834999999987,y:.13630055000000119}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.12795584999999932,y:-.0018583499999986763},{x:.3686967499999996,y:-.0018583499999986763}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.03688484999999986,y:.25026835000000003},bottom1:{type:"text",text:"{VAL}",x:-.02235315000000071,y:-.25026835000000003}},refblocks:{left1:{x:-.12356015000000009,y:-.006648049999999239},left2:{x:-.37614274999999964,y:-.002711249999999721},right1:{x:.11531695000000042,y:-.006648049999999239},right2:{x:.37614274999999964,y:-.0017148499999992683}},bounds:{minX:-.4043011909999996,maxX:.4043011909999996,minY:-.25026835000000003,maxY:.25026835000000003,width:.8086023819999992,height:.5005367000000001,centerX:0,centerY:0},circles:{}};delete SPST_switch_default.refblocks.left1,delete SPST_switch_default.refblocks.right1,SPST_switch_default.bounds.width+=.2;var SPST_switch_horz_default=modifySymbol(SPST_switch_default).changeTextAnchor("{VAL}","middle_top").labelPort("left2",["1"]).labelPort("right2",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol23=rotateSymbol(SPST_switch_horz_default),texts58=rotatedSymbol23.primitives.filter(lV=>lV.type==="text"),val20=texts58.find(lV=>lV.text==="{VAL}");val20.anchor="middle_right",val20.x=-.3,val20.y=0;var ref25=texts58.find(lV=>lV.text==="{REF}");ref25.anchor="middle_left",ref25.x=.3,ref25.y=0;var SPST_switch_vert_default=rotatedSymbol23,step_recovery_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999836},{x:-.1199943999999995,y:-.08825540000000132}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.1763280000000016},{x:.14458890000000002,y:.04403629999999836}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.08825539999999776},{x:-.1199943999999995,y:.1763280000000016}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.1763280000000016},{x:.14458890000000002,y:-.08825539999999776}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999836},{x:-.5168693999999996,y:.04403629999999836}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797,y:.04395110000000102},{x:.14967160000000002,y:.04395110000000102}],color:"primary",fill:!1},"path43-5":{type:"path",points:[{x:.19156529999999972,y:-.0884020999999997},{x:.14591529999999908,y:-.08876210000000029}],color:"primary",fill:!1},"path43-5-2":{type:"path",points:[{x:.19233440000000046,y:-.1355493999999986},{x:.19197439999999988,y:-.08989940000000018}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384529999999785},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999999524,y:-.2738453000000014}},refblocks:{left1:{x:-.5191471000000001,y:.0449206999999987},right1:{x:.5191471000000001,y:.043896100000001326}},bounds:{minX:-.5473055410000001,maxX:.5473055410000001,minY:-.2738453000000014,maxY:.27384529999999785,width:1.0946110820000001,height:.5476905999999993,centerX:0,centerY:-17763568394002505e-31},circles:{}},step_recovery_diode_horz_default=modifySymbol(step_recovery_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),step_recovery_diode_vert_default=rotateSymbol(step_recovery_diode_horz_default),tachometer_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"RPM",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths42,texts:texts60,bounds:bounds42,refblocks:refblocks42,circles:circles38}=tachometer_default,tachometer_horz_default={primitives:[...Object.values(paths42),...Object.values(circles38),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts60.left1,y:.01,anchor:"center",fontSize:.2}],ports:[{...refblocks42.left1,labels:["1"]},{...refblocks42.right1,labels:["2"]}],size:{width:bounds42.width,height:bounds42.height},center:{x:bounds42.centerX,y:bounds42.centerY}},{5:letter4,...rest4}=tachometer_horz_default.primitives;function isPrimitive4(lV){return typeof lV=="object"}var rotatedSymbol24=rotateSymbol({...tachometer_horz_default,primitives:Object.values(rest4).filter(isPrimitive4)}),tachometer_vert_default={...rotatedSymbol24,primitives:[...rotatedSymbol24.primitives,letter4]},triac_default={paths:{path11:{type:"path",points:[{x:-.5176700499999997,y:.041745050000000505},{x:-.10888805000000024,y:.041745050000000505}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1031184499999993,y:.041745050000000505},{x:.5246894499999994,y:.041745050000000505}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.09343985000000021,y:-.14620634999999882},{x:-.0930998500000002,y:.2583405500000009}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.08519034999999908,y:-.14503384999999902},{x:.08553034999999909,y:.2595130500000007}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.08315755000000014,y:.055934450000000524},{x:-.08415755000000047,y:-.14678124999999964},{x:.08653524999999984,y:-.05104664999999953},{x:-.08126175000000035,y:.05647715000000031}],color:"primary",fill:!0},"path11-0-9-0":{type:"path",points:[{x:.07661224999999927,y:.256654450000001},{x:.07761224999999983,y:.05393885000000109},{x:-.0930805500000007,y:.1496734500000012},{x:.07471644999999949,y:.25719715000000143}],color:"primary",fill:!0},"path12-2":{type:"path",points:[{x:.09001085000000009,y:-.05964874999999914},{x:.2707999499999998,y:-.1711147499999992}],color:"primary",fill:!1},"path12-2-9":{type:"path",points:[{x:.27291134999999955,y:-.17591894999999935},{x:.27124034999999935,y:-.30168314999999923}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.0077081499999991365,y:.41683614999999996},bottom1:{type:"text",text:"{VAL}",x:-.03022294999999975,y:-.41683614999999996}},refblocks:{bottom1:{x:.27223905000000026,y:-.3087962499999999},left1:{x:-.54139845,y:.04089205000000051},right1:{x:.5413984499999995,y:.04188845000000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.41683614999999996,maxY:.41683614999999996,width:1.1391137819999995,height:.8336722999999999,centerX:-2220446049250313e-31,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000003116,y:.048873150000000365,radius:.28854213,color:"primary",fill:!1}}},triac_horz_default=modifySymbol(triac_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).labelPort("bottom1",["3"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol25=rotateSymbol(triac_horz_default),texts62=rotatedSymbol25.primitives.filter(lV=>lV.type==="text"),ref26=texts62.find(lV=>lV.text==="{REF}"),val21=texts62.find(lV=>lV.text==="{VAL}");ref26.y=0,val21.y=0;var triac_vert_default=rotatedSymbol25,tunnel_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999992},{x:-.1199943999999995,y:-.08825540000000043}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17632800000000026},{x:.14458890000000002,y:.04403629999999992}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.0882553999999991},{x:-.1199943999999995,y:.17632800000000026}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17632800000000026},{x:.14458890000000002,y:-.0882553999999991}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999992},{x:-.5168693999999996,y:.04403629999999992}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.043951100000000354},{x:.1496715999999998,y:.043951100000000354}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17681090000000044},{x:.07728679999999954,y:.17632089999999967}],color:"primary",fill:!1},"path43-8-8":{type:"path",points:[{x:.1446069000000001,y:-.08908179999999888},{x:.0785024999999997,y:-.08957179999999942}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384529999999985}},refblocks:{left1:{x:-.5191471000000001,y:.044920700000000924},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.27384529999999985,maxY:.27384530000000007,width:1.094611082,height:.5476905999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths44,texts:texts63,bounds:bounds44,refblocks:refblocks44,circles:circles40}=tunnel_diode_default,tunnel_diode_horz_default={primitives:[...Object.values(paths44),...Object.values(circles40),{...texts63.top1,anchor:"middle_bottom"},{...texts63.bottom1,anchor:"middle_top"}],ports:[{...refblocks44.left1,labels:["1"]},{...refblocks44.right1,labels:["2"]}],size:{width:bounds44.width,height:bounds44.height},center:{x:bounds44.centerX,y:bounds44.centerY}},rotated9=rotateSymbol(tunnel_diode_horz_default),ref27=rotated9.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val22=rotated9.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref27.anchor="middle_left",val22.anchor="middle_right";var tunnel_diode_vert_default=rotated9,unijunction_transistor_default={paths:{path11:{type:"path",points:[{x:-.3274461945,y:.20527883627037657},{x:-.021085194500000348,y:.007570136270376837}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2331163055000003,y:.1251673362703769},{x:.2320633055000001,y:.3759855362703768}],color:"primary",fill:!1},"path12-2":{type:"path",points:[{x:.23221610549999938,y:-.0818845637296235},{x:.2311631054999992,y:-.33270276372962315}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.013263894499999873,y:-.1792007637296229},{x:-.012923894499999866,y:.2253461362703768}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.23222970550000066,y:.12047013627037662},{x:-.011307094499999115,y:.11996013627037683}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.1124341944999998,y:.131359936270377},{x:-.16993279449999954,y:.039004036270377185},{x:-.05822649449999928,y:.03212003627037707},{x:-.11133889449999979,y:.13104553627037707}],color:"primary",fill:!0},"path11-0-3-8":{type:"path",points:[{x:.23230320549999983,y:-.08329316372962325},{x:-.011233594499999944,y:-.07900616372962332}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.19541139450000045,y:.389088136270376},bottom1:{type:"text",text:"{VAL}",x:-.031363394499999364,y:-.42359956372962415}},refblocks:{top1:{x:.2317438004035266,y:.3954411227296242},bottom1:{x:.2308431668082036,y:-.35215823360635445},left1:{x:-.34055979449999985,y:.21512343627037622}},bounds:{minX:-.3687182354999998,maxX:.3687182354999999,minY:-.42359956372962415,maxY:.42359956372962415,width:.7374364709999996,height:.8471991274592483,centerX:27755575615628914e-33,centerY:0},circles:{path1:{type:"circle",x:.08017610549999987,y:.006746336270376352,radius:.28854213,color:"primary",fill:!1}}},{paths:paths45,texts:texts64,bounds:bounds45,refblocks:refblocks45,circles:circles41}=unijunction_transistor_default,unijunction_transistor_horz_default={primitives:[...Object.values(paths45),...Object.values(circles41),{...texts64.top1,anchor:"middle_left"},{...texts64.bottom1,anchor:"middle_right"}],ports:[{...refblocks45.top1,labels:["1"]},{...refblocks45.bottom1,labels:["2"]},{...refblocks45.left1,labels:["3"]}],size:{width:bounds45.width,height:bounds45.height},center:{x:bounds45.centerX,y:bounds45.centerY}},rotatedSymbol26=rotateSymbol(unijunction_transistor_horz_default),texts65=rotatedSymbol26.primitives.filter(lV=>lV.type==="text"),ref28=texts65.find(lV=>lV.text==="{REF}");ref28.y=.1;var val23=texts65.find(lV=>lV.text==="{VAL}");val23.y=.1,val23.x=-.4;var unijunction_transistor_vert_default=rotatedSymbol26,var_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Var",x:-.19436529999999896,y:.07249430000000023}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths46,texts:texts66,bounds:bounds46,refblocks:refblocks46,circles:circles42}=var_meter_default,var_meter_horz_default={primitives:[...Object.values(paths46),...Object.values(circles42),{...texts66.top1,x:0,y:-.3594553499999995,anchor:"middle_top"},{...texts66.bottom1,x:0,y:.35,anchor:"middle_bottom"},{...texts66.left1,x:-.02,y:.01,fontSize:.2,anchor:"center"}],ports:[{...refblocks46.left1,labels:["1"]},{...refblocks46.right1,labels:["2"]}],size:{width:bounds46.width,height:bounds46.height},center:{x:bounds46.centerX,y:bounds46.centerY}},var_meter_vert_default=rotateSymbol(var_meter_horz_default),varactor_diode_default={paths:{path40:{type:"path",points:[{x:.08342510000000014,y:.04403649999999937},{x:-.18115819999999938,y:-.0882552000000012}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1811582000000007,y:.1763281999999997},{x:.08342509999999881,y:.04403649999999937}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1811582000000007,y:-.0882552000000012},{x:-.1811582000000007,y:.17632819999999816}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.0949504999999995,y:.17485119999999976},{x:.09600949999999897,y:-.09185079999999957}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.1954338999999996,y:.04403649999999937},{x:-.5191807000000004,y:.04403649999999937}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5253116,y:.043951299999999804},{x:.20527070000000047,y:.043951299999999804}],color:"primary",fill:!1},"path43-6":{type:"path",points:[{x:.1854899999999995,y:.1748848999999999},{x:.18654899999999874,y:-.09181709999999943}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999994495,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384530000000007}},refblocks:{left1:{x:-.5191471,y:.044920799999999206},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.547305541,maxX:.5473055409999998,minY:-.27384530000000007,maxY:.27384530000000007,width:1.0946110819999997,height:.5476906000000001,centerX:-5551115123125783e-32,centerY:0},circles:{}},{paths:paths47,texts:texts67,bounds:bounds47,refblocks:refblocks47,circles:circles43}=varactor_diode_default,varactor_diode_horz_default={primitives:[...Object.values(paths47),...Object.values(circles43),{...texts67.top1,anchor:"middle_bottom"},{...texts67.bottom1,anchor:"middle_top"}],ports:[{...refblocks47.left1,labels:["1"]},{...refblocks47.right1,labels:["2"]}],size:{width:bounds47.width,height:bounds47.height},center:{x:bounds47.centerX,y:bounds47.centerY}},rotated10=rotateSymbol(varactor_diode_horz_default),ref29=rotated10.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val24=rotated10.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref29.anchor="middle_left",val24.anchor="middle_right";var varactor_diode_vert_default=rotated10,varistor_default={paths:{path5:{type:"path",points:[{x:-.5245830500000004,y:.004659100000001359},{x:-.25999975000000086,y:.004659100000001359}],color:"primary",fill:!1},path6:{type:"path",points:[{x:.2691672500000002,y:.004659100000001359},{x:.5337505499999997,y:.004659100000001359}],color:"primary",fill:!1},path7:{type:"path",points:[{x:.2691672500000002,y:-.23346590000000056},{x:-.25999974999999953,y:.2427841000000015}],color:"primary",fill:!1},path8:{type:"path",points:[{x:.37500025000000026,y:-.23346590000000056},{x:.2691672500000002,y:-.23346590000000056}],color:"primary",fill:!1},path9:{type:"path",points:[{x:.004585150000000482,y:.13695090000000043},{x:.26916815000000094,y:.13695090000000043},{x:.26916815000000094,y:-.1276325000000007},{x:-.2599988499999988,y:-.1276325000000007},{x:-.2599988499999988,y:.13695090000000043},{x:.004585150000001814,y:.13695090000000043}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.05849044999999986,y:.25166549999999965},bottom1:{type:"text",text:"{VAL}",x:.008507150000000685,y:-.25166549999999965}},refblocks:{left1:{x:-.5392315500000002,y:.002969399999999567},right1:{x:.5392315500000002,y:.005339799999999784}},bounds:{minX:-.5673899910000002,maxX:.5673899910000002,minY:-.25166549999999965,maxY:.25166549999999965,width:1.1347799820000004,height:.5033309999999993,centerX:0,centerY:0},circles:{}},{paths:paths48,texts:texts68,bounds:bounds48,refblocks:refblocks48}=varistor_default,varistor_horz_default={primitives:[...Object.values(paths48),{...texts68.top1,anchor:"middle_left"},{...texts68.bottom1,anchor:"middle_right"}],ports:[{...refblocks48.left1,labels:["1","-"]},{...refblocks48.right1,labels:["2","+"]}],size:{width:bounds48.width,height:bounds48.height},center:{x:bounds48.centerX,y:bounds48.centerY}},varistor_vert_default=rotateSymbol(varistor_horz_default),varmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Var",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths49,texts:texts69,bounds:bounds49,refblocks:refblocks49,circles:circles44}=varmeter_default,varmeter_horz_default={primitives:[...Object.values(paths49),...Object.values(circles44),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts69.left1,anchor:"center",y:.02,fontSize:.2}],ports:[{...refblocks49.left1,labels:["1"]},{...refblocks49.right1,labels:["2"]}],size:{width:bounds49.width,height:bounds49.height},center:{x:bounds49.centerX,y:bounds49.centerY}},{5:letter5,...rest5}=varmeter_horz_default.primitives;function isPrimitive5(lV){return typeof lV=="object"}var rotatedSymbol27=rotateSymbol({...varmeter_horz_default,primitives:Object.values(rest5).filter(isPrimitive5)}),varmeter_vert_default={...rotatedSymbol27,primitives:[...rotatedSymbol27.primitives,letter5]},volt_meter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.031252300000000455},{x:-.30105415000000013,y:.031252300000000455}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09765764999999949,y:.1295162000000003},{x:-.0011297500000011507,y:-.061970899999999496},{x:-.10778645000000164,y:.1295162000000003}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.031252300000000455},{x:.5339524499999997,y:.031252300000000455}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.021146249999999478,y:.4010973},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.4010973}},refblocks:{left1:{x:-.5413984499999998,y:.030399499999999913},right1:{x:.54139845,y:.0313958999999997}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.4010973,maxY:.4010973,width:1.1391137819999997,height:.8021946,centerX:11102230246251565e-32,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03838059999999999,radius:.28854213,color:"primary",fill:!1}}},volt_meter_horz_default=modifySymbol(volt_meter_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),volt_meter_vert_default=rotateSymbol(volt_meter_horz_default),watt_hour_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Wh",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths51,texts:texts71,bounds:bounds51,refblocks:refblocks51,circles:circles46}=watt_hour_meter_default,watt_hour_meter_horz_default={primitives:[...Object.values(paths51),...Object.values(circles46),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts71.left1,anchor:"center",y:.01,fontSize:.2}],ports:[{...refblocks51.left1,labels:["1"]},{...refblocks51.right1,labels:["2"]}],size:{width:bounds51.width,height:bounds51.height},center:{x:bounds51.centerX,y:bounds51.centerY}},{5:letter6,...rest6}=watt_hour_meter_horz_default.primitives;function isPrimitive6(lV){return typeof lV=="object"}var rotatedSymbol28=rotateSymbol({...watt_hour_meter_horz_default,primitives:Object.values(rest6).filter(isPrimitive6)}),watt_hour_meter_vert_default={...rotatedSymbol28,primitives:[...rotatedSymbol28.primitives,letter6]},wattmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"W",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths52,texts:texts72,bounds:bounds52,refblocks:refblocks52,circles:circles47}=wattmeter_default,wattmeter_horz_default={primitives:[...Object.values(paths52),...Object.values(circles47),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts72.left1,anchor:"center",y:.01,fontSize:.3}],ports:[{...refblocks52.left1,labels:["1"]},{...refblocks52.right1,labels:["2"]}],size:{width:bounds52.width,height:bounds52.height},center:{x:bounds52.centerX,y:bounds52.centerY}},{5:letter7,...rest7}=wattmeter_horz_default.primitives;function isPrimitive7(lV){return typeof lV=="object"}var rotatedSymbol29=rotateSymbol({...wattmeter_horz_default,primitives:Object.values(rest7).filter(isPrimitive7)}),wattmeter_vert_default={...rotatedSymbol29,primitives:[...rotatedSymbol29.primitives,letter7]},zener_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999992},{x:-.1199943999999995,y:-.08825540000000043}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17632800000000026},{x:.14458890000000002,y:.04403629999999992}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.0882553999999991},{x:-.1199943999999995,y:.17632800000000026}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17632800000000026},{x:.14458890000000002,y:-.0882553999999991}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999992},{x:-.5168693999999996,y:.04403629999999992}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.043951100000000354},{x:.1496715999999998,y:.043951100000000354}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17681090000000044},{x:.07728679999999954,y:.17632089999999967}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384529999999985}},refblocks:{left1:{x:-.5191471000000001,y:.044920700000000924},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.27384529999999985,maxY:.27384530000000007,width:1.094611082,height:.5476905999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths53,texts:texts73,bounds:bounds53,refblocks:refblocks53,circles:circles48}=zener_diode_default,zener_diode_horz_default={primitives:[...Object.values(paths53),...Object.values(circles48),{...texts73.top1,anchor:"middle_bottom"},{...texts73.bottom1,anchor:"middle_top"}],ports:[{...refblocks53.left1,labels:["1"]},{...refblocks53.right1,labels:["2"]}],size:{width:bounds53.width,height:bounds53.height},center:{x:bounds53.centerX,y:bounds53.centerY}},rotated11=rotateSymbol(zener_diode_horz_default),ref30=rotated11.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val25=rotated11.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref30.anchor="middle_left",val25.anchor="middle_right";var zener_diode_vert_default=rotated11,symbols_index_default={ac_voltmeter_horz:ac_voltmeter_horz_default,ac_voltmeter_vert:ac_voltmeter_vert_default,avalanche_diode_horz:avalanche_diode_horz_default,avalanche_diode_vert:avalanche_diode_vert_default,battery_horz:battery_horz_default,battery_vert:battery_vert_default,boxresistor_down:boxresistor_down_default,boxresistor_left:boxresistor_left_default,boxresistor_right:boxresistor_right_default,boxresistor_up:boxresistor_up_default,capacitor_down:capacitor_down_default,capacitor_left:capacitor_left_default,capacitor_polarized_down:capacitor_polarized_down_default,capacitor_polarized_left:capacitor_polarized_left_default,capacitor_polarized_right:capacitor_polarized_right_default,capacitor_polarized_up:capacitor_polarized_up_default,capacitor_right:capacitor_right_default,capacitor_up:capacitor_up_default,constant_current_diode_horz:constant_current_diode_horz_default,constant_current_diode_vert:constant_current_diode_vert_default,crystal_4pin_horz:crystal_4pin_horz_default,crystal_4pin_vert:crystal_4pin_vert_default,crystal_horz:crystal_horz_default,crystal_vert:crystal_vert_default,darlington_pair_transistor_horz:darlington_pair_transistor_horz_default,darlington_pair_transistor_vert:darlington_pair_transistor_vert_default,dc_ammeter_horz:dc_ammeter_horz_default,dc_ammeter_vert:dc_ammeter_vert_default,dc_voltmeter_horz:dc_voltmeter_horz_default,dc_voltmeter_vert:dc_voltmeter_vert_default,diac_horz:diac_horz_default,diac_vert:diac_vert_default,diode_down:diode_down_default,diode_left:diode_left_default,diode_right:diode_right_default,diode_up:diode_up_default,dpdt_switch_horz:dpdt_switch_horz_default,dpdt_switch_vert:dpdt_switch_vert_default,dpst_switch_horz:dpst_switch_horz_default,dpst_switch_vert:dpst_switch_vert_default,filled_diode_horz:filled_diode_horz_default,filled_diode_vert:filled_diode_vert_default,frequency_meter_horz:frequency_meter_horz_default,frequency_meter_vert:frequency_meter_vert_default,fuse_horz:fuse_horz_default,fuse_vert:fuse_vert_default,ground_horz:ground_horz_default,ground_vert:ground_vert_default,gunn_diode_horz:gunn_diode_horz_default,gunn_diode_vert:gunn_diode_vert_default,igbt_transistor_horz:igbt_transistor_horz_default,igbt_transistor_vert:igbt_transistor_vert_default,illuminated_push_button_normally_open_horz:illuminated_push_button_normally_open_horz_default,illuminated_push_button_normally_open_vert:illuminated_push_button_normally_open_vert_default,inductor_down:inductor_down_default,inductor_left:inductor_left_default,inductor_right:inductor_right_default,inductor_up:inductor_up_default,laser_diode_horz:laser_diode_horz_default,laser_diode_vert:laser_diode_vert_default,led_down:led_down_default,led_left:led_left_default,led_right:led_right_default,led_up:led_up_default,light_dependent_resistor_horz:light_dependent_resistor_horz_default,light_dependent_resistor_vert:light_dependent_resistor_vert_default,mosfet_depletion_normally_on_horz:mosfet_depletion_normally_on_horz_default,mosfet_depletion_normally_on_vert:mosfet_depletion_normally_on_vert_default,mushroom_head_normally_open_momentary_horz:mushroom_head_normally_open_momentary_horz_default,mushroom_head_normally_open_momentary_vert:mushroom_head_normally_open_momentary_vert_default,n_channel_d_mosfet_transistor_horz:n_channel_d_mosfet_transistor_horz_default,n_channel_d_mosfet_transistor_vert:n_channel_d_mosfet_transistor_vert_default,n_channel_e_mosfet_transistor_horz:n_channel_e_mosfet_transistor_horz_default,n_channel_e_mosfet_transistor_vert:n_channel_e_mosfet_transistor_vert_default,njfet_transistor_horz:njfet_transistor_horz_default,njfet_transistor_vert:njfet_transistor_vert_default,npn_bipolar_transistor_horz:npn_bipolar_transistor_horz_default,npn_bipolar_transistor_vert:npn_bipolar_transistor_vert_default,p_channel_d_mosfet_transistor_horz:p_channel_d_mosfet_transistor_horz_default,p_channel_d_mosfet_transistor_vert:p_channel_d_mosfet_transistor_vert_default,p_channel_e_mosfet_transistor_horz:p_channel_e_mosfet_transistor_horz_default,p_channel_e_mosfet_transistor_vert:p_channel_e_mosfet_transistor_vert_default,photodiode_horz:photodiode_horz_default,photodiode_vert:photodiode_vert_default,pjfet_transistor_horz:pjfet_transistor_horz_default,pjfet_transistor_vert:pjfet_transistor_vert_default,pnp_bipolar_transistor_horz:pnp_bipolar_transistor_horz_default,pnp_bipolar_transistor_vert:pnp_bipolar_transistor_vert_default,potentiometer_horz:potentiometer_horz_default,potentiometer_vert:potentiometer_vert_default,potentiometer2_horz:potentiometer2_horz_default,potentiometer2_vert:potentiometer2_vert_default,power_factor_meter_horz:power_factor_meter_horz_default,power_factor_meter_vert:power_factor_meter_vert_default,push_button_normally_closed_momentary_horz:push_button_normally_closed_momentary_horz_default,push_button_normally_closed_momentary_vert:push_button_normally_closed_momentary_vert_default,push_button_normally_open_momentary_horz:push_button_normally_open_momentary_horz_default,push_button_normally_open_momentary_vert:push_button_normally_open_momentary_vert_default,rectifier_diode_horz:rectifier_diode_horz_default,rectifier_diode_vert:rectifier_diode_vert_default,resonator_horz:resonator_horz_default,resonator_vert:resonator_vert_default,schottky_diode_horz:schottky_diode_horz_default,schottky_diode_vert:schottky_diode_vert_default,silicon_controlled_rectifier_horz:silicon_controlled_rectifier_horz_default,silicon_controlled_rectifier_vert:silicon_controlled_rectifier_vert_default,SPDT_switch_horz:SPDT_switch_horz_default,SPDT_switch_vert:SPDT_switch_vert_default,SPST_switch_horz:SPST_switch_horz_default,SPST_switch_vert:SPST_switch_vert_default,step_recovery_diode_horz:step_recovery_diode_horz_default,step_recovery_diode_vert:step_recovery_diode_vert_default,tachometer_horz:tachometer_horz_default,tachometer_vert:tachometer_vert_default,triac_horz:triac_horz_default,triac_vert:triac_vert_default,tunnel_diode_horz:tunnel_diode_horz_default,tunnel_diode_vert:tunnel_diode_vert_default,unijunction_transistor_horz:unijunction_transistor_horz_default,unijunction_transistor_vert:unijunction_transistor_vert_default,var_meter_horz:var_meter_horz_default,var_meter_vert:var_meter_vert_default,varactor_diode_horz:varactor_diode_horz_default,varactor_diode_vert:varactor_diode_vert_default,varistor_horz:varistor_horz_default,varistor_vert:varistor_vert_default,varmeter_horz:varmeter_horz_default,varmeter_vert:varmeter_vert_default,volt_meter_horz:volt_meter_horz_default,volt_meter_vert:volt_meter_vert_default,watt_hour_meter_horz:watt_hour_meter_horz_default,watt_hour_meter_vert:watt_hour_meter_vert_default,wattmeter_horz:wattmeter_horz_default,wattmeter_vert:wattmeter_vert_default,zener_diode_horz:zener_diode_horz_default,zener_diode_vert:zener_diode_vert_default};Object.fromEntries(Object.keys(symbols_index_default).map(lV=>[lV,lV]));function createSvgObjectsFromPcbTraceError(lV,J,VV,RV){if(!RV)return[];const{pcb_port_ids:UV}=lV,ZV=VV.find(NV=>NV.type==="pcb_port"&&NV.pcb_port_id===(UV==null?void 0:UV[0])),WV=VV.find(NV=>NV.type==="pcb_port"&&NV.pcb_port_id===(UV==null?void 0:UV[1]));if(!ZV||!WV)return[];const IV=applyToPoint(J,{x:ZV.x,y:ZV.y}),dV=applyToPoint(J,{x:WV.x,y:WV.y}),CV={x:(IV.x+dV.x)/2,y:(IV.y+dV.y)/2};return isNaN(IV.x)||isNaN(IV.y)||isNaN(dV.x)||isNaN(dV.y)||isNaN(CV.x)||isNaN(CV.y)?[]:[{name:"line",type:"element",attributes:{x1:IV.x.toString(),y1:IV.y.toString(),x2:CV.x.toString(),y2:CV.y.toString(),stroke:"red","stroke-width":"1.5","stroke-dasharray":"2,2"},children:[],value:""},{name:"line",type:"element",attributes:{x1:CV.x.toString(),y1:CV.y.toString(),x2:dV.x.toString(),y2:dV.y.toString(),stroke:"red","stroke-width":"1.5","stroke-dasharray":"2,2"},children:[],value:""},{name:"rect",type:"element",attributes:{x:(CV.x-5).toString(),y:(CV.y-5).toString(),width:"10",height:"10",fill:"red",transform:`rotate(45 ${CV.x} ${CV.y})`},children:[],value:""},{name:"text",type:"element",attributes:{x:CV.x.toString(),y:(CV.y-15).toString(),fill:"red","font-family":"sans-serif","font-size":"12","text-anchor":"middle"},children:[{type:"text",value:lV.message||"Pcb Trace Error",name:"",attributes:{},children:[]}],value:""}]}function createSvgObjectsFromPcbFabricationNotePath(lV,J){if(!lV.route||!Array.isArray(lV.route))return[];const VV=lV.route[0],RV=lV.route[lV.route.length-1],UV=VV.x===RV.x&&VV.y===RV.y,ZV=lV.route.slice(0,UV?-1:void 0).map((WV,IV)=>{const[dV,CV]=applyToPoint(J,[WV.x,WV.y]);return IV===0?`M ${dV} ${CV}`:`L ${dV} ${CV}`}).join(" ")+(UV?" Z":"");return[{name:"path",type:"element",attributes:{class:"pcb-fabrication-note-path",stroke:lV.color||"rgba(255,255,255,0.5)",fill:"none",d:ZV,"stroke-width":(lV.stroke_width*Math.abs(J.a)).toString(),"data-pcb-component-id":lV.pcb_component_id,"data-pcb-fabrication-note-path-id":lV.pcb_fabrication_note_path_id},value:"",children:[]}]}function createSvgObjectsFromPcbFabricationNoteText(lV,J){const{anchor_position:VV,anchor_alignment:RV,text:UV,font_size:ZV=1,layer:WV="top",color:IV}=lV;if(!VV||typeof VV.x!="number"||typeof VV.y!="number")return console.error("Invalid anchor_position:",VV),[];const[dV,CV]=applyToPoint(J,[VV.x,VV.y]),FV=ZV*Math.abs(J.a),NV=compose(translate(dV,CV),rotate(Math.PI/180));return[{name:"text",type:"element",attributes:{x:"0",y:"0","font-family":"Arial, sans-serif","font-size":FV.toString(),"text-anchor":"middle","dominant-baseline":"central",transform:toString(NV),class:"pcb-fabrication-note-text",fill:IV||"rgba(255,255,255,0.5)"},children:[{type:"text",value:UV,name:"",attributes:{},children:[]}],value:""}]}function createSvgObjectsFromPcbPlatedHole(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.shape==="pill"){const UV=lV.outer_width*Math.abs(J.a),ZV=lV.outer_height*Math.abs(J.a),WV=lV.hole_width*Math.abs(J.a),IV=lV.hole_height*Math.abs(J.a),dV=UV/2,CV=WV/2,FV=ZV-UV;return[{name:"g",type:"element",children:[{name:"path",type:"element",attributes:{class:"pcb-hole-outer",d:`M${VV-dV},${RV-FV/2} v${FV} a${dV},${dV} 0 0 0 ${UV},0 v-${FV} a${dV},${dV} 0 0 0 -${UV},0 z`},value:"",children:[]},{name:"path",type:"element",attributes:{class:"pcb-hole-inner",d:`M${VV-CV},${RV-(IV-WV)/2} v${IV-WV} a${CV},${CV} 0 0 0 ${WV},0 v-${IV-WV} a${CV},${CV} 0 0 0 -${WV},0 z`},value:"",children:[]}],value:"",attributes:{}}]}if(lV.shape==="circle"){const UV=lV.outer_diameter*Math.abs(J.a),ZV=lV.outer_diameter*Math.abs(J.a),WV=lV.hole_diameter*Math.abs(J.a),IV=lV.hole_diameter*Math.abs(J.a),dV=Math.min(UV,ZV)/2,CV=Math.min(WV,IV)/2;return[{name:"g",type:"element",children:[{name:"circle",type:"element",attributes:{class:"pcb-hole-outer",cx:VV.toString(),cy:RV.toString(),r:dV.toString()},value:"",children:[]},{name:"circle",type:"element",attributes:{class:"pcb-hole-inner",cx:VV.toString(),cy:RV.toString(),r:CV.toString()},value:"",children:[]}],value:"",attributes:{}}]}return[]}function createSvgObjectsFromPcbSilkscreenPath(lV,J){if(!lV.route||!Array.isArray(lV.route))return[];let VV=lV.route.map((ZV,WV)=>{const[IV,dV]=applyToPoint(J,[ZV.x,ZV.y]);return WV===0?`M ${IV} ${dV}`:`L ${IV} ${dV}`}).join(" ");const RV=lV.route[0],UV=lV.route[lV.route.length-1];return RV&&UV&&RV.x===UV.x&&RV.y===UV.y&&(VV+=" Z"),[{name:"path",type:"element",attributes:{class:`pcb-silkscreen pcb-silkscreen-${lV.layer}`,d:VV,"stroke-width":(lV.stroke_width*Math.abs(J.a)).toString(),"data-pcb-component-id":lV.pcb_component_id,"data-pcb-silkscreen-path-id":lV.pcb_silkscreen_path_id},value:"",children:[]}]}function createSvgObjectsFromPcbSilkscreenText(lV,J){const{anchor_position:VV,text:RV,font_size:UV=1,layer:ZV="top"}=lV;if(!VV||typeof VV.x!="number"||typeof VV.y!="number")return console.error("Invalid anchor_position:",VV),[];const[WV,IV]=applyToPoint(J,[VV.x,VV.y]),dV=UV*Math.abs(J.a),CV=compose(translate(WV,IV),rotate(Math.PI/180));return[{name:"text",type:"element",attributes:{x:"0",y:"0","font-family":"Arial, sans-serif","font-size":dV.toString(),"text-anchor":"middle","dominant-baseline":"central",transform:toString(CV),class:`pcb-silkscreen-text pcb-silkscreen-${ZV}`,"data-pcb-silkscreen-text-id":lV.pcb_component_id},children:[{type:"text",value:RV,name:"",attributes:{},children:[]}],value:""}]}function pairs(lV){const J=[];for(let VV=0;VV<lV.length-1;VV++)J.push([lV[VV],lV[VV+1]]);return J}var LAYER_NAME_TO_COLOR={top:"rgb(200, 52, 52)",bottom:"rgb(77, 127, 196)"};function layerNameToColor(lV){return LAYER_NAME_TO_COLOR[lV]??"white"}function createSvgObjectsFromPcbTrace(lV,J){if(!lV.route||!Array.isArray(lV.route)||lV.route.length<2)return[];const VV=pairs(lV.route),RV=[];for(const[UV,ZV]of VV){const WV=applyToPoint(J,[UV.x,UV.y]),IV=applyToPoint(J,[ZV.x,ZV.y]),dV="layer"in UV?UV.layer:"layer"in ZV?ZV.layer:null;if(!dV)continue;const CV=LAYER_NAME_TO_COLOR[dV]??"white",FV="width"in UV?UV.width:"width"in ZV?ZV.width:null;RV.push({name:"path",type:"element",value:"",children:[],attributes:{class:"pcb-trace",stroke:CV,d:`M ${WV[0]} ${WV[1]} L ${IV[0]} ${IV[1]}`,"stroke-width":FV?(FV*Math.abs(J.a)).toString():"0.3","stroke-linecap":"round","stroke-linejoin":"round","shape-rendering":"crispEdges"}})}return RV}function createSvgObjectsFromSmtPad(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.shape==="rect"||lV.shape==="rotated_rect"){const UV=lV.width*Math.abs(J.a),ZV=lV.height*Math.abs(J.d);return lV.shape==="rotated_rect"&&lV.ccw_rotation?[{name:"rect",type:"element",attributes:{class:"pcb-pad",fill:layerNameToColor(lV.layer),x:(-UV/2).toString(),y:(-ZV/2).toString(),width:UV.toString(),height:ZV.toString(),transform:`translate(${VV} ${RV}) rotate(${-lV.ccw_rotation})`}}]:[{name:"rect",type:"element",attributes:{class:"pcb-pad",fill:layerNameToColor(lV.layer),x:(VV-UV/2).toString(),y:(RV-ZV/2).toString(),width:UV.toString(),height:ZV.toString()}}]}return[]}function createSvgObjectsFromPcbBoard(lV,J){const{width:VV,height:RV,center:UV,outline:ZV}=lV;let WV;if(ZV&&Array.isArray(ZV)&&ZV.length>=3)WV=ZV.map((IV,dV)=>{const[CV,FV]=applyToPoint(J,[IV.x,IV.y]);return dV===0?`M ${CV} ${FV}`:`L ${CV} ${FV}`}).join(" ");else{const IV=VV/2,dV=RV/2,CV=applyToPoint(J,[UV.x-IV,UV.y-dV]),FV=applyToPoint(J,[UV.x+IV,UV.y-dV]),NV=applyToPoint(J,[UV.x+IV,UV.y+dV]),eV=applyToPoint(J,[UV.x-IV,UV.y+dV]);WV=`M ${CV[0]} ${CV[1]} L ${FV[0]} ${FV[1]} L ${NV[0]} ${NV[1]} L ${eV[0]} ${eV[1]}`}return WV+=" Z",[{name:"path",type:"element",value:"",children:[],attributes:{class:"pcb-board",d:WV,stroke:"rgba(255, 255, 255, 0.5)","stroke-width":(.1*Math.abs(J.a)).toString()}}]}function createSvgObjectsFromPcbVia(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]),UV=lV.outer_diameter*Math.abs(J.a),ZV=lV.outer_diameter*Math.abs(J.a),WV=lV.hole_diameter*Math.abs(J.a),IV=lV.hole_diameter*Math.abs(J.a),dV=Math.min(UV,ZV)/2,CV=Math.min(WV,IV)/2;return{name:"g",type:"element",children:[{name:"circle",type:"element",attributes:{class:"pcb-hole-outer",cx:VV.toString(),cy:RV.toString(),r:dV.toString()}},{name:"circle",type:"element",attributes:{class:"pcb-hole-inner",cx:VV.toString(),cy:RV.toString(),r:CV.toString()}}]}}var HOLE_COLOR="#FF26E2";function createSvgObjectsFromPcbHole(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.hole_shape==="circle"||lV.hole_shape==="square"){const UV=lV.hole_diameter*Math.abs(J.a),ZV=UV/2;return lV.hole_shape==="circle"?[{name:"circle",type:"element",attributes:{class:"pcb-hole",cx:VV.toString(),cy:RV.toString(),r:ZV.toString(),fill:HOLE_COLOR},children:[],value:""}]:[{name:"rect",type:"element",attributes:{class:"pcb-hole",x:(VV-ZV).toString(),y:(RV-ZV).toString(),width:UV.toString(),height:UV.toString(),fill:HOLE_COLOR},children:[],value:""}]}if(lV.hole_shape==="oval"){const UV=lV.hole_width*Math.abs(J.a),ZV=lV.hole_height*Math.abs(J.a),WV=UV/2,IV=ZV/2;return[{name:"ellipse",type:"element",attributes:{class:"pcb-hole",cx:VV.toString(),cy:RV.toString(),rx:WV.toString(),ry:IV.toString(),fill:HOLE_COLOR},children:[],value:""}]}return[]}var OBJECT_ORDER=["pcb_trace_error","pcb_plated_hole","pcb_fabrication_note_text","pcb_fabrication_note_path","pcb_silkscreen_text","pcb_silkscreen_path","pcb_via","pcb_trace","pcb_smtpad","pcb_component","pcb_board"];function convertCircuitJsonToPcbSvg(lV,J){let VV=Number.POSITIVE_INFINITY,RV=Number.POSITIVE_INFINITY,UV=Number.NEGATIVE_INFINITY,ZV=Number.NEGATIVE_INFINITY;for(const SV of lV)SV.type==="pcb_board"?SV.outline&&Array.isArray(SV.outline)&&SV.outline.length>=3?iV(SV.outline):"center"in SV&&"width"in SV&&"height"in SV&&EV(SV.center,SV.width,SV.height):"x"in SV&&"y"in SV?EV({x:SV.x,y:SV.y},0,0):"route"in SV&&MV(SV.route);const WV=1,IV=UV-VV+2*WV,dV=ZV-RV+2*WV,CV=(J==null?void 0:J.width)??800,FV=(J==null?void 0:J.height)??600,NV=[];for(const SV of lV)"route"in SV&&SV.route!==void 0&&NV.push(SV.route);const eV=CV/IV,gV=FV/dV,JV=Math.min(eV,gV),nV=(CV-IV*JV)/2,aV=(FV-dV*JV)/2,GV=compose(translate(nV-VV*JV+WV*JV,FV-aV+RV*JV-WV*JV),scale$2(JV,-JV)),cV=lV.sort((SV,pV)=>(OBJECT_ORDER.indexOf(pV.type)??9999)-(OBJECT_ORDER.indexOf(SV.type)??9999)).flatMap(SV=>createSvgObjects(SV,GV,lV,J==null?void 0:J.shouldDrawErrors));for(const SV of lV)if("stroke_width"in SV){String(JV*SV.stroke_width);break}const TV={name:"svg",type:"element",attributes:{xmlns:"http://www.w3.org/2000/svg",width:CV.toString(),height:FV.toString()},value:"",children:[{name:"style",type:"element",children:[{type:"text",value:`
|
|
22188
|
+
*/var deepRenameKeys,hasRequiredDeepRenameKeys;function requireDeepRenameKeys(){if(hasRequiredDeepRenameKeys)return deepRenameKeys;hasRequiredDeepRenameKeys=1;var lV=requireKindOf(),J=requireRenameKeys();return deepRenameKeys=function VV(RV,UV){var ZV=lV(RV);if(ZV!=="object"&&ZV!=="array")throw new Error("expected an object");var WV=[];ZV==="object"&&(RV=J(RV,UV),WV={});for(var IV in RV)if(RV.hasOwnProperty(IV)){var dV=RV[IV];lV(dV)==="object"||lV(dV)==="array"?WV[IV]=VV(dV,UV):WV[IV]=dV}return WV},deepRenameKeys}requireDeepRenameKeys();var eventemitter3$1={exports:{}},hasRequiredEventemitter3$1;function requireEventemitter3$1(){return hasRequiredEventemitter3$1||(hasRequiredEventemitter3$1=1,function(lV){var J=Object.prototype.hasOwnProperty,VV="~";function RV(){}Object.create&&(RV.prototype=Object.create(null),new RV().__proto__||(VV=!1));function UV(WV,IV,dV){this.fn=WV,this.context=IV,this.once=dV||!1}function ZV(){this._events=new RV,this._eventsCount=0}ZV.prototype.eventNames=function(){var IV=[],dV,CV;if(this._eventsCount===0)return IV;for(CV in dV=this._events)J.call(dV,CV)&&IV.push(VV?CV.slice(1):CV);return Object.getOwnPropertySymbols?IV.concat(Object.getOwnPropertySymbols(dV)):IV},ZV.prototype.listeners=function(IV,dV){var CV=VV?VV+IV:IV,FV=this._events[CV];if(dV)return!!FV;if(!FV)return[];if(FV.fn)return[FV.fn];for(var NV=0,eV=FV.length,gV=new Array(eV);NV<eV;NV++)gV[NV]=FV[NV].fn;return gV},ZV.prototype.emit=function(IV,dV,CV,FV,NV,eV){var gV=VV?VV+IV:IV;if(!this._events[gV])return!1;var JV=this._events[gV],nV=arguments.length,aV,GV;if(JV.fn){switch(JV.once&&this.removeListener(IV,JV.fn,void 0,!0),nV){case 1:return JV.fn.call(JV.context),!0;case 2:return JV.fn.call(JV.context,dV),!0;case 3:return JV.fn.call(JV.context,dV,CV),!0;case 4:return JV.fn.call(JV.context,dV,CV,FV),!0;case 5:return JV.fn.call(JV.context,dV,CV,FV,NV),!0;case 6:return JV.fn.call(JV.context,dV,CV,FV,NV,eV),!0}for(GV=1,aV=new Array(nV-1);GV<nV;GV++)aV[GV-1]=arguments[GV];JV.fn.apply(JV.context,aV)}else{var cV=JV.length,TV;for(GV=0;GV<cV;GV++)switch(JV[GV].once&&this.removeListener(IV,JV[GV].fn,void 0,!0),nV){case 1:JV[GV].fn.call(JV[GV].context);break;case 2:JV[GV].fn.call(JV[GV].context,dV);break;case 3:JV[GV].fn.call(JV[GV].context,dV,CV);break;case 4:JV[GV].fn.call(JV[GV].context,dV,CV,FV);break;default:if(!aV)for(TV=1,aV=new Array(nV-1);TV<nV;TV++)aV[TV-1]=arguments[TV];JV[GV].fn.apply(JV[GV].context,aV)}}return!0},ZV.prototype.on=function(IV,dV,CV){var FV=new UV(dV,CV||this),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.once=function(IV,dV,CV){var FV=new UV(dV,CV||this,!0),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.removeListener=function(IV,dV,CV,FV){var NV=VV?VV+IV:IV;if(!this._events[NV])return this;if(!dV)return--this._eventsCount===0?this._events=new RV:delete this._events[NV],this;var eV=this._events[NV];if(eV.fn)eV.fn===dV&&(!FV||eV.once)&&(!CV||eV.context===CV)&&(--this._eventsCount===0?this._events=new RV:delete this._events[NV]);else{for(var gV=0,JV=[],nV=eV.length;gV<nV;gV++)(eV[gV].fn!==dV||FV&&!eV[gV].once||CV&&eV[gV].context!==CV)&&JV.push(eV[gV]);JV.length?this._events[NV]=JV.length===1?JV[0]:JV:--this._eventsCount===0?this._events=new RV:delete this._events[NV]}return this},ZV.prototype.removeAllListeners=function(IV){var dV;return IV?(dV=VV?VV+IV:IV,this._events[dV]&&(--this._eventsCount===0?this._events=new RV:delete this._events[dV])):(this._events=new RV,this._eventsCount=0),this},ZV.prototype.off=ZV.prototype.removeListener,ZV.prototype.addListener=ZV.prototype.on,ZV.prototype.setMaxListeners=function(){return this},ZV.prefixed=VV,ZV.EventEmitter=ZV,lV.exports=ZV}(eventemitter3$1)),eventemitter3$1.exports}var eventemitter3={exports:{}},hasRequiredEventemitter3;function requireEventemitter3(){return hasRequiredEventemitter3||(hasRequiredEventemitter3=1,function(lV){var J=Object.prototype.hasOwnProperty,VV="~";function RV(){}Object.create&&(RV.prototype=Object.create(null),new RV().__proto__||(VV=!1));function UV(WV,IV,dV){this.fn=WV,this.context=IV,this.once=dV||!1}function ZV(){this._events=new RV,this._eventsCount=0}ZV.prototype.eventNames=function(){var IV=[],dV,CV;if(this._eventsCount===0)return IV;for(CV in dV=this._events)J.call(dV,CV)&&IV.push(VV?CV.slice(1):CV);return Object.getOwnPropertySymbols?IV.concat(Object.getOwnPropertySymbols(dV)):IV},ZV.prototype.listeners=function(IV,dV){var CV=VV?VV+IV:IV,FV=this._events[CV];if(dV)return!!FV;if(!FV)return[];if(FV.fn)return[FV.fn];for(var NV=0,eV=FV.length,gV=new Array(eV);NV<eV;NV++)gV[NV]=FV[NV].fn;return gV},ZV.prototype.emit=function(IV,dV,CV,FV,NV,eV){var gV=VV?VV+IV:IV;if(!this._events[gV])return!1;var JV=this._events[gV],nV=arguments.length,aV,GV;if(JV.fn){switch(JV.once&&this.removeListener(IV,JV.fn,void 0,!0),nV){case 1:return JV.fn.call(JV.context),!0;case 2:return JV.fn.call(JV.context,dV),!0;case 3:return JV.fn.call(JV.context,dV,CV),!0;case 4:return JV.fn.call(JV.context,dV,CV,FV),!0;case 5:return JV.fn.call(JV.context,dV,CV,FV,NV),!0;case 6:return JV.fn.call(JV.context,dV,CV,FV,NV,eV),!0}for(GV=1,aV=new Array(nV-1);GV<nV;GV++)aV[GV-1]=arguments[GV];JV.fn.apply(JV.context,aV)}else{var cV=JV.length,TV;for(GV=0;GV<cV;GV++)switch(JV[GV].once&&this.removeListener(IV,JV[GV].fn,void 0,!0),nV){case 1:JV[GV].fn.call(JV[GV].context);break;case 2:JV[GV].fn.call(JV[GV].context,dV);break;case 3:JV[GV].fn.call(JV[GV].context,dV,CV);break;case 4:JV[GV].fn.call(JV[GV].context,dV,CV,FV);break;default:if(!aV)for(TV=1,aV=new Array(nV-1);TV<nV;TV++)aV[TV-1]=arguments[TV];JV[GV].fn.apply(JV[GV].context,aV)}}return!0},ZV.prototype.on=function(IV,dV,CV){var FV=new UV(dV,CV||this),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.once=function(IV,dV,CV){var FV=new UV(dV,CV||this,!0),NV=VV?VV+IV:IV;return this._events[NV]?this._events[NV].fn?this._events[NV]=[this._events[NV],FV]:this._events[NV].push(FV):(this._events[NV]=FV,this._eventsCount++),this},ZV.prototype.removeListener=function(IV,dV,CV,FV){var NV=VV?VV+IV:IV;if(!this._events[NV])return this;if(!dV)return--this._eventsCount===0?this._events=new RV:delete this._events[NV],this;var eV=this._events[NV];if(eV.fn)eV.fn===dV&&(!FV||eV.once)&&(!CV||eV.context===CV)&&(--this._eventsCount===0?this._events=new RV:delete this._events[NV]);else{for(var gV=0,JV=[],nV=eV.length;gV<nV;gV++)(eV[gV].fn!==dV||FV&&!eV[gV].once||CV&&eV[gV].context!==CV)&&JV.push(eV[gV]);JV.length?this._events[NV]=JV.length===1?JV[0]:JV:--this._eventsCount===0?this._events=new RV:delete this._events[NV]}return this},ZV.prototype.removeAllListeners=function(IV){var dV;return IV?(dV=VV?VV+IV:IV,this._events[dV]&&(--this._eventsCount===0?this._events=new RV:delete this._events[dV])):(this._events=new RV,this._eventsCount=0),this},ZV.prototype.off=ZV.prototype.removeListener,ZV.prototype.addListener=ZV.prototype.on,ZV.prototype.setMaxListeners=function(){return this},ZV.prefixed=VV,ZV.EventEmitter=ZV,lV.exports=ZV}(eventemitter3)),eventemitter3.exports}var lexer,hasRequiredLexer;function requireLexer(){if(hasRequiredLexer)return lexer;hasRequiredLexer=1;function lV(CV,FV,NV){return FV in CV?Object.defineProperty(CV,FV,{value:NV,enumerable:!0,configurable:!0,writable:!0}):CV[FV]=NV,CV}var J=requireEventemitter3(),VV=function(){},RV={data:"state-data",cdata:"state-cdata",tagBegin:"state-tag-begin",tagName:"state-tag-name",tagEnd:"state-tag-end",attributeNameStart:"state-attribute-name-start",attributeName:"state-attribute-name",attributeNameEnd:"state-attribute-name-end",attributeValueBegin:"state-attribute-value-begin",attributeValue:"state-attribute-value"},UV={lt:"action-lt",gt:"action-gt",space:"action-space",equal:"action-equal",quote:"action-quote",slash:"action-slash",char:"action-char",error:"action-error"},ZV={text:"text",openTag:"open-tag",closeTag:"close-tag",attributeName:"attribute-name",attributeValue:"attribute-value"},WV={" ":UV.space," ":UV.space,"\n":UV.space,"\r":UV.space,"<":UV.lt,">":UV.gt,'"':UV.quote,"'":UV.quote,"=":UV.equal,"/":UV.slash},IV=function(FV){return WV[FV]||UV.char},dV=function(FV){var NV,eV,gV,JV,nV,aV,GV,cV,TV,EV;FV=Object.assign({debug:!1},FV);var iV=new J,MV=RV.data,SV="",pV="",HV="",oV="",DV="",wV="",qV=function(dl,LV){if(!(pV[0]==="?"||pV[0]==="!")){var OV={type:dl,value:LV};FV.debug&&console.log("emit:",OV),iV.emit("data",OV)}};iV.stateMachine=(EV={},lV(EV,RV.data,(NV={},lV(NV,UV.lt,function(){SV.trim()&&qV(ZV.text,SV),pV="",DV=!1,MV=RV.tagBegin}),lV(NV,UV.char,function(nl){SV+=nl}),NV)),lV(EV,RV.cdata,lV({},UV.char,function(nl){SV+=nl,SV.substr(-3)==="]]>"&&(qV(ZV.text,SV.slice(0,-3)),SV="",MV=RV.data)})),lV(EV,RV.tagBegin,(eV={},lV(eV,UV.space,VV),lV(eV,UV.char,function(nl){pV=nl,MV=RV.tagName}),lV(eV,UV.slash,function(){pV="",DV=!0}),eV)),lV(EV,RV.tagName,(gV={},lV(gV,UV.space,function(){DV?MV=RV.tagEnd:(MV=RV.attributeNameStart,qV(ZV.openTag,pV))}),lV(gV,UV.gt,function(){qV(DV?ZV.closeTag:ZV.openTag,pV),SV="",MV=RV.data}),lV(gV,UV.slash,function(){MV=RV.tagEnd,qV(ZV.openTag,pV)}),lV(gV,UV.char,function(nl){pV+=nl,pV==="![CDATA["&&(MV=RV.cdata,SV="",pV="")}),gV)),lV(EV,RV.tagEnd,(JV={},lV(JV,UV.gt,function(){qV(ZV.closeTag,pV),SV="",MV=RV.data}),lV(JV,UV.char,VV),JV)),lV(EV,RV.attributeNameStart,(nV={},lV(nV,UV.char,function(nl){HV=nl,MV=RV.attributeName}),lV(nV,UV.gt,function(){SV="",MV=RV.data}),lV(nV,UV.space,VV),lV(nV,UV.slash,function(){DV=!0,MV=RV.tagEnd}),nV)),lV(EV,RV.attributeName,(aV={},lV(aV,UV.space,function(){MV=RV.attributeNameEnd}),lV(aV,UV.equal,function(){qV(ZV.attributeName,HV),MV=RV.attributeValueBegin}),lV(aV,UV.gt,function(){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(aV,UV.slash,function(){DV=!0,oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),MV=RV.tagEnd}),lV(aV,UV.char,function(nl){HV+=nl}),aV)),lV(EV,RV.attributeNameEnd,(GV={},lV(GV,UV.space,VV),lV(GV,UV.equal,function(){qV(ZV.attributeName,HV),MV=RV.attributeValueBegin}),lV(GV,UV.gt,function(){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(GV,UV.char,function(nl){oV="",qV(ZV.attributeName,HV),qV(ZV.attributeValue,oV),HV=nl,MV=RV.attributeName}),GV)),lV(EV,RV.attributeValueBegin,(cV={},lV(cV,UV.space,VV),lV(cV,UV.quote,function(nl){wV=nl,oV="",MV=RV.attributeValue}),lV(cV,UV.gt,function(){oV="",qV(ZV.attributeValue,oV),SV="",MV=RV.data}),lV(cV,UV.char,function(nl){wV="",oV=nl,MV=RV.attributeValue}),cV)),lV(EV,RV.attributeValue,(TV={},lV(TV,UV.space,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),MV=RV.attributeNameStart)}),lV(TV,UV.quote,function(nl){wV===nl?(qV(ZV.attributeValue,oV),MV=RV.attributeNameStart):oV+=nl}),lV(TV,UV.gt,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),SV="",MV=RV.data)}),lV(TV,UV.slash,function(nl){wV?oV+=nl:(qV(ZV.attributeValue,oV),DV=!0,MV=RV.tagEnd)}),lV(TV,UV.char,function(nl){oV+=nl}),TV)),EV);var Il=function(dl){FV.debug&&console.log(MV,dl);var LV=iV.stateMachine[MV],OV=LV[IV(dl)]||LV[UV.error]||LV[UV.char];OV(dl)};return iV.write=function(nl){for(var dl=nl.length,LV=0;LV<dl;LV++)Il(nl[LV])},iV};return lexer={State:RV,Action:UV,Type:ZV,create:dV},lexer}var reader,hasRequiredReader;function requireReader(){if(hasRequiredReader)return reader;hasRequiredReader=1;var lV=requireEventemitter3$1(),J=requireLexer(),VV=J.Type,RV={element:"element",text:"text"},UV=function(dV){return Object.assign({name:"",type:RV.element,value:"",parent:null,attributes:{},children:[]},dV)},ZV=function(dV){dV=Object.assign({stream:!1,parentNodes:!0,doneEvent:"done",tagPrefix:"tag:",emitTopLevelOnly:!1,debug:!1},dV);var CV=void 0,FV=void 0,NV=void 0,eV=void 0,gV=new lV,JV=function(aV){switch(aV.type){case VV.openTag:if(NV===null)NV=FV,NV.name=aV.value;else{var GV=UV({name:aV.value,parent:NV});NV.children.push(GV),NV=GV}break;case VV.closeTag:var cV=NV.parent;if(dV.parentNodes||(NV.parent=null),NV.name!==aV.value)break;dV.stream&&cV===FV&&(FV.children=[],NV.parent=null),(!dV.emitTopLevelOnly||cV===FV)&&(gV.emit(dV.tagPrefix+NV.name,NV),gV.emit("tag",NV.name,NV)),NV===FV&&(CV.removeAllListeners("data"),gV.emit(dV.doneEvent,NV),FV=null),NV=cV;break;case VV.text:NV&&NV.children.push(UV({type:RV.text,value:aV.value,parent:dV.parentNodes?NV:null}));break;case VV.attributeName:eV=aV.value,NV.attributes[eV]="";break;case VV.attributeValue:NV.attributes[eV]=aV.value;break}};return gV.reset=function(){CV=J.create({debug:dV.debug}),CV.on("data",JV),FV=UV(),NV=null,eV="",gV.parse=CV.write},gV.reset(),gV},WV=function(dV,CV){CV=Object.assign({},CV,{stream:!1,tagPrefix:":"});var FV=ZV(CV),NV=void 0;return FV.on("done",function(eV){NV=eV}),FV.parse(dV),NV};return reader={parseSync:WV,create:ZV,NodeType:RV},reader}requireReader();var escapeText=function lV(J){if(J){var VV=String(J);return/[&<>]/.test(VV)?"<![CDATA[".concat(VV.replace(/]]>/,"]]]]><![CDATA[>"),"]]>"):VV}return""},escapeAttr=function lV(J){return String(J).replace(/&/g,"&").replace(/'/g,"'").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")},stringify=function lV(J){var VV=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},RV=VV.transformAttr,UV=RV===void 0?function(gV,JV,nV){return"".concat(gV,'="').concat(nV(JV),'"')}:RV,ZV=VV.transformNode,WV=ZV===void 0?function(gV){return gV}:ZV,IV=VV.selfClose,dV=IV===void 0?!0:IV;if(Array.isArray(J))return J.map(function(gV){return lV(gV,{transformAttr:UV,selfClose:dV,transformNode:WV})}).join("");var CV=WV(J);if(CV.type==="text")return escapeText(CV.value);var FV="";for(var NV in CV.attributes){var eV=UV(NV,CV.attributes[NV],escapeAttr,CV.name);FV+=eV?" ".concat(eV):""}return CV.children&&CV.children.length>0||!dV?"<".concat(CV.name).concat(FV,">").concat(lV(CV.children,{transformAttr:UV,transformNode:WV,selfClose:dV}),"</").concat(CV.name,">"):"<".concat(CV.name).concat(FV,"/>")},su=(lV,J={})=>{let VV=lV._internal_store;if(!VV){VV={counts:{}},lV._internal_store=VV;for(const UV of lV){const ZV=UV.type,WV=UV[`${ZV}_id`];if(!WV)continue;const IV=Number.parseInt(WV.split("_").pop());Number.isNaN(IV)||(VV.counts[ZV]=Math.max(VV.counts[ZV]??0,IV))}}return new Proxy({},{get:(UV,ZV)=>ZV==="toArray"?()=>lV:{get:WV=>lV.find(IV=>IV.type===ZV&&IV[`${ZV}_id`]===WV),getUsing:WV=>{const IV=Object.keys(WV);if(IV.length!==1)throw new Error("getUsing requires exactly one key, e.g. { pcb_component_id }");const dV=IV[0],CV=dV.replace("_id",""),FV=lV.find(NV=>NV.type===CV&&NV[dV]===WV[dV]);return FV?lV.find(NV=>NV.type===ZV&&NV[`${ZV}_id`]===FV[`${ZV}_id`]):null},getWhere:WV=>{const IV=Object.keys(WV);return lV.find(dV=>dV.type===ZV&&IV.every(CV=>dV[CV]===WV[CV]))},list:WV=>{const IV=WV?Object.keys(WV):[];return lV.filter(dV=>dV.type===ZV&&IV.every(CV=>dV[CV]===WV[CV]))},insert:WV=>{var CV;(CV=VV.counts)[ZV]??(CV[ZV]=-1),VV.counts[ZV]++;const IV=VV.counts[ZV],dV={type:ZV,[`${ZV}_id`]:`${ZV}_${IV}`,...WV};return J.validateInserts&&(Soup$1[ZV]??any_soup_element$1).parse(dV),lV.push(dV),dV},delete:WV=>{const IV=lV.find(dV=>dV[`${ZV}_id`]===WV);IV&&lV.splice(lV.indexOf(IV),1)},update:(WV,IV)=>{const dV=lV.find(CV=>CV.type===ZV&&CV[`${ZV}_id`]===WV);if(dV)return Object.assign(dV,IV),dV},select:WV=>{if(ZV==="source_component")return lV.find(IV=>IV.type==="source_component"&&IV.name===WV.replace(/\./g,""));if(ZV==="pcb_port"||ZV==="source_port"||ZV==="schematic_port"){const[IV,dV]=WV.replace(/\./g,"").split(/[\s\>]+/),CV=lV.find(NV=>NV.type==="source_component"&&NV.name===IV);if(!CV)return null;const FV=lV.find(NV=>NV.type==="source_port"&&NV.source_component_id===CV.source_component_id&&(NV.name===dV||(NV.port_hints??[]).includes(dV)));if(!FV)return null;if(ZV==="source_port")return FV;if(ZV==="pcb_port")return lV.find(NV=>NV.type==="pcb_port"&&NV.source_port_id===FV.source_port_id);if(ZV==="schematic_port")return lV.find(NV=>NV.type==="schematic_port"&&NV.source_port_id===FV.source_port_id)}}}})};su.unparsed=su;var su_default=su;function defineSymbol(lV){return lV}var ac_voltmeter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.03018695000000049},{x:-.30105415000000013,y:.03018695000000049}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.03018695000000049},{x:.5339524499999997,y:.03018695000000049}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09765764999999949,y:.12845085000000034},{x:-.0011297500000011507,y:-.06303624999999946},{x:-.10778645000000164,y:.12845085000000034}],color:"primary",fill:!1},path17:{type:"path",points:[{x:-.002934749999999875,y:-.13606674999999946},{x:.06869635000000063,y:-.11019914999999947}],color:"primary",fill:!1},path18:{type:"path",points:[{x:.06869635000000063,y:-.11019914999999947},{x:.1403274500000009,y:-.13606674999999946}],color:"primary",fill:!1},path19:{type:"path",points:[{x:-.1461968499999997,y:-.13606674999999946},{x:-.07456574999999921,y:-.11019914999999947}],color:"primary",fill:!1},path20:{type:"path",points:[{x:-.07456575000000054,y:-.11019914999999947},{x:-.0029346500000002607,y:-.13606674999999946}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17328624999999942,y:.39216264999999995},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.40216264999999995}},refblocks:{left1:{x:-.5413984499999998,y:.029334149999999948},right1:{x:.54139845,y:.030330549999999734}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.5021626499999999,maxY:.39216264999999995,width:1.1391137819999997,height:.5443252999999999,centerX:11102230246251565e-32,centerY:.05499999999999999},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03731525000000002,radius:.28854213,color:"primary",fill:!1}}},{paths,bounds,refblocks,circles}=ac_voltmeter_default,ac_voltmeter_horz_default={primitives:[...Object.values(paths),...Object.values(circles),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"}],ports:[{...refblocks.left1,labels:["1"]},{...refblocks.right1,labels:["2"]}],size:{width:bounds.width,height:bounds.height},center:{x:bounds.centerX,y:bounds.centerY}},rotateRightFacingAnchor=(lV,J="right")=>{switch(J){case"down":switch(lV){case"middle_top":return"middle_right";case"middle_bottom":return"middle_left";case"middle_left":return"middle_bottom";case"middle_right":return"middle_top"}break;case"up":switch(lV){case"middle_top":return"middle_left";case"middle_bottom":return"middle_right";case"middle_left":return"middle_top";case"middle_right":return"middle_bottom"}break;case"left":switch(lV){case"middle_top":return"middle_bottom";case"middle_bottom":return"middle_top";case"middle_left":return"middle_right";case"middle_right":return"middle_left"}break;case"right":return lV}return lV},flipSymbolOverXAxis=(lV,J)=>{const{primitives:VV,center:RV,ports:UV,size:ZV}=lV,WV=transform({a:1,b:0,c:0,d:-1,e:0,f:2*RV.y}),IV=VV.map(CV=>{switch(CV={...CV},CV.type){case"path":return{...CV,points:CV.points.map(gV=>applyToPoint(WV,gV))};case"text":const FV=applyToPoint(WV,{x:CV.x,y:CV.y}),NV={top_left:"bottom_left",top_right:"bottom_right",bottom_left:"top_left",bottom_right:"top_right",center:"center",middle_top:"middle_bottom",middle_bottom:"middle_top",middle_left:"middle_left",middle_right:"middle_right"};return{...CV,x:FV.x,y:FV.y,anchor:NV[CV.anchor]};case"circle":case"box":const eV=applyToPoint(WV,{x:CV.x,y:CV.y});return{...CV,x:eV.x,y:eV.y}}}),dV=UV.map(CV=>({...CV,...applyToPoint(WV,CV)}));return{primitives:IV,center:RV,ports:dV,size:ZV,...J}},flipSymbolOverYAxis=(lV,J)=>{const{primitives:VV,center:RV,ports:UV,size:ZV}=lV,WV=transform({a:-1,b:0,c:0,d:1,e:0,f:2*RV.x}),IV=VV.map(CV=>{switch(CV={...CV},CV.type){case"path":return{...CV,points:CV.points.map(gV=>applyToPoint(WV,gV))};case"text":const FV=applyToPoint(WV,{x:CV.x,y:CV.y}),NV={top_left:"top_right",top_right:"top_left",bottom_left:"bottom_right",bottom_right:"bottom_left",center:"center",middle_top:"middle_top",middle_bottom:"middle_bottom",middle_left:"middle_right",middle_right:"middle_left"};return{...CV,x:FV.x,y:FV.y,anchor:NV[CV.anchor]};case"circle":case"box":const eV=applyToPoint(WV,{x:CV.x,y:CV.y});return{...CV,x:eV.x,y:eV.y}}}),dV=UV.map(CV=>({...CV,...applyToPoint(WV,CV)}));return{primitives:IV,center:RV,ports:dV,size:ZV,...J}},rotateRightFacingSymbol=(lV,J)=>{const{newOrientation:VV,overrides:RV}=J,UV={up:Math.PI/2,right:0,down:-Math.PI/2,left:-Math.PI},ZV=rotate(VV?UV[VV]:Math.PI/2,lV.center.x,lV.center.y),{primitives:WV,center:IV,size:dV,ports:CV}=lV,FV=WV.map(eV=>{switch(eV={...eV},eV.type){case"path":return{...eV,points:eV.points.map(aV=>applyToPoint(ZV,aV))};case"text":const gV=applyToPoint(ZV,{x:eV.x,y:eV.y});return eV.anchor=rotateRightFacingAnchor(eV.anchor,VV??"right"),{...eV,x:gV.x,y:gV.y};case"circle":const JV=applyToPoint(ZV,{x:eV.x,y:eV.y});return{...eV,x:JV.x,y:JV.y};case"box":const nV=applyToPoint(ZV,{x:eV.x,y:eV.y});return{...eV,x:nV.x,y:nV.y,width:eV.height,height:eV.width}}}),NV=CV.map(eV=>({...eV,...applyToPoint(ZV,eV)}));return{primitives:FV,center:IV,ports:NV,size:{width:VV==="up"||VV==="down"?dV.width:dV.height,height:VV==="up"||VV==="down"?dV.height:dV.width},...RV}},rotateSymbol=(lV,J="down",VV={})=>rotateRightFacingSymbol(lV,{newOrientation:J,overrides:VV}),rotatedSymbol=rotateRightFacingSymbol(ac_voltmeter_horz_default,{newOrientation:"up"}),ac_voltmeter_vert_default=rotatedSymbol,avalanche_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.0390362999999998},{x:-.1199943999999995,y:-.09325540000000054}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17132800000000015},{x:.14458890000000002,y:.0390362999999998}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.09325539999999921},{x:-.1199943999999995,y:.17132800000000015}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17132800000000015},{x:.14458890000000002,y:-.09325539999999921}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.0390362999999998},{x:-.5168693999999996,y:.0390362999999998}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.03895110000000024},{x:.1496715999999998,y:.03895110000000024}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17181090000000032},{x:.07768859999999966,y:.19542900000000052}],color:"primary",fill:!1},"path43-8-3":{type:"path",points:[{x:.21083259999999981,y:-.1180321000000002},{x:.14512999999999954,y:-.094414}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.26884529999999995},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27884529999999996}},refblocks:{left1:{x:-.5191471000000001,y:.03992070000000081},right1:{x:.5191470999999999,y:.03889609999999988}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.37884529999999994,maxY:.26884529999999995,width:1.094611082,height:.2976905999999999,centerX:-11102230246251565e-32,centerY:.05499999999999999},circles:{}},{paths:paths2,texts,bounds:bounds2,refblocks:refblocks2,circles:circles2}=avalanche_diode_default,avalanche_diode_horz_default={primitives:[...Object.values(paths2),...Object.values(circles2),{...texts.top1,anchor:"middle_bottom"},{...texts.bottom1,anchor:"middle_top"}],ports:[{...refblocks2.left1,labels:["1"]},{...refblocks2.right1,labels:["2"]}],size:{width:bounds2.width,height:bounds2.height},center:{x:bounds2.centerX,y:bounds2.centerY}},rotated=rotateRightFacingSymbol(avalanche_diode_horz_default,{newOrientation:"down"}),avalanche_diode_vert_default=rotated,battery_default={paths:{path43:{type:"path",points:[{x:-.05901489999999909,y:.18831315000000015},{x:-.05869489999999833,y:-.11814524999999954}],color:"primary",fill:!1},"path43-6":{type:"path",points:[{x:.015375000000000805,y:.12533125000000034},{x:.016669000000000933,y:-.05562075000000033}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.06443049999999961,y:.032673549999999496},{x:-.4368029,y:.032673549999999496}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.4350822999999997,y:.03438825000000034},{x:.028285099999999952,y:.03438825000000034}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.027835099999999446,y:.26564474999999943},bottom1:{type:"text",text:"{VAL}",x:-.028373699999999502,y:-.27564474999999966}},refblocks:{left1:{x:-.4458008,y:.033557849999999334},right1:{x:.4458008,y:.03343344999999931}},bounds:{minX:-.473959241,maxX:.473959241,minY:-.37564474999999964,maxY:.26564474999999943,width:.947918482,height:.2912894999999991,centerX:0,centerY:.055000000000000104},circles:{}},{paths:paths3,texts:texts2,bounds:bounds3,refblocks:refblocks3,circles:circles3}=battery_default,battery_horz_default={primitives:[...Object.values(paths3),...Object.values(circles3),{...texts2.top1,anchor:"middle_bottom"},{...texts2.bottom1,anchor:"middle_top"}],ports:[{...refblocks3.left1,labels:["1"]},{...refblocks3.right1,labels:["2"]}],size:{width:bounds3.width,height:bounds3.height},center:{x:bounds3.centerX,y:bounds3.centerY}},battery_vert_default=rotateRightFacingSymbol(battery_horz_default,{newOrientation:"up"}),boxresistor_default={paths:{path1:{type:"path",points:[{x:-.511850799999999,y:.04616140000000257},{x:-.24726749999999953,y:.04616140000000257}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.2818991000000013,y:.04616140000000257},{x:.5464825000000006,y:.04616140000000257}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.0173157000000006,y:.17845310000000225},{x:.2818990000000001,y:.17845310000000225},{x:.2818990000000001,y:-.0861302999999971},{x:-.24726770000000053,y:-.0861302999999971},{x:-.24726770000000053,y:.17845310000000225},{x:.017315699999998824,y:.17845310000000225}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0014247999999992267,y:.2499980000000015},bottom1:{type:"text",text:"{VAL}",x:-.0004627999999997634,y:-.24999799999999972}},refblocks:{left1:{x:-.5337907000000002,y:.04580520000000021},right1:{x:.5337907000000004,y:.04525870000000154}},bounds:{minX:-.5619491410000002,maxX:.5619491410000004,minY:-.24999799999999972,maxY:.2499980000000015,width:1.1238982820000005,height:.4999960000000012,centerX:11102230246251565e-32,centerY:8881784197001252e-31},circles:{}},SymbolModifier=class{constructor(lV){kI(this,"symbol");this.symbol=JSON.parse(JSON.stringify(lV))}changeTextAnchor(lV,J){return this.symbol={...this.symbol,primitives:this.symbol.primitives.map(VV=>VV.type==="text"&&VV.text===lV?{...VV,anchor:J}:VV)},this}labelPort(lV,J){return this.symbol={...this.symbol,ports:this.symbol.ports.map(VV=>VV.labels.includes(lV)?{...VV,labels:J}:VV)},this}rotateRightFacingSymbol(lV){return this.symbol=rotateRightFacingSymbol(this.symbol,{newOrientation:lV}),this}build(){return this.symbol}},modifySymbol=lV=>new SymbolModifier({...lV,primitives:lV.primitives??[...Object.values(lV.paths??{}),...Object.values(lV.texts??{}),...Object.values(lV.circles??{}),...Object.values(lV.rects??{})],ports:lV.ports??Object.entries(lV.refblocks).flatMap(([J,VV])=>[{...VV,labels:[J]}]),center:lV.center??{x:lV.bounds.centerX,y:lV.bounds.centerY},size:lV.size??{width:lV.bounds.width,height:lV.bounds.height}}),{paths:paths4,texts:texts3,bounds:bounds4,refblocks:refblocks4,circles:circles4}=boxresistor_default,boxresistor_down_default=modifySymbol({primitives:[...Object.values(paths4),...Object.values(circles4),{type:"text",text:"{REF}",x:-.16,y:.2294553499999995},{type:"text",text:"{VAL}",x:.16,y:.2294553499999995}],ports:[{...refblocks4.left1,labels:["1"]},{...refblocks4.right1,labels:["2"]}],size:{width:bounds4.width,height:bounds4.height},center:{x:bounds4.centerX,y:bounds4.centerY}}).changeTextAnchor("{VAL}","middle_bottom").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),{paths:paths5,texts:texts4,bounds:bounds5,refblocks:refblocks5,circles:circles5}=boxresistor_default,boxresistor_left_default=modifySymbol({primitives:[...Object.values(paths5),...Object.values(circles5),{type:"text",text:"{REF}",x:0,y:.2294553499999995},{type:"text",text:"{VAL}",x:0,y:-.1594553499999995}],ports:[{...refblocks5.left1,labels:["1"]},{...refblocks5.right1,labels:["2"]}],size:{width:bounds5.width,height:bounds5.height},center:{x:bounds5.centerX,y:bounds5.centerY}}).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),{paths:paths6,texts:texts5,bounds:bounds6,refblocks:refblocks6,circles:circles6}=boxresistor_default,boxresistor_right_default=modifySymbol({primitives:[...Object.values(paths6),...Object.values(circles6),{type:"text",text:"{REF}",x:0,y:.2294553499999995},{type:"text",text:"{VAL}",x:0,y:-.1594553499999995}],ports:[{...refblocks6.left1,labels:["1"]},{...refblocks6.right1,labels:["2"]}],size:{width:bounds6.width,height:bounds6.height},center:{x:bounds6.centerX,y:bounds6.centerY}}).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),{paths:paths7,texts:texts6,bounds:bounds7,refblocks:refblocks7,circles:circles7}=boxresistor_default,boxresistor_up_default=modifySymbol({primitives:[...Object.values(paths7),...Object.values(circles7),{type:"text",text:"{REF}",x:-.16,y:.2294553499999995},{type:"text",text:"{VAL}",x:.16,y:.2294553499999995}],ports:[{...refblocks7.left1,labels:["1"]},{...refblocks7.right1,labels:["2"]}],size:{width:bounds7.width,height:bounds7.height},center:{x:bounds7.centerX,y:bounds7.centerY}}).changeTextAnchor("{VAL}","middle_bottom").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),capacitor_default={paths:{path27:{type:"path",points:[{x:.5229378000000002,y:.017283050000003186},{x:.07314620000000005,y:.017283050000003186}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.0856037999999999,y:.017283050000003186},{x:-.5353954999999999,y:.017283050000003186}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.0731461999999996,y:.2818663500000014},{x:.07314620000000005,y:-.24730024999999856}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.0856037999999999,y:.2818663500000014},{x:-.0856037999999999,y:-.24730024999999856}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.012864500000000056,y:.4200086500000033},bottom1:{type:"text",text:"{VAL}",x:-.003850500000000423,y:-.42000864999999976}},refblocks:{left1:{x:-.5512093000000005,y:.01638025000000276},right1:{x:.5512093,y:.016926950000001995}},bounds:{minX:-.5793677410000004,maxX:.579367741,minY:-.42000864999999976,maxY:.4200086500000033,width:1.1587354820000004,height:.8400173000000031,centerX:-2220446049250313e-31,centerY:17763568394002505e-31},circles:{}},{paths:paths8,texts:texts7,bounds:bounds8,refblocks:refblocks8,circles:circles8}=capacitor_default,capacitor_down_default=modifySymbol({primitives:[...Object.values(paths8),...Object.values(circles8),{type:"text",text:"{REF}",x:-.2,y:.2094553499999995},{type:"text",text:"{VAL}",x:.2,y:.2094553499999995}],ports:[{...refblocks8.left1,labels:["1"]},{...refblocks8.right1,labels:["2"]}],size:{width:bounds8.width,height:bounds8.height},center:{x:bounds8.centerX,y:bounds8.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),capacitor_right_default=modifySymbol(capacitor_default).rotateRightFacingSymbol("right").changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),capacitor_left_default=modifySymbol(capacitor_right_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),capacitor_polarized_default={paths:{"path27-5":{type:"path",points:[{x:.5229378000000007,y:.017283050000003186},{x:.001333100000000531,y:.017283050000003186}],color:"primary",fill:!1},"path28-5":{type:"path",points:[{x:-.08560379999999945,y:.017283050000003186},{x:-.5353954999999995,y:.017283050000003186}],color:"primary",fill:!1},"path30-7":{type:"path",points:[{x:-.0024798999999995353,y:.28420285000000334},{x:-.0024798999999995353,y:-.247479349999999}],color:"primary",fill:!1},path8704:{type:"path",points:[{x:-.1433630999999993,y:-.24400714999999806},{x:-.1433630999999993,y:-.24400714999999806},{x:-.14262848833929928,y:-.24277205092349807},{x:-.1418975396743993,y:-.2415360290679981},{x:-.14117026348109932,y:-.24029908349449816},{x:-.14044666923519933,y:-.23906121326399818},{x:-.13972676641249931,y:-.2378224174374982},{x:-.1390105644887993,y:-.23658269507599822},{x:-.13829807293989932,y:-.2353420452404983},{x:-.13758930124159935,y:-.23410046699199832},{x:-.13688425886969938,y:-.23285795939149836},{x:-.13618295529999938,y:-.23161452149999842},{x:-.13548540000829937,y:-.23037015237849842},{x:-.13479160247039934,y:-.22912485108799843},{x:-.13410157216209936,y:-.22787861668949844},{x:-.1334153185591994,y:-.22663144824399842},{x:-.13273285113749936,y:-.22538334481249844},{x:-.13205417937279937,y:-.22413430545599844},{x:-.1313793127408994,y:-.2228843292354985},{x:-.1307082607175994,y:-.22163341521199847},{x:-.13004103277869938,y:-.2203815624464985},{x:-.1293776383999994,y:-.21912876999999853},{x:-.12871808705729942,y:-.21787503693349855},{x:-.12806238822639943,y:-.21662036230799855},{x:-.12741055138309942,y:-.21536474518449858},{x:-.12676258600319942,y:-.21410818462399858},{x:-.12611850156249946,y:-.21285067968749863},{x:-.12547830753679945,y:-.21159222943599865},{x:-.12484201340189946,y:-.21033283293049862},{x:-.12420962863359947,y:-.20907248923199864},{x:-.12358116270769948,y:-.20781119740149864},{x:-.12295662509999947,y:-.20654895649999866},{x:-.12233602528629947,y:-.20528576558849868},{x:-.12171937274239948,y:-.20402162372799865},{x:-.12110667694409948,y:-.20275652997949864},{x:-.12049794736719947,y:-.2014904834039986},{x:-.11989319348749948,y:-.20022348306249865},{x:-.11929242478079949,y:-.19895552801599864},{x:-.11869565072289952,y:-.19768661732549864},{x:-.11810288078959952,y:-.19641675005199866},{x:-.11751412445669952,y:-.19514592525649863},{x:-.1169293911999995,y:-.1938741419999986},{x:-.11634869049529953,y:-.19260139934349865},{x:-.11577203181839951,y:-.1913276963479986},{x:-.11519942464509951,y:-.1900530320744986},{x:-.11463087845119951,y:-.18877740558399858},{x:-.11406640271249952,y:-.1875008159374986},{x:-.11350600690479953,y:-.18622326219599858},{x:-.11294970050389953,y:-.18494474342049858},{x:-.11239749298559953,y:-.1836652586719986},{x:-.11184939382569953,y:-.18238480701149856},{x:-.11130541249999952,y:-.18110338749999852},{x:-.11076555848429954,y:-.17982099919849853},{x:-.11022984125439952,y:-.1785376411679985},{x:-.10969827028609953,y:-.1772533124694985},{x:-.10917085505519954,y:-.17596801216399852},{x:-.10864760503749954,y:-.17468173931249847},{x:-.10812852970879953,y:-.17339449297599843},{x:-.10761363854489954,y:-.17210627221549843},{x:-.10710294102159955,y:-.17081707609199845},{x:-.10659644661469955,y:-.16952690366649845},{x:-.10609416479999954,y:-.1682357539999984},{x:-.10559610505329955,y:-.1669436261534984},{x:-.10510227685039954,y:-.1656505191879984},{x:-.10461268966709955,y:-.16435643216449838},{x:-.10412735297919956,y:-.16306136414399838},{x:-.10364627626249956,y:-.16176531418749837},{x:-.10316946899279957,y:-.16046828135599833},{x:-.10269694064589956,y:-.15917026471049833},{x:-.10222870069759955,y:-.1578712633119983},{x:-.10176475862369955,y:-.1565712762214983},{x:-.10130512389999956,y:-.1552703024999983},{x:-.10084980600229956,y:-.15396834120849828},{x:-.10039881440639958,y:-.15266539140799829},{x:-.09995215858809957,y:-.15136145215949826},{x:-.09950984802319957,y:-.15005652252399826},{x:-.09907189218749957,y:-.14875060156249825},{x:-.09863830055679956,y:-.14744368833599825},{x:-.09820908260689958,y:-.14613578190549825},{x:-.09778424781359957,y:-.14482688133199823},{x:-.09736380565269957,y:-.1435169856764982},{x:-.09694776559999957,y:-.1422060939999982},{x:-.09653613713129958,y:-.1408942053634982},{x:-.09612892972239956,y:-.13958131882799818},{x:-.09572615284909958,y:-.13826743345449818},{x:-.09532781598719958,y:-.13695254830399817},{x:-.09493392861249958,y:-.13563666243749817},{x:-.09454450020079957,y:-.13431977491599817},{x:-.09415954022789956,y:-.13300188480049818},{x:-.09377905816959958,y:-.13168299115199816},{x:-.09340306350169958,y:-.13036309303149818},{x:-.09303156569999958,y:-.12904218949999818},{x:-.09266457424029959,y:-.12772027961849816},{x:-.09230209859839958,y:-.12639736244799815},{x:-.09194414825009957,y:-.12507343704949817},{x:-.09159073267119958,y:-.12374850248399819},{x:-.09124186133749958,y:-.12242255781249818},{x:-.09089754372479958,y:-.12109560209599818},{x:-.09055778930889957,y:-.11976763439549819},{x:-.09022260756559956,y:-.11843865377199818},{x:-.08989200797069956,y:-.11710865928649819},{x:-.08956599999999959,y:-.11577764999999829},{x:-.08956599999999959,y:-.11577764999999829},{x:-.08916166532269958,y:-.1141015840276983},{x:-.08876332646159957,y:-.11242441110159831},{x:-.08837097017289958,y:-.11074614170789834},{x:-.08798458321279957,y:-.10906678633279836},{x:-.08760415233749957,y:-.10738635546249836},{x:-.08722966430319957,y:-.10570485958319836},{x:-.08686110586609956,y:-.10402230918109837},{x:-.08649846378239957,y:-.10233871474239843},{x:-.0861417248082996,y:-.10065408675329846},{x:-.08579087569999959,y:-.09896843569999846},{x:-.08544590321369959,y:-.09728177206869845},{x:-.08510679410559958,y:-.09559410634559845},{x:-.08477353513189957,y:-.09390544901689848},{x:-.08444611304879956,y:-.09221581056879849},{x:-.08412451461249956,y:-.0905252014874985},{x:-.08380872657919955,y:-.0888336322591985},{x:-.08349873570509957,y:-.08714111337009853},{x:-.08319452874639957,y:-.08544765530639854},{x:-.08289609245929955,y:-.08375326855429854},{x:-.08260341359999955,y:-.08205796359999856},{x:-.08231647892469955,y:-.08036175092969856},{x:-.08203527518959956,y:-.07866464102959857},{x:-.08175978915089956,y:-.07696664438589859},{x:-.08149000756479956,y:-.07526777148479862},{x:-.08122591718749958,y:-.07356803281249863},{x:-.08096750477519957,y:-.07186743885519864},{x:-.08071475708409956,y:-.07016600009909864},{x:-.08046766087039958,y:-.06846372703039866},{x:-.08022620289029957,y:-.06676063013529866},{x:-.07999036989999955,y:-.06505671989999867},{x:-.07976014865569958,y:-.06335200681069868},{x:-.07953552591359955,y:-.061646501353598705},{x:-.07931648842989956,y:-.0599402140148987},{x:-.07910302296079955,y:-.0582331552807987},{x:-.07889511626249955,y:-.05652533563749871},{x:-.07869275509119955,y:-.05481676557119872},{x:-.07849592620309954,y:-.053107455568098726},{x:-.07830461635439954,y:-.05139741611439873},{x:-.07811881230129955,y:-.049686657696298736},{x:-.07793850079999953,y:-.04797519079999873},{x:-.07776366860669955,y:-.04626302591169874},{x:-.07759430247759955,y:-.04455017351759874},{x:-.07743038916889955,y:-.042836644103898744},{x:-.07727191543679954,y:-.04112244815679875},{x:-.07711886803749955,y:-.039407596162498754},{x:-.07697123372719955,y:-.03769209860719875},{x:-.07682899926209953,y:-.035975965977098755},{x:-.07669215139839955,y:-.03425920875839876},{x:-.07656067689229953,y:-.032541837437298764},{x:-.07643456249999953,y:-.03082386249999876},{x:-.07631379497769952,y:-.029105294432698766},{x:-.07619836108159952,y:-.02738614372159877},{x:-.07608824756789952,y:-.02566642085289876},{x:-.07598344119279953,y:-.023946136312798766},{x:-.07588392871249951,y:-.02222530058749876},{x:-.0757896968831995,y:-.020503924163198756},{x:-.07570073246109951,y:-.01878201752609876},{x:-.07561702220239952,y:-.017059591162398753},{x:-.07553855286329951,y:-.015336655558298754},{x:-.07546531119999951,y:-.01361322119999875},{x:-.07539728396869952,y:-.011889298573698748},{x:-.07533445792559951,y:-.010164898165598747},{x:-.07527681982689952,y:-.008440030461898743},{x:-.07522435642879952,y:-.006714705948798734},{x:-.07517705448749952,y:-.004988935112498731},{x:-.07513490075919951,y:-.0032627284391987255},{x:-.07509788200009951,y:-.0015360964150987165},{x:-.07506598496639952,y:.0001909504736012889},{x:-.0750391964142995,y:.0019184017407012956},{x:-.07501750309999951,y:.003646246900001303},{x:-.07500089177969951,y:.00537447546530131},{x:-.07498934920959952,y:.00710307695040132},{x:-.0749828621458995,y:.00883204086910133},{x:-.0749814173447995,y:.010561356735201338},{x:-.07498500156249951,y:.012291014062501347},{x:-.0749936015551995,y:.014021002364801359},{x:-.07500720407909953,y:.015751311155901372},{x:-.07502579589039951,y:.017481929949601384},{x:-.0750493637452995,y:.01921284825970139},{x:-.07507789439999951,y:.0209440556000014},{x:-.0751113746106995,y:.022675541484301412},{x:-.0751497911335995,y:.024407295426401427},{x:-.07519313072489951,y:.02613930694010145},{x:-.07524138014079951,y:.027871565539201462},{x:-.07529452613749951,y:.029604060737501478},{x:-.07535255547119951,y:.031336782048801484},{x:-.0754154548980995,y:.0330697189869015},{x:-.07548321117439952,y:.03480286106560152},{x:-.07555581105629952,y:.03653619779870154},{x:-.07563324129999952,y:.038269718700001565},{x:-.07571548866169951,y:.04000341328330158},{x:-.07580253989759951,y:.04173727106240159},{x:-.07589438176389952,y:.043471281551101616},{x:-.07599100101679952,y:.04520543426320164},{x:-.07609238441249952,y:.04693971871250166},{x:-.07619851870719953,y:.048674124412801674},{x:-.07630939065709953,y:.0504086408779017},{x:-.07642498701839952,y:.05214325762160172},{x:-.07654529454729952,y:.05387796415770175},{x:-.07667029999999952,y:.055612750000001654},{x:-.07667029999999952,y:.055612750000001654},{x:-.07680210846969952,y:.05708314936460168},{x:-.07693595411759954,y:.05855396299680169},{x:-.07707186730189955,y:.06002517220420173},{x:-.07720987838079954,y:.06149675829440175},{x:-.07735001771249954,y:.06296870257500178},{x:-.07749231565519954,y:.06444098635360178},{x:-.07763680256709955,y:.0659135909378018},{x:-.07778350880639956,y:.06738649763520185},{x:-.07793246473129956,y:.06885968775340187},{x:-.07808370069999958,y:.07033314260000188},{x:-.07823724707069958,y:.07180684348260188},{x:-.07839313420159956,y:.07328077170880191},{x:-.07855139245089958,y:.07475490858620194},{x:-.07871205217679958,y:.07622923542240194},{x:-.07887514373749958,y:.07770373352500196},{x:-.07904069749119959,y:.07917838420160196},{x:-.07920874379609959,y:.080653168759802},{x:-.07937931301039959,y:.082128068507202},{x:-.07955243549229958,y:.08360306475140203},{x:-.0797281415999996,y:.085078138800002},{x:-.0799064616916996,y:.08655327196060203},{x:-.08008742612559962,y:.08802844554080204},{x:-.08027106525989962,y:.08950364084820207},{x:-.08045740945279962,y:.09097883919040207},{x:-.08064648906249965,y:.0924540218750021},{x:-.08083833444719964,y:.0939291702096021},{x:-.08103297596509963,y:.09540426550180209},{x:-.08123044397439966,y:.09687928905920212},{x:-.08143076883329967,y:.09835422218940212},{x:-.08163398089999965,y:.09982904620000212},{x:-.08184011053269966,y:.10130374239860213},{x:-.08204918808959966,y:.10277829209280215},{x:-.08226124392889968,y:.10425267659020215},{x:-.08247630840879966,y:.10572687719840214},{x:-.08269441188749967,y:.10720087522500214},{x:-.08291558472319968,y:.10867465197760214},{x:-.0831398572740997,y:.11014818876380215},{x:-.08336725989839969,y:.11162146689120216},{x:-.0835978229542997,y:.11309446766740217},{x:-.0838315767999997,y:.11456717240000215},{x:-.08406855179369971,y:.11603956239660215},{x:-.0843087782935997,y:.11751161896480215},{x:-.08455228665789971,y:.11898332341220215},{x:-.0847991072447997,y:.12045465704640215},{x:-.08504927041249971,y:.12192560117500215},{x:-.0853028065191997,y:.12339613710560214},{x:-.08555974592309973,y:.12486624614580213},{x:-.08582011898239973,y:.12633590960320215},{x:-.08608395605529973,y:.12780510878540213},{x:-.08635128749999971,y:.1292738250000021},{x:-.08662214367469973,y:.1307420395546021},{x:-.08689655493759973,y:.1322097337568021},{x:-.08717455164689972,y:.13367688891420207},{x:-.08745616416079972,y:.13514348633440207},{x:-.08774142283749972,y:.13660950732500204},{x:-.08803035803519974,y:.13807493319360203},{x:-.08832300011209973,y:.13953974524780205},{x:-.08861937942639975,y:.14100392479520202},{x:-.08891952633629974,y:.14246745314340203},{x:-.08922347119999974,y:.14393031160000203},{x:-.08953124437569973,y:.145392481472602},{x:-.08984287622159975,y:.14685394406880198},{x:-.09015839709589976,y:.148314680696202},{x:-.09047783735679976,y:.149774672662402},{x:-.09080122736249976,y:.15123390127500197},{x:-.09112859747119977,y:.15269234784160193},{x:-.09145997804109976,y:.15414999366980195},{x:-.09179539943039977,y:.15560682006720195},{x:-.09213489199729977,y:.1570628083414019},{x:-.09247848609999976,y:.1585179398000019},{x:-.09282621209669975,y:.1599721957506019},{x:-.09317810034559978,y:.1614255575008019},{x:-.09353418120489977,y:.16287800635820185},{x:-.09389448503279976,y:.16432952363040182},{x:-.09425904218749978,y:.16578009062500182},{x:-.09462788302719977,y:.1672296886496018},{x:-.09500103791009978,y:.1686782990118018},{x:-.09537853719439979,y:.17012590301920177},{x:-.09576041123829979,y:.17157248197940175},{x:-.09614669039999979,y:.17301801720000176},{x:-.09653740503769978,y:.17446248998860173},{x:-.0969325855095998,y:.17590588165280172},{x:-.09733226217389979,y:.17734817350020168},{x:-.09773646538879979,y:.1787893468384017},{x:-.0981452255124998,y:.18022938297500168},{x:-.0985585729031998,y:.18166826321760166},{x:-.09897653791909979,y:.1831059688738016},{x:-.09939915091839979,y:.1845424812512016},{x:-.0998264422592998,y:.1859777816574016},{x:-.1002584422999998,y:.1874118514000016},{x:-.1006951813986998,y:.18884467178660155},{x:-.1011366899135998,y:.19027622412480152},{x:-.10158299820289979,y:.19170648972220153},{x:-.1020341366247998,y:.1931354498864015},{x:-.1024901355374998,y:.1945630859250015},{x:-.1029510252991998,y:.19598937914560147},{x:-.10341683626809982,y:.19741431085580147},{x:-.1038875988023998,y:.19883786236320142},{x:-.1043633432602998,y:.20026001497540138},{x:-.10484409999999977,y:.2016807500000013},{x:-.10484409999999977,y:.2016807500000013},{x:-.10512829034499978,y:.20251255364660126},{x:-.10541452131999979,y:.2033439212528012},{x:-.10570279283499981,y:.2041748478182012},{x:-.10599310479999982,y:.20500532834240115},{x:-.10628545712499982,y:.20583535782500112},{x:-.10657984971999983,y:.20666493126560112},{x:-.10687628249499985,y:.2074940436638011},{x:-.10717475535999986,y:.20832269001920106},{x:-.10747526822499989,y:.2091508653314011},{x:-.1077778209999999,y:.20997856460000103},{x:-.10808241359499988,y:.21080578282460102},{x:-.10838904591999989,y:.21163251500480096},{x:-.10869771788499989,y:.212458756140201},{x:-.10900842939999988,y:.21328450123040094},{x:-.10932118037499987,y:.21410974527500093},{x:-.10963597071999989,y:.21493448327360093},{x:-.10995280034499992,y:.21575871022580093},{x:-.1102716691599999,y:.2165824211312009},{x:-.1105925770749999,y:.21740561098940095},{x:-.11091552399999992,y:.21822827480000093},{x:-.1112405098449999,y:.2190504075626009},{x:-.11156753451999993,y:.21987200427680093},{x:-.11189659793499994,y:.22069305994220095},{x:-.11222769999999993,y:.22151356955840096},{x:-.11256084062499995,y:.222333528125001},{x:-.11289601971999996,y:.223152930641601},{x:-.11323323719499996,y:.223971772107801},{x:-.11357249295999995,y:.22479004752320103},{x:-.11391378692499997,y:.22560775188740104},{x:-.11425711899999995,y:.22642488020000104},{x:-.11460248909499995,y:.22724142746060105},{x:-.11494989711999995,y:.2280573886688011},{x:-.11529934298499996,y:.22887275882420108},{x:-.11565082659999995,y:.22968753292640107},{x:-.11600434787499994,y:.23050170597500114},{x:-.11635990671999996,y:.23131527296960114},{x:-.11671750304499996,y:.23212822890980117},{x:-.11707713675999995,y:.23294056879520117},{x:-.11743880777499995,y:.2337522876254012},{x:-.11780251599999993,y:.2345633804000012},{x:-.11816826134499994,y:.23537384211860124},{x:-.11853604371999993,y:.23618366778080127},{x:-.11890586303499992,y:.2369928523862013},{x:-.11927771919999992,y:.23780139093440128},{x:-.11965161212499995,y:.23860927842500138},{x:-.12002754171999992,y:.23941650985760138},{x:-.12040550789499993,y:.24022308023180142},{x:-.12078551055999992,y:.24102898454720142},{x:-.12116754962499991,y:.24183421780340145},{x:-.12155162499999989,y:.24263877500000142},{x:-.1219377365949999,y:.2434426511366015},{x:-.1223258843199999,y:.2442458412128015},{x:-.1227160680849999,y:.24504834022820154},{x:-.12310828779999988,y:.24585014318240156},{x:-.12350254337499987,y:.24665124507500158},{x:-.12389883471999988,y:.24745164090560162},{x:-.12429716174499987,y:.24825132567380165},{x:-.12469752435999987,y:.2490502943792017},{x:-.12509992247499988,y:.2498485420214017},{x:-.12550435599999984,y:.25064606360000175},{x:-.12591082484499985,y:.25144285411460177},{x:-.12631932891999986,y:.2522389085648018},{x:-.12672986813499987,y:.25303422195020187},{x:-.12714244239999986,y:.25382878927040187},{x:-.12755705162499986,y:.25462260552500193},{x:-.12797369571999986,y:.25541566571360197},{x:-.12839237459499983,y:.256207964835802},{x:-.12881308815999984,y:.256999497891202},{x:-.12923583632499985,y:.2577902598794021},{x:-.12966061899999984,y:.2585802458000021},{x:-.13008743609499984,y:.25936945065260214},{x:-.13051628751999986,y:.2601578694368022},{x:-.13094717318499982,y:.26094549715220217},{x:-.13138009299999984,y:.26173232879840225},{x:-.13181504687499984,y:.2625183593750023},{x:-.13225203471999986,y:.2633035838816023},{x:-.13269105644499984,y:.26408799731780236},{x:-.13313211195999985,y:.26487159468320237},{x:-.13357520117499982,y:.2656543709774024},{x:-.13402032399999986,y:.26643632120000244},{x:-.13446748034499983,y:.26721744035060246},{x:-.13491667011999983,y:.26799772342880246},{x:-.13536789323499984,y:.2687771654342025},{x:-.13582114959999986,y:.2695557613664026},{x:-.13627643912499987,y:.27033350622500263},{x:-.13673376171999985,y:.27111039500960266},{x:-.13719311729499983,y:.2718864227198026},{x:-.13765450575999985,y:.2726615843552027},{x:-.13811792702499986,y:.2734358749154028},{x:-.1385833809999999,y:.2742092894000028},{x:-.13905086759499988,y:.2749818228086028},{x:-.1395203867199999,y:.2757534701408028},{x:-.1399919382849999,y:.27652422639620283},{x:-.14046552219999991,y:.27729408657440285},{x:-.1409411383749999,y:.2780630456750029},{x:-.1414187867199999,y:.2788310986976029},{x:-.14189846714499993,y:.27959824064180294},{x:-.14238017955999993,y:.2803644665072029},{x:-.1428639238749999,y:.28112977129340294},{x:-.1433496999999999,y:.28189415000000295}],color:"primary",fill:!1},"rect1577-4":{type:"path",points:[{x:.26345180000000035,y:.2455934500000012},{x:.12298460000000011,y:.2455934500000012},{x:.12298460000000011,y:.2505664500000009},{x:.26345180000000035,y:.2505664500000009}],color:"primary",fill:!0},"rect1577-4-7":{type:"path",points:[{x:.19576130000000003,y:.31834525000000014},{x:.19576130000000003,y:.17787805000000034},{x:.1907882999999999,y:.17787805000000034},{x:.1907882999999999,y:.31834525000000014}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.012864499999999612,y:.4200086500000033},bottom1:{type:"text",text:"{VAL}",x:-.003850499999999979,y:-.42000864999999976}},refblocks:{left1:{x:-.5512093,y:.016380250000000984},right1:{x:.5512093,y:.016926950000001995}},bounds:{minX:-.579367741,maxX:.579367741,minY:-.42000864999999976,maxY:.4200086500000033,width:1.158735482,height:.8400173000000031,centerX:0,centerY:17763568394002505e-31},circles:{}},{paths:paths9,texts:texts8,bounds:bounds9,refblocks:refblocks9,circles:circles9}=capacitor_polarized_default,capacitor_polarized_down_default=modifySymbol({primitives:[...Object.values(paths9),...Object.values(circles9),{type:"text",text:"{REF}",x:-.2,y:.2094553499999995},{type:"text",text:"{VAL}",x:.3,y:.2094553499999995}],ports:[{...refblocks9.left1,labels:["1"]},{...refblocks9.right1,labels:["2"]}],size:{width:bounds9.width,height:bounds9.height},center:{x:bounds9.centerX,y:bounds9.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("down").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),capacitor_polarized_right_default=modifySymbol(capacitor_polarized_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),capacitor_polarized_left_default=modifySymbol(capacitor_polarized_right_default).changeTextAnchor("{VAL}","middle_top").rotateRightFacingSymbol("left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),{paths:paths10,texts:texts9,bounds:bounds10,refblocks:refblocks10,circles:circles10}=capacitor_polarized_default,capacitor_polarized_up_default=modifySymbol({primitives:[...Object.values(paths10),...Object.values(circles10),{type:"text",text:"{REF}",x:.1,y:-.2094553499999995},{type:"text",text:"{VAL}",x:-.2,y:-.2094553499999995}],ports:[{...refblocks10.left1,labels:["1"]},{...refblocks10.right1,labels:["2"]}],size:{width:bounds10.width,height:bounds10.height},center:{x:bounds10.centerX,y:bounds10.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("up").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),{paths:paths11,texts:texts10,bounds:bounds11,refblocks:refblocks11,circles:circles11}=capacitor_default,capacitor_up_default=modifySymbol({primitives:[...Object.values(paths11),...Object.values(circles11),{type:"text",text:"{REF}",x:.2,y:-.2094553499999995},{type:"text",text:"{VAL}",x:-.2,y:-.2094553499999995}],ports:[{...refblocks11.left1,labels:["1"]},{...refblocks11.right1,labels:["2"]}],size:{width:bounds11.width,height:bounds11.height},center:{x:bounds11.centerX,y:bounds11.centerY}}).changeTextAnchor("{VAL}","top_left").rotateRightFacingSymbol("up").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","bottom_left").build(),constant_current_diode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.02897970000000072},{x:-.30105415000000013,y:.02897970000000072}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.02897970000000072},{x:.5339524499999997,y:.02897970000000072}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.2932119499999999,y:.2923763000000008},{x:.2932119499999999,y:-.23441689999999937}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.021208049999999812,y:.3692298999999999},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.3692298999999999}},refblocks:{left1:{x:-.5413984499999998,y:.028126900000000177},right1:{x:.54139845,y:.029123299999999963}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.3692298999999999,maxY:.3692298999999999,width:1.1391137819999997,height:.7384597999999998,centerX:11102230246251565e-32,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03610800000000025,radius:.28854213,color:"primary",fill:!1}}},constant_current_diode_horz_default=modifySymbol(constant_current_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),constant_current_diode_vert_default=modifySymbol(constant_current_diode_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),crystal_4pin_default={paths:{path27:{type:"path",points:[{x:.52188525,y:-.010083950000000286},{x:.1314137500000001,y:-.010083950000000286}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.12501034999999971,y:.25449935000000146},{x:.12501035000000016,y:-.2746672499999985}],color:"primary",fill:!1},"path29-2":{type:"path",points:[{x:.07157854999999946,y:.253778650000001},{x:.07157854999999991,y:-.27538794999999716}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.13957305000000053,y:.25449935000000146},{x:-.1395730500000001,y:-.2746672499999985}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.08349325000000052,y:.25541165000000277},{x:-.08349325000000007,y:-.27375494999999894}],color:"primary",fill:!1},"path29-2-7":{type:"path",points:[{x:.07147894999999993,y:.2552525499999998},{x:-.0829032500000002,y:.2552525499999998}],color:"primary",fill:!1},"path29-2-7-6":{type:"path",points:[{x:.07107315000000014,y:-.27817384999999817},{x:-.08330905,y:-.27817384999999817}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.21327535000000042,y:.31803495000000304},{x:.19712464999999968,y:.31807695}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.003324649999999707,y:.694594949999999},{x:.003324649999999707,y:.3310069500000008},{x:.003324649999999707,y:.3209089500000015}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:-.21327535000000042,y:.3180639499999991},{x:-.21327535000000042,y:.2498769499999991}],color:"primary",fill:!1},"path43-8-8":{type:"path",points:[{x:.19712464999999968,y:.31807695},{x:.19712464999999968,y:.24987695000000443}],color:"primary",fill:!1},"path43-9":{type:"path",points:[{x:.19226054999999942,y:-.3468980499999983},{x:-.21813945000000068,y:-.3469400500000006}],color:"primary",fill:!1},"path44-0-5":{type:"path",points:[{x:-.024339450000000262,y:-.7234580499999996},{x:-.024339450000000262,y:-.3598700499999996},{x:-.024339450000000262,y:-.34977205000000033}],color:"primary",fill:!1},"path43-8-1":{type:"path",points:[{x:.19226054999999942,y:-.3469270499999997},{x:.19226054999999942,y:-.2787400499999979}],color:"primary",fill:!1},"path43-8-8-9":{type:"path",points:[{x:-.21813955000000096,y:-.34694015},{x:-.21813955000000096,y:-.27874015000000085}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.14368304999999992,y:-.010083950000000286},{x:-.5364480500000002,y:-.010083950000000286}],color:"primary",fill:!1}},texts:{left1:{type:"text",text:"{REF}",x:-.38155925000000046,y:.09576035000000083},right1:{type:"text",text:"{VAL}",x:.3369813499999994,y:-.17868404999999754}},refblocks:{top1:{x:.0032092499999998303,y:.7114137500000002},bottom1:{x:-.02355145000000025,y:-.7114137500000002},left1:{x:-.5415391500000004,y:-.00607074999999746},right1:{x:.5415391499999997,y:-.012221549999997805}},bounds:{minX:-.5696975910000004,maxX:.5696975909999997,minY:-.7395721910000002,maxY:.7395721910000002,width:1.1393951820000001,height:1.4791443820000003,centerX:-33306690738754696e-32,centerY:0},circles:{}},crystal_4pin_horz_default=modifySymbol(crystal_4pin_default).labelPort("top1",["2","gnd1"]).labelPort("bottom1",["4","gnd2"]).labelPort("left1",["1"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","bottom_right").changeTextAnchor("{VAL}","top_left").build(),crystal_4pin_vert_default=modifySymbol(crystal_4pin_horz_default).rotateRightFacingSymbol("up").changeTextAnchor("{REF}","top_right").changeTextAnchor("{VAL}","bottom_left").build(),crystal_default={paths:{path27:{type:"path",points:[{x:.5229378000000002,y:-.012283099999995883},{x:.13246630000000037,y:-.012283099999995883}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.14263049999999966,y:-.012283099999995883},{x:-.5353954999999999,y:-.012283099999995883}],color:"primary",fill:!1},path29:{type:"path",points:[{x:.12606289999999998,y:-.2768663999999976},{x:.12606290000000042,y:.2523002000000023}],color:"primary",fill:!1},"path29-2":{type:"path",points:[{x:.07263109999999973,y:-.27614569999999716},{x:.07263110000000017,y:.253020900000001}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.13852050000000027,y:-.2768663999999976},{x:-.13852049999999982,y:.2523002000000023}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.08244070000000026,y:-.27777869999999893},{x:-.08244069999999981,y:.2513879000000028}],color:"primary",fill:!1},"path29-2-7":{type:"path",points:[{x:.07253150000000019,y:-.27761959999999597},{x:-.08185069999999994,y:-.27761959999999597}],color:"primary",fill:!1},"path29-2-7-6":{type:"path",points:[{x:.0721257000000004,y:.255806800000002},{x:-.08225649999999973,y:.255806800000002}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.012864500000000056,y:-.4150086999999978},bottom1:{type:"text",text:"{VAL}",x:-.003850500000000423,y:.4250087000000011}},refblocks:{left1:{x:-.5512093000000002,y:-.011380399999998403},right1:{x:.5512093,y:-.011926899999997076}},bounds:{minX:-.5793677410000002,maxX:.579367741,minY:-.5150086999999978,maxY:.4250087000000011,width:1.1587354820000002,height:1,centerX:-11102230246251565e-32,centerY:-.04499999999999832},circles:{}},crystal_horz_default=modifySymbol(crystal_default).changeTextAnchor("{VAL}","middle_bottom").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_top").build(),crystal_vert_default=modifySymbol(crystal_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_left").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_right").build(),darlington_pair_transistor_default={paths:{path11:{type:"path",points:[{x:1.9942486145,y:-1.6422072295000003},{x:2.0984258145,y:-1.6428272295000004}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:2.1030704145000003,y:-1.4809259295000001},{x:2.1026604145,y:-1.8041042295}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:2.2218770145,y:-1.4969414295},{x:2.1063461145,y:-1.5757354295000003}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:2.2286252145,y:-1.7819395295000002},{x:2.1136540145000002,y:-1.7033263295}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:2.2273251145,y:-1.4948802295},{x:2.2284101145,y:-1.1518438295000002}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:2.2276017145,y:-1.9567437295},{x:2.2281317145,y:-1.7888340295000003}],color:"primary",fill:!1},"arrow-2":{type:"path",points:[{x:2.1704797145,y:-1.6991380295000003},{x:2.1275815145,y:-1.7604028295000003},{x:2.1917009144999997,y:-1.7601828295000004}],color:"primary",fill:!1},path1:{type:"path",points:[{x:1.5978828145000001,y:-1.5020091295000002},{x:1.8597023145000002,y:-1.5035561295000002}],color:"primary",fill:!1},path2:{type:"path",points:[{x:1.8686937145000002,y:-1.3411936295000002},{x:1.8682837145,y:-1.6643719295000001}],color:"primary",fill:!1},path3:{type:"path",points:[{x:1.9875004145000004,y:-1.3572092295000002},{x:1.8719693145,y:-1.4360031295000002}],color:"primary",fill:!1},path4:{type:"path",points:[{x:1.9942486145,y:-1.6422072295000003},{x:1.8792773145000001,y:-1.5635940295000004}],color:"primary",fill:!1},"arrow-1":{type:"path",points:[{x:1.9361028144999999,y:-1.5594057295000003},{x:1.8932048145,y:-1.6206705295000003},{x:1.9573242144999998,y:-1.6204505295000005}],color:"primary",fill:!1},path9:{type:"path",points:[{x:1.9943087144999998,y:-1.3539494295000003},{x:2.2269582145,y:-1.3556534295000002}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{VAL}",x:1.8805772145,y:-1.9423669295000003},right1:{type:"text",text:"{REF}",x:1.8845380145,y:-1.1387692295000003}},refblocks:{right1:{x:2.2278617145000004,y:-1.9651412295000004},right2:{x:1.5977076145000002,y:-1.5027827295000002},right3:{x:2.2278680145,y:-1.1403971295000002}},bounds:{minX:1.5810976555000003,maxX:2.3461148445,minY:-1.9817511885000003,maxY:-1.1237871705000002,width:.7650171889999999,height:.8579640180000001,centerX:1.9636062500000002,centerY:-1.5527691795000003},circles:{"path1-0":{type:"circle",x:2.0463372145000003,y:-1.5363384295000002,radius:.29977763,color:"primary",fill:!1}}},darlington_pair_transistor_horz_default=modifySymbol(darlington_pair_transistor_default).changeTextAnchor("{VAL}","middle_top").labelPort("right2",["1"]).labelPort("right3",["2"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","middle_bottom").build();darlington_pair_transistor_default.bounds.width+=.3;var darlington_pair_transistor_vert_default=modifySymbol(darlington_pair_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("right2",["1"]).labelPort("right3",["2"]).labelPort("right1",["3"]).changeTextAnchor("{REF}","middle_left").build(),dc_ammeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.12447409999999959,y:.0852510999999998},{x:.11626639999999999,y:.0852510999999998}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.4472267999999995},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.3470985000000004},left1:{type:"text",text:"A",x:0,y:-.1}},refblocks:{left1:{x:-.5446330999999993,y:0},right1:{x:.5381638000000004,y:0}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:-.08525110000000002,maxY:.0852510999999998,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:-11102230246251565e-32},circles:{path1:{type:"circle",x:0,y:0,radius:.28854213,color:"primary",fill:!1}}},{paths:paths12,texts:texts11,bounds:bounds12,refblocks:refblocks12,circles:circles12}=dc_ammeter_default,dc_ammeter_horz_default={primitives:[...Object.values(paths12),...Object.values(circles12),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts11.left1,x:0,y:.01,anchor:"center",fontSize:.3}],ports:[{...refblocks12.left1,labels:["1"]},{...refblocks12.right1,labels:["2"]}],size:{width:bounds12.width,height:bounds12.height},center:{x:bounds12.centerX,y:bounds12.centerY}};function isPathPrimitive(lV){return typeof lV=="object"&&lV!==null&&lV.type==="path"&&Array.isArray(lV.points)&&typeof lV.color=="string"}function isTextPrimitive(lV){return typeof lV=="object"&&lV!==null&&lV.type==="text"&&typeof lV.text=="string"&&typeof lV.x=="number"&&typeof lV.y=="number"&&typeof lV.anchor=="string"}var{6:letter,2:underline,...rest}=dc_ammeter_horz_default.primitives;isPathPrimitive(underline)&&underline.points.map(lV=>{lV.y+=.05}),isTextPrimitive(letter)&&(letter.y+=.025);function isPrimitive(lV){return typeof lV=="object"}var rotatedSymbol2=rotateSymbol({...dc_ammeter_horz_default,primitives:Object.values(rest).filter(isPrimitive)}),dc_ammeter_vert_default={...rotatedSymbol2,primitives:[...rotatedSymbol2.primitives,letter,underline]},dc_voltmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09442299999999992,y:-.13438304999999984},{x:-.004364400000000712,y:.05710404999999996},{x:-.1110211000000012,y:-.13438304999999984}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.12447409999999959,y:.13438304999999984},{x:.11626639999999999,y:.13438304999999984}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.39809484999999944},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.39623045000000046}},refblocks:{left1:{x:-.5446330999999993,y:0},right1:{x:.5381638000000004,y:0}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:-.13438304999999984,maxY:.13438304999999984,width:1.0614356000000003,height:1,centerX:0,centerY:0},circles:{path1:{type:"circle",x:0,y:0,radius:.28854213,color:"primary",fill:!1}}},{paths:paths13,texts:texts12,bounds:bounds13,refblocks:refblocks13,circles:circles13}=dc_voltmeter_default,dc_voltmeter_horz_default={primitives:[...Object.values(paths13),...Object.values(circles13),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"}],ports:[{...refblocks13.left1,labels:["1"]},{...refblocks13.right1,labels:["2"]}],size:{width:bounds13.width,height:bounds13.height},center:{x:bounds13.centerX,y:bounds13.centerY}},{2:letter2,3:underline2,...rest2}=dc_voltmeter_horz_default.primitives;function isPrimitive2(lV){return typeof lV=="object"}var rotatedSymbol3=rotateSymbol({...dc_voltmeter_horz_default,primitives:Object.values(rest2).filter(isPrimitive2)}),dc_voltmeter_vert_default={...rotatedSymbol3,primitives:[...rotatedSymbol3.primitives,letter2,underline2]},diac_default={paths:{path11:{type:"path",points:[{x:-.5176700499999997,y:.041745050000000505},{x:-.10888805000000024,y:.041745050000000505}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1031184499999993,y:.041745050000000505},{x:.5246894499999994,y:.041745050000000505}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.09343985000000021,y:-.14620634999999882},{x:-.0930998500000002,y:.2583405500000009}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.08519034999999908,y:-.14503384999999902},{x:.08553034999999909,y:.2595130500000007}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.08315755000000014,y:.055934450000000524},{x:-.08415755000000047,y:-.14678124999999964},{x:.08653524999999984,y:-.05104664999999953},{x:-.08126175000000035,y:.05647715000000031}],color:"primary",fill:!0},"path11-0-9-0":{type:"path",points:[{x:.07661224999999927,y:.256654450000001},{x:.07761224999999983,y:.05393885000000109},{x:-.0930805500000007,y:.1496734500000012},{x:.07471644999999949,y:.25719715000000143}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.0316381500000007,y:.41683614999999996},bottom1:{type:"text",text:"{VAL}",x:-.03022294999999975,y:-.41683614999999996}},refblocks:{left1:{x:-.54139845,y:.04089205000000051},right1:{x:.5413984499999995,y:.04188845000000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.41683614999999996,maxY:.41683614999999996,width:1.1391137819999995,height:.8336722999999999,centerX:-2220446049250313e-31,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000003116,y:.048873150000000365,radius:.28854213,color:"primary",fill:!1}}},diac_horz_default=modifySymbol(diac_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol4=rotateSymbol(diac_horz_default),texts13=rotatedSymbol4.primitives.filter(lV=>lV.type==="text"),ref=texts13.find(lV=>lV.text==="{REF}"),val=texts13.find(lV=>lV.text==="{VAL}");ref.y=0,val.y=0;var diac_vert_default=rotatedSymbol4,diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999836},{x:-.1199943999999995,y:-.08825540000000132}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.1763280000000016},{x:.14458890000000002,y:.04403629999999836}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.08825539999999776},{x:-.1199943999999995,y:.1763280000000016}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.1763280000000016},{x:.14458890000000002,y:-.08825539999999776}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999836},{x:-.5168693999999996,y:.04403629999999836}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797,y:.04395110000000102},{x:.14967160000000002,y:.04395110000000102}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384529999999785},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999999524,y:-.2738453000000014}},refblocks:{left1:{x:-.5191471000000001,y:.0449206999999987},right1:{x:.5191471000000001,y:.043896100000001326}},bounds:{minX:-.5473055410000001,maxX:.5473055410000001,minY:-.2738453000000014,maxY:.27384529999999785,width:1.0946110820000001,height:.5476905999999993,centerX:0,centerY:-17763568394002505e-31},circles:{}},diode_right_default=modifySymbol(diode_default).labelPort("left1",["1","pos"]).labelPort("right1",["2","neg"]).changeTextAnchor("{REF}","middle_bottom").changeTextAnchor("{VAL}","middle_top").build(),diode_down_default=rotateSymbol(diode_right_default,"down"),diode_left_default=rotateSymbol(diode_right_default,"left"),diode_up_default=rotateSymbol(diode_right_default,"up"),dpdt_switch_default={paths:{path1:{type:"path",points:[{x:-.3543580999999998,y:.22373490000000018},{x:-.1279290999999998,y:.22373490000000018}],color:"primary",fill:!1},"path-1-3":{type:"path",points:[{x:-.11341659999999987,y:.2240546000000001},{x:.1031012,y:.354}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.10434800000000011,y:.127178},{x:.345089,y:.127178}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.12008600000000014,y:.36383770000000015},{x:.360827,y:.36383770000000015}],color:"primary",fill:!1},path4:{type:"path",points:[{x:-.3543580999999998,y:-.17811849999999985},{x:-.1279290999999998,y:-.17811849999999985}],color:"primary",fill:!1},"path4-6":{type:"path",points:[{x:-.11341659999999987,y:-.1777987999999997},{x:.1031012,y:-.04780299999999982}],color:"primary",fill:!1},path5:{type:"path",points:[{x:.10434800000000011,y:-.2746754},{x:.345089,y:-.2746754}],color:"primary",fill:!1},path6:{type:"path",points:[{x:.12008600000000014,y:-.038015699999999875},{x:.360827,y:-.038015699999999875}],color:"primary",fill:!1},"path1-4-join":{type:"path",points:[{x:-.020896399999999815,y:-.10273049999999984},{x:-.025476399999999844,y:.2768100000000002}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0862317999999998,y:.46447740000000026},bottom1:{type:"text",text:"{VAL}",x:-.0862317999999998,y:-.4244773999999998}},refblocks:{top1:{x:-.11569089999999993,y:.22373490000000018},top2:{x:.10744680000000018,y:.36383770000000015},top3:{x:.10744750000000014,y:.12717810000000007},bottom1:{x:-.11569089999999993,y:-.17811849999999985},bottom2:{x:.10744750000000014,y:-.2746754},left1:{x:-.3682734999999999,y:.22373490000000018},left2:{x:-.3682734999999999,y:-.17811849999999985},right1:{x:.36827350000000014,y:.36383770000000015},right2:{x:.36827350000000014,y:.12717810000000007},right3:{x:.36827350000000014,y:-.038015699999999875},right4:{x:.10744680000000018,y:-.038015699999999875},right5:{x:.36827350000000014,y:-.2746754}},bounds:{minX:-.3964319409999999,maxX:.3964319410000001,minY:-.4744773999999998,maxY:.5644774000000002,width:1,height:1.0389548,centerX:-11102230246251565e-32,centerY:.045000000000000207},circles:{}},{paths:paths14,texts:texts14,bounds:bounds14,refblocks:refblocks14,circles:circles14}=dpdt_switch_default,dpdt_switch_horz_default={primitives:[...Object.values(paths14),...Object.values(circles14),{...texts14.top1,anchor:"middle_bottom"},{...texts14.bottom1,anchor:"middle_top"}],ports:[{...refblocks14.left1,labels:["1"]},{...refblocks14.left2,labels:["4"]},{...refblocks14.right1,labels:["3"]},{...refblocks14.right2,labels:["2"]},{...refblocks14.right3,labels:["6"]},{...refblocks14.right5,labels:["5"]}],size:{width:bounds14.width,height:bounds14.height},center:{x:bounds14.centerX,y:bounds14.centerY}},rotatedSymbol5=rotateSymbol(dpdt_switch_horz_default),texts15=rotatedSymbol5.primitives.filter(lV=>lV.type==="text"),val2=texts15.find(lV=>lV.text==="{VAL}");val2.anchor="middle_right",val2.x=-.37,val2.y=.12;var ref2=texts15.find(lV=>lV.text==="{REF}");ref2.anchor="middle_left",ref2.x=.37,ref2.y=.12;var dpdt_switch_vert_default=rotatedSymbol5,dpst_switch_default={paths:{path11:{type:"path",points:[{x:-.3622268000000006,y:.06287995000000057},{x:-.1357978000000004,y:.06287995000000057}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.12009950000000069,y:.061349450000000916},{x:.10307889999999986,y:.2010388500000011}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.12795640000000064,y:.06287995000000057},{x:.36869780000000096,y:.06287995000000057}],color:"primary",fill:!1},"path11-5":{type:"path",points:[{x:-.3622270999999999,y:-.16866424999999907},{x:-.1357980999999997,y:-.16866424999999907}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:-.12009979999999998,y:-.17019474999999962},{x:.10307860000000058,y:-.03050534999999921}],color:"primary",fill:!1},"path12-0":{type:"path",points:[{x:.12795610000000002,y:-.16866424999999907},{x:.3686968000000006,y:-.16866424999999907}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.1958158999999995,y:.39716265000000006},bottom1:{type:"text",text:"{VAL}",x:-.029144200000000398,y:-.39716264999999984}},refblocks:{bottom1:{x:-.12356020000000001,y:-.17345394999999963},bottom2:{x:.1153169000000005,y:-.17345394999999963},left1:{x:-.37614279999999956,y:-.16951715000000012},left2:{x:-.12356020000000001,y:.05809054999999996},left3:{x:-.37614279999999956,y:.06202735000000037},right1:{x:.37614279999999933,y:-.16852074999999966},right2:{x:.1153169000000005,y:.05809054999999996},right3:{x:.37614279999999933,y:.06302374999999993}},bounds:{minX:-.40430124099999953,maxX:.4043012409999993,minY:-.39716264999999984,maxY:.39716265000000006,width:.8086024819999988,height:.7943252999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}};dpst_switch_default.bounds.width+=.2;var{paths:paths15,texts:texts16,bounds:bounds15,refblocks:refblocks15,circles:circles15}=dpst_switch_default,dpst_switch_horz_default={primitives:[...Object.values(paths15),...Object.values(circles15),{...texts16.top1,anchor:"middle_bottom",x:0},{...texts16.bottom1,anchor:"middle_top",x:0}],ports:[{...refblocks15.left1,labels:["1","left1"]},{...refblocks15.left3,labels:["3","left3"]},{...refblocks15.right1,labels:["2","right1"]},{...refblocks15.right3,labels:["4","right3"]}],size:{width:bounds15.width,height:bounds15.height},center:{x:bounds15.centerX,y:bounds15.centerY}},rotatedSymbol6=rotateSymbol(dpst_switch_horz_default),texts17=rotatedSymbol6.primitives.filter(lV=>lV.type==="text"),val3=texts17.find(lV=>lV.text==="{VAL}");val3.anchor="middle_right",val3.x=-.35,val3.y=0;var ref3=texts17.find(lV=>lV.text==="{REF}");ref3.anchor="middle_left",ref3.x=.3,ref3.y=0;var dpst_switch_vert_default=rotatedSymbol6,filled_diode_default={paths:{path11:{type:"path",points:[{x:-.541495829500001,y:.044368009536419395},{x:-.21998262950000114,y:.044368009536419395}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.14450697049999905,y:.052237309536419474},{x:.46379767049999976,y:.052237309536419474}],color:"primary",fill:!1},"path12-6":{type:"path",points:[{x:.13965347050000032,y:-.14937819046358025},{x:.13854747050000027,y:.2538388095364199}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.212703829500001,y:.2732984095364195},{x:-.2147708295000006,y:-.1493854904635803},{x:.13782137049999887,y:.050231709536419755},{x:-.2087893295000005,y:.27442980953642016}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.08906882950000083,y:.38011220953641867},bottom1:{type:"text",text:"{VAL}",x:-.0685314901614209,y:-.38011220953641844},right1:{type:"text",text:"",x:.5884896704999998,y:-.3288545904635811}},refblocks:{left1:{x:-.5603312294999999,y:.04351520953641885},right1:{x:.47524967049999955,y:.05238090953641872}},bounds:{minX:-.5884896704999999,maxX:.5884896704999998,minY:-.38011220953641844,maxY:.38011220953641867,width:1.1769793409999996,height:.7602244190728371,centerX:-5551115123125783e-32,centerY:11102230246251565e-32},circles:{}},filled_diode_horz_default=modifySymbol(filled_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),filled_diode_vert_default=rotateSymbol(filled_diode_horz_default),frequency_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Hz",x:0,y:-.035}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths16,texts:texts18,bounds:bounds16,refblocks:refblocks16,circles:circles16}=frequency_meter_default,frequency_meter_horz_default={primitives:[...Object.values(paths16),...Object.values(circles16),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts18.left1,x:0,y:.01,anchor:"center",fontSize:.2}],ports:[{...refblocks16.left1,labels:["1"]},{...refblocks16.right1,labels:["2"]}],size:{width:bounds16.width,height:bounds16.height},center:{x:bounds16.centerX,y:bounds16.centerY}},{5:letter3,...rest3}=frequency_meter_horz_default.primitives;function isPrimitive3(lV){return typeof lV=="object"}var rotatedSymbol7=rotateSymbol({...frequency_meter_horz_default,primitives:Object.values(rest3).filter(isPrimitive3)}),frequency_meter_vert_default={...rotatedSymbol7,primitives:[...rotatedSymbol7.primitives,letter3]},fuse_default={paths:{path10:{type:"path",points:[{x:-.5283037500000001,y:.036413650000000075},{x:.5300302500000003,y:.036413650000000075}],color:"primary",fill:!1},path14:{type:"path",points:[{x:.0008652499999994845,y:.16870534999999975},{x:.2654482499999995,y:.16870534999999975},{x:.2654482499999995,y:-.0958780499999996},{x:-.2637187499999998,y:-.0958780499999996},{x:-.2637187499999998,y:.16870534999999975},{x:.0008652499999994845,y:.16870534999999975}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.008263949999999909,y:.23591724999999997},bottom1:{type:"text",text:"{VAL}",x:-.1716539500000005,y:-.23591724999999997}},refblocks:{left1:{x:-.5345548500000001,y:.03946054999999937},right1:{x:.5345548500000001,y:.0352561499999986}},bounds:{minX:-.5627132910000001,maxX:.5627132910000001,minY:-.23591724999999997,maxY:.23591724999999997,width:1.1254265820000002,height:.47183449999999993,centerX:0,centerY:0},circles:{}},{paths:paths17,texts:texts19,bounds:bounds17,refblocks:refblocks17}=fuse_default,fuse_horz_default={primitives:[...Object.values(paths17),{...texts19.top1,anchor:"middle_bottom"},{type:"text",text:"{VAL}",x:0,y:-.2,anchor:"middle_top"}],ports:[{...refblocks17.left1,labels:["1"]},{...refblocks17.right1,labels:["2"]}],size:{width:bounds17.width,height:bounds17.height},center:{x:bounds17.centerX,y:bounds17.centerY}},fuse_vert_default=rotateSymbol(fuse_horz_default),ground_default={paths:{path1:{type:"path",points:[{x:-.33997010000000016,y:.4545300000000001},{x:-.03997010000000012,y:.4545300000000001}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.02032289999999981,y:.25053000000000014},{x:-.020322900000000033,y:.65053}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.050000000000000044,y:.3005300000000002},{x:.050000000000000044,y:.60053}],color:"primary",fill:!1},path4:{type:"path",points:[{x:.1499999999999997,y:.40053000000000005},{x:.1499999999999997,y:.5005300000000001}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{REF}",x:-.44999999999999996,y:-.6505299999999998},right1:{type:"text",text:"{VAL}",x:.44999999999999973,y:.35053}},refblocks:{top1:{x:-.33997010000000016,y:.4545300000000001},top2:{x:.17000000000000015,y:.4535300000000002}},bounds:{minX:-.44999999999999996,maxX:.44999999999999973,minY:-.6505299999999998,maxY:.65053,width:.8999999999999997,height:1.3010599999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths18,circles:circles17,bounds:bounds18,refblocks:refblocks18}=ground_default,horizontalSymbol={primitives:[...Object.values(paths18),...Object.values(circles17),{type:"text",text:"{REF}",x:-.1,y:.8,anchor:"middle_bottom"},{type:"text",text:"{VAL}",x:-.1,y:.1,anchor:"middle_top"}],ports:[{...refblocks18.top1,labels:["1"]}],size:{width:1,height:1},center:{x:0,y:.4}},ground_horz_default=horizontalSymbol,ground_vert_default=modifySymbol(ground_horz_default).rotateRightFacingSymbol("down").build(),gunn_diode_default={paths:{path11:{type:"path",points:[{x:-.49895505000000084,y:.035186950000000605},{x:-.177441850000001,y:.035186950000000605}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.18704774999999918,y:.043056250000000684},{x:.5063384499999999,y:.043056250000000684}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.3067105499999998,y:.19836805000000046},{x:-.3084575500000002,y:-.10569684999999973},{x:-.01040014999999972,y:.03790115000000038},{x:-.3034011499999991,y:.1991819500000005}],color:"primary",fill:!0},"path11-0-9-5":{type:"path",points:[{x:.3324594500000002,y:.19920585000000046},{x:.33420945000000013,y:-.10485904999999973},{x:.03615254999999973,y:.03873895000000038},{x:.32915344999999974,y:.2000197500000005}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.042716749999999415,y:.3158462499999999},bottom1:{type:"text",text:"{VAL}",x:.035355149999999336,y:-.3158462499999999}},refblocks:{left1:{x:-.5177904499999998,y:.03433415000000006},right1:{x:.5177904499999997,y:.04319984999999993}},bounds:{minX:-.5459488909999998,maxX:.5459488909999997,minY:-.3158462499999999,maxY:.3158462499999999,width:1.0918977819999993,height:.6316924999999998,centerX:-5551115123125783e-32,centerY:0},circles:{}},gunn_diode_horz_default=modifySymbol(gunn_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),gunn_diode_vert_default=modifySymbol(gunn_diode_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_left").build(),igbt_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850944445000005,y:.0010025000000009054},{x:-.006525044499999799,y:-.0016204999999989145}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:.19027400000000116},{x:.07322065550000101,y:-.17787549999999852}],color:"primary",fill:!1},path42:{type:"path",points:[{x:.01002445549999953,y:-.12022799999999911},{x:.01002445549999953,y:.1443554000000009}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.28374995550000004,y:-.2462579999999992},{x:.2831499554999999,y:-.5425888999999995}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:.5370061000000012},{x:.2836366555000003,y:.2678117000000011}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.1731829554999995,y:-.2153930999999989},{x:.2780310554999992,y:-.23045039999999894},{x:.2324710554999987,y:-.14155709999999888}],color:"primary",fill:!0},path17:{type:"path",points:[{x:.07704605550000054,y:-.08544359999999895},{x:.2325688555000005,y:-.19774119999999895}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:.11255990000000127},{x:.28369465549999884,y:.2606293000000013}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.006566644499999885,y:.35624680000000075},bottom1:{type:"text",text:"{VAL}",x:.020614555499999687,y:-.4202180999999998}},refblocks:{top1:{x:.2843894554999997,y:.5566011000000001},bottom1:{x:.2823318555000005,y:-.5566010999999997},left1:{x:-.3990097444999998,y:.00014970000000036343}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5847595409999997,maxY:.584759541,width:.8543363709999996,height:1.1695190819999999,centerX:27755575615628914e-33,centerY:16653345369377348e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:.008130800000000438,radius:.28854213,color:"primary",fill:!1}}},igbt_transistor_horz_default=modifySymbol(igbt_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotated2=rotateSymbol(igbt_transistor_horz_default),ref4=rotated2.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val4=rotated2.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref4.anchor="middle_left",val4.anchor="middle_right",ref4.x=.45,ref4.y+=.065,val4.y+=.065;var igbt_transistor_vert_default=rotated2,illuminated_push_button_normally_open_default={paths:{"path12-1-8-6-9":{type:"path",points:[{x:.023137150000000162,y:-.022408499999999165},{x:.023137150000000162,y:-.10240850000000101}],color:"primary",fill:!1},"path12-1-5-6":{type:"path",points:[{x:-.48740694999999956,y:-.18547949999999958},{x:-.1731006500000003,y:-.18547949999999958}],color:"primary",fill:!1},"path12-1-5-6-8":{type:"path",points:[{x:.023792949999999813,y:.17183650000000128},{x:.023792949999999813,y:.10518850000000057}],color:"primary",fill:!1},"path12-1-8-0":{type:"path",points:[{x:-.14922445000000018,y:-.032671500000001075},{x:.19549865000000022,y:-.18509050000000116}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.19549885000000078,y:-.18509050000000116},{x:.4881437499999999,y:-.18509050000000116}],color:"primary",fill:!1},"path12-1-8-6-9-4":{type:"path",points:[{x:.023137150000000162,y:.11939749999999982},{x:.023137150000000162,y:.017597499999999044}],color:"primary",fill:!1},"path12-1-8-6-9-4-3":{type:"path",points:[{x:.08312335000000015,y:.10724749999999972},{x:.08312335000000015,y:.050463500000001105}],color:"primary",fill:!1},"path12-1-8-6-9-4-3-1":{type:"path",points:[{x:-.03684904999999983,y:.10724749999999972},{x:-.03684904999999983,y:.050463500000001105}],color:"primary",fill:!1},"path12-1-8-6-9-4-4":{type:"path",points:[{x:.08312335000000015,y:.10724749999999972},{x:-.03684904999999983,y:.10724749999999972}],color:"primary",fill:!1},"path14-5":{type:"path",points:[{x:-.011640198644880861,y:.2824489119921765},{x:.01182744133211866,y:.25421423950368016},{x:.035295081309120846,y:.22597956701517674},{x:.05876272128612037,y:.19774489452667865}],color:"primary",fill:!0},"path14-5-3":{type:"path",points:[{x:-.011818241440559873,y:.19775449269853418},{x:.01171692178543804,y:.22592735480803405},{x:.03525208501144128,y:.25410021691753926},{x:.058787248237439194,y:.2822730790270338}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.010987250000000337,y:.3808714999999978},bottom1:{type:"text",text:"{VAL}",x:.05578094999999994,y:-.3808714999999996}},refblocks:{left1:{x:-.4717985499999999,y:-.1854504999999982},right1:{x:.4717985499999999,y:-.18547650000000182}},bounds:{minX:-.4999569909999999,maxX:.4999569909999999,minY:-.3808714999999996,maxY:.3808714999999978,width:.9999139819999998,height:.7617429999999974,centerX:0,centerY:-8881784197001252e-31},circles:{path9:{type:"circle",x:.02379285000000042,y:.24000550000000054,radius:.059920847,color:"primary",fill:!1}}},illuminated_push_button_normally_open_horz_default=modifySymbol(illuminated_push_button_normally_open_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol8=rotateSymbol(illuminated_push_button_normally_open_horz_default),texts21=rotatedSymbol8.primitives.filter(lV=>lV.type==="text"),val5=texts21.find(lV=>lV.text==="{VAL}");val5.x=-.35,val5.y=0,val5.anchor="middle_right";var ref5=texts21.find(lV=>lV.text==="{REF}");ref5.y=0,ref5.x=.35,ref5.anchor="middle_left";var illuminated_push_button_normally_open_vert_default=rotatedSymbol8,inductor_default={paths:{path8698:{type:"path",points:[{x:-.20003504999999944,y:-.023826854587889912},{x:-.20252458999999945,y:-.018993393814014044},{x:-.20501412999999943,y:-.014174384106555204},{x:-.2075036699999995,y:-.009384187436300498},{x:-.20999320999999949,y:-.004636988132081332},{x:-.2124827499999995,y:5329457033053167e-20},{x:-.2149722899999995,y:.004673092344940186},{x:-.2174618299999995,y:.009209271428771242},{x:-.21995136999999956,y:.013649213595881985},{x:-.22244090999999955,y:.01798089395292432},{x:-.22493044999999956,y:.022192955076609913},{x:-.22741998999999957,y:.02627477703600152},{x:-.22990952999999958,y:.030216542867918667},{x:-.2323990699999996,y:.03400929910178016},{x:-.2348886099999996,y:.03764501096072756},{x:-.23737814999999962,y:.04111661189869628},{x:-.23986768999999963,y:.04441804716802203},{x:-.24235722999999965,y:.04754431114897349},{x:-.24484676999999966,y:.05049147821106258},{x:-.24733630999999967,y:.053256726915861724},{x:-.24982584999999968,y:.05583835741211009},{x:-.2523153899999997,y:.05823580191586174},{x:-.2548049299999997,y:.060449628211062575},{x:-.2572944699999997,y:.0624815361489735},{x:-.25978400999999973,y:.06433434716802203},{x:-.26227354999999974,y:.06601198689869628},{x:-.26476308999999976,y:.06751946096072757},{x:-.26725262999999977,y:.06886282410178016},{x:-.2697421699999998,y:.07004914286791866},{x:-.2722317099999998,y:.0710864520360015},{x:-.2747212499999998,y:.07198370507660991},{x:-.2772107899999998,y:.07275071895292433},{x:-.27970032999999983,y:.07339811359588198},{x:-.28218986999999984,y:.07393724642877124},{x:-.28467940999999986,y:.07438014234494018},{x:-.28716894999999987,y:.07473941957033053},{x:-.2896584899999999,y:.07502821186791866},{x:-.2921480299999999,y:.07526008756369952},{x:-.2946375699999999,y:.07544896589344477},{x:-.2971271099999999,y:.07560903118598594},{x:-.29961664999999993,y:.07575464541211008},{x:-.3021061874999999,y:.07560903118598594},{x:-.30459572499999993,y:.07544896589344477},{x:-.3070852624999999,y:.07526008756369951},{x:-.30957479999999993,y:.07502821186791866},{x:-.31206433749999984,y:.07473941957033052},{x:-.3145538749999998,y:.07438014234494018},{x:-.31704341249999984,y:.07393724642877124},{x:-.31953294999999987,y:.07339811359588198},{x:-.32202248749999984,y:.07275071895292431},{x:-.3245120249999998,y:.07198370507660991},{x:-.3270015624999998,y:.0710864520360015},{x:-.32949109999999976,y:.07004914286791866},{x:-.33198063749999984,y:.06886282410178016},{x:-.33447017499999976,y:.06751946096072757},{x:-.3369597124999998,y:.06601198689869628},{x:-.33944924999999976,y:.06433434716802203},{x:-.34193878749999973,y:.06248153614897349},{x:-.34442832499999976,y:.06044962821106258},{x:-.3469178624999997,y:.05823580191586174},{x:-.3494073999999997,y:.05583835741211009},{x:-.35189693749999973,y:.053256726915861724},{x:-.35438647499999965,y:.050491478211062576},{x:-.3568760124999997,y:.0475443111489735},{x:-.35936554999999964,y:.04441804716802203},{x:-.3618550874999996,y:.04111661189869628},{x:-.36434462499999964,y:.03764501096072756},{x:-.36683416249999967,y:.03400929910178016},{x:-.3693236999999996,y:.030216542867918673},{x:-.3718132374999996,y:.02627477703600152},{x:-.3743027749999996,y:.022192955076609917},{x:-.37679231249999956,y:.017980893952924324},{x:-.3792818499999996,y:.013649213595881985},{x:-.3817713874999995,y:.00920927142877125},{x:-.38426092499999953,y:.004673092344940191},{x:-.38675046249999956,y:5329457033053514e-20},{x:-.38923999999999953,y:-.004636988132081328},{x:-.39172953749999956,y:-.009384187436300498},{x:-.3942190749999995,y:-.014174384106555197},{x:-.3967086124999995,y:-.01899339381401404},{x:-.3991981499999995,y:-.023826854587889912}],color:"primary",fill:!1},path8700:{type:"path",points:[{x:-.000872049999999458,y:-.02382615458789039},{x:-.0033615874999994412,y:-.01899269131401453},{x:-.0058511249999994245,y:-.014173679106555696},{x:-.008340662499999407,y:-.009383479936300985},{x:-.010830199999999391,y:-.004636278132081827},{x:-.013319737499999373,y:5400707033003174e-20},{x:-.015809274999999356,y:.004673807344939683},{x:-.018298812499999338,y:.009209988928770731},{x:-.020788349999999324,y:.013649933595881476},{x:-.023277887499999306,y:.017981616452923805},{x:-.02576742499999929,y:.022193680076609393},{x:-.02825696249999927,y:.026275504536001},{x:-.030746499999999254,y:.030217272867918137},{x:-.03323603749999924,y:.034010031601779636},{x:-.03572557499999922,y:.03764574596072702},{x:-.038215112499999204,y:.04111734939869574},{x:-.04070464999999919,y:.04441878716802149},{x:-.04319418749999917,y:.04754505364897295},{x:-.045683724999999155,y:.05049222321106203},{x:-.048173262499999134,y:.05325747441586117},{x:-.05066279999999912,y:.055839107412109526},{x:-.053152337499999106,y:.05823655441586117},{x:-.055641874999999084,y:.06045038321106201},{x:-.05813141249999907,y:.06248229364897292},{x:-.06062094999999905,y:.06433510716802145},{x:-.06311048749999904,y:.0660127493986957},{x:-.06560002499999902,y:.06752022596072697},{x:-.068089562499999,y:.06886359160177957},{x:-.07057909999999898,y:.07004991286791806},{x:-.07306863749999896,y:.07108722453600091},{x:-.07555817499999895,y:.0719844800766093},{x:-.07804771249999894,y:.07275149645292371},{x:-.08053724999999892,y:.07339889359588138},{x:-.0830267874999989,y:.07393802892877062},{x:-.08551632499999888,y:.07438092734493956},{x:-.08800586249999887,y:.07474020707032991},{x:-.09049539999999885,y:.07502900186791804},{x:-.09298493749999884,y:.07526088006369888},{x:-.09547447499999881,y:.07544976089344414},{x:-.0979640124999988,y:.0756098286859853},{x:-.10045354999999878,y:.07575544541210943},{x:-.1029430899999988,y:.0756098286859853},{x:-.1054326299999988,y:.07544976089344414},{x:-.10792216999999882,y:.07526088006369887},{x:-.11041170999999883,y:.07502900186791804},{x:-.11290124999999884,y:.0747402070703299},{x:-.11539078999999886,y:.07438092734493956},{x:-.11788032999999885,y:.07393802892877062},{x:-.1203698699999989,y:.07339889359588138},{x:-.12285940999999889,y:.07275149645292371},{x:-.1253489499999989,y:.0719844800766093},{x:-.12783848999999892,y:.07108722453600091},{x:-.13032802999999893,y:.07004991286791806},{x:-.13281756999999894,y:.06886359160177957},{x:-.13530710999999895,y:.06752022596072697},{x:-.13779664999999897,y:.0660127493986957},{x:-.14028618999999898,y:.06433510716802145},{x:-.142775729999999,y:.06248229364897291},{x:-.145265269999999,y:.06045038321106202},{x:-.14775480999999901,y:.05823655441586117},{x:-.15024434999999903,y:.055839107412109526},{x:-.15273388999999904,y:.05325747441586117},{x:-.15522342999999905,y:.05049222321106202},{x:-.15771296999999906,y:.047545053648972956},{x:-.16020250999999908,y:.04441878716802149},{x:-.1626920499999991,y:.04111734939869574},{x:-.1651815899999991,y:.03764574596072702},{x:-.16767112999999914,y:.034010031601779636},{x:-.1701606699999991,y:.03021727286791814},{x:-.17265020999999914,y:.026275504536001},{x:-.17513974999999915,y:.022193680076609396},{x:-.17762928999999916,y:.017981616452923805},{x:-.1801188299999992,y:.013649933595881474},{x:-.18260836999999916,y:.00920998892877074},{x:-.1850979099999992,y:.0046738073449396865},{x:-.1875874499999992,y:5400707033003521e-20},{x:-.19007698999999922,y:-.004636278132081827},{x:-.19256652999999926,y:-.009383479936300985},{x:-.19505606999999922,y:-.01417367910655569},{x:-.19754560999999926,y:-.018992691314014522},{x:-.20003514999999927,y:-.02382615458789039}],color:"primary",fill:!1},path8702:{type:"path",points:[{x:.19829105000000036,y:-.02382615458789039},{x:.19580151000000035,y:-.01899269131401453},{x:.1933119700000003,y:-.014173679106555696},{x:.19082243000000035,y:-.009383479936300985},{x:.1883328900000003,y:-.004636278132081827},{x:.1858433500000003,y:5400707033003174e-20},{x:.18335381000000028,y:.004673807344939683},{x:.18086427000000024,y:.009209988928770731},{x:.1783747300000003,y:.013649933595881476},{x:.17588519000000025,y:.017981616452923805},{x:.17339565000000023,y:.022193680076609393},{x:.17090611000000022,y:.026275504536001},{x:.16841657000000018,y:.030217272867918137},{x:.16592703000000023,y:.034010031601779636},{x:.16343749000000019,y:.03764574596072702},{x:.16094795000000017,y:.04111734939869574},{x:.15845841000000016,y:.04441878716802149},{x:.15596887000000015,y:.04754505364897295},{x:.15347933000000014,y:.05049222321106203},{x:.15098979000000012,y:.05325747441586117},{x:.1485002500000001,y:.055839107412109526},{x:.1460107100000001,y:.05823655441586117},{x:.1435211700000001,y:.06045038321106201},{x:.14103163000000007,y:.06248229364897292},{x:.13854209000000006,y:.06433510716802145},{x:.13605255000000005,y:.0660127493986957},{x:.13356301000000004,y:.06752022596072697},{x:.13107347000000003,y:.06886359160177957},{x:.12858393,y:.07004991286791806},{x:.12609439,y:.07108722453600091},{x:.12360484999999999,y:.0719844800766093},{x:.12111530999999998,y:.07275149645292371},{x:.11862576999999996,y:.07339889359588138},{x:.11613622999999995,y:.07393802892877062},{x:.11364668999999994,y:.07438092734493956},{x:.11115714999999993,y:.07474020707032991},{x:.10866760999999991,y:.07502900186791804},{x:.1061780699999999,y:.07526088006369888},{x:.10368852999999989,y:.07544976089344414},{x:.10119898999999988,y:.0756098286859853},{x:.09870944999999987,y:.07575544541210943},{x:.09621991249999988,y:.0756098286859853},{x:.0937303749999999,y:.07544976089344414},{x:.09124083749999992,y:.07526088006369887},{x:.08875129999999994,y:.07502900186791804},{x:.08626176249999995,y:.0747402070703299},{x:.08377222499999996,y:.07438092734493956},{x:.08128268749999998,y:.07393802892877062},{x:.07879315,y:.07339889359588138},{x:.07630361250000002,y:.07275149645292371},{x:.07381407500000003,y:.0719844800766093},{x:.07132453750000005,y:.07108722453600091},{x:.06883500000000006,y:.07004991286791806},{x:.06634546250000009,y:.06886359160177957},{x:.0638559250000001,y:.06752022596072697},{x:.06136638750000012,y:.0660127493986957},{x:.05887685000000013,y:.06433510716802145},{x:.05638731250000015,y:.06248229364897291},{x:.053897775000000175,y:.06045038321106202},{x:.05140823750000019,y:.05823655441586117},{x:.048918700000000204,y:.055839107412109526},{x:.04642916250000022,y:.05325747441586117},{x:.04393962500000023,y:.05049222321106202},{x:.04145008750000026,y:.047545053648972956},{x:.038960550000000274,y:.04441878716802149},{x:.03647101250000029,y:.04111734939869574},{x:.0339814750000003,y:.03764574596072702},{x:.03149193750000032,y:.034010031601779636},{x:.02900240000000034,y:.03021727286791814},{x:.02651286250000036,y:.026275504536001},{x:.024023325000000373,y:.022193680076609396},{x:.021533787500000387,y:.017981616452923805},{x:.019044250000000405,y:.013649933595881474},{x:.016554712500000426,y:.00920998892877074},{x:.014065175000000442,y:.0046738073449396865},{x:.011575637500000457,y:5400707033003521e-20},{x:.009086100000000473,y:-.004636278132081827},{x:.006596562500000487,y:-.009383479936300985},{x:.004107025000000513,y:-.01417367910655569},{x:.0016174875000005274,y:-.018992691314014522},{x:-.000872049999999458,y:-.02382615458789039}],color:"primary",fill:!1},path8704:{type:"path",points:[{x:.39745405000000034,y:-.02382615458789039},{x:.3949645125000003,y:-.01899269131401453},{x:.39247497500000034,y:-.014173679106555696},{x:.3899854375000004,y:-.009383479936300985},{x:.38749590000000045,y:-.004636278132081827},{x:.3850063625000004,y:5400707033003174e-20},{x:.3825168250000004,y:.004673807344939683},{x:.3800272875000004,y:.009209988928770731},{x:.3775377500000005,y:.013649933595881476},{x:.37504821250000053,y:.017981616452923805},{x:.3725586750000005,y:.022193680076609393},{x:.3700691375000005,y:.026275504536001},{x:.3675796000000005,y:.030217272867918137},{x:.3650900625000006,y:.034010031601779636},{x:.3626005250000006,y:.03764574596072702},{x:.3601109875000006,y:.04111734939869574},{x:.35762145000000056,y:.04441878716802149},{x:.3551319125000006,y:.04754505364897295},{x:.3526423750000007,y:.05049222321106203},{x:.3501528375000007,y:.05325747441586117},{x:.3476633000000007,y:.055839107412109526},{x:.34517376250000065,y:.05823655441586117},{x:.34268422500000073,y:.06045038321106201},{x:.3401946875000007,y:.06248229364897292},{x:.3377051500000008,y:.06433510716802145},{x:.33521561250000076,y:.0660127493986957},{x:.33272607500000073,y:.06752022596072697},{x:.3302365375000008,y:.06886359160177957},{x:.3277470000000008,y:.07004991286791806},{x:.3252574625000008,y:.07108722453600091},{x:.32276792500000084,y:.0719844800766093},{x:.32027838750000087,y:.07275149645292371},{x:.3177888500000009,y:.07339889359588138},{x:.3152993125000009,y:.07393802892877062},{x:.3128097750000009,y:.07438092734493956},{x:.31032023750000093,y:.07474020707032991},{x:.30783070000000096,y:.07502900186791804},{x:.305341162500001,y:.07526088006369888},{x:.30285162500000096,y:.07544976089344414},{x:.300362087500001,y:.0756098286859853},{x:.297872550000001,y:.07575544541210943},{x:.29538301000000095,y:.0756098286859853},{x:.292893470000001,y:.07544976089344414},{x:.290403930000001,y:.07526088006369887},{x:.287914390000001,y:.07502900186791804},{x:.28542485000000095,y:.0747402070703299},{x:.2829353100000009,y:.07438092734493956},{x:.2804457700000009,y:.07393802892877062},{x:.2779562300000009,y:.07339889359588138},{x:.2754666900000009,y:.07275149645292371},{x:.2729771500000009,y:.0719844800766093},{x:.2704876100000009,y:.07108722453600091},{x:.26799807000000087,y:.07004991286791806},{x:.26550853000000085,y:.06886359160177957},{x:.26301899000000084,y:.06752022596072697},{x:.26052945000000083,y:.0660127493986957},{x:.2580399100000008,y:.06433510716802145},{x:.2555503700000008,y:.06248229364897291},{x:.2530608300000008,y:.06045038321106202},{x:.2505712900000008,y:.05823655441586117},{x:.24808175000000077,y:.055839107412109526},{x:.24559221000000075,y:.05325747441586117},{x:.24310267000000074,y:.05049222321106202},{x:.24061313000000073,y:.047545053648972956},{x:.23812359000000072,y:.04441878716802149},{x:.2356340500000007,y:.04111734939869574},{x:.2331445100000007,y:.03764574596072702},{x:.23065497000000068,y:.034010031601779636},{x:.22816543000000067,y:.03021727286791814},{x:.22567589000000066,y:.026275504536001},{x:.22318635000000064,y:.022193680076609396},{x:.22069681000000063,y:.017981616452923805},{x:.21820727000000062,y:.013649933595881474},{x:.2157177300000006,y:.00920998892877074},{x:.2132281900000006,y:.0046738073449396865},{x:.21073865000000058,y:5400707033003521e-20},{x:.20824911000000057,y:-.004636278132081827},{x:.20575957000000056,y:-.009383479936300985},{x:.20327003000000055,y:-.01417367910655569},{x:.20078049000000053,y:-.018992691314014522},{x:.19829095000000052,y:-.02382615458789039}],color:"primary",fill:!1},path8706:{type:"path",points:[{x:-.4023286499999996,y:-.022544054587890106},{x:-.5293590499999994,y:-.022544054587890106}],color:"primary",fill:!1},"path8706-5":{type:"path",points:[{x:.5261604500000003,y:-.027111054587890093},{x:.39913004999999946,y:-.027111054587890093}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0040821499999992295,y:.22997364541210996},bottom1:{type:"text",text:"{VAL}",x:-.004252755294839927,y:-.22997364541210996}},refblocks:{left1:{x:-.5504428500000003,y:-.021272154587890446},right1:{x:.5504428500000005,y:-.026521254587889898}},bounds:{minX:-.5786012910000002,maxX:.5786012910000005,minY:-.22997364541210996,maxY:.22997364541210996,width:1.1572025820000007,height:.4599472908242199,centerX:11102230246251565e-32,centerY:0},circles:{}},{paths:paths20,texts:texts22,bounds:bounds20,refblocks:refblocks20,circles:circles19}=inductor_default,inductor_right_default={primitives:[...Object.values(paths20),...Object.values(circles19),{...texts22.top1,anchor:"middle_bottom"},{...texts22.bottom1,anchor:"middle_top"}],ports:[{...refblocks20.left1,labels:["1"]},{...refblocks20.right1,labels:["2"]}],size:{width:bounds20.width,height:bounds20.height},center:{x:bounds20.centerX,y:bounds20.centerY}},inductor_up_default=rotateSymbol(inductor_right_default,"up"),inductor_down_default=flipSymbolOverXAxis(inductor_up_default),inductor_left_default=flipSymbolOverYAxis(inductor_right_default),laser_diode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000006,y:-.05991764999999982},{x:-.14891374999999996,y:-.06254064999999964}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.13221874999999983,y:-.048856449999999496},{x:-.13236425000000063,y:-.18114814999999918}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.13236425000000063,y:.08343525000000018},{x:.13221874999999983,y:-.048856449999999496}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.13236425000000063,y:-.18114814999999984},{x:-.13236425000000063,y:.08343525000000018}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.13221874999999983,y:.08343525000000018},{x:.13221874999999983,y:-.18114814999999984}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.13582535000000018,y:-.04942524999999942},{x:.533952450000001,y:-.059917649999999156}],color:"primary",fill:!1},"path25-0-9-8":{type:"path",points:[{x:-.02944535000000048,y:.39378525000000053},{x:-.05325954999999993,y:.4660362500000006},{x:-.07725114999999949,y:.39386225000000086}],color:"primary",fill:!0},"path78-6-5-5":{type:"path",points:[{x:-.05361965000000035,y:.27387525000000035},{x:-.053592050000000446,y:.2865022500000003},{x:-.05330205000000077,y:.41436425000000066},{x:-.05311205000000019,y:.4152642500000008}],color:"primary",fill:!1},"path25-0-9-8-2":{type:"path",points:[{x:.06865195000000024,y:.39378525000000053},{x:.044837750000000565,y:.4660362500000006},{x:.02084615000000123,y:.39386225000000086}],color:"primary",fill:!0},"path78-6-5-5-7":{type:"path",points:[{x:.044477650000000146,y:.27387525000000035},{x:.044505250000000274,y:.2865022500000003},{x:.04479524999999995,y:.41436425000000066},{x:.04498525000000053,y:.4152642500000008}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:.03124844999999965,y:.05895145000000013},{x:.03124844999999965,y:-.16452955000000036}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.25206924999999947,y:.3769550499999994},bottom1:{type:"text",text:"{VAL}",x:-.006614550000000552,y:-.4660362500000004}},refblocks:{left1:{x:-.54139845,y:-.060770450000000364},right1:{x:.5413984499999995,y:-.0597740500000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.4660362500000004,maxY:.4660362500000006,width:1.1391137819999995,height:.932072500000001,centerX:-2220446049250313e-31,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000003116,y:-.05278935000000051,radius:.28854213,color:"primary",fill:!1}}};laser_diode_default.bounds.width+=.2;var laser_diode_horz_default=modifySymbol(laser_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol9=rotateSymbol(laser_diode_horz_default),texts23=rotatedSymbol9.primitives.filter(lV=>lV.type==="text"),ref6=texts23.find(lV=>lV.text==="{VAL}");ref6.x=-.52,ref6.anchor="middle_right";var laser_diode_vert_default=rotatedSymbol9,led_default={paths:{path45:{type:"path",points:[{x:.13585750000000063,y:-.003696399999999045},{x:-.12872579999999934,y:-.13598810000000228}],color:"primary",fill:!1},"path1-8":{type:"path",points:[{x:.12763670000000094,y:-.003920199999999596},{x:.5265564000000009,y:-.003920199999999596}],color:"primary",fill:!1},path46:{type:"path",points:[{x:-.12872579999999934,y:.12859530000000063},{x:.13585750000000063,y:-.003696399999999045}],color:"primary",fill:!1},path47:{type:"path",points:[{x:-.12872579999999934,y:-.13598810000000228},{x:-.12872579999999934,y:.12859530000000063}],color:"primary",fill:!1},path48:{type:"path",points:[{x:.13585750000000063,y:.12859530000000063},{x:.13585750000000063,y:-.13598810000000228}],color:"primary",fill:!1},path49:{type:"path",points:[{x:-.13076959999999938,y:-.003696399999999045},{x:-.5256007999999994,y:-.003696399999999045}],color:"primary",fill:!1},path25:{type:"path",points:[{x:-.1557438999999996,y:.28545279999999806},{x:-.2530861999999994,y:.3023319999999998},{x:-.21878339999999952,y:.20956920000000068}],color:"primary",fill:!0},path78:{type:"path",points:[{x:-.08000449999999937,y:.16590799999999817},{x:-.09202799999999911,y:.1748410000000007},{x:-.2137844999999996,y:.26529680000000155},{x:-.2144144999999993,y:.2662468000000011}],color:"primary",fill:!1},"path25-0":{type:"path",points:[{x:.021722400000000697,y:.30658939999999646},{x:-.07561989999999952,y:.3234685999999982},{x:-.04131709999999922,y:.23070579999999907}],color:"primary",fill:!0},"path78-6":{type:"path",points:[{x:.09746180000000093,y:.18704459999999656},{x:.08543830000000074,y:.19597759999999909},{x:-.0363181999999993,y:.28643339999999995},{x:-.03694819999999943,y:.2873833999999995}],color:"primary",fill:!1}},texts:{bottom1:{type:"text",text:"{VAL}",x:-.009561699999999451,y:-.3234685999999982},right1:{type:"text",text:"{REF}",x:.31464070000000044,y:.22386570000000106}},refblocks:{left1:{x:-.5362092999999997,y:-.004432900000001183},right1:{x:.5362093000000003,y:-.004886400000003732}},bounds:{minX:-.5643677409999996,maxX:.5643677410000003,minY:-.3234685999999982,maxY:.3234685999999982,width:1.128735482,height:.6469371999999964,centerX:33306690738754696e-32,centerY:0},circles:{}},{paths:paths21,texts:texts24,bounds:bounds21,refblocks:refblocks21,circles:circles20}=led_default,led_right_default={primitives:[...Object.values(paths21),...Object.values(circles20),{...texts24.bottom1,anchor:"middle_top"},{...texts24.right1,anchor:"middle_bottom"}],ports:[{...refblocks21.left1,labels:["1"]},{...refblocks21.right1,labels:["2"]}],size:{width:bounds21.width,height:bounds21.height},center:{x:bounds21.centerX,y:bounds21.centerY}},led_down_default=rotateSymbol(led_right_default,"down"),led_left_default=flipSymbolOverYAxis(led_right_default),baseSymbol=rotateSymbol(led_right_default,"up"),modifiedSymbol={...baseSymbol,primitives:baseSymbol.primitives.map(lV=>lV.type==="path"&&(lV.points.length===3||lV.points.length===4)?{...lV,points:lV.points.map(J=>({x:J.x,y:-J.y+2*baseSymbol.center.y}))}:lV)},led_up_default=modifiedSymbol,light_dependent_resistor_default={paths:{path11:{type:"path",points:[{x:-.5053201665812097,y:-.010839730805804138},{x:-.1829962316128657,y:-.010839730805804138}],color:"primary",fill:!1},"path11-2":{type:"path",points:[{x:-.1674747072814866,y:-.11471502212593476},{x:-.1674747072814866,y:.07736981415388478}],color:"primary",fill:!1},"path11-5":{type:"path",points:[{x:-.1674747072814866,y:-.11632056223474518},{x:.16018133830019532,y:-.11632056223474518}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:-.1674747072814866,y:.07736981415388478},{x:.16018133830019532,y:.07736981415388478}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.17205869804197382,y:-.010839950577224311},{x:.5116721586832798,y:-.010839950577224311}],color:"primary",fill:!1},"path11-2-1":{type:"path",points:[{x:.16064490317338742,y:-.11622177498145403},{x:.16064490317338742,y:.07727135655772521}],color:"primary",fill:!1},"path25-0-9":{type:"path",points:[{x:-.40391896081308554,y:-.2111951150487743},{x:-.32538818309991635,y:-.1776462385858042},{x:-.33843942905204627,y:-.26928059146906413}],color:"primary",fill:!0},"path78-6-5":{type:"path",points:[{x:-.4470989190253618,y:-.3351265263866847},{x:-.4385525777085817,y:-.32468848279378437},{x:-.3520048317368336,y:-.21897414423109507},{x:-.3516268465799328,y:-.21798517284109487}],color:"primary",fill:!1},"path25-0-9-0":{type:"path",points:[{x:-.30220674110432255,y:-.3403193953841548},{x:-.22367596339115314,y:-.30677051892118534},{x:-.23672720934328306,y:-.3984048718044453}],color:"primary",fill:!0},"path78-6-5-9":{type:"path",points:[{x:-.3453866993165988,y:-.464250806722065},{x:-.3368403579998187,y:-.45381276312916397},{x:-.2502926120280704,y:-.34809842456647466},{x:-.24991462687116983,y:-.34710945317647446}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.1679477702432366,y:-.40859918889256375},bottom1:{type:"text",text:"{VAL}",x:-.006410773639930811,y:.464250806722065}},refblocks:{left1:{x:-.5247194309452994,y:-.009902515585214156},right1:{x:.5247194309452992,y:-.010997416799653603}},bounds:{minX:-.5520103866874645,maxX:.5520103866874643,minY:-.5085991888925637,maxY:.464250806722065,width:1.1040207733749288,height:.6228499956146287,centerX:-11102230246251565e-32,centerY:-.022174191085249373},circles:{path1:{type:"circle",x:-.003646732950281173,y:-.018672603986024328,radius:.2796529289238723,color:"primary",fill:!1}}},{paths:paths22,texts:texts25,bounds:bounds22,refblocks:refblocks22,circles:circles21}=light_dependent_resistor_default,light_dependent_resistor_horz_default={primitives:[...Object.values(paths22),...Object.values(circles21),{...texts25.top1,anchor:"middle_left",x:0},{...texts25.bottom1,anchor:"middle_left",x:0}],ports:[{...refblocks22.left1,labels:["1"]},{...refblocks22.right1,labels:["2"]}],size:{width:bounds22.width,height:bounds22.height},center:{x:bounds22.centerX,y:bounds22.centerY}},rotatedSymbol10=rotateSymbol(light_dependent_resistor_horz_default),texts26=rotatedSymbol10.primitives.filter(lV=>lV.type==="text"),val6=texts26.find(lV=>lV.text==="{VAL}");val6.x=-.35,val6.y=0,val6.anchor="middle_right";var ref7=texts26.find(lV=>lV.text==="{REF}");ref7.y=0,ref7.x=.35,ref7.anchor="middle_left";var light_dependent_resistor_vert_default=rotatedSymbol10,mosfet_depletion_normally_on_default={paths:{path208:{type:"path",points:[{x:.3843021704999998,y:.13154093999999894},{x:.5165938705000004,y:-.13304206000000107}],color:"primary",fill:!1},path209:{type:"path",points:[{x:.25201047050000014,y:-.13304206000000107},{x:.3843021704999998,y:.13154093999999894}],color:"primary",fill:!1},path210:{type:"path",points:[{x:.5165938705000004,y:-.13304206000000107},{x:.25201047050000014,y:-.13304206000000107}],color:"primary",fill:!1},path211:{type:"path",points:[{x:.25201047050000014,y:.13154093999999894},{x:.5165938705000004,y:.13154093999999894}],color:"primary",fill:!1},path212:{type:"path",points:[{x:.11971887050000074,y:-.39762406000000006},{x:.3843021704999998,y:-.39762406000000006}],color:"primary",fill:!1},path213:{type:"path",points:[{x:.3843021704999998,y:.39612494},{x:.11971887050000074,y:.39612494}],color:"primary",fill:!1},path214:{type:"path",points:[{x:.11971887050000074,y:.5284169399999996},{x:.11971887050000074,y:.18445994}],color:"primary",fill:!1},path215:{type:"path",points:[{x:.11971887050000074,y:-.5299150600000004},{x:.11971887050000074,y:-.0007480600000011606}],color:"primary",fill:!1},path216:{type:"path",points:[{x:.3843021704999998,y:-.39762469000000067},{x:.3843021704999998,y:.3961256399999993}],color:"primary",fill:!1},path217:{type:"path",points:[{x:-.1448644295000001,y:.2638359399999999},{x:-.1448644295000001,y:-.26533006000000015}],color:"primary",fill:!1},path218:{type:"path",points:[{x:-.22423942949999898,y:-.2653310599999994},{x:-.22423942949999898,y:.26383493999999885}],color:"primary",fill:!1},path219:{type:"path",points:[{x:-.5417394294999998,y:-.26533006000000015},{x:-.22423942949999898,y:-.2653320600000004}],color:"primary",fill:!1},path220:{type:"path",points:[{x:-.1448644295000001,y:-.18595506000000128},{x:.11971897050000013,y:-.18595506000000128}],color:"primary",fill:!1},path221:{type:"path",points:[{x:-.1448644295000001,y:.18446093999999924},{x:.11971897050000013,y:.18446093999999924}],color:"primary",fill:!1},path222:{type:"path",points:[{x:-.06548942950000036,y:-.0007480600000011606},{x:.11971887050000074,y:-.0007480600000011606}],color:"primary",fill:!1}},texts:{right1:{type:"text",text:"{VAL}",x:.5715500704999998,y:.02044358999999929},right2:{type:"text",text:"{REF}",x:.5701646705000005,y:.2085436499999993}},refblocks:{top1:{x:.12018067049999992,y:.5432738300000004},bottom1:{x:.11982247050000083,y:-.5432738300000004},left1:{x:-.5433916295000003,y:-.2663988600000007}},bounds:{minX:-.5715500705000003,maxX:.5715500704999998,minY:-.5714322710000004,maxY:.5714322710000004,width:1.1431001410000001,height:1.1428645420000008,centerX:-2220446049250313e-31,centerY:0},circles:{}},{paths:paths23,texts:texts27,bounds:bounds23,refblocks:refblocks23}=mosfet_depletion_normally_on_default,mosfet_depletion_normally_on_horz_default={primitives:[...Object.values(paths23),{...texts27.right1,anchor:"middle_left"},{...texts27.right2,anchor:"middle_left"}],ports:[{...refblocks23.top1,labels:["1"]},{...refblocks23.bottom1,labels:["2"]},{...refblocks23.left1,labels:["3"]}],size:{width:bounds23.width+.4,height:bounds23.height},center:{x:bounds23.centerX+.2,y:bounds23.centerY}},rotated3=rotateSymbol(mosfet_depletion_normally_on_horz_default),ref8=rotated3.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val7=rotated3.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref8.anchor="middle_top",val7.anchor="middle_top",ref8.x=val7.x,val7.y+=.15;var mosfet_depletion_normally_on_vert_default=rotated3,mushroom_head_normally_open_momentary_default={paths:{"path12-1-8-6-9":{type:"path",points:[{x:.005962250000000502,y:.06921149999999976},{x:.005962250000000502,y:-.005086499999999106}],color:"primary",fill:!1},"path12-1-5-6":{type:"path",points:[{x:-.48740705000000073,y:-.09299450000000142},{x:-.17310075000000058,y:-.09299450000000142}],color:"primary",fill:!1},"path12-1-8-0":{type:"path",points:[{x:-.16008695000000017,y:-.010660500000000184},{x:.1719709499999995,y:-.010660500000000184}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.1954987499999996,y:-.09260549999999945},{x:.4881436499999996,y:-.09260549999999945}],color:"primary",fill:!1},path2:{type:"path",points:[{x:-.09950044999999985,y:.05839450000000035},{x:-.09950104999999976,y:.06197449999999982},{x:-.09932044999999956,y:.06550449999999941},{x:-.09896044999999987,y:.0690104999999992},{x:-.09860045000000017,y:.07250049999999852},{x:-.09806045000000019,y:.07593049999999835},{x:-.09735344999999995,y:.07929949999999941},{x:-.09663345000000056,y:.08265950000000011},{x:-.09578045000000035,y:.08599949999999978},{x:-.09475245000000054,y:.08924949999999932},{x:-.09379245000000047,y:.09255949999999835},{x:-.09254545000000025,y:.09567949999999925},{x:-.09120844999999989,y:.09877950000000091},{x:-.08986644999999971,y:.10186950000000117},{x:-.08839545000000015,y:.10492949999999901},{x:-.08675845000000049,y:.10783949999999898},{x:-.08506245000000057,y:.11069950000000084},{x:-.08334244999999996,y:.11360950000000081},{x:-.08146945000000017,y:.11638949999999859},{x:-.0795824500000002,y:.11916949999999993},{x:-.07752845000000086,y:.12180949999999946},{x:-.07546944999999994,y:.12442949999999975},{x:-.07325945000000011,y:.12693950000000065},{x:-.07104145000000006,y:.129449499999998},{x:-.06867544999999975,y:.13182950000000027},{x:-.06628845000000005,y:.1341695000000005},{x:-.06379544999999975,y:.1364194999999988},{x:-.06114145000000004,y:.13848950000000038},{x:-.05848745000000033,y:.1405694999999998},{x:-.05584345000000024,y:.14261950000000034},{x:-.05306845000000049,y:.14449950000000022},{x:-.05029345000000074,y:.14639950000000113},{x:-.04738844999999969,y:.14811950000000174},{x:-.04437445000000029,y:.14969949999999876},{x:-.04134744999999995,y:.1513194999999996},{x:-.038316449999999946,y:.15275949999999838},{x:-.03515645000000056,y:.15407949999999992},{x:-.03204444999999989,y:.15536950000000083},{x:-.028770450000000558,y:.15655950000000018},{x:-.025468450000000864,y:.15757949999999887},{x:-.02213745000000067,y:.15863950000000138},{x:-.018790450000000014,y:.15942949999999811},{x:-.01536325000000005,y:.16012949999999826},{x:-.011980249999999693,y:.16082950000000018},{x:-.008442250000000762,y:.16141949999999916},{x:-.004890650000000107,y:.1617494999999991},{x:-.0013406500000003874,y:.16204949999999663},{x:.002252350000000014,y:.16214949999999817},{x:.005893849999999645,y:.16214949999999817},{x:.009534849999998762,y:.16214949999999817},{x:.013136849999999534,y:.16204949999999663},{x:.016683149999999536,y:.1617494999999991},{x:.020231149999998976,y:.1614494999999998},{x:.023727149999999142,y:.16104949999999896},{x:.02715474999999934,y:.16012949999999826},{x:.03057874999999921,y:.15952949999999966},{x:.03395574999999962,y:.15867949999999986},{x:.03725995000000015,y:.15758950000000027},{x:.0405679499999998,y:.15652949999999954},{x:.04379994999999948,y:.15541949999999893},{x:.04695294999999966,y:.15409950000000094},{x:.050101949999999285,y:.15280950000000004},{x:.053191949999999544,y:.1513194999999996},{x:.05617794999999948,y:.1497395000000008},{x:.05916694999999983,y:.14811950000000174},{x:.06206694999999929,y:.14639950000000113},{x:.06487294999999982,y:.1445595000000015},{x:.06767095000000012,y:.14269950000000264},{x:.07038294999999994,y:.14069950000000198},{x:.07299194999999958,y:.1385795000000023},{x:.07560095000000011,y:.13645950000000262},{x:.07809294999999938,y:.13420950000000254},{x:.08047994999999997,y:.13187950000000193},{x:.08287894999999956,y:.1295395000000017},{x:.08515495000000062,y:.12706950000000106},{x:.08729294999999926,y:.12451950000000167},{x:.08944594999999911,y:.12192950000000202},{x:.0914679499999993,y:.11930950000000173},{x:.09337295000000001,y:.1165295000000004},{x:.0971669499999992,y:.11101949999999938},{x:.10043494999999947,y:.10512450000000229},{x:.10311494999999926,y:.09890950000000132},{x:.10444094999999987,y:.09581950000000106},{x:.10564094999999973,y:.09262950000000103},{x:.10667494999999949,y:.08935950000000226},{x:.10769994999999977,y:.08610950000000273},{x:.1085699499999997,y:.08279950000000369},{x:.10927795000000007,y:.07942950000000337},{x:.10999794999999946,y:.07605950000000128},{x:.11051994999999959,y:.07262950000000146},{x:.11088394999999984,y:.06913950000000213},{x:.11124394999999954,y:.0656495000000028},{x:.11142394999999983,y:.062099500000002195},{x:.11142394999999983,y:.05854350000000075},{x:.10483595000000001,y:.05853049999999982},{x:.0982479500000002,y:.058516500000001415},{x:.09164495000000006,y:.058518500000001694},{x:.08505695000000024,y:.05850850000000207},{x:.078453950000001,y:.058509500000001324},{x:.07186595000000029,y:.058496500000000395},{x:.06526295000000104,y:.05849750000000142},{x:.058674950000001225,y:.058485499999999746},{x:.05208695000000052,y:.058473499999999845},{x:.04548395000000127,y:.058475500000000125},{x:.038895950000001456,y:.05846150000000172},{x:.03230795000000075,y:.058448499999999015},{x:.025704950000001503,y:.058453499999998826},{x:.019101950000001366,y:.05845449999999808},{x:.01251395000000155,y:.05844149999999715},{x:.005925950000001734,y:.058427499999998744},{x:-.0006560499999990199,y:.05842149999999968},{x:-.007240049999999165,y:.05841449999999959},{x:-.01382404999999931,y:.05840850000000053},{x:-.020406049999999176,y:.05840250000000147},{x:-.02699004999999932,y:.058394500000002125},{x:-.03357404999999947,y:.05838950000000409},{x:-.04015604999999933,y:.05838350000000503},{x:-.04674004999999948,y:.05837450000000466},{x:-.05332205000000023,y:.058368500000005596},{x:-.05990605000000038,y:.058360500000006255},{x:-.06649005000000052,y:.058355500000006444},{x:-.07307205000000039,y:.05834950000000738},{x:-.07965605000000053,y:.05834150000000804},{x:-.08624005000000068,y:.05833550000000898},{x:-.09282205000000143,y:.05833050000001094}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:.01254745000000046,y:.26612850000000243},bottom1:{type:"text",text:"{VAL}",x:-.16130964999999975,y:-.2661284999999989}},refblocks:{left1:{x:-.4717985499999999,y:-.09296750000000031},right1:{x:.4717985499999999,y:-.09299249999999937}},bounds:{minX:-.4999569909999999,maxX:.4999569909999999,minY:-.2661284999999989,maxY:.26612850000000243,width:.9999139819999998,height:.5322570000000013,centerX:0,centerY:17763568394002505e-31},circles:{}},{paths:paths24,texts:texts28,bounds:bounds24,refblocks:refblocks24,circles:circles22}=mushroom_head_normally_open_momentary_default,mushroom_head_normally_open_momentary_horz_default={primitives:[...Object.values(paths24),...Object.values(circles22),{...texts28.top1,anchor:"middle_bottom",x:0},{...texts28.bottom1,anchor:"middle_top",x:0}],ports:[{...refblocks24.left1,labels:["1"]},{...refblocks24.right1,labels:["2"]}],size:{width:bounds24.width,height:bounds24.height},center:{x:bounds24.centerX+.006,y:bounds24.centerY+.06}},rotated4=rotateSymbol(mushroom_head_normally_open_momentary_horz_default),ref9=rotated4.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val8=rotated4.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref9.anchor="middle_left",val8.anchor="middle_right",ref9.x=ref9.x-.03,ref9.y=ref9.y,val8.x=val8.x,val8.y=0;var mushroom_head_normally_open_momentary_vert_default=rotated4,n_channel_d_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.09373835550000087,y:-.18559775000000034},{x:.09280835550000122,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.27419885550000034,y:.04077644999999963},{x:.27419885550000034,y:-.030615650000000327},{x:.2024438555000001,y:.004662050000000084}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.16715385000000005},{x:.05111245550000065,y:.10592255000000006}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths25,texts:texts29,bounds:bounds25,refblocks:refblocks25,circles:circles23}=n_channel_d_mosfet_transistor_default,n_channel_d_mosfet_transistor_horz_default={primitives:[...Object.values(paths25),...Object.values(circles23),{...texts29.top1,anchor:"middle_right",x:0},{...texts29.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks25.top1,labels:["1","drain"]},{...refblocks25.bottom1,labels:["2","source"]},{...refblocks25.left1,labels:["3","gate"]}],size:{width:bounds25.width,height:bounds25.height},center:{x:bounds25.centerX,y:bounds25.centerY}},rotatedSymbol11=rotateSymbol(n_channel_d_mosfet_transistor_horz_default),texts30=rotatedSymbol11.primitives.filter(lV=>lV.type==="text"),val9=texts30.find(lV=>lV.text==="{VAL}");val9.x=-.35,val9.y=0,val9.anchor="middle_right";var ref10=texts30.find(lV=>lV.text==="{REF}");ref10.y=0,ref10.x=.35,ref10.anchor="middle_left";var n_channel_d_mosfet_transistor_vert_default=rotatedSymbol11,n_channel_e_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-8-3-7":{type:"path",points:[{x:.09448295549999952,y:-.14677165000000048},{x:.09319295549999951,y:-.06899565000000041}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},"path2-8-3":{type:"path",points:[{x:.09440455549999993,y:.07703174999999951},{x:.09311455549999992,y:.15480774999999958}],color:"primary",fill:!1},"path2-8-3-2":{type:"path",points:[{x:.09448295549999952,y:-.03486995000000048},{x:.09319295549999951,y:.042906049999999585}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.2741991554999996,y:.040776550000000134},{x:.2741991554999996,y:-.030615549999999825},{x:.2024441554999994,y:.004662350000000037}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.10847375000000059},{x:.05111245550000065,y:.1059225499999994}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths26,texts:texts31,bounds:bounds26,refblocks:refblocks26,circles:circles24}=n_channel_e_mosfet_transistor_default,n_channel_e_mosfet_transistor_horz_default={primitives:[...Object.values(paths26),...Object.values(circles24),{...texts31.top1,anchor:"middle_right",x:0},{...texts31.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks26.top1,labels:["1","drain"]},{...refblocks26.bottom1,labels:["2","source"]},{...refblocks26.left1,labels:["3","gate"]}],size:{width:bounds26.width,height:bounds26.height},center:{x:bounds26.centerX,y:bounds26.centerY}},rotatedSymbol12=rotateSymbol(n_channel_e_mosfet_transistor_horz_default),texts32=rotatedSymbol12.primitives.filter(lV=>lV.type==="text"),val10=texts32.find(lV=>lV.text==="{VAL}");val10.x=-.35,val10.y=0,val10.anchor="middle_right";var ref11=texts32.find(lV=>lV.text==="{REF}");ref11.y=0,ref11.x=.35,ref11.anchor="middle_left";var n_channel_e_mosfet_transistor_vert_default=rotatedSymbol12,njfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.38509374449999945,y:.00367374999999992},{x:.05876225550000025,y:.00629674999999974}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:-.18559775000000034},{x:.07322065550000101,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:-.53233025},{x:.2836366555000003,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2912404555000001,y:.5298821500000002},{x:.29184045550000004,y:.10355795000000012}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:-.10788365000000044},{x:.29146205549999915,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.07425025549999931,y:.10232114999999986},{x:.29146205549999915,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:-.0829488445000004,y:-.06153284999999986},{x:-.0829488445000004,y:.06535114999999969},{x:.005945155500000077,y:.0026521499999998532}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.15156024449999927,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.0393233555000001,y:.42489435000000064}},refblocks:{top1:{x:.2843894554999997,y:-.5519248499999992},bottom1:{x:.29108805550000105,y:.5519248499999994},left1:{x:-.3990097444999998,y:.004526550000000462}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:27755575615628914e-33,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths27,texts:texts33,bounds:bounds27,refblocks:refblocks27,circles:circles25}=njfet_transistor_default,njfet_transistor_horz_default={primitives:[...Object.values(paths27),...Object.values(circles25),{...texts33.top1,anchor:"middle_right",x:0},{...texts33.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks27.top1,labels:["1","drain"]},{...refblocks27.bottom1,labels:["2","source"]},{...refblocks27.left1,labels:["3","gate"]}],size:{width:bounds27.width,height:bounds27.height},center:{x:bounds27.centerX,y:bounds27.centerY}},rotatedSymbol13=rotateSymbol(njfet_transistor_horz_default),texts34=rotatedSymbol13.primitives.filter(lV=>lV.type==="text"),val11=texts34.find(lV=>lV.text==="{VAL}");val11.x=-.35,val11.y=0,val11.anchor="middle_right";var ref12=texts34.find(lV=>lV.text==="{REF}");ref12.y=0,ref12.x=.35,ref12.anchor="middle_left";var njfet_transistor_vert_default=rotatedSymbol13,npn_bipolar_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850939444999988,y:-.0036735999999999436},{x:.0587620555000008,y:-.0062965999999997635}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:.07400475550000118,y:.2689528999999997},{x:.07335475550000092,y:-.2789230000000007}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:.2754149555000005,y:.24180210000000013},{x:.07955815550000045,y:.10822479999999968}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:.2868554555000009,y:-.24134789999999984},{x:.09194705550000082,y:-.10807689999999992}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2851204555,y:.25311099999999964},{x:.2860204555000001,y:.5377640999999995}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:.2851204555,y:-.5376890000000012},{x:.2860204555000001,y:-.25303590000000065}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.1882816555000013,y:-.10097660000000008},{x:.11555775550000158,y:-.20483720000000027},{x:.22425775550000182,y:-.20446720000000007}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.07802354449999971,y:.3596647999999991},bottom1:{type:"text",text:"{VAL}",x:-.0679100444999996,y:-.4129789000000006}},refblocks:{top1:{x:.28556045550000064,y:.5519250999999994},bottom1:{x:.285560455500002,y:-.5519250999999992},left1:{x:-.3990097444999998,y:-.004526300000000871}},bounds:{minX:-.4271681854999998,maxX:.4271681855000001,minY:-.5800835409999991,maxY:.5800835409999994,width:.8543363709999998,height:1.1601670819999985,centerX:13877787807814457e-32,centerY:11102230246251565e-32},circles:{"path1-0":{type:"circle",x:.13862605550000007,y:.003454799999999203,radius:.28854213,color:"primary",fill:!1}}},npn_bipolar_transistor_horz_default=modifySymbol(npn_bipolar_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotatedSymbol14=rotateSymbol(npn_bipolar_transistor_horz_default),texts36=rotatedSymbol14.primitives.filter(lV=>lV.type==="text"),ref13=texts36.find(lV=>lV.text==="{REF}");ref13.anchor="middle_left";var npn_bipolar_transistor_vert_default=modifySymbol(npn_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("top1",["2"]).labelPort("bottom1",["1"]).changeTextAnchor("{REF}","middle_left").build(),p_channel_d_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.09373835550000087,y:-.18559775000000034},{x:.09280835550000122,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.20244405549999955,y:-.03061555000000049},{x:.20244405549999955,y:.04077654999999947},{x:.2741990554999998,y:.0054987499999992195}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.16715385000000005},{x:.05111245550000065,y:.10592255000000006}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths29,texts:texts37,bounds:bounds29,refblocks:refblocks29,circles:circles27}=p_channel_d_mosfet_transistor_default,p_channel_d_mosfet_transistor_horz_default={primitives:[...Object.values(paths29),...Object.values(circles27),{...texts37.top1,anchor:"middle_right",x:0},{...texts37.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks29.top1,labels:["1","drain"]},{...refblocks29.bottom1,labels:["2","source"]},{...refblocks29.left1,labels:["3","gate"]}],size:{width:bounds29.width,height:bounds29.height},center:{x:bounds29.centerX,y:bounds29.centerY}},rotatedSymbol15=rotateSymbol(p_channel_d_mosfet_transistor_horz_default),texts38=rotatedSymbol15.primitives.filter(lV=>lV.type==="text"),val12=texts38.find(lV=>lV.text==="{VAL}");val12.x=-.35,val12.y=0,val12.anchor="middle_right";var ref14=texts38.find(lV=>lV.text==="{REF}");ref14.y=0,ref14.x=.35,ref14.anchor="middle_left";var p_channel_d_mosfet_transistor_vert_default=rotatedSymbol15,p_channel_e_mosfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.39274354450000026,y:.10329954999999957},{x:.05111245549999932,y:.1059225499999994}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.30382435550000064,y:-.53233025},{x:.3032243555000005,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.3108281555000003,y:.5323308500000001},{x:.31142815550000025,y:.005876249999999805}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.09383795549999951,y:-.10788365000000044},{x:.31104975549999936,y:-.10659565000000004}],color:"primary",fill:!1},"path2-8-3-7":{type:"path",points:[{x:.09448295549999952,y:-.14677165000000048},{x:.09319295549999951,y:-.06899565000000041}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.09383795549999951,y:.10232114999999986},{x:.31104975549999936,y:.10360915000000026}],color:"primary",fill:!1},"path2-8-3":{type:"path",points:[{x:.09440455549999993,y:.07703174999999951},{x:.09311455549999992,y:.15480774999999958}],color:"primary",fill:!1},"path2-8-3-2":{type:"path",points:[{x:.09448295549999952,y:-.03486995000000048},{x:.09319295549999951,y:.042906049999999585}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.20244405549999955,y:-.03061555000000049},{x:.20244405549999955,y:.04077654999999947},{x:.2741990554999998,y:.0054987499999992195}],color:"primary",fill:!0},"path2-0":{type:"path",points:[{x:.09383795549999951,y:.004018049999999551},{x:.31104975549999936,y:.005306049999999729}],color:"primary",fill:!1},"path12-1-0":{type:"path",points:[{x:.05171245550000081,y:-.10847375000000059},{x:.05111245550000065,y:.1059225499999994}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.13197254449999907,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.05891105550000031,y:.42489435000000064}},refblocks:{top1:{x:.30397715549999993,y:-.5519248499999992},bottom1:{x:.31067575550000126,y:.5519248499999994},left1:{x:-.41859744450000025,y:.10250625000000024}},bounds:{minX:-.4467558855000002,maxX:.44675588550000006,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:-8326672684688674e-32,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.15821375550000005,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths30,texts:texts39,bounds:bounds30,refblocks:refblocks30,circles:circles28}=p_channel_e_mosfet_transistor_default,p_channel_e_mosfet_transistor_horz_default={primitives:[...Object.values(paths30),...Object.values(circles28),{...texts39.top1,anchor:"middle_right",x:0},{...texts39.bottom1,anchor:"middle_right",x:0}],ports:[{...refblocks30.top1,labels:["1","drain"]},{...refblocks30.bottom1,labels:["2","source"]},{...refblocks30.left1,labels:["3","gate"]}],size:{width:bounds30.width,height:bounds30.height},center:{x:bounds30.centerX,y:bounds30.centerY}},rotatedSymbol16=rotateSymbol(p_channel_e_mosfet_transistor_horz_default),texts40=rotatedSymbol16.primitives.filter(lV=>lV.type==="text"),val13=texts40.find(lV=>lV.text==="{VAL}");val13.x=-.35,val13.y=0,val13.anchor="middle_right";var ref15=texts40.find(lV=>lV.text==="{REF}");ref15.y=0,ref15.x=.35,ref15.anchor="middle_left";var p_channel_e_mosfet_transistor_vert_default=rotatedSymbol16,photodiode_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:-.012413549999999773},{x:-.14891374999999973,y:-.015036549999999593}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.13221874999999983,y:-.001352349999999447},{x:-.1323642500000004,y:-.13364404999999913}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1323642500000004,y:.13093935000000023},{x:.13221874999999983,y:-.001352349999999447}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1323642500000004,y:-.1336440499999998},{x:-.1323642500000004,y:.13093935000000023}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.13221874999999983,y:.13093935000000023},{x:.13221874999999983,y:-.1336440499999998}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1358253500000004,y:-.001921149999999372},{x:.533952450000001,y:-.012413549999999107}],color:"primary",fill:!1},"path25-0":{type:"path",points:[{x:.19839785000000076,y:.37576625000000075},{x:.16262485000000027,y:.28367475000000053},{x:.26033484999999956,y:.2989800500000006}],color:"primary",fill:!0},"path78-6":{type:"path",points:[{x:.3305468500000004,y:.4264014500000006},{x:.31941585000000017,y:.4163797500000006},{x:.20669285000000048,y:.3148875500000008},{x:.20564285000000115,y:.31448755000000084}],color:"primary",fill:!1},"path25-0-9":{type:"path",points:[{x:.34573984999999974,y:.3493283500000002},{x:.30996684999999946,y:.25723684999999996},{x:.40767644999999963,y:.27254215000000004}],color:"primary",fill:!0},"path78-6-5":{type:"path",points:[{x:.47788845000000046,y:.39996355000000006},{x:.46675745000000024,y:.38994185000000003},{x:.35403445000000033,y:.2884496500000002},{x:.352984450000001,y:.2880496500000005}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.10246254999999982,y:.34693914999999986},bottom1:{type:"text",text:"{VAL}",x:.0012544500000004621,y:-.4264014500000004}},refblocks:{left1:{x:-.5413984499999998,y:-.013266350000000315},right1:{x:.54139845,y:-.012269950000000529}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.4264014500000004,maxY:.4264014500000006,width:1.1391137819999997,height:.852802900000001,centerX:11102230246251565e-32,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000000895,y:-.005285250000000241,radius:.28854213,color:"primary",fill:!1}}},photodiode_horz_default=modifySymbol(photodiode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol17=rotateSymbol(photodiode_horz_default),texts41=rotatedSymbol17.primitives.filter(lV=>lV.type==="text"),ref16=texts41.find(lV=>lV.text==="{REF}");ref16.y=0,ref16.anchor="middle_left";var photodiode_vert_default=rotatedSymbol17,pjfet_transistor_default={paths:{path11:{type:"path",points:[{x:-.38509374449999945,y:.00367374999999992},{x:.05876225550000025,y:.00629674999999974}],color:"primary",fill:!1},path40:{type:"path",points:[{x:.07415065550000066,y:-.18559775000000034},{x:.07322065550000101,y:.18255174999999935}],color:"primary",fill:!1},"path12-1":{type:"path",points:[{x:.28423665550000043,y:-.53233025},{x:.2836366555000003,y:-.10600584999999985}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2912404555000001,y:.5298821500000002},{x:.29184045550000004,y:.10355795000000012}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.07425025549999931,y:-.10788365000000044},{x:.29146205549999915,y:-.10659565000000004}],color:"primary",fill:!1},"path2-5":{type:"path",points:[{x:.07425025549999931,y:.10232114999999986},{x:.29146205549999915,y:.10360915000000026}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.005945155500000077,y:.06535114999999969},{x:.005945155500000077,y:-.06153284999999986},{x:-.0829488445000004,y:.001166149999999977}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.15156024449999927,y:-.36092494999999936},bottom1:{type:"text",text:"{VAL}",x:.0393233555000001,y:.42489435000000064}},refblocks:{top1:{x:.2843894554999997,y:-.5519248499999992},bottom1:{x:.29108805550000105,y:.5519248499999994},left1:{x:-.3990097444999998,y:.004526550000000462}},bounds:{minX:-.4271681854999998,maxX:.42716818549999985,minY:-.5800832909999992,maxY:.5800832909999993,width:1,height:1.1601665819999987,centerX:27755575615628914e-33,centerY:5551115123125783e-32},circles:{path1:{type:"circle",x:.13862605549999985,y:-.003454549999999612,radius:.28854213,color:"primary",fill:!1}}},{paths:paths31,texts:texts42,bounds:bounds31,refblocks:refblocks31,circles:circles29}=pjfet_transistor_default,pjfet_transistor_horz_default={primitives:[...Object.values(paths31),...Object.values(circles29),{...texts42.top1,anchor:"middle_right",x:0},{...texts42.bottom1,anchor:"middle_right"}],ports:[{...refblocks31.top1,labels:["1","drain"]},{...refblocks31.bottom1,labels:["2","source"]},{...refblocks31.left1,labels:["3","gate"]}],size:{width:bounds31.width,height:bounds31.height},center:{x:bounds31.centerX,y:bounds31.centerY}},rotatedSymbol18=rotateSymbol(pjfet_transistor_horz_default),texts43=rotatedSymbol18.primitives.filter(lV=>lV.type==="text"),val14=texts43.find(lV=>lV.text==="{VAL}");val14.x=-.35,val14.y=0,val14.anchor="middle_right";var ref17=texts43.find(lV=>lV.text==="{REF}");ref17.y=0,ref17.x=.35,ref17.anchor="middle_left";var pjfet_transistor_vert_default=rotatedSymbol18,pnp_bipolar_transistor_default={paths:{path11:{type:"path",points:[{x:-.3850939444999988,y:-.0036735999999999436},{x:.0587620555000008,y:-.0062965999999997635}],color:"primary",fill:!1},"path40-0":{type:"path",points:[{x:.07400475550000118,y:.2689528999999997},{x:.07335475550000092,y:-.2789230000000007}],color:"primary",fill:!1},"path40-0-5":{type:"path",points:[{x:.2754149555000005,y:.24180210000000013},{x:.07955815550000045,y:.10822479999999968}],color:"primary",fill:!1},"path40-0-5-0":{type:"path",points:[{x:.2868554555000009,y:-.24134789999999984},{x:.09194705550000082,y:-.10807689999999992}],color:"primary",fill:!1},"path12-1-5":{type:"path",points:[{x:.2851204555,y:.25311099999999964},{x:.2860204555000001,y:.5377640999999995}],color:"primary",fill:!1},"path12-1-5-3":{type:"path",points:[{x:.2851204555,y:-.5376890000000012},{x:.2860204555000001,y:-.25303590000000065}],color:"primary",fill:!1},path15:{type:"path",points:[{x:.15155145550000038,y:-.2268796000000004},{x:.2242753555000001,y:-.12301900000000021},{x:.11557535549999942,y:-.12338900000000042}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.08351674449999891,y:.37335419999999897},bottom1:{type:"text",text:"{VAL}",x:-.0679100444999996,y:-.4129789000000006}},refblocks:{top1:{x:.28556045550000064,y:.5519250999999994},bottom1:{x:.285560455500002,y:-.5519250999999992},left1:{x:-.3990097444999998,y:-.004526300000000871}},bounds:{minX:-.4271681854999998,maxX:.4271681855000001,minY:-.5800835409999991,maxY:.5800835409999994,width:.8543363709999998,height:1.1601670819999985,centerX:13877787807814457e-32,centerY:11102230246251565e-32},circles:{"path1-0":{type:"circle",x:.13862605550000007,y:.003454799999999203,radius:.28854213,color:"primary",fill:!1}}},pnp_bipolar_transistor_horz_default=modifySymbol(pnp_bipolar_transistor_default).changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("bottom1",["2"]).labelPort("top1",["1"]).changeTextAnchor("{REF}","middle_right").build(),rotatedSymbol19=rotateSymbol(pnp_bipolar_transistor_horz_default),texts44=rotatedSymbol19.primitives.filter(lV=>lV.type==="text"),ref18=texts44.find(lV=>lV.text==="{REF}");ref18.anchor="middle_left";var pnp_bipolar_transistor_vert_default=modifySymbol(pnp_bipolar_transistor_default).rotateRightFacingSymbol("down").changeTextAnchor("{VAL}","middle_right").labelPort("left1",["3"]).labelPort("bottom1",["2"]).labelPort("top1",["1"]).changeTextAnchor("{REF}","middle_left").build(),potentiometer_default={paths:{path40:{type:"path",points:[{x:-.19250837381256392,y:.32749349347032286},{x:-.25568957329611974,y:.13794979950157282}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.38205206778131373,y:.26431229398676837},{x:-.19250837381256392,y:.32749349347032286}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.2556895732961204,y:.13794979950157416},{x:-.38205206778131373,y:.26431229398676837}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.2556896210551609,y:.39067474071292196},{x:-.12932712656996737,y:.26431224622772653}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.3199237641156438,y:.2000781031672434},{x:-.5084145145074668,y:.011587352775420667}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:-.011560829633404435,y:.5083596562436202},{x:-.19004023433272543,y:.3298802515442989}],color:"primary",fill:!1},"path40-4":{type:"path",points:[{x:-.19250813152967883,y:-.3220463011874377},{x:-.38205182549842887,y:-.2588651017038819}],color:"primary",fill:!1},"path41-1":{type:"path",points:[{x:-.2556893310132333,y:-.13250260721868767},{x:-.19250813152967883,y:-.3220463011874377}],color:"primary",fill:!1},"path42-7":{type:"path",points:[{x:-.38205182549842753,y:-.258865101703881},{x:-.2556893310132333,y:-.13250260721868767}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:-.12932688428707984,y:-.2588650539448407},{x:-.25568937877227516,y:-.38522754843003404}],color:"primary",fill:!1},"path44-8":{type:"path",points:[{x:-.3199235218327583,y:-.19463091088435758},{x:-.508414272224581,y:-.006140160492534852}],color:"primary",fill:!1},"path44-0-7":{type:"path",points:[{x:-.011641968756381349,y:-.5029938453665972},{x:-.1901213734557028,y:-.3245144406672762}],color:"primary",fill:!1},"path40-4-0":{type:"path",points:[{x:.322578868470321,y:.19315369881256328},{x:.13303517450157099,y:.2563348982961191}],color:"primary",fill:!1},"path41-1-2":{type:"path",points:[{x:.2593976689867663,y:.3826973927813131},{x:.322578868470321,y:.19315369881256328}],color:"primary",fill:!1},"path42-7-1":{type:"path",points:[{x:.13303517450157232,y:.2563348982961198},{x:.2593976689867663,y:.3826973927813131}],color:"primary",fill:!1},"path43-1-8":{type:"path",points:[{x:.38576011571292,y:.2563349460551603},{x:.2593976212277247,y:.12997245156996673}],color:"primary",fill:!1},"path44-8-7":{type:"path",points:[{x:.19516347816724133,y:.3205690891156432},{x:.006672727775418608,y:.509059839507466}],color:"primary",fill:!1},"path44-0-7-1":{type:"path",points:[{x:.5034450312436185,y:.012206154633403798},{x:.32496562654429706,y:.19068555933272457}],color:"primary",fill:!1},"path40-4-8":{type:"path",points:[{x:.3220220261874358,y:-.19326390652967795},{x:.25884082670387976,y:-.382807600498428}],color:"primary",fill:!1},"path41-1-4":{type:"path",points:[{x:.13247833221868577,y:-.25644510601323245},{x:.3220220261874358,y:-.19326390652967795}],color:"primary",fill:!1},"path42-7-0":{type:"path",points:[{x:.2588408267038793,y:-.38280760049842666},{x:.13247833221868577,y:-.25644510601323245}],color:"primary",fill:!1},"path43-1-0":{type:"path",points:[{x:.2588407789448386,y:-.13008265928707896},{x:.38520327343003213,y:-.2564451537722743}],color:"primary",fill:!1},"path44-8-9":{type:"path",points:[{x:.19460663588435567,y:-.3206792968327574},{x:.0061158854925329464,y:-.5091700472245801}],color:"primary",fill:!1},"path44-0-7-3":{type:"path",points:[{x:.5029695703665951,y:-.012397743756380697},{x:.3244901656672745,y:-.19087714845570192}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.2872803000000015,y:.4564494249999992},bottom1:{type:"text",text:"{VAL}",x:-.2872803000000015,y:-.4960514750000007}},refblocks:{top1:{x:.0005126999999993664,y:.5191475},bottom1:{x:-.0005123000000009093,y:-.5191475000000001},left1:{x:-.5191472999999998,y:.0005123250000014234},right1:{x:.5191473000000002,y:-.0005123749999977889}},bounds:{minX:-.5473057409999997,maxX:.5473057410000002,minY:-.5473059410000001,maxY:.547305941,width:1.094611482,height:1.0946118820000001,centerX:2220446049250313e-31,centerY:-5551115123125783e-32},circles:{}},{paths:paths32,texts:texts45,bounds:bounds32,refblocks:refblocks32}=potentiometer_default,potentiometer_horz_default={primitives:[...Object.values(paths32),{...texts45.bottom1,y:.35,anchor:"middle_top"},{...texts45.top1,anchor:"middle_left"}],ports:[{...refblocks32.left1,labels:["1"]},{...refblocks32.right1,labels:["2"]}],size:{width:bounds32.width+.05,height:bounds32.height},center:{x:bounds32.centerX,y:bounds32.centerY}},rotated5=rotateSymbol(potentiometer_horz_default),potentiometer_vert_default=rotated5,potentiometer2_default={paths:{path18:{type:"path",points:[{x:-.53224045,y:-.0008545000000008685},{x:-.26765715000000023,y:-.0008545000000008685}],color:"primary",fill:!1},path19:{type:"path",points:[{x:.2615098499999995,y:-.0008545000000008685},{x:.5260934499999994,y:-.0008545000000008685}],color:"primary",fill:!1},path20:{type:"path",points:[{x:-.0030722500000006647,y:.1314371999999988},{x:.2615107499999998,y:.1314371999999988},{x:.2615107499999998,y:-.13314619999999877},{x:-.26765624999999993,y:-.13314619999999877},{x:-.26765624999999993,y:.1314371999999988},{x:-.0030722499999988884,y:.1314371999999988}],color:"primary",fill:!1},path23:{type:"path",points:[{x:.2782993499999993,y:-.2822274},{x:.17598844999999885,y:-.25486950000000164},{x:.25094144999999823,y:-.1799165000000027}],color:"primary",fill:!0},path24:{type:"path",points:[{x:.2882692499999995,y:-.2921307000000013},{x:.25467554999999953,y:-.16634940000000142},{x:.16229264999999948,y:-.25853690000000284}],color:"primary",fill:!0},path26:{type:"path",points:[{x:-.2985911500000009,y:.2921307000000013},{x:.22988164999999938,y:-.2328032000000011}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.055041669999999154,y:.2009376800000009},bottom1:{type:"text",text:"{VAL}",x:-.10019643000000089,y:-.27857531999999985}},refblocks:{left1:{x:-.5346914500000006,y:-.0013439000000019519},right1:{x:.5346914500000004,y:-.001956599999999753}},bounds:{minX:-.5628498910000006,maxX:.5628498910000004,minY:-.2921307000000013,maxY:.2921307000000013,width:1.125699782000001,height:.5842614000000026,centerX:-11102230246251565e-32,centerY:0},circles:{}},{paths:paths33,texts:texts46,bounds:bounds33,refblocks:refblocks33}=potentiometer2_default,potentiometer2_horz_default={primitives:[...Object.values(paths33),{...texts46.bottom1,anchor:"middle_top"},{...texts46.top1,anchor:"middle_bottom"}],ports:[{...refblocks33.left1,labels:["1"]},{...refblocks33.right1,labels:["2"]}],size:{width:bounds33.width,height:bounds33.height},center:{x:bounds33.centerX,y:bounds33.centerY}},rotated6=rotateSymbol(potentiometer2_horz_default),texts47=rotated6.primitives.filter(lV=>lV.type==="text"),val15=texts47.find(lV=>lV.text==="{VAL}");val15.anchor="middle_right";var ref19=texts47.find(lV=>lV.text==="{REF}");ref19.anchor="middle_left";var potentiometer2_vert_default=rotated6,power_factor_meter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.02812460000000061},{x:-.30105415000000013,y:.02812460000000061}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.02812460000000061},{x:.5339524499999997,y:.02812460000000061}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.16215344999999948,y:.39517610000000025},bottom1:{type:"text",text:"{VAL}",x:-.003375049999999602,y:-.39517610000000003},left1:{type:"text",text:"COS φ",x:-.1453603499999998,y:.013845600000000235}},refblocks:{left1:{x:-.5413984499999998,y:.027271800000000068},right1:{x:.54139845,y:.028268199999999855}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.39517610000000003,maxY:.39517610000000025,width:1.1391137819999997,height:.7903522000000003,centerX:11102230246251565e-32,centerY:11102230246251565e-32},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03525290000000014,radius:.28854213,color:"primary",fill:!1}}},{paths:paths34,texts:texts48,bounds:bounds34,refblocks:refblocks34,circles:circles30}=power_factor_meter_default,power_factor_meter_horz_default={primitives:[...Object.values(paths34),...Object.values(circles30),{type:"text",text:"{REF}",x:-.15,y:-.42330070000000064,anchor:"middle_top"},{type:"text",text:"{VAL}",x:-.15,y:.42330070000000064,anchor:"middle_bottom"},{type:"text",text:"COS φ",x:0,y:.014279000000000375,anchor:"center"}],ports:[{...refblocks34.left1,labels:["1"]},{...refblocks34.right1,labels:["2"]}],size:{width:bounds34.width,height:bounds34.height},center:{x:bounds34.centerX,y:bounds34.centerY}},rotatedSymbol20=rotateSymbol(power_factor_meter_horz_default),texts49=rotatedSymbol20.primitives.filter(lV=>lV.type==="text"),ref20=texts49.find(lV=>lV.text==="{REF}"),val16=texts49.find(lV=>lV.text==="{VAL}"),text_cos=texts49.find(lV=>lV.text==="COS φ");ref20.x=.35,ref20.y=0,ref20.anchor="middle_left",val16.anchor="middle_right",val16.x=-.35,val16.y=0,text_cos.x=0,text_cos.y=0,text_cos.anchor="center";var power_factor_meter_vert_default=rotatedSymbol20,push_button_normally_closed_momentary_default={paths:{"path12-1-8-6-9-9":{type:"path",points:[{x:.013196749999999646,y:.030446500000000043},{x:.013196749999999646,y:-.0859464999999986}],color:"primary",fill:!1},"path12-1-5-6-4":{type:"path",points:[{x:-.4867871500000014,y:-.0510704999999998},{x:-.17248085000000124,y:-.0510704999999998}],color:"primary",fill:!1},"path12-1-8-0-0":{type:"path",points:[{x:-.15916995000000078,y:-.0915204999999979},{x:.1810634499999999,y:-.0915204999999979}],color:"primary",fill:!1},"path12-1-0-1":{type:"path",points:[{x:.19611864999999984,y:-.05109549999999885},{x:.48876354999999894,y:-.05109549999999885}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.007320949999999549,y:.22461850000000005},bottom1:{type:"text",text:"{VAL}",x:-.1606897500000004,y:-.22461849999999828}},refblocks:{left1:{x:-.47241845000000104,y:-.05104349999999869},right1:{x:.47241845000000016,y:-.051482499999998765}},bounds:{minX:-.500576891000001,maxX:.5005768910000001,minY:-.22461849999999828,maxY:.22461850000000005,width:1.0011537820000012,height:.44923699999999833,centerX:-4440892098500626e-31,centerY:8881784197001252e-31},circles:{"circle-2":{type:"circle",x:-.14387115000000072,y:-.05130149999999922,radius:.023193523,color:"primary",fill:!1},circle:{type:"circle",x:.16803074999999978,y:-.05007949999999717,radius:.023193523,color:"primary",fill:!1}}},{paths:paths35,texts:texts50,bounds:bounds35,refblocks:refblocks35,circles:circles31}=push_button_normally_closed_momentary_default,push_button_normally_closed_momentary_horz_default={primitives:[...Object.values(paths35),...Object.values(circles31),{...texts50.top1,anchor:"middle_left"},{...texts50.bottom1,anchor:"middle_left"}],ports:[{...refblocks35.left1,labels:["1"]},{...refblocks35.right1,labels:["2"]}],size:{width:bounds35.width,height:bounds35.height},center:{x:bounds35.centerX,y:bounds35.centerY}},push_button_normally_closed_momentary_vert_default=rotateSymbol(push_button_normally_closed_momentary_horz_default,"up"),push_button_normally_open_momentary_default={paths:{"path12-1-8-6-9-9":{type:"path",points:[{x:.013196749999999646,y:.15281650000000013},{x:.013196749999999646,y:.036423500000001496}],color:"primary",fill:!1},"path12-1-5-6-4":{type:"path",points:[{x:-.4867871500000014,y:-.0510704999999998},{x:-.17248085000000124,y:-.0510704999999998}],color:"primary",fill:!1},"path12-1-8-0-0":{type:"path",points:[{x:-.15916995000000078,y:.030849500000000418},{x:.1810634499999999,y:.030849500000000418}],color:"primary",fill:!1},"path12-1-0-1":{type:"path",points:[{x:.19611864999999984,y:-.05109549999999885},{x:.48876354999999894,y:-.05109549999999885}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.007320949999999549,y:.22461850000000005},bottom1:{type:"text",text:"{VAL}",x:-.1606897500000004,y:-.22461849999999828}},refblocks:{left1:{x:-.47241845000000104,y:-.05104349999999869},right1:{x:.47241845000000016,y:-.051482499999998765}},bounds:{minX:-.500576891000001,maxX:.5005768910000001,minY:-.22461849999999828,maxY:.22461850000000005,width:1.0011537820000012,height:.44923699999999833,centerX:-4440892098500626e-31,centerY:8881784197001252e-31},circles:{"circle-2":{type:"circle",x:-.14387115000000072,y:-.05130149999999922,radius:.023193523,color:"primary",fill:!1},circle:{type:"circle",x:.16803074999999978,y:-.05007949999999717,radius:.023193523,color:"primary",fill:!1}}},{paths:paths36,texts:texts51,bounds:bounds36,refblocks:refblocks36,circles:circles32}=push_button_normally_open_momentary_default,push_button_normally_open_momentary_horz_default={primitives:[...Object.values(paths36),...Object.values(circles32),{...texts51.top1,anchor:"middle_left"},{...texts51.bottom1,anchor:"middle_left"}],ports:[{...refblocks36.left1,labels:["1"]},{...refblocks36.right1,labels:["2"]}],size:{width:bounds36.width,height:bounds36.height},center:{x:bounds36.centerX,y:bounds36.centerY}},push_button_normally_open_momentary_vert_default=rotateSymbol(push_button_normally_open_momentary_horz_default,"up"),rectifier_diode_default={paths:{path40:{type:"path",points:[{x:-.19250837381256392,y:-.32749349347032286},{x:-.25568957329611974,y:-.13794979950157282}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.38205206778131373,y:-.26431229398676837},{x:-.19250837381256392,y:-.32749349347032286}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.2556895732961204,y:-.13794979950157416},{x:-.38205206778131373,y:-.26431229398676837}],color:"primary",fill:!1},path43:{type:"path",points:[{x:-.2556896210551609,y:-.39067474071292196},{x:-.12932712656996737,y:-.26431224622772653}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.3199237641156438,y:-.2000781031672434},{x:-.5084145145074668,y:-.011587352775420667}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:-.011560829633404435,y:-.5083596562436202},{x:-.19004023433272543,y:-.3298802515442989}],color:"primary",fill:!1},"path40-4":{type:"path",points:[{x:-.19250813152967883,y:.3220463011874377},{x:-.38205182549842887,y:.2588651017038819}],color:"primary",fill:!1},"path41-1":{type:"path",points:[{x:-.2556893310132333,y:.13250260721868767},{x:-.19250813152967883,y:.3220463011874377}],color:"primary",fill:!1},"path42-7":{type:"path",points:[{x:-.38205182549842753,y:.258865101703881},{x:-.2556893310132333,y:.13250260721868767}],color:"primary",fill:!1},"path43-1":{type:"path",points:[{x:-.12932688428707984,y:.2588650539448407},{x:-.25568937877227516,y:.38522754843003404}],color:"primary",fill:!1},"path44-8":{type:"path",points:[{x:-.3199235218327583,y:.19463091088435758},{x:-.508414272224581,y:.006140160492534852}],color:"primary",fill:!1},"path44-0-7":{type:"path",points:[{x:-.011641968756381349,y:.5029938453665972},{x:-.1901213734557028,y:.3245144406672762}],color:"primary",fill:!1},"path40-4-0":{type:"path",points:[{x:.322578868470321,y:-.19315369881256328},{x:.13303517450157099,y:-.2563348982961191}],color:"primary",fill:!1},"path41-1-2":{type:"path",points:[{x:.2593976689867663,y:-.3826973927813131},{x:.322578868470321,y:-.19315369881256328}],color:"primary",fill:!1},"path42-7-1":{type:"path",points:[{x:.13303517450157232,y:-.2563348982961198},{x:.2593976689867663,y:-.3826973927813131}],color:"primary",fill:!1},"path43-1-8":{type:"path",points:[{x:.38576011571292,y:-.2563349460551603},{x:.2593976212277247,y:-.12997245156996673}],color:"primary",fill:!1},"path44-8-7":{type:"path",points:[{x:.19516347816724133,y:-.3205690891156432},{x:.006672727775418608,y:-.509059839507466}],color:"primary",fill:!1},"path44-0-7-1":{type:"path",points:[{x:.5034450312436185,y:-.012206154633403798},{x:.32496562654429706,y:-.19068555933272457}],color:"primary",fill:!1},"path40-4-8":{type:"path",points:[{x:.3220220261874358,y:.19326390652967795},{x:.25884082670387976,y:.382807600498428}],color:"primary",fill:!1},"path41-1-4":{type:"path",points:[{x:.13247833221868577,y:.25644510601323245},{x:.3220220261874358,y:.19326390652967795}],color:"primary",fill:!1},"path42-7-0":{type:"path",points:[{x:.2588408267038793,y:.38280760049842666},{x:.13247833221868577,y:.25644510601323245}],color:"primary",fill:!1},"path43-1-0":{type:"path",points:[{x:.2588407789448386,y:.13008265928707896},{x:.38520327343003213,y:.2564451537722743}],color:"primary",fill:!1},"path44-8-9":{type:"path",points:[{x:.19460663588435567,y:.3206792968327574},{x:.0061158854925329464,y:.5091700472245801}],color:"primary",fill:!1},"path44-0-7-3":{type:"path",points:[{x:.5029695703665951,y:.012397743756380697},{x:.3244901656672745,y:.19087714845570192}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.2872803000000015,y:-.4564494249999992},bottom1:{type:"text",text:"{VAL}",x:-.2872803000000015,y:.4960514750000007}},refblocks:{top1:{x:.0005126999999993664,y:-.5191475},bottom1:{x:-.0005123000000009093,y:.5191475000000001},left1:{x:-.5191472999999998,y:-.0005123250000014234},right1:{x:.5191473000000002,y:.0005123749999977889}},bounds:{minX:-.5473057409999997,maxX:.5473057410000002,minY:-.5564494249999992,maxY:.5473059410000001,width:1.094611482,height:1.1037553659999992,centerX:2220446049250313e-31,centerY:-.004571741999999546},circles:{}},{paths:paths37,texts:texts52,bounds:bounds37,refblocks:refblocks37,circles:circles33}=rectifier_diode_default,rectifier_diode_horz_default={primitives:[...Object.values(paths37),...Object.values(circles33),{...texts52.top1,anchor:"middle_right"},{...texts52.bottom1,anchor:"middle_right"}],ports:[{...refblocks37.top1,labels:["1"]},{...refblocks37.bottom1,labels:["2"]},{...refblocks37.left1,labels:["3"]},{...refblocks37.right1,labels:["4"]}],size:{width:bounds37.width,height:bounds37.height},center:{x:bounds37.centerX,y:bounds37.centerY}},rotated7=rotateSymbol(rectifier_diode_horz_default),ref21=rotated7.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val17=rotated7.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref21.anchor="middle_left",val17.anchor="middle_right";var rectifier_diode_vert_default=rotated7,resonator_default={paths:{path27:{type:"path",points:[{x:.7635944500000007,y:-.2799544500000035},{x:.3138028500000005,y:-.2799544500000035}],color:"primary",fill:!1},path28:{type:"path",points:[{x:-.301017949999999,y:-.01524775000000389},{x:-.7508096499999994,y:-.01524775000000389}],color:"primary",fill:!1},path30:{type:"path",points:[{x:-.3010179499999994,y:.3480486499999973},{x:-.301017949999999,y:-.2798310500000021}],color:"primary",fill:!1},"path27-3":{type:"path",points:[{x:.7729788499999999,y:.3512451499999969},{x:.32318725000000015,y:.3512451499999969}],color:"primary",fill:!1},"path29-5":{type:"path",points:[{x:-.07279374999999932,y:-.27981925000000274},{x:-.2983350499999995,y:-.27981925000000274}],color:"primary",fill:!1},"path29-5-7":{type:"path",points:[{x:.33114835000000076,y:-.2798404500000018},{x:.10560705000000059,y:-.2798404500000018}],color:"primary",fill:!1},"path29-5-7-6":{type:"path",points:[{x:-.055820049999999455,y:-.1676584500000029},{x:-.055820049999999455,y:-.3931997500000026}],color:"primary",fill:!1},"path29-5-7-6-6":{type:"path",points:[{x:.09396265000000081,y:-.16768285000000382},{x:.09396265000000081,y:-.39322415000000355}],color:"primary",fill:!1},"path29-5-9":{type:"path",points:[{x:-.07296184999999955,y:.3513701499999957},{x:-.2985031499999997,y:.3513701499999957}],color:"primary",fill:!1},"path29-5-7-2":{type:"path",points:[{x:.33098025000000053,y:.35134894999999844},{x:.10543895000000036,y:.35134894999999844}],color:"primary",fill:!1},"path29-5-7-6-0":{type:"path",points:[{x:-.05598814999999968,y:.46353094999999733},{x:-.05598814999999968,y:.23798964999999583}],color:"primary",fill:!1},"path29-5-7-6-6-2":{type:"path",points:[{x:.09379455000000014,y:.4635065499999982},{x:.09379455000000014,y:.23796524999999846}],color:"primary",fill:!1},"path29-5-92":{type:"path",points:[{x:.3315317500000008,y:.12563884999999786},{x:.33153175000000035,y:.3511801499999976}],color:"primary",fill:!1},"path29-5-7-28":{type:"path",points:[{x:.3315105500000004,y:-.2783032500000022},{x:.3315105500000004,y:-.0527619500000025}],color:"primary",fill:!1},"path29-5-7-6-9":{type:"path",points:[{x:.44369255000000063,y:.10866514999999843},{x:.21815125000000046,y:.10866514999999843}],color:"primary",fill:!1},"path29-5-7-6-6-7":{type:"path",points:[{x:.4436681500000006,y:-.04111755000000272},{x:.21812685000000043,y:-.04111755000000272}],color:"primary",fill:!1},"path29-5-7-6-9-2":{type:"path",points:[{x:.44235445000000073,y:.07167004999999627},{x:.21681315000000057,y:.07167004999999627}],color:"primary",fill:!1},"path29-5-7-6-9-2-4":{type:"path",points:[{x:.4429695500000004,y:-.0025598500000008073},{x:.4430214500000007,y:.07134914999999609}],color:"primary",fill:!1},"path29-5-7-6-9-2-4-6":{type:"path",points:[{x:.21634305000000031,y:-.0035468500000046532},{x:.21639495000000064,y:.07036214999999935}],color:"primary",fill:!1},"path29-5-7-6-9-2-9":{type:"path",points:[{x:.4429537500000005,y:-.004130850000002795},{x:.21741245000000076,y:-.004130850000002795}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.01596175000000022,y:.5358501499999981},bottom1:{type:"text",text:"{VAL}",x:.013116750000000454,y:-.5358501500000017}},refblocks:{left1:{x:-.7666234499999998,y:-.01615045000000137},right1:{x:.7572390499999999,y:-.28185235000000297},right2:{x:.7666234500000004,y:.3493472499999992}},bounds:{minX:-.7947818909999997,maxX:.7947818910000004,minY:-.5358501500000017,maxY:.5358501499999981,width:1.5895637820000001,height:1.0717002999999998,centerX:33306690738754696e-32,centerY:-17763568394002505e-31},circles:{}},{paths:paths38,texts:texts53,bounds:bounds38,refblocks:refblocks38,circles:circles34}=resonator_default,resonator_horz_default={primitives:[...Object.values(paths38),...Object.values(circles34),{type:"text",text:"{REF}",x:.01596175000000022,y:-.5308501500000009,anchor:"middle_top"},{type:"text",text:"{VAL}",x:.013116750000000454,y:.5408501499999989,anchor:"middle_bottom"}],ports:[{...refblocks38.left1,labels:["1"]},{...refblocks38.right1,labels:["2"]},{...refblocks38.right2,labels:["3"]}],size:{width:bounds38.width,height:bounds38.height},center:{x:bounds38.centerX,y:bounds38.centerY}},resonator_vert_default=rotateSymbol(resonator_horz_default),schottky_diode_default={paths:{path40:{type:"path",points:[{x:.14458930000000048,y:.04403649999999937},{x:-.11999399999999905,y:-.0882552000000012}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.11999400000000038,y:.1763281999999997},{x:.14458929999999914,y:.04403649999999937}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.11999400000000038,y:-.0882552000000012},{x:-.11999400000000038,y:.17632819999999816}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.1435300000000006,y:.17844679999999968},{x:.14458899999999986,y:-.08825519999999965}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219870000000044,y:.04403649999999937},{x:-.5168690000000005,y:.04403649999999937}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233800999999991,y:.043951299999999804},{x:.14967199999999892,y:.043951299999999804}],color:"primary",fill:!1},"path43-7":{type:"path",points:[{x:.2075533999999999,y:.17973149999999904},{x:.14341080000000028,y:.17864949999999946}],color:"primary",fill:!1},"path43-7-9":{type:"path",points:[{x:.2093444999999996,y:.1301679},{x:.20797049999999984,y:.17950350000000048}],color:"primary",fill:!1},"path43-7-2":{type:"path",points:[{x:.07978989999999953,y:-.09023340000000024},{x:.14313979999999948,y:-.09001340000000013}],color:"primary",fill:!1},"path43-7-9-3":{type:"path",points:[{x:.07764390000000043,y:-.04104850000000004},{x:.0790179000000002,y:-.09038410000000074}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999994495,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384530000000007}},refblocks:{left1:{x:-.5191471,y:.044920799999999206},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.547305541,maxX:.5473055409999998,minY:-.27384530000000007,maxY:.27384530000000007,width:1.0946110819999997,height:.5476906000000001,centerX:-5551115123125783e-32,centerY:0},circles:{}},schottky_diode_horz_default=modifySymbol(schottky_diode_default).labelPort("left1",["1","pos"]).labelPort("right1",["2","neg"]).changeTextAnchor("{VAL}","middle_top").changeTextAnchor("{REF}","middle_bottom").build(),rotated8=rotateSymbol(schottky_diode_horz_default),ref22=rotated8.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val18=rotated8.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref22.anchor="middle_left",val18.anchor="middle_right";var schottky_diode_vert_default=rotated8,silicon_controlled_rectifier_default={paths:{path11:{type:"path",points:[{x:-.49895505000000084,y:.04174485000000061},{x:-.177441850000001,y:.04174485000000061}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.18704774999999918,y:.04961415000000069},{x:.5063384499999999,y:.04961415000000069}],color:"primary",fill:!1},"path12-6":{type:"path",points:[{x:.18219425000000045,y:-.15200134999999904},{x:.1810882500000004,y:.2512156500000011}],color:"primary",fill:!1},"path12-2":{type:"path",points:[{x:.18646324999999986,y:.0047866500000004475},{x:.34602244999999954,y:-.13539324999999924}],color:"primary",fill:!1},"path12-2-9":{type:"path",points:[{x:.3463884499999992,y:-.14077354999999936},{x:.3447284499999994,y:-.3343437499999993}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.17016305000000087,y:.2706752500000007},{x:-.17223005000000047,y:-.15200864999999908},{x:.180362149999999,y:.04760855000000097},{x:-.16624855000000038,y:.27180665000000137}],color:"primary",fill:!0}},texts:{top1:{type:"text",text:"{REF}",x:-.22312565000000006,y:.38273545},bottom1:{type:"text",text:"{VAL}",x:.11142554999999987,y:-.38273544999999976}},refblocks:{bottom1:{x:.3445824499999999,y:-.34953845000000006},left1:{x:-.5177904499999998,y:.04089205000000007},right1:{x:.5177904499999997,y:.049757749999999934}},bounds:{minX:-.5459488909999998,maxX:.5459488909999997,minY:-.38273544999999976,maxY:.38273545,width:1.0918977819999993,height:.7654708999999997,centerX:-5551115123125783e-32,centerY:11102230246251565e-32},circles:{}},silicon_controlled_rectifier_horz_default=modifySymbol(silicon_controlled_rectifier_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).labelPort("bottom1",["3"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol21=rotateSymbol(silicon_controlled_rectifier_horz_default),texts55=rotatedSymbol21.primitives.filter(lV=>lV.type==="text"),ref23=texts55.find(lV=>lV.text==="{REF}");ref23.y=0,ref23.anchor="middle_left";var silicon_controlled_rectifier_vert_default=rotatedSymbol21,SPDT_switch_default={paths:{path1:{type:"path",points:[{x:-.3543583500000005,y:.03204385000000087},{x:-.12792935000000005,y:.03204385000000087}],color:"primary",fill:!1},"path-1-3":{type:"path",points:[{x:-.1133669500000003,y:.0321987500000005},{x:.11208324999999997,y:.14600155000000048}],color:"primary",fill:!1},path2:{type:"path",points:[{x:.1043477500000003,y:-.0645130499999993},{x:.34508875000000017,y:-.0645130499999993}],color:"primary",fill:!1},path3:{type:"path",points:[{x:.12008575000000055,y:.17214665000000062},{x:.3608267500000004,y:.17214665000000062}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17853294999999947,y:.39716265000000006},bottom1:{type:"text",text:"{VAL}",x:-.011861250000000378,y:-.39716264999999984}},refblocks:{top1:{x:.10744654999999947,y:.17214664999999973},left1:{x:-.3682737499999995,y:.03204385000000021},left2:{x:-.11569114999999996,y:.03204385000000021},right1:{x:.3682737499999995,y:-.06451304999999996},right2:{x:.10744725000000055,y:-.06451304999999996},right3:{x:.3682737499999995,y:.17214664999999973}},bounds:{minX:-.3964321909999995,maxX:.3964321909999995,minY:-.39716264999999984,maxY:.39716265000000006,width:.792864381999999,height:.7943252999999999,centerX:0,centerY:11102230246251565e-32},circles:{}};SPDT_switch_default.bounds.width+=.2;var{paths:paths40,texts:texts56,bounds:bounds40,refblocks:refblocks40,circles:circles36}=SPDT_switch_default,SPDT_switch_horz_default={primitives:[...Object.values(paths40),...Object.values(circles36),{...texts56.top1,anchor:"middle_bottom",x:-.01},{...texts56.bottom1,anchor:"middle_top",x:-.01}],ports:[{...refblocks40.left1,labels:["1"]},{...refblocks40.right1,labels:["3"]},{...refblocks40.right2,labels:["2"]}],size:{width:bounds40.width,height:bounds40.height},center:{x:bounds40.centerX,y:bounds40.centerY}},rotatedSymbol22=rotateSymbol(SPDT_switch_horz_default),texts57=rotatedSymbol22.primitives.filter(lV=>lV.type==="text"),val19=texts57.find(lV=>lV.text==="{VAL}");val19.anchor="middle_right",val19.x=-.3,val19.y=0;var ref24=texts57.find(lV=>lV.text==="{REF}");ref24.anchor="middle_left",ref24.x=.3,ref24.y=0;var SPDT_switch_vert_default=rotatedSymbol22,SPST_switch_default={paths:{path11:{type:"path",points:[{x:-.3622273500000006,y:-.0018583499999986763},{x:-.13579835000000018,y:-.0018583499999986763}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.12010005000000046,y:-.0033888499999992217},{x:.10307834999999987,y:.13630055000000119}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.12795584999999932,y:-.0018583499999986763},{x:.3686967499999996,y:-.0018583499999986763}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.03688484999999986,y:.25026835000000003},bottom1:{type:"text",text:"{VAL}",x:-.02235315000000071,y:-.25026835000000003}},refblocks:{left1:{x:-.12356015000000009,y:-.006648049999999239},left2:{x:-.37614274999999964,y:-.002711249999999721},right1:{x:.11531695000000042,y:-.006648049999999239},right2:{x:.37614274999999964,y:-.0017148499999992683}},bounds:{minX:-.4043011909999996,maxX:.4043011909999996,minY:-.25026835000000003,maxY:.25026835000000003,width:.8086023819999992,height:.5005367000000001,centerX:0,centerY:0},circles:{}};delete SPST_switch_default.refblocks.left1,delete SPST_switch_default.refblocks.right1,SPST_switch_default.bounds.width+=.2;var SPST_switch_horz_default=modifySymbol(SPST_switch_default).changeTextAnchor("{VAL}","middle_top").labelPort("left2",["1"]).labelPort("right2",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol23=rotateSymbol(SPST_switch_horz_default),texts58=rotatedSymbol23.primitives.filter(lV=>lV.type==="text"),val20=texts58.find(lV=>lV.text==="{VAL}");val20.anchor="middle_right",val20.x=-.3,val20.y=0;var ref25=texts58.find(lV=>lV.text==="{REF}");ref25.anchor="middle_left",ref25.x=.3,ref25.y=0;var SPST_switch_vert_default=rotatedSymbol23,step_recovery_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999836},{x:-.1199943999999995,y:-.08825540000000132}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.1763280000000016},{x:.14458890000000002,y:.04403629999999836}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.08825539999999776},{x:-.1199943999999995,y:.1763280000000016}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.1763280000000016},{x:.14458890000000002,y:-.08825539999999776}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999836},{x:-.5168693999999996,y:.04403629999999836}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797,y:.04395110000000102},{x:.14967160000000002,y:.04395110000000102}],color:"primary",fill:!1},"path43-5":{type:"path",points:[{x:.19156529999999972,y:-.0884020999999997},{x:.14591529999999908,y:-.08876210000000029}],color:"primary",fill:!1},"path43-5-2":{type:"path",points:[{x:.19233440000000046,y:-.1355493999999986},{x:.19197439999999988,y:-.08989940000000018}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384529999999785},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999999524,y:-.2738453000000014}},refblocks:{left1:{x:-.5191471000000001,y:.0449206999999987},right1:{x:.5191471000000001,y:.043896100000001326}},bounds:{minX:-.5473055410000001,maxX:.5473055410000001,minY:-.2738453000000014,maxY:.27384529999999785,width:1.0946110820000001,height:.5476905999999993,centerX:0,centerY:-17763568394002505e-31},circles:{}},step_recovery_diode_horz_default=modifySymbol(step_recovery_diode_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),step_recovery_diode_vert_default=rotateSymbol(step_recovery_diode_horz_default),tachometer_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"RPM",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths42,texts:texts60,bounds:bounds42,refblocks:refblocks42,circles:circles38}=tachometer_default,tachometer_horz_default={primitives:[...Object.values(paths42),...Object.values(circles38),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts60.left1,y:.01,anchor:"center",fontSize:.2}],ports:[{...refblocks42.left1,labels:["1"]},{...refblocks42.right1,labels:["2"]}],size:{width:bounds42.width,height:bounds42.height},center:{x:bounds42.centerX,y:bounds42.centerY}},{5:letter4,...rest4}=tachometer_horz_default.primitives;function isPrimitive4(lV){return typeof lV=="object"}var rotatedSymbol24=rotateSymbol({...tachometer_horz_default,primitives:Object.values(rest4).filter(isPrimitive4)}),tachometer_vert_default={...rotatedSymbol24,primitives:[...rotatedSymbol24.primitives,letter4]},triac_default={paths:{path11:{type:"path",points:[{x:-.5176700499999997,y:.041745050000000505},{x:-.10888805000000024,y:.041745050000000505}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.1031184499999993,y:.041745050000000505},{x:.5246894499999994,y:.041745050000000505}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.09343985000000021,y:-.14620634999999882},{x:-.0930998500000002,y:.2583405500000009}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.08519034999999908,y:-.14503384999999902},{x:.08553034999999909,y:.2595130500000007}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.08315755000000014,y:.055934450000000524},{x:-.08415755000000047,y:-.14678124999999964},{x:.08653524999999984,y:-.05104664999999953},{x:-.08126175000000035,y:.05647715000000031}],color:"primary",fill:!0},"path11-0-9-0":{type:"path",points:[{x:.07661224999999927,y:.256654450000001},{x:.07761224999999983,y:.05393885000000109},{x:-.0930805500000007,y:.1496734500000012},{x:.07471644999999949,y:.25719715000000143}],color:"primary",fill:!0},"path12-2":{type:"path",points:[{x:.09001085000000009,y:-.05964874999999914},{x:.2707999499999998,y:-.1711147499999992}],color:"primary",fill:!1},"path12-2-9":{type:"path",points:[{x:.27291134999999955,y:-.17591894999999935},{x:.27124034999999935,y:-.30168314999999923}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:.0077081499999991365,y:.41683614999999996},bottom1:{type:"text",text:"{VAL}",x:-.03022294999999975,y:-.41683614999999996}},refblocks:{bottom1:{x:.27223905000000026,y:-.3087962499999999},left1:{x:-.54139845,y:.04089205000000051},right1:{x:.5413984499999995,y:.04188845000000008}},bounds:{minX:-.569556891,maxX:.5695568909999995,minY:-.41683614999999996,maxY:.41683614999999996,width:1.1391137819999995,height:.8336722999999999,centerX:-2220446049250313e-31,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000003116,y:.048873150000000365,radius:.28854213,color:"primary",fill:!1}}},triac_horz_default=modifySymbol(triac_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).labelPort("bottom1",["3"]).changeTextAnchor("{REF}","middle_bottom").build(),rotatedSymbol25=rotateSymbol(triac_horz_default),texts62=rotatedSymbol25.primitives.filter(lV=>lV.type==="text"),ref26=texts62.find(lV=>lV.text==="{REF}"),val21=texts62.find(lV=>lV.text==="{VAL}");ref26.y=0,val21.y=0;var triac_vert_default=rotatedSymbol25,tunnel_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999992},{x:-.1199943999999995,y:-.08825540000000043}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17632800000000026},{x:.14458890000000002,y:.04403629999999992}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.0882553999999991},{x:-.1199943999999995,y:.17632800000000026}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17632800000000026},{x:.14458890000000002,y:-.0882553999999991}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999992},{x:-.5168693999999996,y:.04403629999999992}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.043951100000000354},{x:.1496715999999998,y:.043951100000000354}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17681090000000044},{x:.07728679999999954,y:.17632089999999967}],color:"primary",fill:!1},"path43-8-8":{type:"path",points:[{x:.1446069000000001,y:-.08908179999999888},{x:.0785024999999997,y:-.08957179999999942}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384529999999985}},refblocks:{left1:{x:-.5191471000000001,y:.044920700000000924},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.27384529999999985,maxY:.27384530000000007,width:1.094611082,height:.5476905999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths44,texts:texts63,bounds:bounds44,refblocks:refblocks44,circles:circles40}=tunnel_diode_default,tunnel_diode_horz_default={primitives:[...Object.values(paths44),...Object.values(circles40),{...texts63.top1,anchor:"middle_bottom"},{...texts63.bottom1,anchor:"middle_top"}],ports:[{...refblocks44.left1,labels:["1"]},{...refblocks44.right1,labels:["2"]}],size:{width:bounds44.width,height:bounds44.height},center:{x:bounds44.centerX,y:bounds44.centerY}},rotated9=rotateSymbol(tunnel_diode_horz_default),ref27=rotated9.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val22=rotated9.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref27.anchor="middle_left",val22.anchor="middle_right";var tunnel_diode_vert_default=rotated9,unijunction_transistor_default={paths:{path11:{type:"path",points:[{x:-.3274461945,y:.20527883627037657},{x:-.021085194500000348,y:.007570136270376837}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2331163055000003,y:.1251673362703769},{x:.2320633055000001,y:.3759855362703768}],color:"primary",fill:!1},"path12-2":{type:"path",points:[{x:.23221610549999938,y:-.0818845637296235},{x:.2311631054999992,y:-.33270276372962315}],color:"primary",fill:!1},"path11-0":{type:"path",points:[{x:-.013263894499999873,y:-.1792007637296229},{x:-.012923894499999866,y:.2253461362703768}],color:"primary",fill:!1},"path11-0-3":{type:"path",points:[{x:.23222970550000066,y:.12047013627037662},{x:-.011307094499999115,y:.11996013627037683}],color:"primary",fill:!1},"path11-0-9":{type:"path",points:[{x:-.1124341944999998,y:.131359936270377},{x:-.16993279449999954,y:.039004036270377185},{x:-.05822649449999928,y:.03212003627037707},{x:-.11133889449999979,y:.13104553627037707}],color:"primary",fill:!0},"path11-0-3-8":{type:"path",points:[{x:.23230320549999983,y:-.08329316372962325},{x:-.011233594499999944,y:-.07900616372962332}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.19541139450000045,y:.389088136270376},bottom1:{type:"text",text:"{VAL}",x:-.031363394499999364,y:-.42359956372962415}},refblocks:{top1:{x:.2317438004035266,y:.3954411227296242},bottom1:{x:.2308431668082036,y:-.35215823360635445},left1:{x:-.34055979449999985,y:.21512343627037622}},bounds:{minX:-.3687182354999998,maxX:.3687182354999999,minY:-.42359956372962415,maxY:.42359956372962415,width:.7374364709999996,height:.8471991274592483,centerX:27755575615628914e-33,centerY:0},circles:{path1:{type:"circle",x:.08017610549999987,y:.006746336270376352,radius:.28854213,color:"primary",fill:!1}}},{paths:paths45,texts:texts64,bounds:bounds45,refblocks:refblocks45,circles:circles41}=unijunction_transistor_default,unijunction_transistor_horz_default={primitives:[...Object.values(paths45),...Object.values(circles41),{...texts64.top1,anchor:"middle_left"},{...texts64.bottom1,anchor:"middle_right"}],ports:[{...refblocks45.top1,labels:["1"]},{...refblocks45.bottom1,labels:["2"]},{...refblocks45.left1,labels:["3"]}],size:{width:bounds45.width,height:bounds45.height},center:{x:bounds45.centerX,y:bounds45.centerY}},rotatedSymbol26=rotateSymbol(unijunction_transistor_horz_default),texts65=rotatedSymbol26.primitives.filter(lV=>lV.type==="text"),ref28=texts65.find(lV=>lV.text==="{REF}");ref28.y=.1;var val23=texts65.find(lV=>lV.text==="{VAL}");val23.y=.1,val23.x=-.4;var unijunction_transistor_vert_default=rotatedSymbol26,var_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Var",x:-.19436529999999896,y:.07249430000000023}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths46,texts:texts66,bounds:bounds46,refblocks:refblocks46,circles:circles42}=var_meter_default,var_meter_horz_default={primitives:[...Object.values(paths46),...Object.values(circles42),{...texts66.top1,x:0,y:-.3594553499999995,anchor:"middle_top"},{...texts66.bottom1,x:0,y:.35,anchor:"middle_bottom"},{...texts66.left1,x:-.02,y:.01,fontSize:.2,anchor:"center"}],ports:[{...refblocks46.left1,labels:["1"]},{...refblocks46.right1,labels:["2"]}],size:{width:bounds46.width,height:bounds46.height},center:{x:bounds46.centerX,y:bounds46.centerY}},var_meter_vert_default=rotateSymbol(var_meter_horz_default),varactor_diode_default={paths:{path40:{type:"path",points:[{x:.08342510000000014,y:.04403649999999937},{x:-.18115819999999938,y:-.0882552000000012}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1811582000000007,y:.1763281999999997},{x:.08342509999999881,y:.04403649999999937}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1811582000000007,y:-.0882552000000012},{x:-.1811582000000007,y:.17632819999999816}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.0949504999999995,y:.17485119999999976},{x:.09600949999999897,y:-.09185079999999957}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.1954338999999996,y:.04403649999999937},{x:-.5191807000000004,y:.04403649999999937}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5253116,y:.043951299999999804},{x:.20527070000000047,y:.043951299999999804}],color:"primary",fill:!1},"path43-6":{type:"path",points:[{x:.1854899999999995,y:.1748848999999999},{x:.18654899999999874,y:-.09181709999999943}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999994495,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384530000000007}},refblocks:{left1:{x:-.5191471,y:.044920799999999206},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.547305541,maxX:.5473055409999998,minY:-.27384530000000007,maxY:.27384530000000007,width:1.0946110819999997,height:.5476906000000001,centerX:-5551115123125783e-32,centerY:0},circles:{}},{paths:paths47,texts:texts67,bounds:bounds47,refblocks:refblocks47,circles:circles43}=varactor_diode_default,varactor_diode_horz_default={primitives:[...Object.values(paths47),...Object.values(circles43),{...texts67.top1,anchor:"middle_bottom"},{...texts67.bottom1,anchor:"middle_top"}],ports:[{...refblocks47.left1,labels:["1"]},{...refblocks47.right1,labels:["2"]}],size:{width:bounds47.width,height:bounds47.height},center:{x:bounds47.centerX,y:bounds47.centerY}},rotated10=rotateSymbol(varactor_diode_horz_default),ref29=rotated10.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val24=rotated10.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref29.anchor="middle_left",val24.anchor="middle_right";var varactor_diode_vert_default=rotated10,varistor_default={paths:{path5:{type:"path",points:[{x:-.5245830500000004,y:.004659100000001359},{x:-.25999975000000086,y:.004659100000001359}],color:"primary",fill:!1},path6:{type:"path",points:[{x:.2691672500000002,y:.004659100000001359},{x:.5337505499999997,y:.004659100000001359}],color:"primary",fill:!1},path7:{type:"path",points:[{x:.2691672500000002,y:-.23346590000000056},{x:-.25999974999999953,y:.2427841000000015}],color:"primary",fill:!1},path8:{type:"path",points:[{x:.37500025000000026,y:-.23346590000000056},{x:.2691672500000002,y:-.23346590000000056}],color:"primary",fill:!1},path9:{type:"path",points:[{x:.004585150000000482,y:.13695090000000043},{x:.26916815000000094,y:.13695090000000043},{x:.26916815000000094,y:-.1276325000000007},{x:-.2599988499999988,y:-.1276325000000007},{x:-.2599988499999988,y:.13695090000000043},{x:.004585150000001814,y:.13695090000000043}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.05849044999999986,y:.25166549999999965},bottom1:{type:"text",text:"{VAL}",x:.008507150000000685,y:-.25166549999999965}},refblocks:{left1:{x:-.5392315500000002,y:.002969399999999567},right1:{x:.5392315500000002,y:.005339799999999784}},bounds:{minX:-.5673899910000002,maxX:.5673899910000002,minY:-.25166549999999965,maxY:.25166549999999965,width:1.1347799820000004,height:.5033309999999993,centerX:0,centerY:0},circles:{}},{paths:paths48,texts:texts68,bounds:bounds48,refblocks:refblocks48}=varistor_default,varistor_horz_default={primitives:[...Object.values(paths48),{...texts68.top1,anchor:"middle_left"},{...texts68.bottom1,anchor:"middle_right"}],ports:[{...refblocks48.left1,labels:["1","-"]},{...refblocks48.right1,labels:["2","+"]}],size:{width:bounds48.width,height:bounds48.height},center:{x:bounds48.centerX,y:bounds48.centerY}},varistor_vert_default=rotateSymbol(varistor_horz_default),varmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Var",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths49,texts:texts69,bounds:bounds49,refblocks:refblocks49,circles:circles44}=varmeter_default,varmeter_horz_default={primitives:[...Object.values(paths49),...Object.values(circles44),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts69.left1,anchor:"center",y:.02,fontSize:.2}],ports:[{...refblocks49.left1,labels:["1"]},{...refblocks49.right1,labels:["2"]}],size:{width:bounds49.width,height:bounds49.height},center:{x:bounds49.centerX,y:bounds49.centerY}},{5:letter5,...rest5}=varmeter_horz_default.primitives;function isPrimitive5(lV){return typeof lV=="object"}var rotatedSymbol27=rotateSymbol({...varmeter_horz_default,primitives:Object.values(rest5).filter(isPrimitive5)}),varmeter_vert_default={...rotatedSymbol27,primitives:[...rotatedSymbol27.primitives,letter5]},volt_meter_default={paths:{path11:{type:"path",points:[{x:-.5274831500000005,y:.031252300000000455},{x:-.30105415000000013,y:.031252300000000455}],color:"primary",fill:!1},"path11-5-5":{type:"path",points:[{x:.09765764999999949,y:.1295162000000003},{x:-.0011297500000011507,y:-.061970899999999496},{x:-.10778645000000164,y:.1295162000000003}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2932119499999999,y:.031252300000000455},{x:.5339524499999997,y:.031252300000000455}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.021146249999999478,y:.4010973},bottom1:{type:"text",text:"{VAL}",x:-.00661455000000033,y:-.4010973}},refblocks:{left1:{x:-.5413984499999998,y:.030399499999999913},right1:{x:.54139845,y:.0313958999999997}},bounds:{minX:-.5695568909999997,maxX:.569556891,minY:-.4010973,maxY:.4010973,width:1.1391137819999997,height:.8021946,centerX:11102230246251565e-32,centerY:0},circles:{path1:{type:"circle",x:-.0037626500000000895,y:.03838059999999999,radius:.28854213,color:"primary",fill:!1}}},volt_meter_horz_default=modifySymbol(volt_meter_default).changeTextAnchor("{VAL}","middle_top").labelPort("left1",["1"]).labelPort("right1",["2"]).changeTextAnchor("{REF}","middle_bottom").build(),volt_meter_vert_default=rotateSymbol(volt_meter_horz_default),watt_hour_meter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"Wh",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths51,texts:texts71,bounds:bounds51,refblocks:refblocks51,circles:circles46}=watt_hour_meter_default,watt_hour_meter_horz_default={primitives:[...Object.values(paths51),...Object.values(circles46),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts71.left1,anchor:"center",y:.01,fontSize:.2}],ports:[{...refblocks51.left1,labels:["1"]},{...refblocks51.right1,labels:["2"]}],size:{width:bounds51.width,height:bounds51.height},center:{x:bounds51.centerX,y:bounds51.centerY}},{5:letter6,...rest6}=watt_hour_meter_horz_default.primitives;function isPrimitive6(lV){return typeof lV=="object"}var rotatedSymbol28=rotateSymbol({...watt_hour_meter_horz_default,primitives:Object.values(rest6).filter(isPrimitive6)}),watt_hour_meter_vert_default={...rotatedSymbol28,primitives:[...rotatedSymbol28.primitives,letter6]},wattmeter_default={paths:{path11:{type:"path",points:[{x:-.5307178,y:0},{x:-.3042887999999997,y:0}],color:"primary",fill:!1},path12:{type:"path",points:[{x:.2899773000000003,y:0},{x:.5307178000000001,y:0}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.17652089999999898,y:-.36197569999999946},bottom1:{type:"text",text:"{VAL}",x:-.009849199999999891,y:.43234960000000044},left1:{type:"text",text:"W",x:0,y:-.025}},refblocks:{left1:{x:-.5446330999999993,y:.000852800000000542},right1:{x:.5381638000000004,y:-.00014359999999924433}},bounds:{minX:-.5307178,maxX:.5307178000000001,minY:0,maxY:0,width:1.0614356000000003,height:1,centerX:5551115123125783e-32,centerY:0},circles:{path1:{type:"circle",x:-.006997299999999651,y:-.007128299999999532,radius:.28854213,color:"primary",fill:!1}}},{paths:paths52,texts:texts72,bounds:bounds52,refblocks:refblocks52,circles:circles47}=wattmeter_default,wattmeter_horz_default={primitives:[...Object.values(paths52),...Object.values(circles47),{type:"text",text:"{REF}",x:0,y:-.3594553499999995,anchor:"middle_top"},{type:"text",text:"{VAL}",x:0,y:.35,anchor:"middle_bottom"},{...texts72.left1,anchor:"center",y:.01,fontSize:.3}],ports:[{...refblocks52.left1,labels:["1"]},{...refblocks52.right1,labels:["2"]}],size:{width:bounds52.width,height:bounds52.height},center:{x:bounds52.centerX,y:bounds52.centerY}},{5:letter7,...rest7}=wattmeter_horz_default.primitives;function isPrimitive7(lV){return typeof lV=="object"}var rotatedSymbol29=rotateSymbol({...wattmeter_horz_default,primitives:Object.values(rest7).filter(isPrimitive7)}),wattmeter_vert_default={...rotatedSymbol29,primitives:[...rotatedSymbol29.primitives,letter7]},zener_diode_default={paths:{path40:{type:"path",points:[{x:.14458890000000002,y:.04403629999999992},{x:-.1199943999999995,y:-.08825540000000043}],color:"primary",fill:!1},path41:{type:"path",points:[{x:-.1199943999999995,y:.17632800000000026},{x:.14458890000000002,y:.04403629999999992}],color:"primary",fill:!1},path42:{type:"path",points:[{x:-.1199943999999995,y:-.0882553999999991},{x:-.1199943999999995,y:.17632800000000026}],color:"primary",fill:!1},path43:{type:"path",points:[{x:.14458890000000002,y:.17632800000000026},{x:.14458890000000002,y:-.0882553999999991}],color:"primary",fill:!1},path44:{type:"path",points:[{x:-.12219909999999956,y:.04403629999999992},{x:-.5168693999999996,y:.04403629999999992}],color:"primary",fill:!1},"path44-0":{type:"path",points:[{x:.5233797000000002,y:.043951100000000354},{x:.1496715999999998,y:.043951100000000354}],color:"primary",fill:!1},"path43-8":{type:"path",points:[{x:.14339119999999994,y:.17681090000000044},{x:.07728679999999954,y:.17632089999999967}],color:"primary",fill:!1}},texts:{top1:{type:"text",text:"{REF}",x:-.0050250999999996715,y:.27384530000000007},bottom1:{type:"text",text:"{VAL}",x:-.00011179999999977319,y:-.27384529999999985}},refblocks:{left1:{x:-.5191471000000001,y:.044920700000000924},right1:{x:.5191470999999999,y:.04389609999999999}},bounds:{minX:-.5473055410000001,maxX:.5473055409999998,minY:-.27384529999999985,maxY:.27384530000000007,width:1.094611082,height:.5476905999999999,centerX:-11102230246251565e-32,centerY:11102230246251565e-32},circles:{}},{paths:paths53,texts:texts73,bounds:bounds53,refblocks:refblocks53,circles:circles48}=zener_diode_default,zener_diode_horz_default={primitives:[...Object.values(paths53),...Object.values(circles48),{...texts73.top1,anchor:"middle_bottom"},{...texts73.bottom1,anchor:"middle_top"}],ports:[{...refblocks53.left1,labels:["1"]},{...refblocks53.right1,labels:["2"]}],size:{width:bounds53.width,height:bounds53.height},center:{x:bounds53.centerX,y:bounds53.centerY}},rotated11=rotateSymbol(zener_diode_horz_default),ref30=rotated11.primitives.find(lV=>lV.type==="text"&&lV.text==="{REF}"),val25=rotated11.primitives.find(lV=>lV.type==="text"&&lV.text==="{VAL}");ref30.anchor="middle_left",val25.anchor="middle_right";var zener_diode_vert_default=rotated11,symbols_index_default={ac_voltmeter_horz:ac_voltmeter_horz_default,ac_voltmeter_vert:ac_voltmeter_vert_default,avalanche_diode_horz:avalanche_diode_horz_default,avalanche_diode_vert:avalanche_diode_vert_default,battery_horz:battery_horz_default,battery_vert:battery_vert_default,boxresistor_down:boxresistor_down_default,boxresistor_left:boxresistor_left_default,boxresistor_right:boxresistor_right_default,boxresistor_up:boxresistor_up_default,capacitor_down:capacitor_down_default,capacitor_left:capacitor_left_default,capacitor_polarized_down:capacitor_polarized_down_default,capacitor_polarized_left:capacitor_polarized_left_default,capacitor_polarized_right:capacitor_polarized_right_default,capacitor_polarized_up:capacitor_polarized_up_default,capacitor_right:capacitor_right_default,capacitor_up:capacitor_up_default,constant_current_diode_horz:constant_current_diode_horz_default,constant_current_diode_vert:constant_current_diode_vert_default,crystal_4pin_horz:crystal_4pin_horz_default,crystal_4pin_vert:crystal_4pin_vert_default,crystal_horz:crystal_horz_default,crystal_vert:crystal_vert_default,darlington_pair_transistor_horz:darlington_pair_transistor_horz_default,darlington_pair_transistor_vert:darlington_pair_transistor_vert_default,dc_ammeter_horz:dc_ammeter_horz_default,dc_ammeter_vert:dc_ammeter_vert_default,dc_voltmeter_horz:dc_voltmeter_horz_default,dc_voltmeter_vert:dc_voltmeter_vert_default,diac_horz:diac_horz_default,diac_vert:diac_vert_default,diode_down:diode_down_default,diode_left:diode_left_default,diode_right:diode_right_default,diode_up:diode_up_default,dpdt_switch_horz:dpdt_switch_horz_default,dpdt_switch_vert:dpdt_switch_vert_default,dpst_switch_horz:dpst_switch_horz_default,dpst_switch_vert:dpst_switch_vert_default,filled_diode_horz:filled_diode_horz_default,filled_diode_vert:filled_diode_vert_default,frequency_meter_horz:frequency_meter_horz_default,frequency_meter_vert:frequency_meter_vert_default,fuse_horz:fuse_horz_default,fuse_vert:fuse_vert_default,ground_horz:ground_horz_default,ground_vert:ground_vert_default,gunn_diode_horz:gunn_diode_horz_default,gunn_diode_vert:gunn_diode_vert_default,igbt_transistor_horz:igbt_transistor_horz_default,igbt_transistor_vert:igbt_transistor_vert_default,illuminated_push_button_normally_open_horz:illuminated_push_button_normally_open_horz_default,illuminated_push_button_normally_open_vert:illuminated_push_button_normally_open_vert_default,inductor_down:inductor_down_default,inductor_left:inductor_left_default,inductor_right:inductor_right_default,inductor_up:inductor_up_default,laser_diode_horz:laser_diode_horz_default,laser_diode_vert:laser_diode_vert_default,led_down:led_down_default,led_left:led_left_default,led_right:led_right_default,led_up:led_up_default,light_dependent_resistor_horz:light_dependent_resistor_horz_default,light_dependent_resistor_vert:light_dependent_resistor_vert_default,mosfet_depletion_normally_on_horz:mosfet_depletion_normally_on_horz_default,mosfet_depletion_normally_on_vert:mosfet_depletion_normally_on_vert_default,mushroom_head_normally_open_momentary_horz:mushroom_head_normally_open_momentary_horz_default,mushroom_head_normally_open_momentary_vert:mushroom_head_normally_open_momentary_vert_default,n_channel_d_mosfet_transistor_horz:n_channel_d_mosfet_transistor_horz_default,n_channel_d_mosfet_transistor_vert:n_channel_d_mosfet_transistor_vert_default,n_channel_e_mosfet_transistor_horz:n_channel_e_mosfet_transistor_horz_default,n_channel_e_mosfet_transistor_vert:n_channel_e_mosfet_transistor_vert_default,njfet_transistor_horz:njfet_transistor_horz_default,njfet_transistor_vert:njfet_transistor_vert_default,npn_bipolar_transistor_horz:npn_bipolar_transistor_horz_default,npn_bipolar_transistor_vert:npn_bipolar_transistor_vert_default,p_channel_d_mosfet_transistor_horz:p_channel_d_mosfet_transistor_horz_default,p_channel_d_mosfet_transistor_vert:p_channel_d_mosfet_transistor_vert_default,p_channel_e_mosfet_transistor_horz:p_channel_e_mosfet_transistor_horz_default,p_channel_e_mosfet_transistor_vert:p_channel_e_mosfet_transistor_vert_default,photodiode_horz:photodiode_horz_default,photodiode_vert:photodiode_vert_default,pjfet_transistor_horz:pjfet_transistor_horz_default,pjfet_transistor_vert:pjfet_transistor_vert_default,pnp_bipolar_transistor_horz:pnp_bipolar_transistor_horz_default,pnp_bipolar_transistor_vert:pnp_bipolar_transistor_vert_default,potentiometer_horz:potentiometer_horz_default,potentiometer_vert:potentiometer_vert_default,potentiometer2_horz:potentiometer2_horz_default,potentiometer2_vert:potentiometer2_vert_default,power_factor_meter_horz:power_factor_meter_horz_default,power_factor_meter_vert:power_factor_meter_vert_default,push_button_normally_closed_momentary_horz:push_button_normally_closed_momentary_horz_default,push_button_normally_closed_momentary_vert:push_button_normally_closed_momentary_vert_default,push_button_normally_open_momentary_horz:push_button_normally_open_momentary_horz_default,push_button_normally_open_momentary_vert:push_button_normally_open_momentary_vert_default,rectifier_diode_horz:rectifier_diode_horz_default,rectifier_diode_vert:rectifier_diode_vert_default,resonator_horz:resonator_horz_default,resonator_vert:resonator_vert_default,schottky_diode_horz:schottky_diode_horz_default,schottky_diode_vert:schottky_diode_vert_default,silicon_controlled_rectifier_horz:silicon_controlled_rectifier_horz_default,silicon_controlled_rectifier_vert:silicon_controlled_rectifier_vert_default,SPDT_switch_horz:SPDT_switch_horz_default,SPDT_switch_vert:SPDT_switch_vert_default,SPST_switch_horz:SPST_switch_horz_default,SPST_switch_vert:SPST_switch_vert_default,step_recovery_diode_horz:step_recovery_diode_horz_default,step_recovery_diode_vert:step_recovery_diode_vert_default,tachometer_horz:tachometer_horz_default,tachometer_vert:tachometer_vert_default,triac_horz:triac_horz_default,triac_vert:triac_vert_default,tunnel_diode_horz:tunnel_diode_horz_default,tunnel_diode_vert:tunnel_diode_vert_default,unijunction_transistor_horz:unijunction_transistor_horz_default,unijunction_transistor_vert:unijunction_transistor_vert_default,var_meter_horz:var_meter_horz_default,var_meter_vert:var_meter_vert_default,varactor_diode_horz:varactor_diode_horz_default,varactor_diode_vert:varactor_diode_vert_default,varistor_horz:varistor_horz_default,varistor_vert:varistor_vert_default,varmeter_horz:varmeter_horz_default,varmeter_vert:varmeter_vert_default,volt_meter_horz:volt_meter_horz_default,volt_meter_vert:volt_meter_vert_default,watt_hour_meter_horz:watt_hour_meter_horz_default,watt_hour_meter_vert:watt_hour_meter_vert_default,wattmeter_horz:wattmeter_horz_default,wattmeter_vert:wattmeter_vert_default,zener_diode_horz:zener_diode_horz_default,zener_diode_vert:zener_diode_vert_default};Object.fromEntries(Object.keys(symbols_index_default).map(lV=>[lV,lV]));function createSvgObjectsFromPcbTraceError(lV,J,VV,RV){if(!RV)return[];const{pcb_port_ids:UV}=lV,ZV=VV.find(NV=>NV.type==="pcb_port"&&NV.pcb_port_id===(UV==null?void 0:UV[0])),WV=VV.find(NV=>NV.type==="pcb_port"&&NV.pcb_port_id===(UV==null?void 0:UV[1]));if(!ZV||!WV)return[];const IV=applyToPoint(J,{x:ZV.x,y:ZV.y}),dV=applyToPoint(J,{x:WV.x,y:WV.y}),CV={x:(IV.x+dV.x)/2,y:(IV.y+dV.y)/2};return isNaN(IV.x)||isNaN(IV.y)||isNaN(dV.x)||isNaN(dV.y)||isNaN(CV.x)||isNaN(CV.y)?[]:[{name:"line",type:"element",attributes:{x1:IV.x.toString(),y1:IV.y.toString(),x2:CV.x.toString(),y2:CV.y.toString(),stroke:"red","stroke-width":"1.5","stroke-dasharray":"2,2"},children:[],value:""},{name:"line",type:"element",attributes:{x1:CV.x.toString(),y1:CV.y.toString(),x2:dV.x.toString(),y2:dV.y.toString(),stroke:"red","stroke-width":"1.5","stroke-dasharray":"2,2"},children:[],value:""},{name:"rect",type:"element",attributes:{x:(CV.x-5).toString(),y:(CV.y-5).toString(),width:"10",height:"10",fill:"red",transform:`rotate(45 ${CV.x} ${CV.y})`},children:[],value:""},{name:"text",type:"element",attributes:{x:CV.x.toString(),y:(CV.y-15).toString(),fill:"red","font-family":"sans-serif","font-size":"12","text-anchor":"middle"},children:[{type:"text",value:lV.message||"Pcb Trace Error",name:"",attributes:{},children:[]}],value:""}]}function createSvgObjectsFromPcbFabricationNotePath(lV,J){if(!lV.route||!Array.isArray(lV.route))return[];const VV=lV.route[0],RV=lV.route[lV.route.length-1],UV=VV.x===RV.x&&VV.y===RV.y,ZV=lV.route.slice(0,UV?-1:void 0).map((WV,IV)=>{const[dV,CV]=applyToPoint(J,[WV.x,WV.y]);return IV===0?`M ${dV} ${CV}`:`L ${dV} ${CV}`}).join(" ")+(UV?" Z":"");return[{name:"path",type:"element",attributes:{class:"pcb-fabrication-note-path",stroke:lV.color||"rgba(255,255,255,0.5)",fill:"none",d:ZV,"stroke-width":(lV.stroke_width*Math.abs(J.a)).toString(),"data-pcb-component-id":lV.pcb_component_id,"data-pcb-fabrication-note-path-id":lV.pcb_fabrication_note_path_id},value:"",children:[]}]}function createSvgObjectsFromPcbFabricationNoteText(lV,J){const{anchor_position:VV,anchor_alignment:RV,text:UV,font_size:ZV=1,layer:WV="top",color:IV}=lV;if(!VV||typeof VV.x!="number"||typeof VV.y!="number")return console.error("Invalid anchor_position:",VV),[];const[dV,CV]=applyToPoint(J,[VV.x,VV.y]),FV=ZV*Math.abs(J.a),NV=compose(translate(dV,CV),rotate(Math.PI/180));return[{name:"text",type:"element",attributes:{x:"0",y:"0","font-family":"Arial, sans-serif","font-size":FV.toString(),"text-anchor":"middle","dominant-baseline":"central",transform:toString(NV),class:"pcb-fabrication-note-text",fill:IV||"rgba(255,255,255,0.5)"},children:[{type:"text",value:UV,name:"",attributes:{},children:[]}],value:""}]}function createSvgObjectsFromPcbPlatedHole(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.shape==="pill"){const UV=lV.outer_width*Math.abs(J.a),ZV=lV.outer_height*Math.abs(J.a),WV=lV.hole_width*Math.abs(J.a),IV=lV.hole_height*Math.abs(J.a),dV=UV/2,CV=WV/2,FV=ZV-UV;return[{name:"g",type:"element",children:[{name:"path",type:"element",attributes:{class:"pcb-hole-outer",d:`M${VV-dV},${RV-FV/2} v${FV} a${dV},${dV} 0 0 0 ${UV},0 v-${FV} a${dV},${dV} 0 0 0 -${UV},0 z`},value:"",children:[]},{name:"path",type:"element",attributes:{class:"pcb-hole-inner",d:`M${VV-CV},${RV-(IV-WV)/2} v${IV-WV} a${CV},${CV} 0 0 0 ${WV},0 v-${IV-WV} a${CV},${CV} 0 0 0 -${WV},0 z`},value:"",children:[]}],value:"",attributes:{}}]}if(lV.shape==="circle"){const UV=lV.outer_diameter*Math.abs(J.a),ZV=lV.outer_diameter*Math.abs(J.a),WV=lV.hole_diameter*Math.abs(J.a),IV=lV.hole_diameter*Math.abs(J.a),dV=Math.min(UV,ZV)/2,CV=Math.min(WV,IV)/2;return[{name:"g",type:"element",children:[{name:"circle",type:"element",attributes:{class:"pcb-hole-outer",cx:VV.toString(),cy:RV.toString(),r:dV.toString()},value:"",children:[]},{name:"circle",type:"element",attributes:{class:"pcb-hole-inner",cx:VV.toString(),cy:RV.toString(),r:CV.toString()},value:"",children:[]}],value:"",attributes:{}}]}return[]}function createSvgObjectsFromPcbSilkscreenPath(lV,J){if(!lV.route||!Array.isArray(lV.route))return[];let VV=lV.route.map((ZV,WV)=>{const[IV,dV]=applyToPoint(J,[ZV.x,ZV.y]);return WV===0?`M ${IV} ${dV}`:`L ${IV} ${dV}`}).join(" ");const RV=lV.route[0],UV=lV.route[lV.route.length-1];return RV&&UV&&RV.x===UV.x&&RV.y===UV.y&&(VV+=" Z"),[{name:"path",type:"element",attributes:{class:`pcb-silkscreen pcb-silkscreen-${lV.layer}`,d:VV,"stroke-width":(lV.stroke_width*Math.abs(J.a)).toString(),"data-pcb-component-id":lV.pcb_component_id,"data-pcb-silkscreen-path-id":lV.pcb_silkscreen_path_id},value:"",children:[]}]}function createSvgObjectsFromPcbSilkscreenText(lV,J){const{anchor_position:VV,text:RV,font_size:UV=1,layer:ZV="top"}=lV;if(!VV||typeof VV.x!="number"||typeof VV.y!="number")return console.error("Invalid anchor_position:",VV),[];const[WV,IV]=applyToPoint(J,[VV.x,VV.y]),dV=UV*Math.abs(J.a),CV=compose(translate(WV,IV),rotate(Math.PI/180));return[{name:"text",type:"element",attributes:{x:"0",y:"0","font-family":"Arial, sans-serif","font-size":dV.toString(),"text-anchor":"middle","dominant-baseline":"central",transform:toString(CV),class:`pcb-silkscreen-text pcb-silkscreen-${ZV}`,"data-pcb-silkscreen-text-id":lV.pcb_component_id},children:[{type:"text",value:RV,name:"",attributes:{},children:[]}],value:""}]}function pairs(lV){const J=[];for(let VV=0;VV<lV.length-1;VV++)J.push([lV[VV],lV[VV+1]]);return J}var LAYER_NAME_TO_COLOR={top:"rgb(200, 52, 52)",bottom:"rgb(77, 127, 196)"};function layerNameToColor(lV){return LAYER_NAME_TO_COLOR[lV]??"white"}function createSvgObjectsFromPcbTrace(lV,J){if(!lV.route||!Array.isArray(lV.route)||lV.route.length<2)return[];const VV=pairs(lV.route),RV=[];for(const[UV,ZV]of VV){const WV=applyToPoint(J,[UV.x,UV.y]),IV=applyToPoint(J,[ZV.x,ZV.y]),dV="layer"in UV?UV.layer:"layer"in ZV?ZV.layer:null;if(!dV)continue;const CV=LAYER_NAME_TO_COLOR[dV]??"white",FV="width"in UV?UV.width:"width"in ZV?ZV.width:null;RV.push({name:"path",type:"element",value:"",children:[],attributes:{class:"pcb-trace",stroke:CV,d:`M ${WV[0]} ${WV[1]} L ${IV[0]} ${IV[1]}`,"stroke-width":FV?(FV*Math.abs(J.a)).toString():"0.3","stroke-linecap":"round","stroke-linejoin":"round","shape-rendering":"crispEdges"}})}return RV}function createSvgObjectsFromSmtPad(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.shape==="rect"||lV.shape==="rotated_rect"){const UV=lV.width*Math.abs(J.a),ZV=lV.height*Math.abs(J.d);return lV.shape==="rotated_rect"&&lV.ccw_rotation?[{name:"rect",type:"element",attributes:{class:"pcb-pad",fill:layerNameToColor(lV.layer),x:(-UV/2).toString(),y:(-ZV/2).toString(),width:UV.toString(),height:ZV.toString(),transform:`translate(${VV} ${RV}) rotate(${-lV.ccw_rotation})`}}]:[{name:"rect",type:"element",attributes:{class:"pcb-pad",fill:layerNameToColor(lV.layer),x:(VV-UV/2).toString(),y:(RV-ZV/2).toString(),width:UV.toString(),height:ZV.toString()}}]}if(lV.shape==="pill"){const UV=lV.width*Math.abs(J.a),ZV=lV.height*Math.abs(J.d),WV=lV.radius*Math.abs(J.a);return[{name:"rect",type:"element",attributes:{class:"pcb-pad",fill:layerNameToColor(lV.layer),x:(VV-UV/2).toString(),y:(RV-ZV/2).toString(),width:UV.toString(),height:ZV.toString(),rx:WV.toString(),ry:WV.toString()}}]}return[]}function createSvgObjectsFromPcbBoard(lV,J){const{width:VV,height:RV,center:UV,outline:ZV}=lV;let WV;if(ZV&&Array.isArray(ZV)&&ZV.length>=3)WV=ZV.map((IV,dV)=>{const[CV,FV]=applyToPoint(J,[IV.x,IV.y]);return dV===0?`M ${CV} ${FV}`:`L ${CV} ${FV}`}).join(" ");else{const IV=VV/2,dV=RV/2,CV=applyToPoint(J,[UV.x-IV,UV.y-dV]),FV=applyToPoint(J,[UV.x+IV,UV.y-dV]),NV=applyToPoint(J,[UV.x+IV,UV.y+dV]),eV=applyToPoint(J,[UV.x-IV,UV.y+dV]);WV=`M ${CV[0]} ${CV[1]} L ${FV[0]} ${FV[1]} L ${NV[0]} ${NV[1]} L ${eV[0]} ${eV[1]}`}return WV+=" Z",[{name:"path",type:"element",value:"",children:[],attributes:{class:"pcb-board",d:WV,stroke:"rgba(255, 255, 255, 0.5)","stroke-width":(.1*Math.abs(J.a)).toString()}}]}function createSvgObjectsFromPcbVia(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]),UV=lV.outer_diameter*Math.abs(J.a),ZV=lV.outer_diameter*Math.abs(J.a),WV=lV.hole_diameter*Math.abs(J.a),IV=lV.hole_diameter*Math.abs(J.a),dV=Math.min(UV,ZV)/2,CV=Math.min(WV,IV)/2;return{name:"g",type:"element",children:[{name:"circle",type:"element",attributes:{class:"pcb-hole-outer",cx:VV.toString(),cy:RV.toString(),r:dV.toString()}},{name:"circle",type:"element",attributes:{class:"pcb-hole-inner",cx:VV.toString(),cy:RV.toString(),r:CV.toString()}}]}}var HOLE_COLOR="#FF26E2";function createSvgObjectsFromPcbHole(lV,J){const[VV,RV]=applyToPoint(J,[lV.x,lV.y]);if(lV.hole_shape==="circle"||lV.hole_shape==="square"){const UV=lV.hole_diameter*Math.abs(J.a),ZV=UV/2;return lV.hole_shape==="circle"?[{name:"circle",type:"element",attributes:{class:"pcb-hole",cx:VV.toString(),cy:RV.toString(),r:ZV.toString(),fill:HOLE_COLOR},children:[],value:""}]:[{name:"rect",type:"element",attributes:{class:"pcb-hole",x:(VV-ZV).toString(),y:(RV-ZV).toString(),width:UV.toString(),height:UV.toString(),fill:HOLE_COLOR},children:[],value:""}]}if(lV.hole_shape==="oval"){const UV=lV.hole_width*Math.abs(J.a),ZV=lV.hole_height*Math.abs(J.a),WV=UV/2,IV=ZV/2;return[{name:"ellipse",type:"element",attributes:{class:"pcb-hole",cx:VV.toString(),cy:RV.toString(),rx:WV.toString(),ry:IV.toString(),fill:HOLE_COLOR},children:[],value:""}]}return[]}var OBJECT_ORDER=["pcb_trace_error","pcb_plated_hole","pcb_fabrication_note_text","pcb_fabrication_note_path","pcb_silkscreen_text","pcb_silkscreen_path","pcb_via","pcb_trace","pcb_smtpad","pcb_component","pcb_board"];function convertCircuitJsonToPcbSvg(lV,J){let VV=Number.POSITIVE_INFINITY,RV=Number.POSITIVE_INFINITY,UV=Number.NEGATIVE_INFINITY,ZV=Number.NEGATIVE_INFINITY;for(const SV of lV)SV.type==="pcb_board"?SV.outline&&Array.isArray(SV.outline)&&SV.outline.length>=3?iV(SV.outline):"center"in SV&&"width"in SV&&"height"in SV&&EV(SV.center,SV.width,SV.height):"x"in SV&&"y"in SV?EV({x:SV.x,y:SV.y},0,0):"route"in SV&&MV(SV.route);const WV=1,IV=UV-VV+2*WV,dV=ZV-RV+2*WV,CV=(J==null?void 0:J.width)??800,FV=(J==null?void 0:J.height)??600,NV=[];for(const SV of lV)"route"in SV&&SV.route!==void 0&&NV.push(SV.route);const eV=CV/IV,gV=FV/dV,JV=Math.min(eV,gV),nV=(CV-IV*JV)/2,aV=(FV-dV*JV)/2,GV=compose(translate(nV-VV*JV+WV*JV,FV-aV+RV*JV-WV*JV),scale$2(JV,-JV)),cV=lV.sort((SV,pV)=>(OBJECT_ORDER.indexOf(pV.type)??9999)-(OBJECT_ORDER.indexOf(SV.type)??9999)).flatMap(SV=>createSvgObjects(SV,GV,lV,J==null?void 0:J.shouldDrawErrors));for(const SV of lV)if("stroke_width"in SV){String(JV*SV.stroke_width);break}const TV={name:"svg",type:"element",attributes:{xmlns:"http://www.w3.org/2000/svg",width:CV.toString(),height:FV.toString()},value:"",children:[{name:"style",type:"element",children:[{type:"text",value:`
|
|
22189
22189
|
.boundary { fill: #000; }
|
|
22190
22190
|
.pcb-board { fill: none; }
|
|
22191
22191
|
.pcb-trace { fill: none; }
|